body {
	background: url('/public/images/diamond_plate_bg.jpg') repeat-x top center #121212;
}

/* Primary Color */
/*#menu, #menu>ul>li>a:hover, #search-used, #footer-bar, #show-controls a:hover, #show-controls .options, .primary_bg_color {*/
#menu ul li a:hover, #search-used, #footer-bar, #show-controls a:hover, #show-controls .options, .primary_bg_color {
	background-color:#0b3d91;
}

/* Color of text used against primary */
#menu li a, #search-used {
	color:#fff;
}

/* Link color for dark backgrounds */
#header a {
 color:#3694fc;
}

a {
	color:#1b61af;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* showroom cars */

.car-container .vehicle {
	background-image:url(/public/images/cars/bgm-cars.jpg);
	background-repeat:no-repeat;
	width:167px;
	height:120px;
	
}

#showroom-container-inner {
	width:15000px;
}

.car-container .gmc-canyon { background-position:0 -252px; }
.car-container .gmc-sierra-1500 { background-position:0 -1422px; }
.car-container .gmc-sierra-2500hd { background-position:0 -1538px; }
.car-container .gmc-sierra-3500hd { background-position:0 -1654px; }
.car-container .chevrolet-colorado { background-position:-168px -1079px; }
.car-container .chevrolet-silverado-1500 { background-position:-335px -121px; }
.car-container .chevrolet-silverado-2500hd { background-position:-335px -242px; }
.car-container .chevrolet-silverado-3500hd { background-position:-335px -363px; }
.car-container .chevrolet-silverado-hybrid { background-position:-335px -484px; }
.car-container .chevrolet-avalanche { background-position:-335px -1302px; }
