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

body {
	background: url("../images/bg.jpg") repeat-x scroll 0 0 #fff;
	/* background:black !important; */
	/* ??? there is no new_images folder - background: url("../images/new_images/bg.jpg") repeat-x scroll 0 0 #fff; */
	font: 12px Arial, Helvetica, sans-serif;
}

#container {
	width:950px;
	background: #fff;
	border:none;
	margin-top:10px;
}

#header {
	width:930px;
	height:86px;
	background: #fff url(../images/header.jpg) 0px 0px no-repeat;
	margin:0px 0px 0px 10px;
}
#header img {
	display:none;
}

#nav {
	width:930px;
	height:32px;
	background: #fff url(../images/bg_nav.jpg) 0px 0px repeat-x;
	margin:0px 0px 0px 10px;
}

#order_volt {
    background: url("../images/volt_frm_bck.jpg") no-repeat scroll 0 0 transparent;
    height: 509px;
    width: 900px;
}
/*.search_eprice_block a{background:black !important;color:white !important;}*/





/* ######################## BLACK FRIDAY - TEMP SWITCH TO BLACK-WHITE COLOR SCHEME ######################### */
/*
body {
	color:#fff !important;
}

#container {
	background: #000 !important;
}

#seo_text p {
	color: #fff !important;
}

#nav {
	background: #000 !important;
}

#header {
	background: #fff url(../images/header_INVERT.jpg) 0px 0px no-repeat !important;
}
*/

/* ------------- and for BACK Pages ---------------- */
/*
#footer, .vehicle_inventory_block {
	background-color: #000 !important;	
}

.inventory_wrapper:hover, #search_filter legend, #search_filter fieldset a.show_more, .pagination a, .inventory_special_wrapper {
	background-color: #333 !important;	
}

.vehicle_inventory_block .vehicle_info p, .vehicle_inventory_block .vehicle_info ul li, .vehicle_inventory_block .vehicle_info a.vehicle_title, #search_filter fieldset ul li a, .vehicle_inventory_block .vehicle_pricing ul li span.msrp, .vehicle_inventory_block .vehicle_pricing ul li span.sellingprice, .pagination, .vehicle_inventory_block .vehicle_pricing ul li a.incentives {
	color:#fff !important;	
}

#search_filter, .sortpage_container, blockquote.inventory_special_text {
	background-color:#666 !important;	
}

#search_filter fieldset {
	background-color:#000 !important;	
}

.search_eprice_block {
	background: #fff !important;
}

h1, h2, h3, #vehicle_search_by li a {
	color:#000 !important;	
}

.more_link {
	color:#777 !important;		
}
*/























