@charset "utf-8";

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #094fa3;
	margin: 15px 0 5px 0;
}
h2 {
	clear: both;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #094fa3;
	margin: 20px 0 0 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8f0b1c;
	margin: 0 0 6px 0;
}
h3 a:link, h3 a:visited {
	color: #8f0b1c;
}
h3 a:hover, h3 a:visited:hover {
	color: #8f0b1c;
}
h4 {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ad1a2c;
	margin: 27px 0 6px 0;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #094fa3;
	text-decoration: underline;
}
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border: 0;
}


.right {
	border: 0px solid #999999;
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
}
.left {
	border: 0px solid #999999;
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}
.error {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 5px;
}
.required {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.caption {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}


body {
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #eeeeee;
}
.container {
	position: relative;
	width: 970px;
	margin: 0 auto 0 auto;
	background: url(img/bg.gif) repeat-y;
}


.navigation {
	clear: left;
	float: left;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
.navigation a:link, .navigation a:visited {
	color: #FFFFFF;
}
.navigation a:hover, .navigation a:visited:hover {
	color: #ecff6e;
	text-decoration: none;
}
.navigation ul {
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}
.navigation li {
	clear: both;
	margin: 0;
	padding: 0;
	background: url(img/nav-menu.gif) no-repeat 19px 10px;
}
.navigation li a {
	display: block;
	height: 100%;
	padding: 8px 0 8px 39px;
	text-decoration: none;
}
.navigation li:hover, .navigation .menuselected {
	background: url(img/nav-menu-selected.gif) no-repeat 0 1px;
}
.navigation li a:link, .navigation li a:visited {
	color: #FFFFFF;
}
.navigation li a:link:hover, .navigation li a:visited:hover, .navigation .menuselected a:link, .navigation .menuselected a:visited {
	color: #ecff6e;
	text-decoration: none;
}

.navigation li li {
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 18px;
	background: url(img/nav-submenu.gif) no-repeat 41px 12px;
}
.navigation .menuselected li a:link, .navigation .menuselected li a:visited {
	color: #FFFFFF;
}
.navigation li li:hover, .navigation .submenuselected {
	color: #ecff6e;
	background: url(img/nav-submenu-selected.gif) no-repeat 40px 10px;
}
.navigation .menuselected .submenuselected a:link, .navigation .menuselected .submenuselected a:visited {
	color: #ecff6e;
}
.navigation li li a:link:hover, .navigation li li a:visited:hover {
	color: #ecff6e;
	text-decoration: none;
}



.content {
	width: 700px;
	float: left;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 25px 10px 25px;
	min-height: 600px;
	height:auto !important;
	height:600px;
	background-color: #FFFFFF;
}
.content p {
	text-align: justify;
	margin-top: 12px;
	margin-bottom: 12px;
}
.content ol {
	margin-top: 0;
	width: 300px;
	text-align: justify;
}
.content ol li {
	margin: 12px 0 12px 0;
}

.content .checkout {
	font-size: 12px;
	margin: 20px 0 20px 0;
}
.content .checkout td {
	padding: 0 8px 8px 0;
}
.content .checkout .heading {
	padding: 14px 0 8px 0;
	font-size: 13px;
	font-weight: bold;
}

.content .photoleft {
	clear: both;
	float: left;
	width: 335px;
	margin: 20px 20px 10px 0;
}
.content .photoleft p {
	font-family: Arial, Helvetica, sans-serif;
	width: 280px;
	margin: 3px 0 0 20px;
	text-align: center;
	color: #9d0c14;
}
.content .photoright {
	float: left;
	width: 335px;
	margin: 20px 0 10px 0;
}
.content .photoright p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 0 0 0;
	text-align: center;
	color: #9d0c14;
}
.content .dealer {
	clear: both;
	padding: 10px 20px 10px 20px;
	border-bottom: 1px #DDDDDD solid;
}
.content .dealer img {
	float: right;
	padding-left: 20px;
}



.footer {
	clear: both;
	width: 970px;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
}
.footer p {
	margin: 0;
	padding: 0;
}

.footerleft {
	float: left;
	width: 450px;
	margin-left: 5px;
}
.footerleft a:link, .footerleft a:visited {
	color: #999999;
}
.footerleft a:hover, .footerleft a:visited:hover {
	color: #555555;
}

.footerright {
	float: right;
	width: 200px;
	text-align:right;
	margin-right: 5px;
}
.footerright a:link, .footerright a:visited {
	color: #999999;
}
.footerright a:hover, .footerright a:visited:hover {
	color: #555555;
}
