body {
	background: url('/public/images/bg_splash_teal.jpg') no-repeat top center #141B21;
}

/* 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:#8eb4bb;
}

/* Color of text used against primary */
#menu li a, #search-used {
	color:#fff;
}

#footer a {
	color:#0092bc;
}

/* Link color for dark backgrounds */
#header a, #footer2 a {
	color:#b8dee6;
}

#content {
	min-height:400px;
}

a {
	color:#1b61af;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* showroom cars */

.car-container .vehicle {
	background-image:url(/public/images/cars/jaguar-cars.jpg);
	background-repeat:no-repeat;
	width:167px;
	height:120px;
	
}

.car-container .jaguar-xf { background-position:0 0; }
.car-container .jaguar-xj { background-position:0 -120px; }
.car-container .jaguar-xk { background-position:0 -240px; }
.car-container .jaguar-x-type { background-position:0 -360px; }