@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
.topbg {
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
}
.header {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0D5BA9;
}
.header_address {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #0D5BA9;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
.div_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
        font-weight: bold;
}
.mainbg {
	background-color: #000;
	background-image: url(../images/car_bg.jpg);
	background-repeat: no-repeat;
}
.silver {
 	background-color: #8895A5;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-left: 2px;

}
.pull-center {
  float: center !important;
}