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

body {
	margin:0;
	padding:0;
	background:#E0C399;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
/******************** FULL WRAPPER ********************/

#fullWrapper {
	width:100%;
	float:left;
}
/******************** HEADER ********************/

#headerWrapper {
	width:100%;
	height:130px;
	background:url(images/header_bg.jpg) repeat-x;
	float:left;
}
#header {
	width:960px;
	height:130px;
	margin:0 auto;
	text-align:right;
}
#header img {
	border:none;
}
/******************** NAV ********************/

#navWrapper {
	width:100%;
	background:#f8eedf;
	float:left;
}
#navContainer {
	width:960px;
	margin:0 auto;
}
#nav {
	width:960px;
	height:40px;
	float:left;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	height:20px;
	margin:10px 0;
	width:960px;
}
#nav li {
	list-style:none;
	display:inline;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	height:20px;
	padding:0 25px;
	color:#333;
	float:left;
	text-align: left;
}
#nav li a {
	color:#333;
	text-decoration:none;
}
#nav li a:hover {
	color:#b32317;
	text-decoration:none;
}
#nav li.first {
	padding:0 20px 0 0;
}
#nav li.last {
	border-right:0;
}
#nav li.extra {
	border-right:0;
	padding:0;
	color:#aaa;
	float:right;
}
#nav li.extra a {
	color:#999;
	font-weight:normal;
}

/********************** SLIDER **********************/

#dealerNavWrapper {
	height:40px;
	width:100%;
	float:left;
	background:#333;
}
#dealerNav {
	width:960px;
	height:40px;
	margin:0 auto;
}
#dealerNav ul {
	list-style:none;
	margin:0;
	padding:0;
	height:20px;
	margin:10px 0;
	width:960px;
}
#dealerNav li {
	list-style:none;
	display:inline;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	height:20px;
	padding:0 25px;
	color:#fff;
	float:left;
}
#dealerNav li a {
	color:#fff;
	text-decoration:none;
}
#dealerNav li a:hover {
	color:#ccc;
	text-decoration:none;
}
#dealerNav li.first {
	padding:0 20px 0 0;
}
/********************** SLIDER **********************/

#slideBox {
	height:100px;
	width:100%;
	float:left;
	background:url(images/slideNavBG.png) repeat-x;
}
#slideInternal {
	height:80px;
	width:960px;
	padding:10px 0;
	margin:0 auto;
	overflow:hidden;
	background:url(images/slideNavHeader.png) no-repeat;
}
.slideInternalHeader {
	height:30px;
	float:left;
	width:140px;
	font-size:18px;
	padding:10px 0 40px 0;
	color:#e3c69c;
	font-weight:bold;
}
#slideInternal ul {
	margin:8px 0 0 0;
	padding:0;
	list-style:none;
}
#slideInternal li {
	float:left;
	list-style:none;
	display:inline-block;
	width:117px;
	height:30px;
	line-height:30px;
	padding:0 15px;
	margin:0 3px 5px 0;
	color:#f8eedf;
	font-weight:bold;
	text-indent:5px;
}
#slideInternal li a {
	color:#f8eedf;
	text-decoration:none;
	display:block;
}
#slideInternal li a:hover {
	color:#f8eedf;
	border-bottom:3px solid #f8eedf;
	display:block;
}
/******************** HERO HP ********************/

#heroWrapper {
	width:100%;
	height:340px;
	background:url(images/hero_bg.gif) repeat-x;
	float:left;
	position:relative;
}
#heroContainer {
	width:960px;
	height:340px;
	margin:0 auto;
	position:relative;
}
#hero {
	width:960px;
	float:left;
	height:340px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	position:relative;
	background:url(images/heroContainerBG.png) repeat-x;
}
#hero img {
	border:none;
}

/******************** HERO IP ********************/

#heroWrapperIP {
	width:100%;
	height:100px;
	background:url(images/hero_ip_bg.gif) repeat-x;
	float:left;
	position:relative;
}
#heroContainerIP {
	width:960px;
	height:100px;
	margin:0 auto;
	position:relative;
}
#heroIP {
	width:920px;
	float:left;
	height:100px;
	margin:0 auto;
	padding:0 20px;
	overflow:hidden;
	position:relative;
	background:url(images/ipContainerBG.png) repeat-x;
}
#heroIP img {
	border:none;
}
#heroIP h1 {
	font-size:32px;
	font-weight:normal;
	color:#fff;
	margin:20px 0 0 0;
}
#heroIP h2 {
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	color:#eee;
	margin:0;
}
/******************** CONTENT ********************/

#contentWrapper {
	width:100%;
	background:#f8eedf;
	float:left;
}
#contentContainer {
	width:960px;
	margin:0 auto;
}
#content {
	width:960px;
	float:left;
	padding:40px 0;
}

/******************** CONTENT LEFT ********************/

#contentLeft {
	width:960px;
	float:left;
	margin:0;
}

