/* ---------------------------------------------------------------------- */

* {
outline:none;
}

body {
	margin:0;
	padding:0;
	font-family:arial,helvetica,sans-serif;
	font-size:16px;
	text-align:center;
	
	background-image: url('../images/body_bg.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	/*background-color:#bebebe;*/ /* #343434; */
	background-color:#000;
}

table {
	margin:0 auto 0 auto;
}

table tbody tr th {
	text-align:center;
	font-weight:bold;
	font-size:.9em;
}

table tbody tr td img {
	display:block;
}

h1 {
	margin:0;
	font-size:1.2em;
	/* color:#a81c22; */
	color:#000;
	text-transform: capitalize;
}

h2 {
	font-size:1em;
	color:#000;
	text-transform: capitalize;
}

fieldset {
	border:none;
}

h3,h4,h5,p,ul,ol,fieldset {
	font-size:0.75em;
	line-height:1.5em;
	color:#292929;
	margin-left:5px;
	margin-right:20px;
}


#all {
	width:1024px;
	margin:0 auto 0 auto;
	text-align:left;
}

#top {
	height:190px;
	background-image: url('../images/body_top-right.jpg');
	background-position:top right;
	background-repeat:no-repeat;
	font-weight:bold;
} #top #slogan {
	position:absolute;
	top:145px;
	margin-left:20px;
	width:720px;
	font-size:1.35em;
	color:#fff;
} #top #url {
	display:block;
	width:230px;
	height:18px;
	padding:13px;
	text-align:center;
	position:absolute;
	top:145px;
	margin-left:765px;
	font-size:1em;
} #top #slogan a, #top #url a {
	color:#fff;
}
img#jumping-animation {
	display:block;
	position:absolute;
	z-index:1109;
	margin-top:108px;
	margin-left:16px;
}

#promos {
	position:relative;
	margin-left:-1px;
	margin-top:-10px;
}

#promos a img {
	display:block;
	float:left;
	clear:none;
	margin:0;
	border:none;
}

a#gaspromo {
	display:block;
	width:305px;
	height:135px;
	position:absolute;
	top:460px;
	margin-left:-105px;
	border:none;
	z-index:1111;
}
a#videos {
	display:block;
	width:305px;
	height:135px;
	position:absolute;
	top:590px;
	margin-left:-105px;
	border:none;
	z-index:1112;
}
a#cuddyking {
	display:block;
	width:305px;
	height:135px;
	position:absolute;
	top:715px;
	margin-left:-105px;
	border:none;
	z-index:1113;
}
a#waterline {
	display:block;
	width:530px;
	height:290px;
	position:absolute;
	top:310px;
	margin-left:325px;
	border:none;
	z-index:1114;
}
a#reason {
	display:block;
	width:170px;
	height:115px;
	position:absolute;
	top:10px;
	margin-left:850px;
	border:none;
}
a#logo {
	display:block;
	width:330px;
	height:80px;
	position:absolute;
	top:25px;
	border:none;
}
a#tour {
	display:block;
	width:125px;
	height:100px;
	position:absolute;
	top:10px;
	margin-left:370px;
	border:none;
}
a#dealer {
	display:block;
	width:110px;
	height:100px;
	position:absolute;
	top:10px;
	margin-left:500px;
	border:none;
}
a#brochure {
	display:block;
	width:110px;
	height:100px;
	position:absolute;
	top:10px;
	margin-left:615px;
	border:none;
}
a#fuel {
	display:block;
	width:105px;
	height:100px;
	position:absolute;
	top:10px;
	margin-left:740px;
	border:none;
}


#middle {
	clear:both;
	height:1218px;
}

#content {
	width:1022px;
	height:1135px;
}

#content #scrollarea {
	height:83%;
	overflow:auto;
	padding:35px;
}

table.models {
	width:100%;
}

table.models tr td {
	width:50%;
}

table.models tr td div.nifty div.holder {
	height:22em;
	position: relative;
}

table.models tr td div.nifty div.holder ul li ul {
	margin:0;
	padding:0;
	margin-left:2em;
}

table.models img {
	position: relative;
	top: -15px;
	left: 0px;
	z-index: 50;
}
table.models div.modeltext {
	position: relative;
	top: 28px;
	left: 0px;
	z-index: 100;

	height: 35px;

	color: #000;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffc710;
}
table.models div.modeltext span {
	display:block;
	margin-top: 2px;
	font-size: 14px;
}

#bottom {
	height:192px;
}

#copyright {
	position:absolute;
	width:994px;
	padding:20px;
	padding-top:0;
	font-size:.7em;
	font-weight:bold;
	margin:0 auto 0 auto;
}

#copyright .contactInfo {
float:left;
clear:left;
margin-right:25px;
margin-top:10px;
}

#highlight {
font-size:.9em;
width:380px;
margin:20px;
margin-left:5px;
border:1px solid #000;
background-color:#fff;
}

