@charset "UTF-8";
/* CSS Document */

/* 
	Calculations
	750px width / 2 block = 375 - 40 (20px gutters left/right) = 335
*/

body {
	background-image:url(images/tire_tread_resized.jpg);
	background-position:0% 100px;
	background-repeat:no-repeat;
	background-color:#000;
}
/* Header */
div#header {
	margin-left: 40px;
}
div#header img {
	border: none;
}
/* Navigation */
div#navigation {
	width: 750px;
	height:25px;
	background-color:#ccc;
	background-image:url(images/NavOff.gif);
	background-repeat:repeat-x;
	margin-left: 116px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
div#navigation ul {
	margin-top: 0px;
	overflow:auto;
}
div#navigation ul li {
	list-style-type: none;
	float: left;
	border-right: 1px solid #CCC;
}
div#navigation ul li.first {
	margin-left: 45px;
	border-left: 1px solid #ccc;
}
div#navigation ul li a {
	display:block;
	text-decoration:none;
	color: #000;
	padding: 0.25em 1.0em;
}
div#navigation ul li a:hover {
	color: #fff;
	padding: 0.25em 1.0em;
	background-image:url(images/NavOn.gif);
	background-repeat:repeat-x;
	background-color:#ccc;
}
div#navigation ul li#currentPage {
	display:block;
	background-image:url(images/NavOn.gif);
	background-repeat:repeat-x;
	color: #fff;
	padding: 0.25em 1.0em;
}
/* Content */
div#content {
	width: 750px;
	background-color:#CCC;
	padding-top:25px;
	margin-left: 116px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
}
div#content h1
{
	margin-top: 0px;
	font-size: 135%;
	font-style:italic;
	margin-left: 40px;
	font-family:"Times New Roman", Times, serif;
}
div#content h2
{
	margin-top: 0px;
	margin-left:40px;
	font-size: 100%;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
div#content div.leftSide {
	float: left;
	width: 335px;
}
div#content div.leftSide p {
	text-align:justify;
	margin: 0px 0px 10px 40px;
}
div#content div.leftSide li {
	text-align:left;
	margin: 0px 0px 0px 40px;
}
div#content div.rightSide {
	float: right;
	width: 335px;
}
div#content div.rightSide p img {
	float: right;
	margin: 0px 40px 20px 10px;
	border: 10px solid #000;
}
div#content div.rightSide .map {
	float: right;
	margin: 0px 40px 20px 0px;
}
div#content div.bottom {
	clear: both;
}
div#content div.bottom table {
	margin: 0 auto;
	padding: 20px 0px;
}
div#content div.bottom table tr td {
	width: 210px;
	height: 175px;
}
div#content div.bottom table tr td.coupon {
	padding: 0px 10px;
}
/* For Sale */
table#sales {
	width: 650px;
	margin: 10px 10px 10px 40px;
}
table#sales td, table#sales th {
	text-align: center;
	border: 1px solid #999;
}
table#sales thead th#picture {
	width: 100px;
}
table#sales thead th#year, table#sales thead th#mileage, table#sales thead th#price {
	width: 75px;
}
table#sales a img {
	border: none;
}
/* Footer */
div#footer {
	width: 750px;
	background-color:#CCC;
	margin-left: 116px;
	height: 55px;
	border-top: 1px solid #999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:85%;
}
div#footer div.leftSide {
	float: left;
	width: 335px;
	margin-left: 20px;
}
div#footer div.leftSide p {
	font-size: 80%;
	margin-top: 10px;
}
div#footer div.rightSide {
	float: right;
	width: 335px;
	margin-right: 20px;
}
div#footer div.rightSide span.statcounter {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
/***********LightBox Styles****************/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }