/*
 * Agency: Stonewall+
 * URL: http://www.corsautility.co.za
 *
 * Author: Justin
 * Creation Date: 17 March 2010
*/

body {
	color: #565555;
	background: #e6e6e6 url(../images/bg_main_repeat.gif) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

form, input, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

/* Start Generic */

.clearboth {
	clear: both;
}

a {
	color: #fba919;
}

a:hover {
	text-decoration: none;
}

/* End Generic */

/* Start Container Outer */
#home #container_outer {
	background: url(../images/bg_home.jpg) no-repeat 50% 0;
}

#container_outer {
	background: url(../images/bg_main.jpg) no-repeat 50% 0;
}

	/* Start Container Inner */
	
	#container_inner {
		margin: 0 auto;
		width: 960px;
	}
	
	#container_inner p {
		line-height: 15px;
		padding: 0 0 20px 0;
	}
	
		/* Start Header */
		
		#header {
			background: url(../images/bg_header.jpg) no-repeat 0 0;
			height: 108px;					
		}
	
			#logo {
				float: left;
				margin: 17px 0 0 21px;
			}
			
			#mini_nav {
				float: left;
				margin: 15px 0 0 15px;
			}
			
				#mini_nav a {
					color: #fefefe;
					font-size: 13px;
					text-decoration: none;
				}
				
				#mini_nav span {					
					color: #a9abaf;
					padding: 0 9px;
				}
			
			#logo_sash {
				float: right;
				margin: 23px 0 0 0;
			}
			
			/* Start Nav */
			
			#nav ul {
				float: left;
				margin: 2px 0 0 15px;
			}
			
			#nav ul li {
				float: left;
				list-style: none;
				margin: 0 25px 0 0;
			}
			
			#nav ul li a {
				background: url(../images/nav.gif) no-repeat 0 0;
				display: block;
				float: left;
				height: 19px;
				text-indent: -9999px;
			}
			
			#nav ul li.nav1 a { background-position: 0 0; width: 36px; }
			/*#nav ul li.nav1 a:hover { background-position: 0 -42px; }
			#nav ul li.nav1 a.active { background-position: 0 -84px; }*/
			
			#nav ul li.nav2 a { background-position: -36px 0; width: 26px; }
			/*#nav ul li.nav2 a:hover { background-position: -66px -42px; }
			#nav ul li.nav2 a.active { background-position: -66px -84px; }*/
			
			#nav ul li.nav3 a { background-position: -62px 0; width: 86px; }
			/*#nav ul li.nav3 a:hover { background-position: -121px -42px; }
			#nav ul li.nav3 a.active { background-position: -121px -84px; }*/
			
			#nav ul li.nav4 a { background-position: -148px 0; width: 61px; }
			/*#nav ul li.nav4 a:hover { background-position: -236px -42px; }
			#nav ul li.nav4 a.active { background-position: -236px -84px; }*/
			
			#nav ul li.nav5 a { background-position: -209px 0; width: 38px; }
			/*#nav ul li.nav5 a:hover { background-position: -328px -42px; }
			#nav ul li.nav5 a.active { background-position: -328px -84px; }*/
			
			/* End Nav */
			
		/* End Header */
		
		/* Start Home */
		
			/* Start Box Content */
			
			#box_content {
				height: 410px;
				margin: 0 0 15px 0;
				padding: 53px 55px 0 48px;
			}
			
				#box_content .box_left {
					float: left;
					width: 503px;
				}
				
					#box_content .box_left .hd_utility {
						padding: 0 0 18px 0;
					}
				
				#box_content .box_right {
					float: left;
					width: 354px;
				}
				
					#box_content .box_right .hd_inaquest {
						padding: 0 0 15px 0;
					}
					
					#box_content .box_right a,
					#box_content .box_right p {
						color: #d4d4d5;
					}
			
			/* End Box Content */
			
			/* Start Home Carousel */
			
			#carousel {
				float: right;
				overflow:hidden;
				margin: 0 0 30px 0;
				position: relative;
				width: 392px;
			}
			
			#slides {
				overflow:hidden;
				width: 392px;
				height: 190px;
				position: relative;
			}
			
			#slides ul {
				left:0;
				list-style:none;				
				margin:0;
				padding:0;
				top:0;
				height: 190px;
				width: 10000px;			
			}
			
			#slides li {
				float:left;
				height: 190px;
				position: relative;
				width: 392px;
			}
	
			#slides li div div {
				border-width: 1px 0;
				height: 175px;
				float: left;
				width: 193px;
			} 
			
			#slides li div div img {
				background: url(../images/carousel_frame.gif) no-repeat 0 0;
				margin: 0 0 7px 0;
				padding: 7px 8px 11px 7px;
			}	
			
			#slides li div div.carousel_left {
				margin: 0 6px 0 0;
			}
			
			#slides li div div span {
				color: #767980;
			}
			
			#slides li .title {
				position: absolute;
				left: 0;
				bottom: 0;
			}
			
			#buttons {
				bottom: 0;
				position: absolute;	
				right: 0;
				width: 76px;
			}
			
			#buttons a {
				display:block; 
				float:left;				
				height: 23px;
				text-indent:-999em;
				width: 15px; 
			}
			
			#buttons img {
				float: left;
			}
			
			a#prev {
				background:url(../images/carousel_prev.gif) no-repeat 0 0; 
			}
			
			/*a#prev:hover {
				background:url(arrow.gif) 0 0 no-repeat;
			}*/
			
			a#next {
				background:url(../images/carousel_next.gif) no-repeat 0 0; 
			}
			
			/*a#next:hover {
				background:url(arrow.gif) -32px 0 no-repeat;
			}*/
			
			/* End Home Carousel */
		
		/* End Home */
		
		/* Start Sub Content */
		
		#title_block {
			padding: 14px 0 42px 47px;
		}
		
		#content {
			padding: 0 10px 30px 10px;
			width: 940px;
		}
		
		.table_style {
			background: url(../images/bg_table.gif) repeat-x 0 100%;
			border: 1px solid #ededed;
			border-width: 0 1px 1px 0;
			margin: 0 0 15px 0;
			width: 100%;
		}
		
		.table_style tr.alt th,
		.table_style tr.alt td {
			background: #dfdfdf url(../images/bg_td.gif) repeat-x 0 0;
		}
		
		.table_style th {
			background: url(../images/bg_td.gif) repeat-x 0 0;
			border-left: 1px solid #eeeeee;
			border-right: 1px solid #d4d4d4;
			font-weight: bold;
			padding: 10px;
		}
		
		.table_style td {
			background: #e6e6e6 url(../images/bg_td.gif) repeat-x 0 0;
			border-left: 1px solid #eeeeee;
			border-right: 1px solid #d4d4d4;
			padding: 10px;
			text-align: center;
		}
		
		.table_style td.first,
		.table_style th.first {
			border-left-width: 0;
		}
		
		.table_style td.first {
			text-align: left;
		}
		
		/* End Sub Content */
		
		/* Start faq */
		
		.faq ul {
			padding: 0 0 15px 0;
		}
		
		.faq li {
			background: url(../images/line.gif) repeat-x 0 100%;
			_height: 1px;
			margin: 0 0 10px 0;
			list-style: none;
		}
		
		.faq li a {
			background: url(../images/bg_faq.gif) no-repeat 925px 0;
			color: #565555;
			display: block;
			list-style: none;
			padding: 0 0 12px 0;
			text-decoration: none;
		}
		
		.faq li a.current {
			background: url(../images/bg_faq_current.gif) no-repeat 925px 0;			
			font-weight: bold;
		}

		.faq li div {
			padding: 0 20px;
		}
		
		.faq li div a {
			background: none;
			display: inline;
			color: #fba919;
		}
		
		.faq li div ul li {
			background: url(../images/bullet.gif) no-repeat 0 6px;
			padding: 0 0 0 15px;
		}
		
		/* End faq */
		
		/* Start Specifications */
		
		ul.tabs {
			border-left: 1px solid #aeadad;
			border-right: 1px solid #fdfdfd;
			float: left;
		}
		
		ul.tabs li {
			background: url(../images/bg_tab_top.gif) repeat-x 0 0;
			border-right: 1px solid #b7b6b6;
			float: left;
			list-style: none;
			padding: 1px 0 0 0;
		}
		
		ul.tabs li a {
			background: #e2e2e2;
			border: 1px solid #ffffff;
			border-width: 1px 0 0 1px;
			color: #565555;
			display: block;
			float: left;
			height: 30px;
			line-height: 30px;
			padding: 0 15px;
			text-decoration: none;
		}
		
		ul.tabs li a.current {
			background: #cecdcd;
			font-weight: bold;
		}
		
		.panes {
			clear: both;
		}
		
			.panes .hd_print,
			.panes .hide {
				display: none;
			}
		
		.print_download {
			padding: 0 0 15px 0;
		}
		
		.print_download a {
			color: #565555;
			display: block;
			float: left;
			height: 16px;			
		}
		
		.print_download .print {
			background: url(../images/icon_print.gif) no-repeat 0 0;
			margin: 0 5px 0 0;
			padding: 0 0 0 18px;
		}
		
		.print_download .download {
			background: url(../images/icon_download.gif) no-repeat 0 0;
			padding: 0 0 0 21px;
		}
		
		/* End Specifications */
		
		/* Start New Look */
		
			/* Start Newlook Carousel */
			
			#newlook {
				overflow:hidden;
				position: relative;
			}
			
			#newlook #slides {
				overflow:hidden;
				width: 940px;
				height: 355px;
				position: relative;
			}
			
			#newlook #slides ul {
				left:0;
				list-style:none;				
				margin:0;
				padding:0;
				top:0;
				height: 355px;
				width: 10000px;			
			}
			
			#newlook #slides li {
				float:left;
				height: 355px;
				position: relative;
				width: 940px;
			}
			
			#newlook #slides .slide_steering {
				background: url(../images/img_steering_big.jpg) no-repeat 7px 7px;
			}
			
			#newlook #slides .slide_frontgrille {
				background: url(../images/img_frontgrille_big.jpg) no-repeat 7px 7px;	
			}
			
			#newlook #slides .slide_engine {
				background: url(../images/img_engine_big.jpg) no-repeat 7px 7px;	
			}
			
			#newlook #slides .slide_wheel {
				background: url(../images/img_wheel_big.jpg) no-repeat 7px 7px;	
			}
			
			#newlook #slides .slide_tailgate {
				background: url(../images/img_reartailgate_big.jpg) no-repeat 7px 7px;	
			}
			
			#newlook .slide_before {
				left: 7px;
				position: absolute;
				top: 7px;
			}
			
			#newlook .slide_after {
				right: 7px;
				position: absolute;
				top: 292px;
			}
			
			#newlook .before_text {
				color: #ffffff;
				left: 227px;
				position: absolute;
				top: 276px;
			}
			
			#newlook .after_text {
				color: #ffffff;
				left: 490px;
				position: absolute;
				top: 276px;
			}
		
		/* End New Look */
		
		/* Start Prices */
		
		.prices td, .prices th {
			padding-left: 20px;
			text-align: left;
		}
		
		.prices .first {
			 width: 230px;
		}
		
		/* End Prices */
		
		/* Start Footer */
		
		#footer {
			background: url(../images/bg_footer.gif) no-repeat 0 0;
			color: #999999;
			font-size: 11px;
			height: 78px;
			padding: 34px 0 0 0;
			text-align: center;
		}
		
			#footer a {
				color: #999999;
				text-decoration: none;
			}
			
			#footer a:hover {
				text-decoration: underline;
			}
			
			#footer span {
				padding: 0 10px;
			}
		
		/* End Footer */
	
	/* End Container Inner */
	
/* End Container Outer */
