*{
	margin:0px;
	padding:0px;
	border:none;
}

body{
	background-image:url(images/page_bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#222222;
	background-color:#8dbde5;
}

a{
	text-decoration:none;
	outline:none;
}

h1{
	font-size:22px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#006699;
	margin:0px 0px 16px 0px;
}

h2{
	color:#226ca5;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:10px;
}
h2 a{
	color:#2e3c51;
}
h2 a:hover{
	color:#2e587b;
}

h3{
	font-size:14px;
	color:#a52222;
	font-weight:bold;
	line-height:16px;
	margin-bottom:8px;
}
h3 a{
	color:#a52222;
}
h3 a:hover{
	color:#ba5050;
}

p{
	margin-bottom:16px;
	line-height:17px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p a{
	color:#006699;
	text-decoration:underline;
}
p a:hover{
	color:#0099CC;
}

ul{
	font-size:12px;
	margin-left:10px;
	margin-bottom:10px;
}
li{
	line-height:18px;
	margin-left:20px;
}

#Full_Container{
	width:100%;
	position:relative;
	background-image:url(images/navigation_bg.png);
	background-repeat:repeat-x;
	background-position:top;
}

#Content_Container{
	width:900px;
	position:relative;
	margin:0px auto;
}

.spacer{
	width:100%;
	clear:both;
}

#Footer{
	width:100%;
	background-image:url(images/footer_bg.png);
	background-repeat:repeat-x;
	height:31px;
	margin-top:40px;
}
#Footer_Content{
	width:900px;
	margin:0px auto;
	color:#54829f;
	line-height:31px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#Footer_Content a{
	color:#54829f;
	text-decoration:none;
}
#Footer_Content a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#Footer_Content table{
	width:100%;
	height:31px;
	line-height:31px;
}

/*Navigation elements*/
#Navigation{
	position:relative;
	height:26px;
	color:#FFFFFF;
	z-index: 10000;
	text-align:center;
	width:892px;
	padding:0px 4px;
}

#tab {
	margin: 0;
	top: 0;
}
#tab ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#tab li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	text-align:center;
}
#tab a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
	display: block;
	float: none;
}
#tab a span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:26px;
	color: #ecd9d9;
	line-height: 26px;
	background-image:url(images/nav_hover.png);
	background-repeat:no-repeat;
	background-position:center -26px;
	letter-spacing:1px;
	padding:0px 14px;
}
#tab li.item_active a {
	background-position: right bottom;
	border-color: #000000;
}
#tab a:hover {
	background-position: right bottom;
	border-color: #000000;
}
#tab li.item_active a span {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	background-position:center 0px;
}
#tab a:hover span {
	background-position:center 0px;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	cursor:pointer;
}

.dropmenudiv {
	position: absolute;
	top: -20px;
	float: left;
	display: block;
	visibility: hidden;
	color: #cfdde9;
	z-index: 10000;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	border-left: 1px solid #0c1720;
	border-right: 1px solid #0c1720;
	border-top: 1px solid #0c1720;
}
.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dropmenudiv li {
	display: inline;
	margin: 0;
	padding: 0;
}
.dropmenudiv a:visited {
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #0c1720;
	color: #cfdde9;
	background-color: #203c52;
	font-style: normal;
	text-decoration: none;
	width:230px;
}
.dropmenudiv a:link {
	margin: 0;
	padding: 0;
	display: block;
	border-bottom: 1px solid #0c1720;
	color: #cfdde9;
	background-color: #203c52;
	font-style: normal;
	text-decoration: none;
	width:230px;
}
.dropmenudiv a span {
	float: left;
	display: block;
	line-height: 24px;
	background-color: #203c52;
	padding: 0 10px;
	color: #cfdde9;
}
.dropmenudiv a span {
	float: none;
}
.dropmenudiv a:hover {
	border-bottom: 1px solid #0c1720;
	background-position: left bottom;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color:#335877;
}
.dropmenudiv a:hover span {
	background-position: right bottom;
	color: #FFFFFF;
	background-color:#335877;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	list-style:none;
}
/*end navigation elements*/

#Header{
	width:100%;
	height:164px;
}

#Logo{
	display:block;
	width:274px;
	height:163px;
	line-height:163px;
	background-image:url(images/logo.png);
	background-position:0px 0px;
	float:left;
	margin-top:1px;
}
#Logo:hover{
	text-decoration:none;
	background-position:0px -165px;
	cursor:pointer;
}

#Top_Btns{
	float:right;
	margin-top:16px;
	width:490px;
}

