/****************NEW DESIGN***********************/
body {
	margin: 0;
	font-size: 1em;
	font-family: century gothic;
}
ul,ol,li		{
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}
ul.indent {
	margin-left: 2em;
}
a:link {
	text-decoration: none;
	color: #577590;
}
a:visited {
	text-decoration: none;
	color: #577590;
}
a:hover {
	text-decoration: none;
	color: #6F93B6;
}
a:active {
	text-decoration: none;
	color: #577590;
}
img {
	border: 0;
}
#seo h1 a {
	color: #333;
	font-size: .8em;	
	font-weight: normal;
}
#seo h1 a:visited {
	color: #333;
	font-size: .8em;	
	font-weight: normal;
}
#seo h1 a:hover {
	color: #333;
	font-size: .8em;	
	font-weight: normal;
}
#seo h1{
	color: #333;
	font-size: .8em;
	font-weight: normal;	
	text-align: center;
	margin-top: -1em;
	padding-top: 1em;
}
#nav-banner {
  background-image: url(images/nav-banner.png);
  background-repeat: repeat-x;
  height: 106px;
  width: 100%;
  padding-top: 1em;
}
#nav-content {
	width: 1024px;
	margin: 0px auto;
}
#logo {
	float: left;
}
#menu {
	float: right;
}
#container {
	width: 1024px;
	margin: 0px auto;
}
#tabs {

}
#socialnetwork_container {
	margin-top: 1em;
}
#footer_container {
	background-color: #191919;
}
#footer {
	width: 1024px;
	margin: 0px auto;
	color: #ccc;
	font-size: .8em;
	font-weight: lighter;
	min-height: 260px;
}
.footer_copyright {
	text-align: left;
	padding-top: 2.5em;
}
#footer h1{
	font-weight: bold;
	font-size: 1em;
}
#footer h3{
	font-weight: bold;
	font-size: .99em;
	margin-bottom: 0;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #ccc;
	font-weight: lighter;
}
#footer a:hover {
	color: white;
	font-weight: lighter;
}
.social_left {
	float: left;
}
.social_right {
	float: right;
}
#inc_footer_seo {
	font-size: .8em;
	font-weight: lighter;
	padding-left: 1em;
	text-align: center;
	padding-top: 1em;
}
#seo_content {
	text-align: left;
}
.col1 {
	float: left;
	width: 30%;
	padding: 1em;
}
.col2 {
	float: left;
	width: 30%;
	padding: 1em;
}
.col3 {
	float: right;
	width: 30%;
	padding: 1em;
}
.spacer {
	clear: both;
}
.quote {
	margin-top: 2.5em;
	width: 250px;
	height: 25px;
	padding-top: .5em;
	background-color: #191919;
	color: white;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
}
.quote_text {
	padding-left: 2em;
	padding-top: .2em;
}
.quote img {
	margin-top: -0.4em;
}
/**********************Free Quote Form******************/
.free_quote_form {

}
.section_1_left {
	float: left;
	width: 350px;
	margin-right: 2em;
}
.section_1_left label, .section_2_right label  {
		float: left;
}
.section_1_left input, .section_1_left textarea, .section_2_right input, .section_2_right textarea  {
	float: right;
}
.section_2_right {
	float: left;
	width: 450px;
}
.section_3_left label, .section_4_right label  {
	text-align: left;
}
.section_3_left input .section_4_right input  {
	float: left;
}
.section_3_left {
	float: left;
	width: 250px;
	margin-left: 11em;
	margin-right: 1.5em;
}
.section_4_right {
	float: left;
	width: 400px;
}
#CollapsiblePanel1 #send_input {
  color: black;
  background-color: white;
}
#send_input {
  height: 30px;
  width: 110px;
  color: white;
  background-color: #191919;
  border: 0;
  	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	cursor:pointer;
	padding-left: 0;
	margin-right: 4em;
}
/*********************portfolio**************************/
.portfolio_box {
	 border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 950px;
	border: 1px solid #ccc;
	padding: 1em;
	margin-bottom: 1em;
	height: 300px;
}
.portfolio_text {
	float: left;
	width: 640px;
}
.portfolio_heading {
	margin-bottom: 0.5em;
	font-weight: bold;
}
.portfolio_image {
	float: right;
	text-align: right;
}
.portfolio_icons {
}
/***********************Packages*********************************/
.package_items_left {
	float: left;
	width: 300px;
}
.package_items_right {
	float: right;
	width: 300px;
}
.pack_text {
	padding-top: 2em;	
}
.pack_image {
	float: left;
	margin-right: 3em;
}
.pack_text  a:link {
	color: red;

}
/**********************Navigation Menu*************************/
.navigation {
	padding:0 0 0 0 !important;
	margin:0 0 0 0px !important;
	text-align:left;
	position: relative;
	height: 67px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	z-index: 50000;
}
	.navigation .menu-drop {
			margin:0px;
			width:100%;
			height:55px;
			*height:54px;
			border-radius: 8px 8px 0 0;
			-moz-border-radius: 8px 8px 0 0;
			-webkit-border-radius: 8px 8px 0 0;
		}
	.navigation > .menu-drop > li {
			float:	left;
			margin:	0px;
			padding:0 2px 0 0px;
			background:url(../images/menu-dro-li.gif) right 0 no-repeat;
			list-style:none;
			position:relative;		
		}
			
		.navigation > .menu-drop > li > a {
				color:#fff;
				line-height:17px;
				display:inline-block;
				padding: 17px 13px 22px 13px;
				margin: 0 0 0 0;
				position: relative;
				text-transform: uppercase;
				text-decoration: none;
				text-align: center;
				font-size: 1.2em;
				padding-top: 1.2em;
			}
		.navigation .menu-drop li ul {
				position:	absolute; 
				width: 500px;
				top: 		56px; 
				left: 		0px; 
				padding: 	8px 10px 14px 9px !important; 
				background: #1B1D1F;
				border-radius: 0 0 8px 8px;
				-moz-border-radius: 0 0 8px 8px;
				-webkit-border-radius: 0 0 8px 8px;
				display: none;
				list-style: none;
				filter: alpha(opacity=90);        
				opacity: 0.9;
				font-size: 1.2em;
			}
			.navigation .menu-drop li ul.s150 {
				width: 150px;
				left:  -66px; 
			}
			.navigation .menu-drop li ul.s200 {
				width: 200px;
			}
			.navigation .menu-drop li ul.s300 {
				width: 300px;
			}
			.navigation .menu-drop li ul.s400 {
				width: 400px;
			}
		
			.navigation .menu-drop li ul li {line-height: 29px;}
				.navigation .menu-drop li.parent ul li a {
					color:	#fff;
					border-radius: 4px;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
					display: block;
					padding: 0 10px;
					text-decoration: none;
				}
					.navigation .menu-drop li.parent ul li.active a {
						color: #75ccda;
						background: #fff;
						font-weight: bold;						
						*box-shadow: 1px 1px 1px #9c71a9;
						*-moz-box-shadow: 1px 1px 1px #9c71a9;
						*-webkit-box-shadow: 1px 1px 1px #9c71a9;
					}
					.navigation .menu-drop li.parent ul li a:hover {
						color: #75ccda;
						background: #fff;
						font-weight: bold;
						box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
						-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
						-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);						
						*box-shadow: 1px 1px 1px #9c71a9;
						*-moz-box-shadow: 1px 1px 1px #9c71a9;
						*-webkit-box-shadow: 1px 1px 1px #9c71a9;
					}
					
					.navigation .menu-drop li ul ul {
						position: absolute;
						width:	300px; 
						top:	30px; 
						left: 	100px; 
						padding: 	10px 10px 12px 9px !important; 
						background:	#1F3A57;
						
						border-radius: 8px;
						-moz-border-radius: 8px;
						-webkit-border-radius: 8px;
					}
					.navigation .menu-drop li ul ul.s500 {
						width:	500px; 
					}
					
						.navigation .menu-drop li ul ul li a {
							color:#fff !important;
							font-weight: normal !important;
							line-height: 17px;
							padding: 6px 10px !important;
							display: block;
							background: none !important;
						}
							.navigation .menu-drop li ul ul li.active a, .navigation .menu-drop li ul ul li a:hover {
								color:#75ccda !important;



								background: #fff !important;
								font-weight: bold !important;
								*box-shadow: 1px 1px 1px #77b337 !important;
								*-moz-box-shadow: 1px 1px 1px #77b337 !important;
								*-webkit-box-shadow: 1px 1px 1px #77b337 !important;
							}

