@charset "utf-8";

/* ///// MAIN CSS DOCUMENT ///// */


/* ///// GLOBAL RESET ///// */
* {
	margin: 0px;
	padding: 0px;
}
/* ///// END GLOBAL RESET ///// */

/* ///// REMOVES BORDERS AROUND LINKS WHEN CLICKED ///// */
a:focus {
    outline: none;
}
/* ///// END REMOVES BORDERS AROUND LINKS WHEN CLICKED ///// */

/* ///// GLOBAL TEXT FORMATTING ///// */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	margin-top: 10px;
	text-shadow: 1px 1px 1px #000;
}	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	margin-top: 10px;
	text-shadow: 1px 1px 1px #000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	margin-top: 10px;
	text-shadow: 1px 1px 1px #000;
}	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #DDD;
	font-style: normal;
	text-shadow: 1px 1px 1px #000;
}
/* ///// END GLOBAL TEXT FORMATTING ///// */

/* ///// HEADER ///// */
body {
	margin: 0px;
	padding: 0px;
	background-color: #D9E1F2;
	background-repeat: repeat-x;
}
#wrap_1 {
	width: 742px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main_box {
	float: left;
	width: 742px;
	-moz-box-shadow: 0 0 10px #333;
	-webkit-box-shadow: 0 0 10px #333;
	box-shadow: 0 0 10px #333;
	background-color: #000;
}
.vehicle_background {
	float: left;
	width: 742px;
}
/* ///// END HEADER ///// */

/* ///// PARENT NAVIGATION ///// */
.specials_nav {
	float: left;
	width: 742px;
	height: 36px;
	z-index: 120;
	padding-right: 10px;
}
.specials_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}
.specials_nav li {
	display: inline;
}
.specials_nav li a:link, .specials_nav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	float: left;
	letter-spacing: normal;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	padding-right: 18px;
	padding-left: 18px;
}
.specials_nav li a:hover {
	color: #3C72AC;
}
.navlnkup {
	/*background-image:url(../css_images/navlinkbg.png);*/
	background-repeat:repeat-x; 
	color:#fff
}
.navlnkdown, .navlnkdown:visited {
	color: #3C72AC;
}
.specials_nav p {
	float: right;
	height: 16px;

	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
/* ///// END PARENT NAVIGATION ///// */

/* ///// MAIN CONTAINER INCLUDES SCROLLING THUMBS ///// */
.slide {
	float: left;
	width: 725px;
	margin-left: 20px;
}
/*------------------------------------------------------------------------------------- */

div.st_horizontal { /* The main container */	
	position:relative;
	float:left;
	clear:both;
	width:742px; /* Set the full width */	
	color:#616161;
}
/* Control buttons
------------------------------------------------------------------------------------- */
a.st_prev, 
a.st_next { /* Directional buttons (previous/next) */
		background-image:url(../css_images/RightArrow.png);
	position:absolute;
	top:36px;
	z-index:110;
	display:none;
	height:70px;
	width:23px;
	outline:none;
	background-color: #222222;
	background-repeat: no-repeat;
	border: 1px solid #333;
}
a.st_prev { /* Previous button */
	left:0px;
	background-image:url(../css_images/LeftArrow.png);
	/*-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-left-radius: 7px;*/
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	background-color: #202020;
}
a.st_prev:hover { /* Previous button hover */
	background-color: #363636;
	border: 1px solid #666;
}
 a.st_next { /* Next button */
	right:0px;
	/*-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;*/
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	background-color: #202020;
}
 a.st_next:hover { /* Next button hover */
	background-color: #363636;
	border: 1px solid #666;
}
 a.st_prev.st_btn_disabled, 
 a.st_next.st_btn_disabled { /* Previous and next buttons disabled state */
	cursor:default;
	background-color: #202020;
	border: 1px solid #333;
}
a.st_prev.st_btn_disabled { /* Previous button disabled state */
 
 	background-image:url(../css_images/LeftArrowDisabled.png);
 
}
 a.st_next.st_btn_disabled { /* Next button disabled state */
 
 	background-image:url(../css_images/RightArrowDisabled.png);
 
}
/* Tabs
------------------------------------------------------------------------------------- */
div.st_horizontal div.st_tabs_container { /* Tabs main container */
	position:relative;
	z-index:100;
	width:100% !important;
	overflow:hidden;
}
div.st_horizontal div.st_slide_container { /* Tabs slide-container */
	position:relative !important; /* The tabs position will be calculated from ul.tabs first parent element with position:relative */
}
div.st_horizontal div.st_sliding_active div.st_slide_container { /* The .st_sliding_active class is added to the div.st_tabs_container element when tab sliding is activated */
}
div.st_horizontal ul.st_tabs { /* Tabs unordered list */
	width:10000px; /* Set to an arbitrary high value */
	margin:0px;
	padding:0px;
	list-style:none;
}
div.st_horizontal ul.st_tabs li { /* Tab list elements */
	float:left;
}
div.st_horizontal ul.st_tabs li a { /* Tab links */
	height: 70px;
	width: 117px;
	display:block;
	font-size:14px; /* Aligns the tabs to the bottom of the content container */
	color:#ccc;
	font-weight:normal;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	margin-left: 13px;
	margin-right: 5px;
}
div.st_horizontal ul.st_tabs li a p { /* Tab links title */
	margin-top: -70px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
	font-size:12px; 
	font-weight:normal;
	text-shadow: 0px 1px 1px #000;
	z-index:100;
}
div.st_horizontal ul.st_tabs li a h1 { /* Tab links title */
	text-align:right;
	white-space:nowrap;
	margin-top: 55px;/*place at bottom of tile*/
	padding-bottom: 3px;
	padding-right: 5px;
	font-size:12px; 
	font-weight:normal;
	text-shadow: 0px 1px 1px #000;
	z-index:110;
}
div.st_horizontal ul.st_tabs a:hover { /* Tabs hover state */
	color:#fff;
	border: 1px solid #222;
}
div.st_horizontal ul.st_tabs li a.st_first_tab {
} 
div.st_horizontal ul.st_tabs a.st_tab_active { /* Tab active/highlighted state */
	color:#FFF;
	border: 1px solid #3C72AC;
}
/* Content
------------------------------------------------------------------------------------- */
div.st_horizontal div.st_view_container { /* Main content container */
	margin-top:-109px;
	position:relative;
	height:700px;
	overflow:hidden; /* To make the content scroll if Javascript is disabled, set to: auto */
}
div.st_horizontal div.st_view { /* Slide-container for the content */
	position:relative;
	height:100%;
	overflow:hidden;
}
div.st_horizontal div.st_tab_view { /* Individual content containers */
    
	display:none; /* Hides the content when Javascript is disabled */
	width:100%;	
}
div.st_horizontal div.st_first_tab_view {
	display:block;
}

/* Bottom aligned tabs
------------------------------------------------------------------------------------- */
div.st_horizontal.align_bottom a.st_prev, 
div.st_horizontal.align_bottom a.st_next { /* Directional buttons (previous/next) */
	border-bottom:1px solid #d4d4d4;
}
div.st_horizontal.align_bottom a.st_prev { /* Previous button */
	/* Reset top borders */
	border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	/* Set bottom borders */
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
}
div.st_horizontal.align_bottom a.st_next { /* Next button */
	/* Reset top borders */
	border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	/* Set bottom borders */
	border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
}
div.st_horizontal.align_bottom div.st_tabs_container { /* Tabs main container */
	position:absolute; /* Absolute position the tabs container at the bottom of the main container */
	bottom:-39px;
	left:0px;
	margin-bottom:0px;
}
div.st_horizontal.align_bottom ul.st_tabs a.st_tab_active { /* Tab active/highlighted state */
	border-top-color:#fff;
	border-bottom-color:#d4d4d4;
}
/* ///// END MAIN CONTAINER INCLUDES SCROLLING THUMBS ///// */

/* CAR BACKGROUNG IMAGES
------------------------------------------------------------------------------------------ */

#car_bg {
	float: left;
	width: 742px;
	background-repeat: no-repeat;
	height: 700px;
}