#Search_Boats_Btn{
	display:block;
	width:230px;
	height:100px;
	line-height:100px;
	background-image:url(images/search_boats_btn.png);
	background-position:0px 0px;
	float:right;
	margin-right:30px;
}
#Search_Boats_Btn:hover{
	text-decoration:none;
	background-position:0px -100px;
	cursor:pointer;
}

#Events_Btn{
	display:block;
	width:230px;
	height:100px;
	line-height:100px;
	background-image:url(images/events_btn.png);
	background-position:0px 0px;
	float:right;
}
#Events_Btn:hover{
	text-decoration:none;
	background-position:0px -100px;
	cursor:pointer;
}
#Quick_Info{
	float:right;
	width:122px;
	height:30px;
	margin-top:16px;
}

#Home_Boxes{
	width:100%;
	height:395px;
	background-image:url(images/home_boxes.png);
}

#Slideshow{
	width:520px;
	height:280px;
	padding:10px;
	margin:30px 0px 0px 20px;
	float:left;
}

#Home_Boxes_Right{
	float:right;
	margin:30px 20px 0px 0px;
}

#Home_Featured_Boat{
	width:270px;
	height:120px;
	padding:40px 10px 0px 10px;
}
#Home_Featured_Boat a h2{
	font-size:12px;
	font-weight:bold;
	color:#bddbef;
	text-align:left;
	line-height:30px;
	display:block;
	text-decoration:none;
	margin:0px;
}
#Home_Featured_Boat a:hover h2{
	color:#daebf7;
	text-decoration:underline;
}
#Home_Featured_Boat img{
	float:left;
	border:1px solid #FFFFFF;
	margin:2px 10px 2px 0px;
}
#Home_Featured_Boat p{
	color:#FFFFFF;
	font-size:11px;
	line-height:16px;
	margin:0px;
	padding:0px;
}

#Home_Latest_News{
	width:280px;
	margin-top:50px;
	padding-left:10px;
}
#Home_Latest_News a{
	color:#0a1720;
	font-size:12px;
	text-decoration:none;
	display:block;
	line-height:17px;
	margin-top:14px;
	float:right;
	width:260px;
}
#Home_Latest_News a:hover{
	color:#004876;
	text-decoration:underline;
}
#Home_Latest_News b{
	margin-top:14px;
	float:left;
}

#Lower_Home_Page{
	width:100%;
	position:relative;
}

#Welcome_Message{
	font-size:16px;
	color:#222222;
	line-height:22px;
	float:left;
	width:460px;
	padding-left:10px;
}
#Welcome_Message a{
	color:#600606;
	font-weight:bold;
	text-decoration:none;
}
#Welcome_Message a:hover{
	color:#1673a3;
	text-decoration:underline;
}

/*Manufacturers logo div and table*/
#Man_Logos{
	width:350px;
	height:300px;
	float:right;
}
#Man_Logos table{
	width:100%;
	height:100%;
}
#Man_Logos td{
	height:75px;
	width:175px;
}
#Man_Logos a.logo{
	display:block;
	background-image:url(images/man_logos.png);
	height:75px;
	width:175px;
	line-height:75px;
	text-decoration:none;
}
#Four_Winns_Logo{
	background-position:0px 0px;
}
#Four_Winns_Logo:hover{
	background-position:0px -300px;
}
#Nautiques_Logo{
	background-position:-175px 0px;
}
#Nautiques_Logo:hover{
	background-position:-175px -300px;
}
#Yamaha_Boats_Logo{
	background-position:0px -75px;
}
#Yamaha_Boats_Logo:hover{
	background-position:0px -375px;
}
#Yamaha_PWC_Logo{
	background-position:-175px -75px;
}
#Yamaha_PWC_Logo:hover{
	background-position:-175px -375px;
}
#Silverton_Logo{
	background-position:0px -150px;
}
#Silverton_Logo:hover{
	background-position:0px -450px;
}
#Ovation_Logo{
	background-position:-175px -150px;
}
#Ovation_Logo:hover{
	background-position:-175px -450px;
}
#Wellcraft_Logo{
	background-position:0px -225px;
}
#Wellcraft_Logo:hover{
	background-position:0px -525px;
}
/*End manufacturer logos*/

#Interior_Content_Top{
	width:900px;
	background-image:url(images/interior_content_top.png);
	height:26px;
	position:relative;
}
#Interior_Content_Bottom{
	width:900px;
	background-image:url(images/interior_content_bottom.png);
	height:26px;
	position:relative;
}
#Interior_Content{
	background-image:url(images/interior_content_bg.png);
	background-repeat:repeat-y;
	width:880px;
	padding:0px 10px;
	min-height:500px;
}

