 * {
font-family:Verdana, Arial, sans-serif;
}

html {
height:100%;
}

body {
padding:0;
margin:0;
background-image:url( /images/bg.jpg);
background-repeat:repeat-x;
background-color:#e5e5e5;
height:100%;
}

div#containerOuter {
width:789px;
height:100%;
margin:0 auto;
}

div#containerContainer {
width:789px;
float:left;
background-image:url( /images/containerBg.jpg);
background-repeat:repeat-y;
position:absolute;
}

* html div#containerContainer {
position:relative;
}

*:first-child+html div#containerContainer {
position:static!important;
}

div#container {
width:749px;
height:100%;
}

div#header {
width:749px;
height:100px;
float:left;
background-image:url( /images/headerBg.jpg);
background-repeat:no-repeat;
/*background-position:left center;*/
margin:0!important;
padding:0!important;
overflow:hidden!important;
}

div#topContact {
width:210px;
height:50px;
float:right;
font-size:11px;
color:#636363;
text-align:right;
padding:0 30px 0 0;
}

div#topContact p {
margin:0;
padding:5px 0 0 0;
}

a {
font-size:11px;
text-decoration:none;
color:#f0c709;
font-weight:700;
}

a:hover {
color:#2a3580;
}

div#header a#homeBtn {
text-decoration:none;
float:left;
display:block;
width:106px;
height:29px;
overflow:hidden;
background-image:url( /images/homeBtn.gif);
background-repeat:no-repeat;
margin:65px 0 0 25px;
}

* html div#header a#homeBtn {
margin:65px 0 0 12px;
}

div#header a#homeBtn:hover {
background-position:0 -29px;
}

div#logo {
float:left;
padding:17px 0 0 0;
}

div#nav {
width:415px;
float:left;
padding:15px 0 0 0;
}

* html div#nav {
width:410px!important;
overflow:hidden!important;
}

ul#navUl {
width:415px;
float:left;
list-style-type:none;
padding:0;
margin:0;
}

ul#navUl li {
float:left;
height:29px;
padding:0;
margin:0;
}

ul#navUl li a {
text-decoration:none;
display:block;
height:29px;
float:left;
background-repeat:no-repeat;
overflow:hidden;
padding:0!important;
margin:0!important;
}

ul#navUl li a:hover {
background-position:0 -29px;
overflow:hidden!important;
padding:0!important;
margin:0!important;
}

ul#navUl li#navServices a {
width:103px;
background-image:url( /images/servicesBtn.gif);
}

ul#navUl li#navCredit a {
width:103px;
background-image:url( /images/creditBtn.gif);
}

ul#navUl li#navCalc a {
width:102px;
background-image:url( /images/calcBtn.gif);
}

ul#navUl li#navContact a {
width:103px;
background-image:url( /images/contactBtn.gif);
}

div#mainContent {
width:749px;
float:left;
margin-top:-55px;
padding:0 0 182px 0;
text-align:left;
}

div#leftCol {
width:433px;
float:left;
padding:0 10px 0 27px;
}

ul#vehicleTypes {
list-style-type:none;
padding:0 0 0 2px;
margin:0;
float:left;
}

ul#vehicleTypes li {
float:left;
}

ul#vehicleTypes li a {
display:block;
text-decoration:none;
width:107px;
height:108px;
overflow:hidden;
background-repeat:no-repeat;
}

ul#vehicleTypes li a:hover {
background-position:0 -108px;
}

ul#vehicleTypes li#typePassenger a {
background-image:url( /images/passengerBtn.gif);
}

ul#vehicleTypes li#typeTrucks a {
background-image:url( /images/trucksBtn.gif);
}

ul#vehicleTypes li#typeRecreational a {
background-image:url( /images/recBtn.gif);
}

ul#vehicleTypes li#typeCommercial a {
background-image:url( /images/commercialBtn.gif);
}

a#bigBtn {
display:block;
text-decoration:none;
width:433px;
height:41px;
float:left;
overflow:hidden;
background-image:url( /images/bigBtn.jpg);
background-repeat:no-repeat;
}

a#bigBtn:hover {
background-position:0 -41px;
}

div#searchBox {
float:left;
width:433px;
height:320px;
background-image:url( /images/formBg.png);
background-repeat:no-repeat;
text-align:center;
}

div#rightCol {
width:255px;
float:left;
}
div#rightCol.level2{
width:355px;
}

div#footer {
float:left;
border-top:1px solid #636363;
width:700px;
padding:0 0 50px 0;
margin:0 0 0 25px;
}

* html div#footer {
margin:0 0 0 10px;
}

div#footer p {
padding:0;
margin:0;
color:#636363;
font-size:11px;
}

