@charset "utf-8";
/* CSS Document */

html, body { 
	width: 100%; 
	height: 100%; 
	min-height: 100%; 
	margin: 0; 
	padding: 0; 
}

html {
	background: #fff url('images/leftback.jpg') left repeat-y;
}

body {
	background: url('images/headback.jpg') top left repeat-x;
}

a { 
	text-decoration: none; 
	color: #fff;
	font-weight:bold;
}

a img { 
	border: none; 
}

#logo { 
	width: 913px; 
	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: #000000;

}

#links li.current a {
	background: url('images/linkdown.jpg') no-repeat;
	color: #000000;
	}
	
#links li.current a:hover { 
	background: url('images/linkdown.jpg') no-repeat; 
	color: #121212;
}




#rightContent {
	width: 700px;
	padding: 183px 0 30px 340px;
	font: 12px arial;
	color: #000000;
	/* line-height: 24px; 
	text-align: justify;  */
}

#rightContent h1, #rightContent h2 { 
	padding: 0px 0 5px 0; 
}

p {
	padding: 0px 0 5px 0;
	color: #000000;
	
}

#rightContent h1 {
	font: 22px verdana;
	color: #000000;
	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;
	left: 2px;
}

#contact a { 
	color: #00b7ff; 
	border-bottom: 1px dashed #00b7ff; 
	font-weight: normal;
}

#contact a:hover { 
	color: #FFFFFF; 
	border-bottom: 1px dashed #ffffff; 
}

#contact p { 
	padding-right: 20px; 
}

#footer {
	border-top: #CCCCCC dashed 1px;
	margin: 25px 0 0 320px;
	width:700px;
}

#featured {
	float:right;
	margin: 0 0 0 20px;
	padding-top: 35px;
	padding-left:5px;
	width: 200px;
	height: 230px;
	background: url('images/featured.jpg') top left no-repeat;
}