#Search_Top{
	position:absolute;
	top:218px;
	left:340px;
	width:530px;
	height:26px;
	display:block;
	line-height:26px;
	padding:0px 10px;
	background-position:0px 0px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	z-index:100;
}
#Search_Top:hover{
	background-position:0px -26px;
	text-decoration:none;
	cursor:pointer;
}
#Search_Holder{
	width:530px;
	padding:10px;
	background-image:url(images/search_bg.png);
	background-position:bottom;
	position:absolute;
	z-index:100;
	top:244px;
	left:340px;
}
.search_field_container{
	padding:4px 0px;
	line-height:18px;
	font-size:12px;
	float:left;
	text-align:left;
}
.search_field_container input{
	border:1px solid #333333;
	padding:1px;
}
.search_field_container select{
	border:1px solid #333333;
}

#Models_Frame_Holder{
	float:left;
	width:650px;
	height:600px;
}
#Models_Frame{
	width:640px;
	padding:4px;
	background-color:#FFFFFF;
	height:550px;
	border-left:1px solid #016087;
	border-right:1px solid #016087;
}
#Models_Frame_Top{
	width:630px;
	padding:3px 10px;
	text-align:left;
	height:14px;
	line-height:14px;
	background-image:url(images/frame_top.png);
}
#Models_Frame_Top a{
	font-size:11px;
	color:#d3e6ec;
	text-decoration:none;
}
#Models_Frame_Top a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#Models_Frame_Bottom{
	width:640px;
	padding:0px 5px;
	height:20px;
	background-image:url(images/frame_bottom.png);
}

#Quick_Links_Holder{
	float:right;
	width:220px;
}
#Quick_Links_Top{
	width:220px;
	background-image:url(images/quick_links_top.png);
	height:20px;
}
#Quick_Links_Bottom{
	width:220px;
	height:20px;
	background-image:url(images/quick_links_bottom.png);
}
#Quick_Links{
	padding:8px;
	background-color:#e0ebf2;
	width:202px;
	border-left:1px solid #016087;
	border-right:1px solid #016087;
	text-align:left;
}
#Quick_Links a{
	font-size:11px;
	line-height:16px;
	padding:5px 0px;
	display:block;
	color:#003366;
	text-decoration:none;
}
#Quick_Links a:hover{
	color:#006699;
	text-decoration:underline;
}
#Quick_Links a img{
	float:left;
	margin:1px 5px 0px 0px;
}

#Models_Frame2{
	width:632px;
	padding:8px;
	background-color:#FFFFFF;
	border-left:1px solid #016087;
	border-right:1px solid #016087;
}
#Models_Frame2 p{
	font-size:12px;
	line-height:17px;
}
#Models_Frame3{
	width:632px;
	padding:8px;
	background-color:#FFFFFF;
	border-left:1px solid #016087;
	border-right:1px solid #016087;
}
#Models_Frame3 p{
	font-size:12px;
	line-height:17px;
}
#Models_Frame3 img{
	border:1px solid #12547d;
	padding:1px;
	background-color:#FFFFFF;
	margin:1px 10px 1px 0px;
	float:left;
}
	

.gallery_img{
	border:1px solid #000033;
	float:left;
	margin:5px;
}

table.contact{
	width:632px;
	border:none;
}
table.contact tr.dark{
	background-image:url(images/td_white_bg.png);
	background-repeat:repeat;
}
table.contact td{
	padding:8px 20px;
	line-height:18px;
	font-size:12px;
	color:#222222;
	min-width:140px;
}
table.contact h2{
	font-size:14px;
	font-weight:bold;
	color:#335d7e;
	line-height:16px;
	padding:0px;
	margin:0px;
}
table.contact input,textarea{
	border:1px solid #335d7e;
	padding:1px;
	width:360px;
	float:right;
}
table.contact textarea{
	height:200px;
}

a.submit{
	background-image:url(images/submit_btn.png);
	background-position:0px 0px;
	width:140px;
	height:15px;
	line-height:15px;
	padding:7px 0px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	float:right;
	border:0px;
	text-align:center;
}
a.submit:hover{
	background-position:0px -29px;
	cursor:pointer;
	text-decoration:none;
}

#Message_Sent{
	float:right;
	background-image:url(images/message_sent.png);
	width:220px;
	height:120px;
	margin-bottom:20px;
}

