@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;
}
#container {
	background:#484848;
	border: 2px solid #484848;
}

#header {
	margin: 12px 0 0 12px;
	width: 926px;
	height: 71px;
	display: block;
	background: url(../images/header.jpg) 0 0 no-repeat;	
}

#hed_chat {
  padding: 10px 0 0 0;
  margin: 0 0 0 480px;
  height: 55px;
}

#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: #000 !important;
}

a#windowSticker {
    background: none repeat scroll 0 0 red;
    border: thin solid #01185e;
    display: block;
    font-family: Georgia,sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
	color:yellow;
}

a:hover#windowSticker{color:white;background:#840403;}

div.employee_information .employee_comments {
  overflow: visible;
}

.drComments, .drDate, .drUser {
	color:#fff;
}

#disclaimer p {
	color:#fff;
}

#fieldset_transmission {
	display:none;
}

#fieldset_drivetrain {
	display: none;
}

#camry_effect_page p {
	color:#fff;
}


