﻿body 
{
    margin: 0;
    padding: 0;
    color: #666666;
}

body, select, textarea, input
{
    font-size: 11px;
    font-family: Trebuchet MS, Verdana, Arial;   
}

strong, em
{
    color: #333333;   
}

select, textarea, input
{
    color: Black;   
}

#container
{
    width: 1021px;
    margin: 0 auto;   
}

#logo-container
{
    height: 70px;
    width: 802px;
    float: left;   
}

#logo-container .header-logo
{
    width: 258px;
    margin-right: 15px;
    float: left;
}

#logo-container .header-icon
{
    width: 80px;
    float: left;  
    text-align: center; 
}

#main-nav
{
    width: 219px;
    float: right;
    font-size: 13px;         
}

#main-nav ul
{
    padding: 0;
    margin: 0;   
}

#main-nav ul li
{
    padding: 0;
    margin: 0;
    float: left;
    height: 17px;
    list-style: none;  
}

#main-nav ul li a
{
    color: #666666;
    text-decoration: none;   
}

#box-nav
{
    background: #f3f7ff;    
    margin-bottom: 25px;
}

#box-nav ul
{
    padding: 0;
    margin: 0;   
}

#box-nav ul li
{
    width: 72px;
    height: 38px;
    float: left;
    border-right: 3px solid White; 
    list-style: none;  
}

#box-nav ul li.current a
{
    background: #c0cce3;   
}

#box-nav ul li a
{
    color: #666666;
    text-decoration: none;  
    display: block; 
    padding: 3px 6px;
    background: #f3f7ff;
}

#box-nav ul li a:hover
{
    background: #c0cce3;
    color: White;
}

#box-nav ul li.current a
{
    color: White;
}

#nav-column
{
    float: left;
    width: 220px;
    margin-right: 20px;   
    background: #f3f7ff;
}

#nav-column ul
{
    padding: 0;
    margin: 0;
    padding-bottom: 70px;   
}

#nav-column ul li
{
    list-style: none;   
    line-height: 25px;
    border-bottom: 1px solid #cccccc;
}

#nav-column ul li ul
{
    padding: 0; 
}

#nav-column ul li a
{
    color: #666666;   
    text-decoration: none;
    display: block;
    padding: 0 10px;
    text-transform:uppercase;
}

#nav-column ul li a:hover
{
    background: #c0cce3;
    color: White;
}

#nav-column ul li ul li 
{
    padding-left: 15px;
    line-height: 18px;
}

#nav-column ul li ul li.last
{
    border-bottom: 0;   
}

#nav-column ul li ul li a
{
    font-size: 10px;
    display: block;
}

#nav-column .item-box
{
    margin-bottom: 8px;
    color: #333333;
}

#nav-column .item-box h4
{
    background: #C6C8CE;
    color: White;  
    font-size: 12px;
    padding-left: 10px; 
    margin-bottom: 8px;
    margin-top: 0;
    text-transform:none;
}

#nav-column .item-box h4 a
{
    text-decoration: none;
    color: White;   
}

#nav-column .item-box h4 a:hover
{
    color: White;
}   

#nav-column .item-box .item-img
{
    width: 97px;
    float: left; 
    padding-left: 4px;
}

#nav-column .item-box .item-img img
{
    border: 1px solid #666666; 
}

