html {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font-family: arial;
}

#container {
  min-width: 750px;
}

/*Header Styles*/

#header {
	height: 166px;
	background-image: url('../images/header_background.gif');  
	background-repeat: repeat-x;
	background-position: top left;
}

#header #logo {
  display: block;
  float: left;
  margin-left: 10px;
  margin-top: 15px;
}

#header #contact {
  display: block;
  float: right;
  margin-right: 10px;
  margin-top: 15px;
}

#nav {
  background-image: url('../images/nav_background.gif');  
  background-repeat: repeat-x;
  height: 39px;
}

#nav #nav_str {
  margin-left: auto;
  margin-right: auto;  
} 

#scroller {
  position: relative;
  display: block;
  height: 24px;
  overflow: hidden;
}

.scroll_text {  
  font-family: tahoma;
  font-size: 17px;
}

#main_content {
  display: block;
  margin-bottom: 20px;
}

#featured_vehicles {
  width: 62%;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
}

#generic_left {
  width: 45%;
  float: left;
  margin-left: 2%;
  margin-right: 1%;
}

#generic_right {
  width: 48%;
  float: left;
  margin-right: 1%;
  text-align: center;
  margin-bottom: 10px;
}

#generic_right img {
  margin-left: auto;
  margin-right: auto;
}

#extra_features {
  width: 28%;
  float: left;
  margin-right: 1%;
}

#featured_vehicles, #extra_features, #generic_left, #generic_right {
  margin-top: 10px;
}

.counter {
  margin: 9px;
  font-size: 13px;
  font-weight: bold;
  display: block;
  text-align: center;
}

/*Featured Vehicles Styles */

#featured_vehicles h4, #generic_left h4 {
  font-size: 14px;
  color: #000000;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 3px;
}

#featured_vehicles, #generic_left {
  font-size: 12px;
  color: #383939;
  z-index: 0;
}

#featured_vehicle .divider {
  color: #DFE0E0;
  clear: both;
}

.featured_vehicle, .feature {
  margin-bottom: 25px;
  position: relative;
  clear: both;
  z-index: 1;
}

.featured_vehicle img, .feature img {
  float: left;
  margin: 3px;
  border: 1px solid #CBB1E3;
}

.featured_vehicle h5, .featured_vehicle .price, .feature h5 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 13px;
}

.featured_vehicle .price {
  font-weight: normal;
  margin-bottom: 4px;
}

.featured_vehicle .info_link {
  text-decoration: none;  
  float: right;
  padding: 5px;
  padding-right: 25px;
  background-image: url('../images/info_arrow.gif');
  background-repeat: no-repeat;
  background-position: 100%;
}

.featured_vehicle .info_link:hover {
  text-decoration: underline;
}

/* Vehicle Specifications Styles */

#detail_right {
  width: 58%;
  float: left;
}

#detail_right a {
  padding: 0;
  margin: 0;
}

#detail_right img {
  padding: 0;
  margin: 0;
}

#detail_controls {
  width: 521px;
  margin-left: auto;
  margin-right: auto;
}

#specifications .title {
  font-weight: bold;
  background: url('../images/title_side.gif') repeat-y 90%;
}

#collage_controls {
  width: 45px;
  margin-right: 7px;  
  float: right;
}

#collage_controls img {
  border: 0;
}

#no_images {
  background-color: #DF4545;
  color: white;
  text-align: center;
}

#slideshow_container {
  width: 521px;
  height: 440px;  
  margin-left: auto;
  margin-right: auto;
}

#myGallery {
  width: 439px !important;
  height: 345px !important;
  padding: 0;
  margin: 0;
  display: none;
}

#collage_container {
  width: 441px;
  background-color: #FFF;
}

#slideshow_top, #slideshow_bottom, #detail_control_top, #detail_control_bottom {
  display: block;
  width: 521px;
  height: 17px;
}

#slideshow_top, #detail_control_top {
  background: url('../images/slideshow_top.gif') no-repeat left bottom;
}

#slideshow_bottom, #detail_control_bottom {
  background: url('../images/slideshow_bottom.gif') no-repeat left top;
}

.inner_slideshow {
  background-color: #DF4545;
  /*height: 100%;*/
  padding-top: 5px;
}

#collage_container img {
  margin-left: auto;
  margin-right: auto;
}

.inventory_collage {
 /* width: 540px; */
  table-layout: fixed;
  display: block;
}

.inventory_collage td {
  text-align: center;
  border: 1px solid #B6B6B6;
  padding: 0;
}

.inventory_collage td img {
  border: none;
}

.inventory_collage td:hover {
  border: 1px solid #000;
  background-color: #D4D7D7;
}

#full_image_display img {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  width: 400px;
  display: block;
}

#full_image_display {
  border-left: 1px solid #D6D2C2;
  margin: 10px;
}

#features .feature h5 {
  font-size: 12px;
  margin: 0;
  padding: 0;
  margin: 5px;
}

