

	body {
		background: #051938 url(images/tileBackground.gif) 50% 0% repeat-y;
		padding: 0;
		margin: 0;
		text-align: center;
		font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
		}
	
	/********************************** ID *************************************/
	
	#wrapper {
		padding:0;
		margin:0 auto 0 auto;
		text-align: left;
		width: 780px;
		}
		
	#wrapper-content {
		padding:0 5px 0 10px;
		margin:0 auto 0 auto;
		text-align: left;
		}
		
	#footer {
		text-align:center;
		color: #666666;
		}
	
	#footer a {
		padding: 0 4px 0 4px;
		color: #666666;
		text-decoration:underline;
		}
	
	#footer a:hover {
		color:#333333;
		text-decoration: none;
		}
		

	
	
	/************************** TOP NAVIGATION ********************************/
		
	#nav {
		text-align: left;
		list-style: none none;
		width: 780px;
		}
	
	#nav ul {
		padding:0;
		margin:0;
		}
	
	#nav ul li {
		float: left; 
		padding: 0;
		margin: 0;
		display: block;
		height: 28px;
		}
	
	#nav ul li a {
		display: block;
		background-position: 0 0;
		background-repeat: no-repeat;
		text-decoration: none;
		height: 28px;
		}
	
	#nav ul li a:hover {
		background-position: 0 -28px;
		}
	
	#nav ul li a span {
		display: none;
		}
		
	#nav-home { background-image: url(images/navHome.gif); width: 77px;}
	#nav-new { background-image: url(images/navNew.gif); width: 104px;}
	#nav-used { background-image: url(images/navUsed.gif); width: 115px;}
	#nav-pro { background-image: url(images/navPro.gif); width: 97px;}
	#nav-service { background-image: url(images/navService.gif); width: 91px;}
	#nav-gallery { background-image: url(images/navGallery.gif); width: 94px;}
	#nav-financing { background-image: url(images/navFinancing.gif); width: 104px;}
	#nav-contact { background-image: url(images/navContact.gif); width: 98px;}
	
	/*************************** CLASSES **********************************/
	
	.spacer {
		clear: both;
		}
	
	.col-1 {
		float: left;
		width: 520px;
		margin-right: 5px;
		margin-top:15px;
		line-height: 18px;
		background-image:url(images/col1-bg.jpg);
		background-repeat:repeat-y;
		}
	
	.col-2 {
		float: right;
		width:215px;
		margin-right: 10px;
		margin-top:15px;
		line-height: 18px;
		}
		
		
	.col-3 {
		float: left;
		width: 740px;
		margin-right: 10px;
		line-height: 18px;
		}	
		
	.col-1-contact {
		float: left;
		width: 300px;
		margin-right: 10px;
		line-height: 18px;
		}	
		
		
		
	.col-nonebg {
		float: left;
		width: 480px;
		margin-right: 10px;
		margin-top:15px;
		line-height: 18px;
		background-repeat:repeat-y;
		}
		
		
	.col-1-whole {
		float: left;
		width: 700px;
		margin-right: 10px;
		line-height: 18px;
		}	
	
	.box {
		background: url(images/boxMid.gif) 0% 0% repeat-y;
		width: 734px;
		margin-bottom: 20px;
		}
	
	.box-mid {
		padding: 0 0 0 0;
		}
	
	.box-top {
		background: url(images/boxTop.gif) 0% 0% no-repeat;
		height: 6px;
		width: 734px;
		}
	
	.box-bottom {
		background: url(images/boxBottom.gif) 0% 0% no-repeat;
		height: 6px;
		width: 734px;
		}
	
	.tiny {
		color: #ababab;
		font-size: 11px;
		}
	
	.header {
		color: #ababab;
		font-size: 15px;
		}
	
	
		
	.box-top_header {
		background: url(images/headbox.jpg) 0% 0% no-repeat;
		height: 20px;
		width: 434px;
		}
	
			
	.box-top2_header {
		background: url(images/col2-bg.jpg) 0% 0% no-repeat;
		height: 17px;
		width: 210px;
		}
	
	
	
/********************** 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(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(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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 */
	}	
	