#nav-column .item-box .item-img a:hover img
{
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#nav-column .item-box .item-text
{
    width: 92px;
    float: left;
    margin: 0 5px; 
}

#nav-column .item-box .item-link
{
    width: 7px;
    float: left;
    padding: 0 5px;
}

#nav-column .advertisement-box
{
    background: White;
    text-align: center;
    padding: 12px 0;   
}

#main-content
{
    float: left;
    width: 460px;  
    border: 1px solid #d9d9d9; 
    padding: 0px;
}

.main-content-inner
{
  width: 410px;
  padding: 0 25px 25px 25px;   
}

#main-content .content-nav
{
    margin-bottom: 20px;   
}

#main-content .content-nav ul
{
    padding: 0;
    margin: 0;   
}

#main-content .content-nav ul li
{
    width: 89px;
    float: left;
    overflow: hidden;
    text-align: center;
    list-style: none;
    background: url(/images/content_nav_bg.gif) no-repeat;
    padding-left: 10px;
    cursor: pointer;
}

#main-content .content-nav ul li a
{
    color: #cccccc;
    text-decoration: none;
}

#main-content .content-nav li.current
{
    color: #ff6666;
}

#main-content .content-nav ul li.last
{
    background: url(/images/content_nav_bg_last.gif) no-repeat;
    width: 97px;
}

#main-content .content-nav ul li.first
{
    background: url(/images/content_nav_bg_first.gif) no-repeat;
    width: 87px;
}

#main-content .model-info-nav
{
    float: right;   
    padding: 10px 25px;
}

#main-content .model-info-nav ul
{
    margin: 0;
    padding: 0;   
}

#main-content .model-info-nav ul li
{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 15px;
    float: left;   
    color: #cc3333;
    text-transform: uppercase;
}

#main-content .model-info-nav ul li a
{
    color: #cc3333;
    text-decoration: none;
}

#image-column
{
    width: 294px;
    float: left;
    margin-left: 20px;  
    border: 1px solid #d9d9d9; 
    padding: 3px 1px;
}

#image-column .gallery-img
{    
    width: 88px;
    height: 85px;
    float: left;
    margin: 5px;
}

#image-column .more-imgs
{
    border: 1px solid #d9d9d9;
    margin: 6px;
    padding: 4px;
}

#image-column .more-imgs .gallery-img
{
    width: 84px;
    margin: 0;
    margin-right: 10px;   
    height: auto;
}

#image-column .more-imgs .last
{
    margin-right: 0;   
}

#image-column .more-imgs .more-btn
{
    margin-top: 4px;
    text-align: right;   
}

#image-column .more-imgs .more-btn a img
{
    border: 0;   
}

#image-column .other-logos
{
    text-align: center;
    margin: 10px 0;   
}

h2
{
    color:#E01F26;
    font-size:14px;
}

h3
{
    font-size: 12px;
    margin: 4px 0;
    color: #E28890;  
    font-weight: normal; 
    text-transform:uppercase;
    font-weight:bold;
}

h4
{
    color:#333333;
    text-transform:uppercase;
    font-weight:bold;
    margin:4px 0px;
    font-size:11px;

}


h5
{
    font-size: 14px;
    margin: 4px 0;
    color: #e1121c;  
    font-weight: normal; 
}

p
{
    margin: 5px 0;   
}

a
{
    color:#F26667;
}

a:hover
{
    color:#E01F26;
}

a:visited
{
    color:#F26667;
}


#header
{
    background: #eeeeee;
    border-bottom: 1px solid #cecece;   
    margin-bottom: 15px;
}

#header-text
{
    width: 1021px;
    margin: 0 auto; 
    text-align: right;
    line-height: 20px;
}

/*****FOOTER STYLES*****/

#footer
{
    background: #f1f1f1;
    height: 10px;
    margin: 13px 0;   
}

#footer .line
{
    background:#F1F1F1 none repeat scroll 0 0;
}

#footer .footnote
{
    font-size:10px; margin:0 auto; padding-right:15px; width:1021px;
}

#footer .footnote a
{
    color:#999999;
    text-decoration:none;
}

#footer .footnote p
{
    color:#999999;
}

/*****FORM STYLES*****/

.clear
{
    font-size: 1px;
    line-height: 0;
    clear: both;   
}

.box
{
    float:left;
    width:205px;
}

img
{
    border:0px;
}

.box p
{
    padding-right:10px;
}

.highlight
{
    padding:3px;
    background-color:#E9EFF4;
}

.story
{
   border-bottom: solid 1px black;   
}

a.grey
{
 color:#333333;
 text-decoration:none;
}   

.grey a:visited
{
 color:#333333;
}   

.grey a:hover
{
 color:#333333;
}   

.margin10
{
    margin-left:20px;
    margin-right:20px;
}


/*****FORM STYLES*****/

label, .input, .ddl
{
    float: left;
    margin: 3px 0;   
}

label
{
    width: 120px;
    line-height: 22px;
}

.input
{
    width: 220px;   
}

.ddl
{
    width: 224px;   
}

.small
{
    width: 80px;   
}

label.small
{
    width: 50px;
    margin-left: 10px;
}  

label.long
{
    width: auto;
    float: none;
} 

select.small
{
    width: 84px;   
}

select.long, textarea.long, input.long
{
    margin-left: 120px;   
}

table label
{
    width: auto;
    margin: auto;
    line-height: normal;
    float: none;
}  

table.chk-list
{
    margin-bottom: 20px;
    margin-top: 10px;   
}

table.chk-list tr td
{
    width: 102px;   
}

table.chk-list tr td input
{
    margin-left: 0;   
}

span.required
{
    color: Red;   
} 

.error
{
    color: Red;   
}

body.noimagebox #main-content
{
    width:760px;
}

body.noimagebox #main-content .main-content-inner
{
    width:730px;
    padding:0 15px 0px 15px;
}

body.noimagebox h1
{
    margin-bottom:0px;
} 

.calc-btn
{
    margin: 5px 135px;
}

.calc-btn img
{
    cursor: pointer;   
} 

/*****HOME PAGE STYLES*****/

#home-container
{
    padding: 29px;   
    border: 1px solid #EEEEED;
}

#home-banner-container
{
    width: 717px;
    float: left;   
}

#home-sidebar-container
{
    margin-left: 12px;
    border: 1px solid #EEEEED;
    width: 229px;
    height: 500px;
    float: left;   
}

#home-sidebar-container .division-box
{
    height: 112px;
    margin-bottom: 10px;    
}

#home-sidebar-container .first
{
    margin-top: 10px;
}

#home-sidebar-container #home-sidebar
{
    padding: 10px;
}

#home-sidebar .header
{
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5px;
}

#home-sidebar select
{
    width: 211px;
}

#home-main-banner
{
    width: 717px;
    margin-bottom: 4px;
}

#sub-banner-container
{
    width: 478px;
    float: left;
}

.sub-banner
{
    border: 1px solid #eeeeed;
    width: 476px;
    height: 104px;
    overflow: hidden;
    margin-bottom: 4px;   
}

.square-banner
{
    padding: 4px 8px;
    border: 1px solid #eeeeed;
    width: 217px;
    height: 206px;
    float: left;
    margin: 0 0 4px 4px;
}

.square-banner .img-container
{
    text-align: center;
}   

.square-banner iframe
{
    margin: 0px 14px;
}

#link-banners
{
    margin-top: 4px;  
}

.link-banner-container
{
    background: #f1f2f2 url(/images/link_banner_bg.gif) repeat-x top;
    border: 1px solid #eeeeed;
    width: 158px;   
    float: left;
    padding: 16px;
}

.link-banner-container .link-banner
{
    
}

.link-banner-container .link-banner a:hover img
{
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/*****END HOME PAGE STYLES*****/

/*****NEW CARS PAGE STLYES*****/

.car-box
{
    background: #f1f2f2 url(/images/link_banner_bg.gif) repeat-x top;   
    border: 1px solid #eeeeed;
    width: 207px;   
    float: left;
    padding: 16px;
}

.car-box a:hover img
{
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;   
}

.car-box .car-model
{
    margin: 3px 0;
    text-decoration: underline;
    font-size: 11px;
    font-weight: bold; 
    color: #666666;
}

.car-category-container
{
    background: #C6C8CE;
    padding: 0 10px;
}

.car-category
{
    background-image: url(/images/arrow_side_btn.gif);
    background-position: right center;
    background-repeat: no-repeat;
    font-weight: bold;
    line-height: 21px;
    color: White;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0;
    cursor: pointer;
}

.car-category-container:hover
{
    background-color: #EEEEEE;
}

.car-category-container:hover .car-category
{
    background-image: url(/images/arrow_slected_btn.gif);
    color: #e1121c;
}   

body.noimagebox label
{
    width: 190px;
    margin-right: 9px;
    line-height: normal;
} 

body.noimagebox label a
{
    display: block;
    color: #666666;
    text-decoration: none;   
}  

.more-arrow
{
   width: 8px;
   float: left;
}
/*****END NEW CARS STYLES*****/

/*****IMAGE GALLERY STYLES*****/

#previous-btn, #next-btn
{
    padding: 21px 0;
    cursor: pointer;
}

#previous-btn
{
    padding-right: 7px;   
}

#next-btn
{
    padding-left: 7px;   
}

#thumbnail-container
{
    width: 380px;
    height: 53px;
    float: left;
    overflow:hidden;
    position:relative;
    margin-top: 15px;
}

#slide-container
{
    margin-right:-95px;
    position:absolute;
}

.thumbnail-img
{
    width: 95px;
    float: left;
    cursor: pointer;   
}

.thumbnail-img:hover
{
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7; 
}

.btn-container
{
    width: 15px;
    height: 53px;
    float: left;
    margin-top: 15px;
}

.main-image
{
    position: relative; 
    width: 410px;
    height: 230px;  
}

.caption-container
{
    background: black;
    filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; 
	position: absolute;
	bottom: 0;
	left: 0;
	width: 410px;
}

.image-caption
{
    display: block;
    margin: 4px 15px;   
    filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	color: White; 
}

/*****END IMAGE GALLERY STYLE*****/

/***** MENU LIST HEADER STYLE*****/

#nav-column .listheader
{
    font-weight:bold;
    text-decoration:underline;
    color:#333;
}

/***** END MENU LIST HEADER STYLE*****/

/***** EDGE STYLE*****/

.edge 
{
    border-top:solid 1px #666;
}

.edgeright img
{
margin-top:10px;
}

.edgeright
{
    margin-left:10px;
}

.edgeright a:hover img
{
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.edge h3
{
    width:200px;
    margin-top:10px;
    text-align:center;
}

.edge h4
{
    width:200px;
    text-align:center;
}

.edgeright
{
 float:right;
 width:198px;   
}

.edgeright p
{
    text-align:right;
}


/***** END EDGE STYLE *****/

/***** NEW VEHICLE EXTRA STYLE *****/

.extras
{
 margin:15px;   
}

.extras a:hover img
{
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}



/***** END NEW VEHICLE EXTRA STYLE *****/

/*****BANNERS*****/

#main-banner-container
{
    position: relative;
    width: 717px;
    height: 282px;
}

#main-banner-container .banner-container
{
    position: absolute;   
}

#main-banner-container #banner-btns
{
    position: absolute;
    bottom: 0;
    height: 21px;
}

#main-banner-container .banner-btn
{
    width: 15px;
    height: 15px;
    margin: 3px;
    color: White;
    background: Black;   
    float: left;
    text-align: center;
    filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; 
	cursor: pointer;
}

#main-banner-container .banner-btn-current
{
    background: #C21E1D;   
}

.car-img
{
    height: 88px;
    text-align: center;
}

/*****END BANNER STYLES*****/

/*****ITEM BOXES*****/

.item-box
{
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: #333333;
    background: White;
    font-size: 10px;
}

.item-box h4
{
    background: #666666;
    color: White;  
    font-size: 12px;
    padding-left: 10px; 
    margin-bottom: 8px;
    margin-top: 0;
    text-transform:none;
}

.item-box h4 a
{
    text-decoration: none;
    color: White;   
}

.item-box h4 a:hover
{
    color: White;
}   

.item-box .item-img
{
    width: 61px;
    float: left; 
    padding-left: 4px;
}

.item-box .item-img img
{

}

#sidebar .item-box
{
    padding-bottom: 0;   
}

#sidebar .item-box .item-img
{
    width: 100px;   
}

.item-box .item-img a:hover img
{
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.item-box .item-text
{
    width: 137px;
    float: left;
    margin: 0 5px; 
}

.item-box .item-link
{
    width: 7px;
    float: left;
    padding: 0 5px;
}

#home-sidebar .sidebar-logo
{
    margin-top: 30px;   
}

/*****VEHICLE CAROUSEL*****/

#carousel-main-container
{
    margin: 50px 0 20px 0;
}

#carousel
{
    position: relative;  
    overflow: hidden;
    height: 75px; 
    width: 200px;
    margin: 0 4px;
}

#carousel #carousel-container
{
    margin-right: -500px;
    position: relative;
}

#carousel .carousel-thumbnail
{
    width: 50px;
    height: 75px;
    position: relative;
    float:left;   
}

#carousel .carousel-thumbnail img
{
    width: 50px;  
}

#carousel .carousel-caption
{
    font-size: 10px;   
    text-align: center;
}

#carousel .carousel-caption a
{
    text-decoration: none;
    color: #666666;
}

#carousel .carousel-caption a:hover
{
    color: #B30004;
}

#carousel .carousel-img a:hover img
{
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7; 
}

/*#carousel .current-thumbnail
{
    padding: 0;
    width: 100px;
    height: 75px;
}

#carousel .current-thumbnail img
{
    width: 100px;   
}*/

/*****END VEHICLE CAROUSEL*****/