iframe.map{
	width:400px;
	padding:1px;
	height:300px;
	border:1px solid #000000;
	overflow:hidden;
	margin-top:10px;
}

#Video_Holder{
	background-image:url(images/good_run_video_bg.png);
	padding:60px 10px 10px 10px;
	width:500px;
	height:430px;
	float:left;
}

.gallery_item{
	width:172px;
	height:150px;
	border:1px solid #4e7491;
	padding:10px 3px;
	margin:20px;
	float:left;
	background-image:url(images/scrap_photo_bg.png);
}
.gallery_item a img{
	border:1px solid #12547d;
	padding:1px;
	background-color:#FFFFFF;
	margin:0px 34px 6px 34px;
}
.gallery_item a:hover img{
	border:1px solid #318fbf;
}
.gallery_item p{
	margin:0px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#12547d;
}

.testimonial{
	border-left:6px solid #2a6282;
	padding-left:14px;
	width:826px;
	margin:0px 10px 0px 10px;
}
.testimonial h2{
	font-size:18px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#824646;
	line-height:20px;
	margin-bottom:10px;
}
.testimonial .signed{
	float:right;
	clear:both;
}
.testimonial .signed p{
	display:inline;
	clear:none;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#1e3544;
	line-height:16px;
	margin:0px;
}

.news_item{
	margin:0px 10px 0px 10px;
	border:1px solid #2a6282;
	width:858px;
}
.news_item h2{
	padding:4px 14px 5px 14px;
	background-color:#2a6282;
	line-height:19px;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.news_item h3{
	line-height:15px;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	background-color:#4882a3;
	color:#c3dbe9;
	padding:2px 14px 3px 14px;
}
.news_item .news_body{
	padding:14px 14px 0px 14px;
	width:830px;
}
.news_item .news_body img{
	float:left;
	border:1px solid #000000;
	padding:1px;
	margin:1px 10px 1px 0px;
}

.event{
	margin:0px 10px 0px 10px;
	border:1px solid #2a6282;
	width:858px;
	background-image:url(images/event_bg.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.event h2{
	padding:4px 14px 5px 14px;
	line-height:19px;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.event .event_left{
	float:left;
	width:120px;
}
.event .event_left p{
	font-size:20px;
	font-weight:bold;
	line-height:26px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:20px 0px 0px 0px;
}
.event .event_right{
	float:right;
	width:738px;
	min-height:140px;
}
.event .event_body{
	padding:14px 14px 0px 14px;
	width:710px;
}
.event .event_body img{
	float:left;
	border:1px solid #000000;
	padding:1px;
	margin:1px 10px 1px 0px;
}

.featured_feed img{
	float:left;
	border:1px solid #000000;
	padding:1px;
	margin:1px 10px 1px 0px;
}

a.photos_btn{
	float:right;
	display:block;
	height:24px;
	width:200px;
	line-height:24px;
	text-decoration:none;
	background-image:url(images/photos_btn.png);
	background-position:0px 0px;
	margin-left:16px;
}
a.photos_btn:hover{
	background-position:0px -24px;
	text-decoration:none;
}

a.videos_btn{
	float:right;
	display:block;
	height:24px;
	width:200px;
	line-height:24px;
	text-decoration:none;
	background-image:url(images/videos_btn.png);
	background-position:0px 0px;
	margin-left:16px;
}
a.videos_btn:hover{
	background-position:0px -24px;
	text-decoration:none;
}

.shop_item{
	padding:8px;
	width:290px;
	height:194px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	border:1px solid #cfd9df;
	background-color:#e9f1f4;
}
.shop_item img{
	border:1px solid #12547d;
	padding:1px;
	background-color:#FFFFFF;
	margin:1px 10px 1px 0px;
	float:left;
}
.details p{
	font-size:11px;
	font-weight:bold;
	display:inline;
}

.video_post{
	width:628px;
	min-height:364px;
	padding:5px;
	border:1px solid #52849f;
	background-color:#e1e9ed;
	background-image:url(images/video_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.video_post object{
	padding:1px;
	border:1px solid #003366;
	background-color:#FFFFFF;
	float:left;
	margin:0px 10px 0px 0px;
}

a.video_link{
	margin-bottom:14px;
	line-height:20px;
	font-size:18px;
	color:#0f3d57;
	padding:8px 0px 8px 78px;
	border:1px solid #52849f;
	background-color:#e1e9ed;
	background-image:url(images/video_link_bg.jpg);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	width:560px;
	text-decoration:none;
}
a.video_link:hover{
	color:#00709c;
	text-decoration:none;
}