.navigation2 {display: inline-block;}
.navigation2 .menu {width: 480px; margin-top: 41px;}
	.navigation2 .menu li {
		float: left;
		display: inline-block;
		padding-right: 14px;
	}
		.navigation2 .menu li a {color: #857dc4;}

.sf-sub-indicator {display: none;}


/*************************tabs css********************************/



.clearfix-tabs{
	clear: both;
}

.gk_tab_item_space{
	padding: 10px;
}

div.gk_tab-style1 {
	position: relative;
}

div.gk_tab_wrap-style1 {
	margin: 0 auto;
}

ul.gk_tab_ul-style1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow:hidden;
	background-image: url(images/bg_tab.png);
	background-repeat: repeat;
}

ul.gk_tab_ul-style1 li {
	float: left;
	cursor: pointer;
	border-bottom: none;
	position: relative;
	padding-bottom: 0px;
}

ul.gk_tab_ul-style1 li span {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	color: black;
	text-transform:uppercase;
}
ul.gk_tab_ul-style1 li.active span {
	color: white;
	background-color: black;
	height: 50px;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
}

div.gk_tab_container0-style1 {
	clear: both;
	background-color: white;
	min-height: 520px;
}
div.gk_tab_container1-style1 {
	overflow: hidden;
	background: url(images/bg_content-bottom.png) repeat-x 0 100%;
}