#contentLeft h1 {
	font-size:30px;
	color:#777;
	font-weight:normal;
	margin:0;
}
#contentLeft h2 {
	font-size:20px;
	color:#555;
}
#contentLeft h3 {
	font-size:16px;
	color:#b32317;
}
.red {
	color:#b32317;
}
.redBold {
	font-weight:bold;
	color:#b32317;
}
#contentLeft p {
	color:#555;
	line-height:24px;
	font-size:14px;
}
#contentLeft p a {
	color:#b32317;
	text-decoration:none;
}
#contentLeft p a:hover {
	text-decoration:underline;
}
#contentLeft li {
	color:#666;
	line-height:28px;
	font-size:14px;
	width:630px;
}
.italicQuote {
	font-style:italic;
	font-size:20px;
	color:#666;
}
.signatureDealers {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
#contentLeft img {
	float:right;
	margin:0 0 30px 30px;
	clear:right;
	border:5px solid #fff;
}
#contentLeft .discoverImg {
	float:none;
	margin:0;
	border:none;
}
#contentLeft img.noBorder {
	border:none;
}
.docLinkDOC a, .docLinkPDF a {
	padding:3px 0;
	color:#444;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
.docLinkDOC a:hover, .docLinkPDF a:hover {
	text-decoration:underline;
}
/******************** CONTENT RIGHT ********************/


/******************** FOOTER ********************/

#footerWrapper {
	width:100%;
	height:130px;
	background:url(images/footer_bg.jpg) repeat-x;
	float:left;
}
#footer {
	width:960px;
	height:50px;
	padding:40px 0;
	margin:0 auto;
	overflow:hidden;
}
#footer img {
	border:none;
}
#footerCol1 {
	width:120px;
	padding:0 30px 0 0;
	float:left;
}
#footerCol2 {
	width:730px;
	padding:0 30px 0 0;
	float:left;
}
#footerCol2 ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footerCol2 li {
	list-style:none;
	display:inline;
	line-height:24px;
	font-size:11px;
	color:#333;
	padding:0 6px;
	border-right:1px solid #333;
}
#footerCol2 li.first {
	padding-left:0;
}
#footerCol2 li.last {
	padding-right:0;
	border-right:none;
}
#footerCol2 li a {
	color:#333;
	text-decoration:none;
}
#footerCol3 {
	width:200px;
	float:right;
	text-align:right;
}
/******************** EASY SLIDER ********************/

#slider ul, #slider li, #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 {
	margin-top:1em;
}
#slider {
	margin-left:85px;
}
#slider li, #slider2 li {
	/* 
	   define width and height of list item (slide)
	   entire slider area will adjust according to the parameters provided here
	*/ 
	width:790px;
	height:340px;
	overflow:hidden;
}
#prevBtn, #nextBtn, #slider1next, #slider1prev {
	display:block;
	width:62px;
	height:63px;
	position:absolute;
	top:138px;
	z-index:1000;
}
#nextBtn, #slider1next {
	left:898px;
}
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:62px;
	height:63px;
	background: url('images/hero_prev.png') no-repeat top;
}
#nextBtn a, #slider1next a {
	background: url('images/hero_next.png') no-repeat top;
}
#prevBtn a:hover {
	background-position: bottom;
}
#prevBtn a:active {
	background-position: top;
}
#nextBtn a:hover {
	background-position: bottom;
}
#nextBtn a:active {
	background-position: top;
}
/* numeric controls */	

ol#controls {
	margin:1em 0;
	padding:0;
	height:28px;
}
ol#controls li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a {
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a {
	background:#5DC9E1;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
.sliderItem {
	width:790px;
	height:340px;
	background:none;
	float:left;
}
.sliderItemImage {
	width:340px;
	height:340px;
	overflow:hidden;
	padding:0 30px 0 0;
	float:left;
}
.slideItemText {
	width:400px;
	height:340px;
	float:left;
	overflow:hidden;
	color:#fff;
	font-size:14px;
	line-height:24px;
}
.slideItemText h1 {
	font-size:32px;
	color:#fff;
	margin:40px 0 60px 0;
	padding:0;
	font-weight:normal;
}
.slideItemText p {
	font-size:14px;
	color:#fff;
	line-height:24px;
}
.slideItemText p a {
	font-weight:bold;
	text-decoration:none;
	color:#e3aeae;
}
.slideItemText p a:hover {
	text-decoration:underline;
}



/******************** CURVED TEXT ********************/

.cvWrap {
	font-size:14px;
	color:#444;
	line-height:24px;
}
.cvH1 {
	padding-left:100px;
}
.cv1 {
	padding-left:75px;
	padding-top:20px;
}
.cv2 {
	padding-left:50px;
	padding-bottom:15px;
}
.cv3 {
	padding-left:25px;
}
.cv4 {
	padding-left:10px;
	padding-bottom:15px;
}
.cv5 {
	padding-left:0px;
}
.cv6 {
	padding-left:10px;
	padding-bottom:15px;
}
.cv7 {
	padding-left:35px;
}
.cv8 {
	padding-left:50px;
	padding-bottom:15px;
}
.cv9 {
	padding-left:80px;
}

