@charset "utf-8";
/* CSS Document */

html, body { 
	width: 100%; 
	height: 100%; 
	min-height: 100%; 
	margin: 0; 
	padding: 0; 
}

html {
	background: #2c2c2c url('images/leftback.jpg') left repeat-y;
}

body {
	background: url('images/headback.jpg') top left repeat-x;
}

a { 
	text-decoration: none; 
	color: #fff;
}

a img { 
	border: none; 
}

#logo { 
	width: 1072px; 
	height: 167px; 
	position: absolute; 
	top: 0; 
	left: 0; 
	background: url('images/logo.jpg') top left no-repeat;
	
}




#leftArrow { 
	width: 258px; 
	height: 58px; 
	position: absolute; 
	top: 170px; 
	left: 0; 
	background: url('images/leftbackarrow.jpg'); 
}

#links {
	height: 41px;
	position: absolute;
	top: 110px;
	left: 342px;
	
}

#links ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

#links li { 
	width: 110px; 
	height: 41px; 
	float: left; 
	margin: 0 5px 0 0; 
	font: bold 13px georgia; 
	text-align: center; 
}

#links li a {
	width: 100%; 
	padding: 15px 0 13px 0; 
	display: block; 
	background: url('images/linkup.jpg') no-repeat; 
	color: #121212; 
}

#links a:hover { 
	background: url('images/linkdown.jpg') no-repeat; 
	color: #FFFFFF;

}

#links li.current a { 
	background: url('images/linkdown.jpg') no-repeat; 
	color: #FFFFFF; 
	}
	
#links li.current a:hover { 
	background: url('images/linkup.jpg') no-repeat; 
	color: #121212;
}




#rightContent { 
	width: 600px; 
	padding: 183px 0 30px 340px; 
	font: 12px arial; 
	color: #FFFFFF; 
	/* line-height: 24px; 
	text-align: justify;  */
}

#rightContent h1, #rightContent h2 { 
	padding: 0px 0 5px 0; 
}

p { 
	padding: 0px 0 5px 0;
	color: #fff;
	
}

#rightContent h1 { 
	font: 22px verdana; 
	color: #FFFFFF; 
	margin: 0 0 25px -25px; 
	border-bottom: dashed 1px #d2d2d2;
	
}

#homecars {
	margin: 25px 0 0 0;
}

#contact { 
	width: 250px; 
	position: absolute; 
	top: 171px; 
	font: 11px verdana; 
	color: #FFFFFF; 
	text-align: right; 
	line-height: 24px; 
}

#contact a { 
	color: #fc0202; 
	border-bottom: 1px dashed #fc0202; 
	font-weight: normal;
}

#contact a:hover { 
	color: #FFFFFF; 
}

#contact p { 
	padding-right: 20px; 
}

#footer {
	border-top: #CCCCCC dashed 1px;
	margin: 25px 0 0 0;
}

#featured {
	float:right; 
	margin: 0 0 0 20px;  
	padding-top: 45px;
	width: 200px;
	height: 273px;
	background: url('images/featured.jpg') top left no-repeat;
}
div.picturedisplay, div.margin, ul#vehicleBulletPoints {
position: relative;
top: -10px;
}
ul.myvi {
	width: 237px;
	float: right;
}


