html, body {
	overflow: auto;
}

body {
	background: #9eafb9 url(images/bg-body.jpg) no-repeat center top;
	margin: 0;
	font: 12px Arial;
	color: #7b7b7b;
}

a {
	color: #076b9f;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

h3.orange {
	font-size: 13px;
	color: #E87C00;
	margin: 1em 0;
}

h2.title {
	font-size: 16px;
	color: #e87c00;
	margin: 1em 0;
	background: url(images/anchor.gif) no-repeat left center;
	padding-left: 15px;
}

hr {
	border: none;
	height: 1px;
	background: #7b7b7b;
}

#wrapper {
	width: 883px;
	background: url(images/bg-wrapper.png) repeat-y;
	margin: 0 auto;
}

#container {
	width: 839px;
	margin: 0 auto;
	border-top: 7px solid #ae0104;
	padding: 10px;
}

#horiz-nav {
	width: 839px;
	height: 25px;
	margin: 0 auto;
	background: url(images/bg-horiz-nav.gif) no-repeat;
}

#horiz-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#horiz-nav ul li {
	display: inline;
	padding: 0 30px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: url(images/divider-horiz-nav.gif) repeat-y right top;
}

#horiz-nav ul li a {
	color: #fff;
	text-decoration: none;
}

#horiz-nav ul li.last {
	background: none;
}

#splash {
	height: 178px;
	padding-top: 1px;
}

#tagline {
	background: url(images/bg-tagline.gif) no-repeat;
	height: 31px;
	line-height: 31px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#brands {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#brands ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#brands ul li {
	display: inline;
	padding: 0 10px;
}

#brands ul li img {
	max-width: 110px;
}

#body {
	min-height: 600px;
	font-size: 14px;
	padding: 10px 0;
}

#panel {
	width: 170px;
	float: left;
	padding-right: 10px;
}

#panel .block {
	margin-bottom: 10px;
}

#boats-nav {
	background: url(images/bg-panel.png) no-repeat left top;
	padding-top: 5px;
}

#boats-nav ul {
	margin: 0;
	padding: 0 5px 5px;
	list-style-type: none;
	background: url(images/bg-panel.png) no-repeat left bottom;
}

#boats-nav ul li {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	padding: 5px 0;
}

#boats-nav ul li a {
	padding: 5px 12px;
	color: #076b9f;
	text-decoration: none;
}

#boats-nav ul li a:hover {
	background: url(images/anchor.gif) no-repeat left center;
}

#boats-nav ul li ul {
	background: #eeebe3;
	padding: 0 0 0 15px;
}	

#boats-nav ul li ul li {
	font-weight: normal;
	text-transform: none;
	font-size: 11px;
}

#rvs-nav {
	background: url(images/bg-panel.png) no-repeat center top;
	padding-top: 5px;
}

#rvs-nav ul {
	margin: 0;
	padding: 0 5px 5px;
	list-style-type: none;
	background: url(images/bg-panel.png) no-repeat center bottom;
}

#rvs-nav ul li {
	padding: 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

#rvs-nav ul li a {
	padding: 5px 12px;
	color: #fff;
	text-decoration: none;
}

#rvs-nav ul li ul {
	background: #5d8cb9;
	padding: 0 0 0 15px;
}	

#rvs-nav ul li ul li {
	font-weight: normal;
	text-transform: none;
	font-size: 11px;
}

.general {
	background: url(images/bg-panel.png) no-repeat right top;
	padding-top: 5px;
}

.general .wrap {
	margin: 0;
	padding: 0 15px 5px;
	list-style-type: none;
	background: url(images/bg-panel.png) no-repeat right bottom;
}

#main {
	float: left;
	width: 659px;
}

#footer {
	background: url(images/bg-footer.png) no-repeat center bottom;
	width: 883px;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: center;
}

#ext-iframe {
	width: 100%;
	height: 600px;
}

.slideshow {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.featured {
	float: left;
	width: 157px;
	padding: 0 30px;
	border-left: 1px solid #ccc;
}

.featured .group {
	padding: 10px 0;
}

.featured .image {
	text-align: center;
}

.featured .image img {
	width: 150px;
	height: 95px;
}

.featured .value {
	font-weight: bold;
}

.featured .price {
	font-weight: bold;
	color: #00AAD5;
}

.contact-form label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
}

.contact-form div {
	clear: both;
}

.contact-form .required label {
	font-weight: bold;
}

.contact-form .text {
	padding-left: 20px;
}

.contact-form .highlight {
	border: 2px solid #9f1319;
	background: url(images/iconCaution.gif) no-repeat 2px;
}

.loading {
	background: url(images/ajax-loader.gif) no-repeat 1px;
	height: 28px;
	width: 28px;
	display: none;
	margin-left: 150px;
}

.done {
	background: url(images/iconIdea.gif) no-repeat 2px;
	padding-left: 20px;
	width: 70%;
	margin: 20px auto;
	display: none;
}
