@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
a img { border: none; }
body { background-image: url(../images/bg-body.png); font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
p { color: #666; margin: 0.8em 0; font-size: 1em; }
h1 { color: #999; font-size: 0.8em; font-weight: normal; margin: 0.8em 0; }
h2 { color: #006600; font-size: 2em; font-weight: normal; }
h3 { color: #006600; font-size: 1.4em;  }

/* links */

a { text-decoration: none; outline: none; color: #006600; }
a:hover { text-decoration: underline; }
p.crumbs a { color: #006600; }
p.crumbs a:hover { text-decoration: underline; }
div#footer a { color: #999; }
div#footer a:hover { text-decoration: underline; }

/* structures */

div#header { width: 100%; height: 92px; background: url(../images/bg-header-bg.png) left top repeat-x; }
div#header div { width: 800px; margin: 0 auto; height: 71px; padding: 20px 100px 0 100px; background: url(../images/bg-header.png) center top no-repeat; }
div#navigation { width: 800px; margin: 0 auto; height: 53px; padding-top: 10px; clear: both; overflow: hidden; }
div#contents { width: 800px; padding-top: 20px; margin: 0 auto; background: url(../images/bg-contents-open.png) left top no-repeat;  }
div#contents-inner { padding: 0 20px; background: url(../images/bg-contents-mid.png) left 100px repeat-y; }
div#main { width: 560px; float: left; }
div#sub { width: 180px; float: right; }
div#sub div { background-color:#fcfcfc; border: #ddd 1px solid; margin-bottom: 20px; padding: 10px; }
div#sub div div { background: none; border: none; margin: 0; padding: 0; }
div#footer { width: 760px; margin: 0 auto; height: 20px; padding: 80px 20px 20px 20px; background: url(../images/bg-contents-close.png) left top no-repeat; }

/* navigation */

ul#nav { list-style-type: none; margin: 0px; padding: 0; font-size: 9px; }
ul#nav li { float: left; list-style-type: none; }
ul#nav a { text-decoration: none; display: block; background: url(../images/navigation.gif) left top no-repeat; height: 53px; outline: none; }
ul#nav a span { visibility: hidden; }

ul#nav a.nav-home { background-position: 0 0; width: 75px; }
ul#nav a.nav-home:hover { background-position: 0 -106px; }
ul#nav a.nav-homecurrent { background-position: 0 -53px; width: 75px; }

ul#nav a.nav-profile { background-position: -75px 0; width: 70px; }
ul#nav a.nav-profile:hover { background-position: -75px -106px; }
ul#nav a.nav-profilecurrent { background-position: -75px -53px; width: 70px; }

ul#nav a.nav-newcars { background-position: -145px 0; width: 83px; }
ul#nav a.nav-newcars:hover { background-position: -145px -106px; }
ul#nav a.nav-newcarscurrent { background-position: -145px -53px; width: 83px; }

ul#nav a.nav-preowned { background-position: -228px 0; width: 120px; }
ul#nav a.nav-preowned:hover { background-position: -228px -106px; }
ul#nav a.nav-preownedcurrent { background-position: -228px -53px; width: 120px; }

ul#nav a.nav-workshops { background-position: -348px 0; width: 96px; }
ul#nav a.nav-workshops:hover { background-position: -348px -106px; }
ul#nav a.nav-workshopscurrent { background-position: -348px -53px; width: 96px; }

ul#nav a.nav-resources { background-position: -444px 0; width: 96px; }
ul#nav a.nav-resources:hover { background-position: -444px -106px; }
ul#nav a.nav-resourcescurrent { background-position: -444px -53px; width: 96px; }

ul#nav a.nav-testimonials { background-position: -540px 0; width: 105px; }
ul#nav a.nav-testimonials:hover { background-position: -540px -106px; }
ul#nav a.nav-testimonialscurrent { background-position: -540px -53px; width: 105px; }

ul#nav a.nav-faq { background-position: -645px 0; width: 55px; }
ul#nav a.nav-faq:hover { background-position: -645px -106px; }
ul#nav a.nav-faqcurrent { background-position: -645px -53px; width: 55px; }

ul#nav a.nav-contact { background-position: -700px 0; width: 100px; }
ul#nav a.nav-contact:hover { background-position: -700px -106px; }
ul#nav a.nav-contactcurrent { background-position: -700px -53px; width: 100px; }

/* Dropdown Navigation */

ul#nav li ul { position: absolute; width: 10em; left: -999em; }
ul#nav li:hover ul { left: auto; }
ul#nav li:hover ul li { }
ul#nav li:hover ul, #nav li.sfhover ul { left: auto; }
ul#nav li ul li { width: 150px; font-size: 11px; margin: 0; border-bottom: #222 1px solid; }
ul#nav li ul li a { background-image: none; height: 16px; padding: 0.5em 1em; display: block; background-color: #333; color: #fff; }
ul#nav li ul li a:hover { background-color: #222; color: #00af00; }

/* Home page */

div#home-flash { width: 560px; height: 300px; margin: 15px 0; }

div#home-news { width: 180px; float:left; margin: 15px 0; }
div#home-news /* sync with cms */ p { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666; margin: 0.8em 0; }
div#home-news /* sync with cms */ h4 { font-family: Arial, Helvetica, sans-serif; font-size: 1.4em; font-weight: normal; margin: 0.8em 0; }
div#home-news /* sync with cms */ ul { list-style-type: none; color: #666; padding: 0; font-size: 11px; }
div#home-news /* sync with cms */ ul li { padding-left: 1.5em; background: url(../images/bullet-green.gif) 0.5em 0.5em no-repeat; }

div#home-featured { width: 346px; float:right; border-left: #ddd 1px solid; padding-left: 16px; margin: 15px 0; }
div#home-featured div.odd, div#home-featured div.even { width: 326px; float: left; padding: 10px; margin-bottom: 10px; height: 102px; overflow: hidden; }
div#home-featured div.odd { background: url(../images/bg-home-featured-1.png) left top no-repeat; }
div#home-featured div.even { background: url(../images/bg-home-featured-2.png) left top no-repeat; }
div#home-featured span.tag { font-size: 9px; }

div.feat-img-holder { width: 150px; height: 96px; padding: 1px; border: #ccc 1px solid; overflow: hidden; }
div.feat-img-holder { background-color: #fff; background-position: center center; background-repeat: no-repeat; float: left; }

div.featured-text { float: right; width: 160px; padding-top: 1em; }
div.featured-text p { font-family: Arial, Helvetica, sans-serif; margin: 0; }

a.featured-make { font-size: 14px; }
a.featured-model { font-size: 18px; font-weight: normal; padding: 0.2em 0; text-decoration: none; }
a.featured-model:hover { text-decoration: underline; }

div#home-featured div.odd a.featured-make { color: #79bf16; }
div#home-featured div.even a.featured-make { color: #79bf16; }

div#home-featured div.odd a.featured-model { color: #79bf16; /* color: #d58c00; */ }
div#home-featured div.even a.featured-model { color: #79bf16; }

div.associates h4 { font-size: 14px; color: #333; }
div.associates a { text-decoration: none; }

a.sizeLarge { font-size: 22px; }
p.featured-link { font-size: 10px; color: #fff; }

p.header-line { padding-bottom: 5px; margin-bottom: 10px; border-bottom: #d6d6d6 3px solid; }

/* Profile Page */

div#profile-box { background: url(../images/bg-profile.jpg) 0 0 no-repeat; height: 650px; padding: 25px 220px 25px 25px; }

/* New Cars Main page */

div#newcars-sub { width: 140px; float: left; }
div#newcars-main { width: 400px; float: right; }

div#newcars-sub ul { list-style-type: none; margin: 0 0 1em 0; padding-bottom: 1em; width: 140px; font-size: 1em; }
div#newcars-sub li { text-align: center; }

div#newcars-sub li.list-make a { display: block; color: #996633; background: url(../images/btn-car-make.gif) left top no-repeat; margin-bottom: 0.2em; font-weight: bold; }
div#newcars-sub li.list-make a { text-decoration: none; line-height: 30px; }
div#newcars-sub li.list-make a:hover { text-decoration: underline; }

div#newcars-sub li.list-model { border-bottom: #ddd 1px solid; padding: 0; }
div#newcars-sub li.list-model a { background: none; padding: 0.3em 0; line-height: 1.3em; font-weight: normal; text-decoration: none; color: #996633; }
div#newcars-sub li.list-model a:hover { text-decoration: underline; background-color: #f0f0f0; }

div#newcars-sub li.list-model span.tag { font-family: Arial; font-size: 8px; color: #339900; }

div#newcars-sub li.list-model-current { border-bottom: #ddd 1px solid; }
div#newcars-sub li.list-model-current a { background: none; padding: 0.3em 0; line-height: 1.3em; background-color: #996633; color: #fff;  font-weight: normal; text-decoration: none; }

div#newcars-sub li.list-model-current span.tag { font-family: Arial; font-size: 8px; color: #fff; }

div#featured-new-models div.feat-odd, 
div#featured-new-models div.feat-even { width: 154px;padding: 18px; border: #ccc 1px solid; }
div#featured-new-models div.feat-odd { background-color: #f5f5f5; }
div#featured-new-models div.feat-even { background-color: #eaeaea; }

div#featured-new-models span.tag { font-size: 8px; }

div.new-img-holder { width: 150px; height: 96px; padding: 1px; border: #ccc 1px solid; overflow: hidden; background-color: #fff; background-position: center center; background-repeat: no-repeat; margin-bottom: 10px; }

/* New Cars Make Page */

div#make-models div.model-odd, 
div#make-models div.model-even { width: 154px; padding: 18px; border: #ddd 1px solid; }
div#make-models div.model-odd { background-color: #f5f5f5; }
div#make-models div.model-even { background-color: #eaeaea; }

div.make-img-holder { width: 150px; height: 90px; padding: 1px; border: #ccc 1px solid; overflow: hidden; background-color: #fff; background-position: center center; background-repeat: no-repeat; margin-bottom: 10px; }

div#make-models span.tag { font-size: 8px; }

/* New Cars Model Page */

h2.car span.tag { font-size: 9px; }

table#specs td { font: 11px Arial, Helvetica, sans-serif; color:#666; } 
table#specs td.specsgroup { padding-left: 10px; font-weight: bold;  background-color: #999; color: #fff; }
table#specs td.specsheader { padding-left: 10px; border-bottom: #ddd 1px solid;  } 
table#specs td.specsvalue { text-align: center; border-left: #ddd 1px solid; border-bottom: #ddd 1px solid; } 
table#specs tr.specstype td { text-align: center; font-weight: bold; border-top: #666 2px solid; }

div#model-gallery-main { height: 294px; overflow: hidden; margin-bottom: 10px; padding: 1px; }
div#model-gallery-main div { height: 290px; width: 386px; overflow: hidden; padding: 1px; border: #eee 1px solid; background-color: #fff; background-position: center center; background-repeat: no-repeat; }
div#model-gallery-thumb img { margin-right: 5px; cursor: pointer; }

div#model-specifications { margin-bottom: 30px; }

div#model-overview p { font-size: 12px; color: #666; margin: 0.8em 0; line-height: 1.4em; }
div#model-overview h4 { font-family: Arial, Helvetica, sans-serif; font-size: 1.4em; font-weight: normal; margin: 0.8em 0; }
div#model-overview ul { font-family: Arial, Helvetica, sans-serif; list-style-type: none; color: #666; padding: 0; font-size: 12px; }
div#model-overview ul li { padding-left: 1.5em; background: url(../images/bullet-green.gif) 0.5em 0.5em no-repeat; }

div#outdated { text-align: center; }
div#outdated p { margin: 0; padding: 2em 0; }

/* Pre-Owned Cars Page */

div#preowned-cars { min-height: 200px; }
div#preowned-cars div.preowned-box { background-color: #f5f5f5; width: 144px; padding: 12px; border: #ddd 1px solid; float: left; margin: 0 15px 15px 0;  height: 210px; }
div#preowned-cars div.img-holder { overflow: hidden; height: 90px; background-color: #fff; background-position: center center; background-repeat: no-repeat; margin-bottom: 1em; border: #ddd 1px solid; padding: 1px; }
div#preowned-cars p { font-size: 0.9em; color: #666; border-bottom: #eee 1px solid; margin: 0; padding: 0.2em 0; text-align: center; }
div#preowned-cars p span { color: #999; }
div#preowned-cars p span { color: #999; }


/* Pre-Owned Cars Details Page */

div#preowned-details { width: 240px; float: left; }

table#preowned-table { color: #666; width: 100%; }
table#preowned-table td { border-bottom: #eee 1px solid; padding: 0.2em 0; }

div#preowned-images { width: 260px; float: right; }

/* Workshops Page */

table#workshops { width: 90%; margin: 0 auto; padding: 2em 0; color: #666; }
table#workshops td { padding: 0.5em; background: url(../images/pixel-dotted-grey.gif) left bottom repeat-x; }
table#workshops tr.row-last td { padding: 0.5em; background: none; }

/* Useful Information page */

div#info-calculator { width: 525px; height: 260px; background: url(../images/bg-calculator.png) center center no-repeat; }
#form-calculator { width: 160px; margin: 0 auto; padding-top: 40px; }
#form-calculator p { font-size: 11px; margin: 0.8em 0; }
#form-calculator input { font-size: 11px; color: #999; }
#cal_amount { width: 50px; }
#cal_downpayment { width: 50px; }
#cal_interest { width: 25px; }
#cal_term { width: 25px; }

/* Testimonials page */

div.testimonial { background: url(../images/pixel-dotted-grey.gif) left bottom repeat-x; padding-bottom: 20px; margin-bottom: 20px; }
div.testimonial img { }
div.testimonial div { width: 260px; }
div.testimonial div h3 { font-family: Tahoma, Verdana; font-size: 1.8em; color: #666; font-weight: normal; }
div.testimonial div p.customer-name { font-size: 0.9em; padding-top: 1em; }

/* FAQs page */

h3.test-question { cursor: pointer; font-size: 1em; padding: 0.2em 0; }
div.test-answer { padding: 1em 0; margin-bottom: 1em; }

/* News & Updates page */

div#news-links { float: left; width: 140px; margin-right: 10px;}
div#news-contents { float: left; width: 350px; padding-left: 15px; background: url(../images/pixel-dotted-grey.gif) left top repeat-y;  }

ul#news-nav { list-style-type: none; }
ul#news-nav li { background: none; padding: 0.6em 0; font-size: 11px; border-bottom: #eee 1px solid; }
ul#news-nav li a { display: block; }
ul#news-nav li a:hover { }
ul#news-nav span.news-date { font-size: 10px; color: #999; }

h2.newstitle {}
p.newsdate {}

/* Search page */

.search_title { font-weight: bold; }
.search_overview { font-size: 10px; color: #999; }
.search_link { font-size: 10px; color: #999; }

/* Site Map page */

ul.list-sitemap { width: 150px; float: left; }
ul.list-sitemap li { padding: 0.2em 0; }
ul.list-sitemap a { color: #996633; text-decoration: none; }
ul.list-sitemap a:hover { text-decoration: underline; }

/* General styles (site-wide) */

div.line { clear: both; height: 1px; overflow: hidden; }

div.box { background-color:#fcfcfc; border: #ccc 1px solid; margin-bottom: 20px; padding: 18px; }
div.box p { margin: 1em 0; color: #444; line-height: 1.4em; }
div.box p a { color: #006600; }
div.box ul { list-style-type: none; color: #666; padding: 0; }
div.box ul li { padding-left: 18px; background: url(../images/bullet-green.gif) 5px 0.5em no-repeat; }

div.box-half { background-color:#fcfcfc; border: #ccc 1px solid; margin-bottom: 20px; padding: 18px; width: 230px; }
div.box-half a { color: #996633; }

.half { width: 48%; }

div#browse-cars { text-align: center; }
div#browse-cars ul { width: 90%; list-style-type: none; border-top: #eee 1px solid; margin: 10px auto; }
div#browse-cars ul li { border-bottom: #eee 1px solid; }
div#browse-cars ul li a { display: block; padding: 0.5em 0; color: #339900; text-decoration: none; }
div#browse-cars ul li a:hover { text-decoration: underline; background-color: #f6f6f6; }

div#search-cars { text-align: center; }
div#search-cars input#search_text { width: 80px; font-size: 11px; vertical-align: middle; }
div#search-cars input#btn_search { vertical-align: middle; }

div#testimonials-preview span { text-align: center; }
div#testimonials-preview p { margin: 1em 0; text-align: center; }

div#testimonials-preview p a.test-text-link { color: #996633; }

div#testimonials-gallery { height: 150px; overflow: hidden; }
div#testimonials-gallery a { padding-left: 5px; }
div#testimonials-gallery img { border: #ddd 1px solid; padding: 1px; }

h3.car-header { text-align: center; font-weight: normal; font-size: 12px; color: #996633; margin-bottom: 0.5em; }

table.table1 { padding: 5px 0; color: #666; }
table.table1 td { padding: 0.5em; background: url(../images/pixel-dotted-grey.gif) left bottom repeat-x; }
table.table1 tr.row-last td { padding: 0.5em; background: none; }

table.table2 { padding: 2px 0; color: #666; }
table.table2 tr.row-last td { padding: 0.5em; background: none; }

div#form-result p { font-size: 0.9em; color: #cc0000; margin: 0.5em 0; padding-left: 1em; }

span.red { color: #ff0000; }

table#insurance tr.row1 td { background-color: #f6f6f6; }
table#insurance tr.row2 td { background-color: #fff; }
table#insurance td { padding: 0.4em 0.8em; }

/* small calculator */

div#side-calculator p { color: #666; margin: 0.5em 0; }
#formCalculator { width: 155px; margin: 0 auto; }
#formCalculator p { font-size: 11px; }
#formCalculator input { font-size: 11px; }

div#calculated-result p { font-size: 0.9em; color: #cc0000; }


/* buttons */

a#btn-newcars, a#btn-preownedcars, #btn-backtotop, 
a#btn-backtonew, a#btn-backtopreowned { display: inline-block; text-decoration: none; font-size: 3px; }

a#btn-newcars { height: 20px; width: 89px; background-image: url(../images/btn-view-new-cars.gif); }
a#btn-newcars span { visibility: hidden; }
a#btn-newcars:hover { background-position: 0 -100%; }

a#btn-preownedcars { height: 20px; width: 119px; background-image: url(../images/btn-view-pre-owned.gif); }
a#btn-preownedcars span { visibility: hidden; }
a#btn-preownedcars:hover { background-position: 0 -100%; }

a#btn-backtotop { height: 20px; width: 89px; background-image: url(../images/btn-back-to-top.gif); }
a#btn-backtotop span { visibility: hidden; }
a#btn-backtotop:hover { background-position: 0 -100%; }

a#btn-backtopreowned { height: 20px; width: 149px; background-image: url(../images/btn-back-to-preowned.gif); }
a#btn-backtopreowned span { visibility: hidden; }
a#btn-backtopreowned:hover { background-position: 0 -100%; }

a#btn-backtonew { height: 20px; width: 119px; background-image: url(../images/btn-back-to-new.gif); }
a#btn-backtonew span { visibility: hidden; }
a#btn-backtonew:hover { background-position: 0 -100%; }

/* misc */

p.crumbs { margin: 1em 0; font-size: 11px; }
p.text-small { font-size: 0.9em; }

.left { float: left; }
.right { float: right; }
.clear{ clear: both; }

.dotted { background: url(../images/pixel-dotted-grey.gif) left bottom repeat-x; }
.padded { margin: 1em 0; }
.spaced { padding: 0.5em 0; }
.spaced-side { padding: 0 3em; }

span.largegreen { font-size: 1.6em; color: #006600; }
span.highlight { background-color: #E1F0D2; }

.centralize { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }

object { outline: none; }

/* images */

img.img-type { background-color: #fff; padding: 1px; border: #ddd 1px solid; }
img.img-title { padding-bottom: 10px; }

/* cta box */
.cta-table { font-size:10px; color: #999; }
.cta-table td { vertical-align: top; padding-bottom: 5px; text-align: right; }
.cta-table td p { padding-right: 5px; margin: 0; }
.cta-field { width: 70px; font-size: 10px; }


/* free gifts promotion */

.box-free-gift { background: #006838 url(../images/bg-giveaway.png) top center no-repeat; }
#fg-success { padding: 1em 0; }
#fg-success div { width: 400px; margin: 0 auto; padding: 5em 0; }
#fg-flash { height: 150px; }
#fg-form { padding: 240px 0 100px 0; text-align: center; }
#fg-form p { color: #fff; }
#form-free-gift .tf { text-align:center; width: 200px; }
#fg-error { padding: 1em 0; }
#fg-error p { color: #990000; text-align: center; }