/* CSS Document */

/* Tags */

a {
	color: #0099ff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
a img {
	border: none;
	outline: 0;
}
h1,
h2 {
	font-size: 35px;
	font-weight: bold;
	color: #0a8ec8;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 13px;
	color: #0a3792;
	line-height: 18px;
}
p {
	margin: 0;
	padding: 0;
}

/* body classes */

.testdrive {
	background: #000 url(../_img/form_header_testdrive.jpg) no-repeat left top;
}
.testdrive fieldset h1,
.brochure fieldset h1,
.callback fieldset h1,
.contact fieldset h1,
.thankyou h1 {
	color: #FC4F0A;
}
.brochure {
	background: #000 url(../_img/form_header_brochure.jpg) no-repeat left top;
}
.callback {
	background: #000 url(../_img/form_header_callback.jpg) no-repeat left top;
}
.contact {
	background: #000 url(../_img/form_header_contact.jpg) no-repeat left top;
}
.thankyou {
	background: #000;
}
.thankyou h1,
.thankyou h2,
.thankyou a  {
	margin: 20px 0 0 20px;
}
.thankyou h2 {
	color: #fff;
	font-size: 20px;
}

/* Structure */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	margin: 0;
	padding: 0;	
	color: #fff;
	background: #000 url(../_img/bg.jpg) repeat-x center top;
}
#contents {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 1015px;
	height: 765px;
	position: relative;
}
#topleft {
	width: 183px;
	height: 120px;
	margin: 0;
	padding: 0;
	top: 10px;
	left: 45px;
	z-index: 2;
	position: absolute;
}
#topright {
	width: 730px;
	height: 30px;
	margin: 0;
	padding: 0;
	top: 38px;
	left: 255px;
	z-index: 2;
	position: absolute;
}
#topright p {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
}
#middle {
	width: 1015px;
	height: 770px;
	margin: 0;
	padding: 0;
	top: 60px;
	z-index: 1;
	position: absolute;
}
#flash {
	width: 1000px;
	height: 520px;
	margin: 0;
	padding-left: 15px;
}

/* navigation */

#bottom {
	width: 1015px;
	height: 249px;
	margin-top: -70px;
	padding: 0;
	position: relative;
}
#navigation {
	width: 1015px;
	height: 127px;
	margin: 0;
	padding: 0;
	z-index: 2;
	position: absolute;
}
#navigation ul {
	width: 830px;
	height: 104px;
	margin: 20px 0 0;
	padding: 23px 0 0 185px;
	list-style: none;
	position: relative;
	background: url(../_img/bottom_nav_bg1.png) no-repeat;
}
#navigation li {
	float: left;
	display: block;
}
#navigation li a {
	height: 57px;
	float: left;
	display: block;
	position: relative;
	outline: none;
	cursor: pointer;
	text-indent: -9999px;
}
#nav1, #nav2, #nav3, #nav4 {
	background: url(../_img/bottom_nav.png) no-repeat;
}
#nav1 {background-position: 0 0; width: 150px;}
#nav2 {background-position: -150px 0; width: 204px;}
#nav3 {background-position: -354px 0; width: 158px;}
#nav4 {background-position: -512px 0; width: 135px;}

#nav1:hover {background-position: 0 -55px;}
#nav2:hover {background-position: -150px -55px;}
#nav3:hover {background-position: -354px -55px;}
#nav4:hover {background-position: -512px -55px;}

/* footer */

#footer {
	width: 930px;
	height: 152px;
	padding: 18px 0 30px 85px;
	margin: 0;
	top: 108px;
	z-index: 1;
	position: absolute;
	background: url(../_img/footer_bg.png) no-repeat; 
}
#footer ul {
	width: 140px;
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	float: left;
	list-style: none;
}
#footer li {
	font-size: 11px;
	color: #333;
	line-height: 14px;
}
#footer li span {
	font-size: 13px;
	color: #0a3792;
	line-height: 20px;
}
#footer ul.shortaddress {
	width: 120px;
}
#footer ul.longaddress {
	width: 160px;
}

/* forms */

form {
	width: 360px;
	height: 700px;
	margin: 190px 0 0 10px;
	padding: 0;
}
fieldset {
	width: 360px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 11px;
}
form p {
	height: 28px;
	float: left;
	display: block;
}
form p select {
	width: 200px;
}
form p.extendedline {
	margin-top: 5px;
	line-height: 12px;
}
form p.expandedline {
	margin-top: 15px;
	line-height: 14px;
}
form p.expandedline label {
	width: 100%;
}
.contactconsent {
	padding-top: 15px !important;
}
.contactconsent p {
	width: 100%;
	height: 40px;
	margin: 0;
	line-height: 14px;
}
.contactconsent input {
	float: left;
}
.contactconsent label {
	width: 30px;
	float: left;
	margin: 3px 0 0 2px;
}
form p label {
	width: 150px;
	display: block;
	float: left;
	font-weight: bold;
}
.textform {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	border: 1px solid #ccc;
	width: 194px;
	padding: 2px;
	height: 12px;
	color: #000;
	font-weight: bold;
	background: #f7f7f7;
}
.submit {
	width: 75px;
	height: 25px;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	outline: none;
	background: url(../_img/submit_button.gif) no-repeat;
}

/* Extras */

.right {
	float: right !important;
}