div.gk_tab_item-style1 {
	float: left;
	overflow: hidden;
	padding: 10px;
	padding-right: 1em;
}

div.gk_tab_button_next-style1,
div.gk_tab_button_prev-style1 {
	width: 24px;
	height: 24px;
	background: url(images/b_next.png) no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	top: 43%;
	right: 0;
}

div.gk_tab_button_prev-style1 {
	background: url(images/b_prev.png) no-repeat 0 0;
	left: 0;
	right:inherit;
}

div.gk_tab_button_next-style1:hover {
	background: url(images/b_next.png) no-repeat 100% 0;
}

div.gk_tab_button_prev-style1:hover {
	background: url(images/b_prev.png) no-repeat 100% 0;
}
.gk_tab_container0-style1,
.gk_tab_container1-style1,
.gk_tab_container2-style1{
	position:relative;
}



/*************Carousel**************/


.carousel {
	position:relative;
}
#carousel {
	margin:0 0 0 1px !important;
	padding:0 !important;
	width:5000px;
}
#carousel li {
	margin:0 0px 0 0 !important;
	padding:0 !important;
	width:330px;
	float:left;
}
.carousel .next, .carousel .prev{
    display: block;
    height: 11px;
    position: absolute;
    text-decoration: none;
    top: -45px;
    width: 7px;
	z-index:9;
	text-indent:-5000px;
}
.carousel .next {
	background: url(images/next.png) 0 0 no-repeat;
    right: 10px;
	*right:40px;
}
.carousel .prev {
	background: url(images/prev.png) 0 0 no-repeat;
}
.items-row {
	margin-bottom:35px;
}
.carousel .next:hover, .carousel .prev:hover {
	background-position:0 -11px;
}

.top-line {
	padding:0px 30px 37px;
	margin-top:0px;
	position:relative;
}
#content .top-line {

}
.cont-bg {

}
.moduletable-carousel {
	overflow:hidden; 
}
.moduletable-carousel h3 {
	text-align:center; 
	z-index:1; 
	position:relative; 
	background:url(images/line-hor.png) center center no-repeat; 
	margin-bottom:26px;
}
.custom-carousel {
	position:relative; 
	z-index:9;
}
.content-slider {
	margin-right: 1em;	
}
.f_image {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.f_text {
	float: left;
	width: 790px;
}
.f_text  h2{
	margin-top: 0em;
}
.testimonial {
	color: #666;
	margin-bottom: 1em;
}
.map {
	float: right;
	margin-left: 1.5em;
}
.indent {
	padding-left: 1.5em;	
}
.special_offer_tag {
	float: right;
	font-size: 4em;
	color: #09c;
	width: 200px;
	font-family: 'Crushed', cursive;
	text-align: right;
	margin-top: -1em;
}
.special_offer_text {
	float: left;
	margin-right: 2em;
}
#contact_form {
	float: right;
	width: 590px;
	margin-top: 2.5em;
}
#contact_details {
	float: left;
	margin-right: 1em;
	width: 370px;
}


/***************special offer*****************/


.tradie_heading {
	float:left;
	font-size: 2em;
	margin-bottom: 1em;
}
.tradie_price {
	float:right;
	font-size: 3em;
}
.special_offer_text {
	float: left;
	width: 65%;
}
.special_offer_pic {
	float: right;
	width: 30%;
}
.contact_tradie_right {
	float: right;
}
.contact_tradie_left {
	float: left;
}
.contact_tradie_left label {
	float: left;
	margin-right: 2em;
}
.contact_tradie_left input {
	float: right;
}
.tradie_send {
	margin-left: 4.6em;
}

#background-pic {
  background-position: right top;
  width: 100%;
  background-repeat: no-repeat;
  min-height: 980px;	
}	
.menu_spec_offer {
	margin-right: .5em;
	float: left;
	margin-top: .1em;
}
.menu_spec_offer_text {
	vertical-align: middle;
}	
.img1 {
	display: inline-block;
	width: 320px;
	height: 320px;
	background: url('images/af_gotrain.jpg');
	margin-right: .5em;
}
.img1:hover{
	background-image: URL('images/b4_gotrain.jpg');
}
.img2 {
	display: inline-block;
	width: 320px;
	height: 320px;
	background: url('images/af_metroscope.jpg');
	margin-right: .5em;
}
.img2:hover{
	background-image: URL('images/b4_metroscope.jpg');
}
.img3 {
	display: inline-block;
	width: 320px;
	height: 320px;
	background: url('images/af_livestock.jpg');
}
.img3:hover{
	background-image: URL('images/b4_livestock.jpg');
}

