@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bg.jpg);
	background-color: #FFFFFF;
	background-repeat:repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 950px;
	background-color: #FFFFFF;
	margin: 10px auto;
	position: relative;
}

#header {
	width: 930px;
	height: 105px;
	margin: 10px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

#nav {
	width: 930px;
	height: 30px;
	margin: 0px 10px;
	padding: 0px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
}

#nav a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#qm0 div a {
	height: auto;
}

#footer {
	width: 912px;
	height: 12px;
	margin: 10px;
	padding: 9px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .footerleft {
	float: left;
}

#footer .footerright {
	float: right;
}


.specials_vehiclePricing .specials_special span {
	text-decoration:none !important;
}




