@charset "utf-8";
/* CSS Document */
/*some utility classes*/

.float_l {
	float: left;
	display:inline;
}
.float_r {
	float: right;
	display: inline;
}
.clear {
	clear: both;
}

body {
	background: url(../images/bg_body.jpg) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	margin: 12px 0 0 12px;
}

#nav {
	margin: 2px 0 0 12px;
	width: 926px;
	background-color: #013A55;
	height: 25px;
}

#footer {
	background-color: #fff;
	color: #000;
}

#customcontent td { padding: 5px; }

#customcontent td img { border: 1px solid #333; }

#customcontent h3 { padding: 5px 5px 5px 0px; }

a#windowSticker {
	color: green;
}

#multimedia {
	width:900px;
	height:400px;
}

#ads_video {
	float:left;
	width:500px;
	margin:0 2.0em;
}

#ads_audio {
	float:left;
	width:200px;
	margin:0 2.0em;
}

#ads_audio h3{
	text-align:left;
}

a#windowSticker {
	font-family: Georgia, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
  display: block;
  background: #fff200;
  border: solid thin #ccc;
}

.specials_container {
	background: #999 !important;
}

.specials_container a.vehicle_title {
	color: #fff !important;
}