/* =reset ******************************** */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;} 
address,caption,cite,code,dfn,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
body {font:13px verdana,helvetica,clean,sans-serif;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% verdana,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;}
body * {line-height:1.22em;}
/* =clear */
.clear:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}
.clear {display: block; overflow: hidden;}
.hidden {position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden;}

/* =elements ***************************** */

#skip,#omniture {display: none;}

/* links colors */

a:link 			 {color: #CFF4FF;}
a:active		 {color: #CFF4FF;}
a:visited		 {color: #CFF4FF;}
a:hover			 {color: #fff; text-decoration: none;}

body {background: #0099cc url(/assets/images/header-bg.jpg) repeat-x 0 0; color: #fff;}
h1,h2,h3,h4,h5,h6 {color: #fff; font-family: arial,helvetica, sans-serif; margin: 2px 10px 5px;}
h1 {
	background-color: #006699; 
	font-size: 174%;
	margin: 2px 0 5px;
	padding: 50px 10px 5px;
	}
h2 {font-size: 129%;}
h3 {font-size: 100%;}
p {line-height: 1.5; margin: 5px 10px 15px;}
ul,ol {margin: 5px 35px 15px 20px;}
ul li, ol li {line-height: 1.5; padding: 2px 0;}
dl {margin: 10px 10px 15px;}
dt {color: #fff; font-weight: bold; padding: 2px 0 5px 5px;}
dd {padding: 2px 0 10px 15px;}

/* =classes ***************************** */

.childscontainer ul.thumbs li {height:150px;
}
.float-left {
	float: left;
	margin: 0 10px 10px 0;
	}
.float-right {
	float: right;
	margin: 0 0 10px 10px;
	}
	
.cta-sec {
	margin: 15px 0 0;
	}
.cars {float:left;margin: 10px 0 0 10px; border: 1px solid #000066; padding: 5px 5px 5px 5px; width:450px;}
.cars img.thumb {width:60; height:45px;} /* 07.09.08 D Wil */


.cars-small {float: left; padding-top: 8px; padding-right: 5px; padding-bottom: 8px; padding-left: 5px;}

.img {float:right; border: 1px solid #000066;  margin: 5px 5px 5px 5px;}

/* =grids ***************************** */

#cta-more-cars {float:left; margin:20px 0 0 15px; width:450px;}

#document {
	
	}
#header {
	background: #666 url(/assets/images/logo.jpg) no-repeat top left;
	height: 249px;
	margin: 0 auto;
	width: 940px;
	}
#servingarea {
	float: left;
	font-size: 129%;
        font-family: georgia;
        font-style:italic;
        text-align:center;
	line-height: 1.3;
	margin: 185px 0 0 0px;
	padding: 0;
	width: 250px;
	}
#companyaddress {
	float: right;
	font-size: 85%;
	margin: 0;
	padding: 0;
	width: 27em;
	}
#body {
	margin: 0 auto 15px;
	width: 940px;
	}
#sidebar {
	float: left;
	width: 200px;
	}
#navigation {
	margin: 20px 0 10px;
	}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#navigation ul li {
	background: transparent url(/assets/images/nav-button.gif) no-repeat 0 50%;
	margin: 5px 0 0;
	padding: 1px 0 14px 1px;
	}
#navigation ul li a {
	color: #fff;
	display: block;
	line-height: 1;
	padding: 4px 10px 7px;
	text-decoration: none;
	}
#navigation ul li a:hover {
	background-color: #fff;
	color: #006699;
	}
#cta-side h3 {
	font-size: 129%;
	text-align: center;
	}
#content {
	float: right;
	width: 740px;
	}
#main {
	float: left;
	padding: 0 25px;
	width: 500px;
	}
#secondary {
	float: right;
	width: 190px;
	}
#footer {
	background-color: #006699;
	clear: both;
	}
#footer p {
	color: #fff;
	font-size: 85%;
	margin: 0 auto;
	padding: 15px 0;
	text-align: right;
	width: 925px;
	}

/* =forms ***************************** */

#contact-form label {
display: block;
}

#contact-form input, #contact-form textarea {
width: 250px;
}

#info {
float: right;
width: 390px;
}

#contact-form input.submit {
padding: .5em;
width: 265px;
}

.text, .text_focus, .text_err, .textarea, .textarea_focus, .textarea_err, .select, .select_focus, .select_err {
	border: 1px solid #DADADA; padding: .5em;
	}

.text_focus, .textarea_focus {
	border: 1px solid #EFC138;
	}

.text, .textarea, .select {background-color: #FFFFFF;}
.text_focus, .textarea_focus, .select_focus {background-color: #FFF9E4;}
.text_err, .textarea_err, .select_err {background-color: #FF9D9D;}

/**lightbox**/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/assets/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/assets/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/assets/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
#caption {color:#1d1d1d;}