@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background:#ffffff url(images/bgFade.jpg) repeat-x;
	font:10pt Arial, Helvetica, sans-serif;
	color:#666666;
}
img { border:0; }
#wrapper {
	width:800px;
	margin:0 auto;
}
#navbar {
	width:800px;
	height:525px;
	background:url(images/navBar.png) no-repeat;
	margin-top:-400px;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
}
#columns {
	margin:18px 0;
}
.col2 {
	width:394px;
	float:left;
}
.col {
	width:191px;
	float:left;
	margin-left:12px;
}
.clearFloat { clear:both }
#footer {
	height:77px;
	text-align:center;
	padding-top:15px;
	background:url(images/footer.png) no-repeat bottom center;
	line-height:14pt;
}
#footer p {
	font-size:8pt;	
	margin:0;
	padding:0;
}
.header {
	width:100%;
	margin:0 auto;
	height:137px;
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	background:url(images/header.png) no-repeat top center;
}
.header h1, .header h2 { display:none; }
#navbar #slideContainer {
	margin:0 auto;
	width:776px;
	height:432px;
	overflow:auto;
	position:relative;
}
#navbar #slideContainer .slide {
	width:756px;
	height:432px;
	float:left;
}
#navbar #slideContainer .slide h3, #navbar #slideContainer .slide p { display:none; }
#slideInner {
	margin-left:776px;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
}
ul {
	list-style-type:square;
	margin:0;
	padding:0;
	padding-left:1em;
}
li {
	color:#00549E;	
}
.offer {
	width:191px;
	height:205px;
	padding-top:36px;
	background:url(images/offer.png) no-repeat;
}
.offer_top {
	background:#CCCCCC;
	padding:6px;
	margin:0 6px;
}
.offer_bottom {
	background:#FFFFFF;	
	margin:0 6px;
	padding:6px 6px;
	font-size:9pt;
}
.orange_text {
	color:#FF7700;	
}
.blue_text {
	color:#00549E;	
}
#newCars {
	background:url(images/newCarBG.jpg);	
}
#oldCars {
	background:url(images/oldCarBG.jpg);
}
.navigation {
	margin-top:31px;
	width:800px;
	height:60px;
	background:url(images/buttons.png) no-repeat;
}
.nav {
	list-style-type:none;
}
.nav li {
	float:left;
}
.nav li a {
	display:block;
	height:60px;
	width:200px;
	background:url(images/nav.png) no-repeat;
}
.nav li span { display:none; }
.nav li a#home { width:188px; background-position:-12px 0; }
.nav li a#contact { width:188px; background-position:-600px 0; }
.nav li a#soon { background-position:0 -180px; }

.nav li a#home:hover { background-position:-12px -60px; }
.nav li a#contact:hover { background-position:-600px -60px; }

.header_collapse {
	width:957px;
	height:137px;
	margin:0 auto;
	background:url(images/header2.png) no-repeat;
}
.header_collapse h1, .header_collapse h2 {
	display:none;	
}
.navigation2 {
	width:800px;
	height:60px;
	margin:0 auto;
	position:relative;
	top:69px;
}