#highlight h1 {
padding:5px;
padding-left:10px;
background-color:#ffca04;
color:#000;
font-size:.8em;
}

#highlight p {
margin:15px;
margin-top:0;
}

.performance {
float:left;
clear:left;
width:360px;
margin:10px;
margin-top:0;
margin-right:0;
margin-left:5px;
border:1px solid #000;
background-color:#fff;
font-size:.7em;
}

.performance tr th {
font-size:1.1em;
}

fieldset textarea {
width:94%;
height:2.5em;
margin:2%;
font-family:arial,helvetica,sans-serif;
font-size:1em;
} fieldset textarea:focus {
height:175px;
}

fieldset input, fieldset select, fieldset textarea {
color:#999;
} fieldset input:focus, fieldset select:focus, fieldset textarea:focus {
color:#000;
}

/* ---------------------------------------------------------------------- */

/* a, a:link, a:visited { color:#9d0000;font-weight:bold;text-decoration:none;outline:none; } */
a, a:link, a:visited { color:#000;font-weight:bold;text-decoration:none;outline:none; }
a:hover, a:focus { color:#333;outline:none; }
a img { border:none; }
.fltR { float:right;margin-left:20px;margin-bottom:20px; }
.fltL { float:left;margin-right:20px;margin-bottom:20px; }
.imgB { border:2px solid #fff; }

/* For rounded corners */
.nifty{ margin:0 auto 15px 20px;background:#ffca04;clear:right;width:428px;}
.nifty a { color:#fff; }
.nifty .holder { padding:5px 10px 5px 10px; }
.nifty .holder img { display:block;margin-bottom:15px; }
.nifty table { width:408px;background-color:#ffca04;color:#000;font-size:.8em; }
.nifty h1, .nifty h2, .nifty h3, .nifty p, .nifty ul, .nifty ol, .nifty fieldset { margin-left:15px;margin-right:15px; }
.nifty fieldset { border:none; }
.nifty fieldset textarea { width:94%;height:2.5em;margin:2%;font-family:arial,helvetica,sans-serif;font-size:1em; }
.nifty fieldset textarea:focus { height:175px; }
.nifty fieldset input, .nifty fieldset select, .nifty fieldset textarea { color:#999; }
.nifty fieldset input:focus, .nifty fieldset select:focus, .nifty fieldset textarea:focus { color:#000; } 
.nifty label { font-weight:bold; }
.nifty input, .nifty select, .nifty textarea { font-family:arial,helvetica,sans-serif;color:#333;font-size:.9em; }
/* was a good idea, but lets come back to it... it's being buggy with the overflow scrollable area...
.nifty span.legend { display:block;position:absolute;font-size:.85em;font-weight:bold;margin-top:-25px;background-color:#9d0000; }
*/
b.rtop, b.rbottom{display:block;background:#fff;}
b.rtop b, b.rbottom b{display:block;height:1px;overflow:hidden;background:#ffca04;}
b.r1{margin:0 5px;}
b.r2{margin:0 3px;}
b.r3{margin:0 2px;}
b.rtop b.r4, b.rbottom b.r4{margin:0 1px;height: 2px;}

/* ---------------------------------------------------------------------- */

img#modelImage {
display:block;
margin:0;
padding:0;
width:200px;
height:140px;
}

#modelButtons {
float:right;
clear:right;
text-align:center;
width:428px;
margin-top:-25px;
margin-bottom:5px;
}

#valid {
float:right;
clear:none;
margin:20px;
padding-right:120px;
}
#valid a.metalink img {width:50px;height:18px;opacity:0.3;filter:alpha(opacity=30);}
#valid a.metalink:hover img {opacity:1.0;filter:alpha(opacity=100);}

#cadImage {
float:right;
margin-bottom:20px;
margin-top:20px;
}

#legal {
padding-top:20px;
padding-left:15px;
font-size:.8em;
}

#printPage {
position:absolute;
top:450px;
}

#savePage {
position:absolute;
top:450px;
margin-left:30px;
}

.clear {
clear:both;
}

.hrule {
	border-top:1px solid #ccc;
	margin-top:10px;
	padding-bottom:10px;
}

.red {
	color:#9C0003;
}

/* -------------------------------------------- */
/* CSS Buttons */
.button {
   border-top: 1px solid #ffffff;
   background: #ffc904;
   background: -webkit-gradient(linear, left top, left bottom, from(#fcdc68), to(#ffc904));
   background: -webkit-linear-gradient(top, #fcdc68, #ffc904);
   background: -moz-linear-gradient(top, #fcdc68, #ffc904);
   background: -ms-linear-gradient(top, #fcdc68, #ffc904);
   background: -o-linear-gradient(top, #fcdc68, #ffc904);
   padding: 7px 14px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #000000;
   font-size: 13px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #ffc904;
   background: #ffc904;
   color: #000000;
   }
.button:active {
   border-top-color: #ffc904;
   background: #ffc904;
   }
