/* Back Ground Image Style */
html, body{
	margin-top:0; margin-left:auto; margin-bottom:0; margin-right:auto;
	background-color:#000;
	font-size:100.01%;
	text-align:center;
	background-image:url(../images/background/used-cars.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}


 /*printer styles*/ 
@media print{ 

html, body{
	margin-top:0; margin-left:auto; margin-bottom:0; margin-right:auto;
	background-color:#fff;
	font-size:100.01%;
	text-align:center;
	background-image:none;
	background-repeat:no-repeat;
	background-position:center top;
}

.col-search{display:none;}
#footer-outer{display:none;}
#vehicle-type{display:none;}
#nav-outer{display:none;}

#top-bar { 
	float:left;
	min-width:662px; max-width:662px; width:auto !important; width:662px;
	min-height:62px; height:auto !important; height:62px;
	margin-top:28px; margin-left:20px;
	z-index:11;
}

#top-bar td h1{color:#000;}

}