#features .feature ul {
  padding: 0;
  margin-left: 30px;
}

#description {
  font-size: 12px;
  padding: 5px;
  margin-top: 40px;
  background: url('../images/extra_feature_background.png') repeat-x top left;
  border-top: 1px solid #B3BFBF;
}

#thumbnails {
  height: 80px;
  width: 500px;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

#thumbnails img {
  border: 1px solid #000;
  margin: 2px;
}

/*Extra Features Styles*/

#extra_features .extra_feature h4 {
  margin: 0;
  padding: 3px;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 3px;
  background-color: #454545;  
  font-weight: normal;
}

.extra_feature {
/*  background-color: #D4D7D7;*/
  background-image: url('../images/extra_feature_background.png');
  background-position: top left;
  background-repeat: repeat-x;
  height: 150px;
  margin-bottom: 10px;
}

.extra_feature .text {
  padding: 5px;
  font-size: 12px;
  color: #000000;
}

.extra_feature select {
  border: 2px solid #EEEFEF;
}

.extra_feature .make_container, .extra_feature .budget_container {  
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  height: 2em;
  width: 14em;
  padding-top: 20px;  
  padding-left: 5%;
  padding-bottom: 13px;
}

.extra_feature a {
  color: white;
  text-decoration: none;
  padding-left: 22.5px;
  padding-right: 22.5px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin: 0;
  background-image: url('../images/go_button.gif');
  background-repeat: no-repeat;
  background-position: center center;
}

.extra_feature a.no_bg {
  color: black;
  padding: 0;
  margin: 0;
  background: none;
  text-decoration: underline;
}

.extra_feature .title {
  font-weight: bold;
}

.extra_feature .r_img {
  margin: 3px;
}

.extra_feature ul {
  padding: 0;
  margin: 0;  
}

.extra_feature ul li {
  list-style: none;
}

/*Footer Styles*/

#footer {
  display: block;
  height: 35px;
  background-image: url('../images/footer_background.gif');
  background-position: top left;
  background-repeat: repeat-x;
  clear: left;
  min-width: 760px;
  position: relative;
}

#footer_address {
  display: block;
  width: 281px;
  height: 35px;
  margin-right: 2%;
  position: absolute;
  right: 5px;
}

/* Nav SuckerFish Menu Code */

#nav {
  z-index: 4000;
}

#nav ul {
  margin: 0;
  padding: 0;  
}

#nav ul li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 4999;
}

#nav ul li .drop_down {
  position: absolute;  
  display: none;
  top: 2.8em;
  left: -10px;
  width: 125px;
  padding: 5px;
  padding-bottom: 45px;
  
/*  background-color: #C6C6C6;  */
  background-image: url('../images/pulldown_background.gif');
  background-repeat: no-repeat;
  background-position: bottom right;
  font-family: arial;
  font-size: 14px;
/*  border: 1px solid black;*/
  z-index: 5000;
}

#nav ul li .drop_down li {
  display: block;
  width: 110px;
  margin-left: 10px;
}

#nav ul li .drop_down a {
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  padding: 0.2em 10px;
}

#nav ul li .drop_down li:hover, #nav ul li .drop_down li.subOver { 
  background-color: #EF0000;
}

#nav ul li .drop_down li.subOut {
  background-color: transparent;
}

#nav ul li:hover .drop_down, #nav ul li.over .drop_down {
  display: block;
}

#nav ul li.cancel .drop_down {
  display: none;
}

#nav ul li .drop_down li {
  display: list-item;
}

#nav ul {
  width: 752px;
}

.horiz li img {
  border: 0;
}

.horiz {
  margin: 0;
  padding: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.horiz li {
  float: left;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* End SuckerFish menu code */
  
/* Filter Container Code */

#filter_container ul { 
  padding: 0;
  margin: 0;
}

#filter_container ul li {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}

/*Table Styles*/

.f_table {
  width: 100%;
  margin-top: 20px;
}

.f_table thead {
  background-image: url('../images/header_bottom.gif');
  background-repeat: repeat-x;
  background-position: bottom;
  
  font-size: 14px;  
}

.f_table th {
  padding-bottom: 8px;
  font-size: 13px;
}

.f_table td {
  font-size: 12px;
  border-left: 1px solid #CBC7B8;
  border-bottom: 1px solid #CBC7B8;
  padding: 5px;
}

.f_table td.last {
  border-right: 1px solid #CBC7B8;
}

.f_table td img {
  margin: 3px;
  border: 1px solid #CBB1E3;
}

/* Inventory Styles */

#inventory_container {
  margin-bottom: 10px;
}

/* Form Styles */


form label {
  display: block;
  float: left;
  width: 150px;
  padding: 0;
  margin: 8px 0 0 0;
  text-align: right;
}

form br {
  clear: left;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form input, form textarea {
  margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form select {
  margin: 5px 0 0 10px;
}

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