/* END CAR BACKGROUNG IMAGES
------------------------------------------------------------------------------------------ */


/* END FOOTER BOTTOM
------------------------------------------------------------------------------------------ */

/* MAIN CONTENT
------------------------------------------------------------------------------------------ */
.blank_space_1 {
	float: left;
	height: 110px;
	width: 742px;
}
.main_content_box {
	float: left;
	height: 541px;
	width: 742px;
}
.content_box_1 {
	float: left;
	width: 742px;
}
.content_box_2 {
	float: left;
	width: 742px;
}
.video_1 {
	background-color: #000;
	float: left;
	margin-top: 25px;
	margin-left: 20px;
	border:none;
}
.video {
	background-color: #000;
	float: left;
	height: 210px;
	width: 378px;
	margin-top: 25px;
	margin-left: 20px;
	border:none;
}
.contact_us {
	float: left;
	height: 22px;
	width: 380px;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	background-image: url(../css_images/contact_us.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 3px;
}
.contact_us h6 a:link, .contact_us h6 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #ccc;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}
.contact_us h6 a:hover {
	color: #fff;
}
.print_btn {
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	float: right;
	height: 18px;
	width: 280px;
	background-image: url(../css_images/print_btn.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 3px;
}
.print_btn h6 a:link, .contact_us h6 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}
.print_btn h6 a:hover {
	color: #FF9;
}
.print_btn h6 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}
.incentive_1 {
	float: right;
	width: 300px;
	margin-top: 25px;
	margin-right: 20px;
}
.incentive_2 {
	float: right;
	width: 300px;
	margin-top: 12px;
	margin-right: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
.incentive_3 {
	float: right;
	width: 300px;
	margin-top: 12px;
	margin-right: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
/* END MAIN CONTENT
------------------------------------------------------------------------------------------ */

/* DISCLAIMER WITH JQUERY SCROLL
------------------------------------------------------------------------------------------ */
.tinyscrollbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	float: left;
	height: 100px;
	width: 200px;
}

/* scrollbar */
#scrollbar1 {
	width: 360px;
	clear: both;
	float: left;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
#scrollbar1 h3 {
	color: #FFF;
}
#scrollbar1 .viewport { width: 340px; height: 40px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .overview p { font-size:11px; color:#eee; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb {
	background-color: #474747;
}
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar1 .track {
	background-color: #121212;
	height: 100%;
	width:10px;
	position: relative;
	padding: 0 1px;
}
#scrollbar1 .thumb { height: 10px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar1 .disable{ display: none; }


/*------------------------------------------------------------------------------------------ */






/* START FOOTER
------------------------------------------------------------------------------------------ */
.footer {
	float: left;
	height: 100px;
	width: 960px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

/* FOOTER BOTTOM / DISCLAIMER / SOCIAL ICONS
------------------------------------------------------------------------------------------ */
.footer_box {
	float: left;
	width: 742px;
	margin-top: 2px;
	background-color: #000;
}


/* END FOOTER
------------------------------------------------------------------------------------------ */



/*------------------------------------*/



