@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/topbg.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	color: #eeeeee;
	margin: 10px 0px;
}

h1 { font-size: 18px; color: #c1c1c1;
}

div#maincontainer { 
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.header {
	background-image: url(images/header.png);
	height: 131px;
	width: 850px;		
	position: relative;
	background-repeat: no-repeat;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
.header img {
	padding: 3px;
	float: left;
}
.main {
	width: 850px;
	background-image: url(images/mainbg.png);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	height: auto;
	overflow: auto;
	clear: both;
}
.navbar {
	background-image: url(images/navbar.png);
	background-repeat: repeat-x;
	height: 51px;
	width: 850px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
a {
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
#menustyle {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#list {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#menustyle a {
	display: block;
	text-indent: -500%;
	outline: none;
}
#menustyle a:hover {
	background-position: left bottom;
}
#menustyle .home {
	width: 79px;
	height: 51px;
	background: url(images/home.png) no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}
#menustyle .contact {
	width: 115px;
	height: 51px;
	background: url(images/contact.png) no-repeat;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#menustyle .newboats {
	width: 111px;
	height: 51px;
	background: url(images/newboats.png) no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}
#menustyle .preowned {
	width: 168px;
	height: 51px;
	background: url(images/preowned.png) no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}
#menustyle .wake {
	width: 106px;
	height: 51px;
	background: url(images/wake.png) no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}
#menustyle .service {
	width: 87px;
	height: 51px;
	background: url(images/service.png) no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}
#menustyle .waketeam {
	width: 178px;
	height: 51px;
	background: url(images/waketeam.png) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}



.maintop {
	width: 850px;
	background-repeat: no-repeat;
	background-image: url(images/maintop.png);
	background-position: top;
	height: auto;
}
.maintop:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.leftnav {
	width: 157px;
	height: 600px;
	float: left;
}
.pics {
	width: 251px;
	overflow: visible;
	margin: 0px 0px 0px 0px;
	float: left;
}

.middle { width: 425px; float: left;	margin: 0px 0px 0px 5px;}
.right { width: 251px; float: left;	margin: 10px 0px 0px 5px;}


.video {
	height: 344px;
	width: 425px;
	float: left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

.textbg1 {
	background-image: url(images/textbg1.png);
	height: 78px;
	width: 425px;
	float: left;
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
}
.textbg2 {
	height: 118px auto;
	width: 425px;
	background-image: url(images/textbg2.png);
	background-repeat: no-repeat;
	background-color: #333333;
	float: left;
	overflow: visible;
}

.textbg_inside {
	height: 118px auto;
	width: 653px;
	float: left;
	overflow: visible;
	text-align: left;
	padding-left: 20px;
	margin-left: 10px;
	margin-top: 10px;
}

.footer {
	width: 850px;
	height: 150px;
	background-image: url(images/footerlogo.png);
	background-repeat: no-repeat;
	background-position: right;
	margin: 15px 0px 15px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 10pt;
	color: #FFFFFF;
}

.footer p {
	height: auto;
	width: 550px;
}
.footer img {
	float: right;

}


div.teampics {
		background-image: url(images/bg_riderpics.jpg);
		background-position: top left;
		border-top: 1px solid #4f4f4f;
		border-right: 1px solid #4f4f4f;
		padding: 10px;
		width: 90px;
		float: left;
		margin-top: 50px;
		margin-left: 20px;
		align: center;
}