div#marquee {
width:266px;
height:24px;
float:left;
background-image:url( /images/marqueeBg.jpg);
margin:15px 0 0 -13px;
font-size:12px;
font-weight:100;
font-style:italic;
padding:7px 0 5px 0;
background-repeat:no-repeat;
text-align:center!important;
}

h1 {
font-size:18px;
padding:0;
margin:0;
font-weight:700;
color:#000;
text-transform:uppercase;
}

p {
color:#7d7d7d;
font-size:11px;
padding:0 0 10px 0;
margin:0;
}

div#map {
float:left;
clear:left;
padding:0 0 10px 0;
}

h4 {
font-size:14px;
color:#7d7d7d;
font-weight:100;
font-style:italic;
padding:0;
margin:0;
}

div#rightCol table td {
color:#7d7d7d;
font-size:11px;
}

/*SEARCH*/

div#searchBox table {
width:275px;
}

div#searchBox table td {
font-size:12px;
font-weight:700;
}

div#searchBox select,div#searchBox form {
float:left;
}

div#searchBox div#searchContent {
width:275px;
float:left;
padding:40px 0 0 30px;
}

div#searchBox span {
float:left;
width:12px;
}

/*END SEARCH*/

div#mainContent.level2 {
margin:0!important;
}

div#leftCol.level2 {
width:333px;
}

h1#carPrice {
color:#2a3580;
font-weight:700;
font-size:24px;
padding:0 0 15px 0;
margin:0;
}

h2 {
color:#2a3580;
font-size:14px;
font-weight:100;
margin:0;
padding:0;
}

div#mainContent.level2 ul {
list-style-type:none;
padding:0 0 15px 0;
margin:0;
}

div#mainContent.level2 ul li {
color:#636363;
font-size:11px;
}

div#bannerLinks {
width:205px;
float:right;
}

div#bannerLinks ul {
list-style-type:none;
float:right;
width:205px;
padding:112px 27px 0 0;
margin:0;
}

div#bannerLinks ul li {
height:27px;
line-height:27px;
overflow:hidden;
}

div#bannerLinks ul li a {
display:block;
width:205px;
float:left;
height:27px;
line-height:27px;
}

div#bannerLinks ul li a:hover {
background-position:0 -27px;
}

div#bannerLinks ul li#bannerLink1 a {
background-image:url( /images/backToInventory.gif);
}

div#bannerLinks ul li#bannerLink2 a {
background-image:url( /images/aboutVehicle.gif);
}

div#bannerLinks ul li#bannerLink3 a {
background-image:url( /images/printListing.gif);
}

/*BANNERS*/

div#banner {
background-repeat:no-repeat;
width:749px;
height:200px;
float:left;
overflow:hidden;
background-image:url( /images/banner_all.jpg);
background-position:0 0!important;
}

div#banner.home {
background-position:0 0!important;
}

div#banner.services {
background-position:0 -200px!important;
}

div#banner.level2 {
background-position:0 -600px!important;
}

div#banner.contact {
background-position:0 -800px!important;
}

div#banner.credit {
background-position:0 -400px!important;
}

/*END BANNERS*/

div#bannerLinks ul li#bannerLink1 a:hover,div#bannerLinks ul li#bannerLink3 a:hover {
background-position:0 -28px;
}

div#features {
width:650px;
float:left;
clear:left;
padding:0 0 0 28px;
}

div#features ul {
float:left;
padding:0 50px 0 0!important;
margin:0;
}

div#carPhotos {
width:350px;
float:left;
}

div#thumbnails {
width:350px;
padding:5px 0 0 0;
}

div#thumbnails img {
float:left;
padding:0 3px 0 0;
}

div#mainContent.services2 {
width:749px;
float:left;
margin-top:0px!important;
padding:0 0 182px 0;
text-align:left;
}

div#leftCol.services2 {
width:666px!important;
}

table td label {
width:165px;
float:right;
text-align:right;
}

input.totalInput {
background:#f9e728;
}

table.findIt td {
text-align:left;
}

input.shortField {
width:110px;
}

input.longField,textarea {
width:350px;
font-size:12px;
}

div#rightSpacer {
height:50px;
width:100px;
}

p.permission {
color:#000!important;
padding:10px 0 0 0!important;
}

div#rightCol table td {
color:#000;
}

input.shorterField {
width:30px;
}

input.nameField {
width:170px;
}

div#searchBox h6 {
color:#2a3580;
font-weight:700;
text-transform:uppercase;
padding:15px 0 0 0;
margin:0;
font-size:12px;
}

div#searchBox table td.priceRange {
width:160px;
float:left;
}

ol {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

fieldset {
	border: none;
	padding-left: 0px;
	margin-left: 0px;
}

/* Horizontal Carousel */
#horizontal_carousel {
  font-size: 11px;
  color: white;
  width: 433px;
  height: 490px;
  padding-left:10px;
  padding-right:0px;
  padding-bottom:0px;
  margin-top:8px;
  _overflow-x:hidden;
  _overflow-y:scroll;
}         

#horizontal_carousel .container {
  width: 400px;
  height: 480px; 
background:none;
color:#000;
padding-top:10px;
}  

#horizontal_carousel .container a {
color:#2a3580;
}      

#horizontal_carousel .container a:hover {
color:#f0c709;
}    

#horizontal_carousel .previous_button {
  position: absolute;
  top: 0;
  left: 9px;
  width: 27px;
  height: 500px;
  background: url(/images/carousel/left.gif);
background-position:0 -50px;
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(/images/carousel/left-disabled.gif);
background-position:0 -50px;
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 0;
  right: -25px;
  width: 27px;
  height: 500px;
  background: url(/images/carousel/right.gif);
background-position:0 -50px;
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(/images/carousel/right-disabled.gif);
background-position:0 -50px;
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  //position: relative;
  //top: 0;
  //left: 0;
  height: 500px;
}         

#horizontal_carousel ul li {
  width:395px;
  list-style:none;   
  float:left;
}

.itemWrap{
padding:5px;
  margin-bottom: 6px;
  border-bottom: 1px dotted #666;
  height: 67px;
  _width:395px;
}

.itemWrap div{
  float:left;
  height:60px;
  width:60px;
}

.itemimage img {
  border:1px solid #999999;
  display:block;             
  background:#E3EDFA;  
}

.itemdesc {
  width: 70px!important;
}

.itemtitle {
font-weight:700;
font-size:10px;
}

.itemprice {
margin-left:-10px;
font-weight:700;
font-size:10px;
width:60px!important;
text-align:center;
}

.itemlink {
padding-left:10px;
}

.itemimage {
   width: 70px!important;
}
input.required, textarea.required{
 border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
 border: 1px solid #FF3300;
 color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
 border: 1px solid #00CC00;
 color : #000;
}

.validation-advice {
 margin: 5px 0;
 padding: 5px;
 background-color: #FF3300;
 color : #FFF;
 font-weight: bold;
display:none;
}

.custom-advice {
 margin: 5px 0;
 padding: 5px;
 background-color: #C8AA00;
 color : #FFF;
 font-weight: bold;
}

fieldset label {
color:#2a3580;
font-weight:700;
font-variant:small-caps;
font-size:14px;
}

a img {
border:none;
}



#navUl,#navUl ul {
list-style:none;
margin:0;
padding:0;
}

ul#navUl {
width:450px;
height:25px;
}

#navUl li.menuDivider {
width:10px;
height:36px;
font-size:18px;
color:#ffffe6;
font-weight:100;
_padding:5px 0 0 0;
padding:3px 0 0 0;
line-height:36px;
}

#navUl a {
display:block;
font-family:Georgia, "Times New Roman", serif;;
font-size:16px;
font-weight:100;
text-decoration:none;
color:#ffffe6;
line-height:35px;
text-transform:uppercase;
}

#navUl a:hover {
color:#fff;
}

#navUl li {
float:left;
padding:0;
margin:0;
}

#navUl li a {
line-height:36px;
padding:0 5px;
}

#navUl li ul {
position:absolute;
text-align:left;
background:#201001;
width:16.5em;
left:-999em;
}

#navUl li ul li {
display:block;
clear:left;
width:100%;
line-height:25px;
border-bottom:1px dotted #ffffe6;
}

#navUl li ul li a {
font-size:11px;
line-height:12px;
color:#fff;
width:19.2em;
padding:10px 0 10px 20px;
}

#navUl li ul ul {
margin:-1em 0 0 10em;
}

#navUl li:hover ul ul,#navUl li:hover ul ul ul,#navUl li.sfhover ul ul,#navUl li.sfhover ul ul ul {
left:-999em;
}

#navUl li:hover ul,#navUl li li:hover ul,#navUl li li li:hover ul,#navUl li.sfhover ul,#navUl li li.sfhover ul,#navUl li li li.sfhover ul {
left:auto;
}

#navUl li ul li:hover,#navUl li ul li.sfhover {
background-image:none;
}

#navUl li ul li a:hover {
color:#201001;
background-image:none;
background-color:#ffffe6;
}

#navUl li ul li ul li {
top:0;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	z-index: 99;
}

#facebox .b {
  background:url(/images/b.png);
}

#facebox .tl {
  background:url(/images/tl.png);
}

#facebox .tr {
  background:url(/images/tr.png);
}

#facebox .bl {
  background:url(/images/bl.png);
}

#facebox .br {
  background:url(/images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 470px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


