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

body{
	background-image:url(images/body_bg.png);
	background-repeat:repeat-x;
	background-position:top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444444;
	background-color:#ffffff;
}

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

table{
	border-collapse:collapse;
}

h1{
	font-size:20px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	color:#098ac3;
	line-height:22px;
	text-transform: uppercase;
	margin-bottom:12px;
}
#Left_Column h1{
	padding-left:16px;
}
#Left_Column .left_column_content h1{
	padding-left:0px;
}
#Left_Column .wordpress h1{
	padding-left:0px;
}

h2{
	font-size:17px;
	font-weight:bold;
	color:#42a3e3;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	margin-bottom:10px;
}

h3{
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

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

p a{
	color:#006da6;
	text-decoration:none;
	font-weight:bold;
}
p a:hover{
	color:#4cbaff;
	text-decoration:underline;
}

ul{
	margin-left:10px;
	font-size:11px;
	display:block;
	clear:both;
	margin-bottom:20px;
}
li{
	padding-left:6px;
	margin-left:20px;
	line-height:14px;
	margin-bottom:10px;
	color:#444444;
}

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

#Content_Container{
	width:960px;
	position:relative;
	margin:0px auto;
	background-image:url(images/content_bg.png);
	background-repeat:repeat-y;
}

#Header{
	width:960px;
	height:194px;
	background-image:url(images/header_bg.jpg);
	position:relative;
}





#Site_Search{
	width:258px;
	height:31px;
	position:absolute;
	top:34px;
	right:12px;
}
#Site_Search table{
	width:258px;
	height:31px;
}
#Site_Search table td.left{
	width:223px;
	background-image:url(images/search_bg.png);
}
#Site_Search table td.left input{
	width:214px;
	float:right;
	border:none;
	margin-right:1px;
	height:18px;
	line-height:18px;
	background-color:#FFFFFF;
	color:#a3b7be;
	margin-bottom:0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#Site_Search table td.right{
	width:35px;
}
#Site_Search table td.right input{
	width:35px;
	border:none;
	background-color:transparent;
	background-image:url(images/site_search_btn.png);
	background-position:0px 0px;
	height:31px;
	line-height:31px;
}
#Site_Search table td.right input:hover{
	background-position:0px -31px;
	cursor:pointer;
}




a.home_btn{
	width:410px;
	height:90px;
	display:block;
	text-decoration:none;
	position:absolute;
	top:10px;
	left:-20px;
}
a.home_btn:hover{
	cursor:pointer;
	text-decoration:none;
}

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





#Footer{
	width:960px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	height:102px;
	margin:0px auto;
	padding-top:88px;
}
#Footer_Left{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	float:left;
	margin-left:20px;
}
#Footer_Left p{
	font-size:11px;
	color:#0e3848;
}
#Footer_Left a{
	color:#0e3848;
	text-decoration:none;
	font-weight:inherit;
}
#Footer_Left a:hover{
	color:#006da6;
	text-decoration:none;
}
#Footer_Right{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	float:right;
	margin-right:20px;
}
#Footer_Right p{
	color:#0e3848;
	text-align:right;
	font-weight:bold;
}





#Navigation{
	position:relative;
	height:28px;
	text-align:center;
	margin:0px auto;
	width:940px;
}
#Navigation a{
	float:left;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#006fb0;
	line-height:12px;
	padding:8px 0px;
	background-image:url(images/nav_bg.png);
	background-position:0px -28px;
	text-decoration:none;
	background-repeat:no-repeat;
}
#Navigation a:hover{
	background-position:0px 0px;
	color:#013959;
	text-decoration:none;
}
.nav_separator{
	float:left;
	width:1px;
	height:28px;
	margin:0px 1px;
	background-image:url(images/nav_separator.png);
}

#Subnav{
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	padding:12px 10px 9px 10px;
	color:#bedcf3;
	text-align:center;
}
#Subnav a{
	color:#bedcf3;
	text-decoration:none;
	margin:0px 10px;
}
#Subnav a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.dropdown{
	position:absolute;
	z-index:10000;
	top:-1000px;
	left:-1000px;
	border:1px solid #14699a;
	border-top:none;
	background-color:#eef4f7;
	width:200px;
}
.dropdown a{
	color:#006fb0;
	background-color:#eef4f7;
	display:block;
	line-height:16px;
	font-weight:bold;
	font-size:11px;
	padding:6px 10px;
	text-decoration:none;
}
.dropdown a:hover{
	background-color:#dbe9f0;
	color:#013959;
	text-decoration:none;
}







#Top_Links{
	float:right;
	height:18px;
	line-height:18px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#a5c6da;
	margin:4px 21px 0px 0px;
	width:169px;
}
#Top_Links span{
	float:left;
	display:block;
	line-height:12px;
	padding:3px 0px;
}
#Top_Links a{
	display:block;
	margin-left:10px;
	float:right;
}

#Slideshow{
	width:960px;
	height:282px;
	position:relative;
	z-index:1;
}

#Wave_01{
	width:960px;
	height:60px;
	position:absolute;
	top:444px;
	background-image:url(images/wave_01.png);
	z-index:10000;
}




#Right_Column{
	float:right;
	width:294px;
	background-image:url(images/sidebar_light_bg.png);
	background-repeat:repeat-y;
}
#Right_Column img{
	margin:0px 0px 0px 18px;
	display:block;
}
#Right_Column .dark_block{
	width:294px;
	background-image:url(images/sidebar_dark_bg.png);
	background-repeat:repeat-y;
	padding-top:10px;
}
#Right_Column_Bottom{
	width:294px;
	height:60px;
	background-image:url(images/sidebar_bottom.png);
}




table.sidebar_contact{
	width:274px;
	border:none;
	margin:0px 16px 0px 4px;
	color:#3f474d;
}
table.sidebar_contact td{
	padding:1px 0px;
	line-height:20px;
	font-size:11px;
	text-align:right;
	vertical-align:top;
}
#Right_Column table.sidebar_contact img{
	width:110px;
	height:30px;
	margin-left:0px;
	float:right;
	padding:3px;
	border:1px solid #acb6bb;
	background-color:#FFFFFF;
}
table.sidebar_contact input{
	height:18px;
	border:1px solid #acb6bb;
	float:right;
	font-size:11px;
	width:138px;
}
table.sidebar_contact textarea{
	height:18px;
	border:1px solid #acb6bb;
	float:right;
	font-size:11px;
	width:138px;
}
table.sidebar_contact select{
	line-height:18px;
	height:20px;
	border:1px solid #acb6bb;
	float:right;
	font-size:11px;
	width:140px;
}
table.sidebar_contact option{
	line-height:14px;
	height:14px;
	padding:2px 4px;
	font-size:11px;
}
table.sidebar_contact textarea{
	height:100px;
	line-height:14px;
}

table.sidebar_contact input.submit{
	width:78px;
	background-image:url(images/submit_btn.png);
	background-position:0px 0px;
	display:block;
	line-height:38px;
	height:38px;
	text-decoration:none;
	border:none;
	font-weight:bold;
	float:right;
	background-color:transparent;
}
table.sidebar_contact input.submit:hover{
	background-position:0px -38px;
	text-decoration:none;
	cursor:pointer;
}





table.valuation{
	width:614px;
	border:none;
	color:#3f474d;
	border-bottom:1px solid #1b7ab0;
}
table.valuation td{
	padding:4px 10px;
	line-height:20px;
	font-size:11px;
	text-align:left;
	vertical-align:top;
}
table.valuation tr.dark{
	background-color:#e9eff1;
}
table.valuation tr.moredark{
	background-color:#1b7ab0;
}
table.valuation h2{
	color:#FFFFFF;
	padding:2px 0px;
	margin:0px;
}
table.valuation img{
	width:220px;
	height:60px;
	margin-left:0px;
	float:left;
	padding:3px;
	border:1px solid #acb6bb;
	background-color:#FFFFFF;
}
table.valuation input{
	height:18px;
	border:1px solid #acb6bb;
	float:right;
	font-size:11px;
	width:328px;
}
table.valuation textarea{
	height:18px;
	border:1px solid #acb6bb;
	float:right;
	font-size:11px;
	width:328px;
}
table.valuation select{
	line-height:18px;
	height:20px;
	border:1px solid #acb6bb;
	float:right;
	font-size:11px;
	width:330px;
}
table.valuation option{
	line-height:14px;
	height:14px;
	padding:2px 4px;
	font-size:11px;
}
table.valuation textarea{
	height:100px;
	line-height:14px;
}

table.valuation input.submit{
	width:78px;
	background-image:url(images/submit_btn.png);
	background-position:0px 0px;
	display:block;
	line-height:38px;
	height:38px;
	text-decoration:none;
	border:none;
	font-weight:bold;
	float:right;
	background-color:transparent;
}
table.valuation input.submit:hover{
	background-position:0px -38px;
	text-decoration:none;
	cursor:pointer;
}







.search_table_top{
	width:634px;
	height:10px;
	background-image:url(images/pbs_search_top.png);
}
.search_table_bottom{
	width:634px;
	height:10px;
	background-image:url(images/pbs_search_bottom.png);
}
table.search{
	width:634px;
	border:none;
	color:#444444;
	background-image:url(images/pbs_search_bg.png);
	background-repeat:repeat-y;
}
table.search td{
	padding:1px 20px;
	line-height:18px;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	vertical-align:bottom;
}
table.search input{
	height:18px;
	border:1px solid #acb6bb;
	float:left;
	font-size:11px;
	width:120px;
}
table.search select{
	line-height:18px;
	height:20px;
	border:1px solid #acb6bb;
	float:left;
	font-size:11px;
	width:240px;
}
table.search option{
	line-height:14px;
	height:14px;
	padding:2px 4px;
	font-size:11px;
}

table.search input.search{
	width:98px;
	background-image:url(images/search_btn.png);
	background-position:0px 0px;
	display:block;
	line-height:38px;
	height:38px;
	text-decoration:none;
	border:none;
	font-weight:bold;
	float:right;
	background-color:transparent;
}
table.search input.search:hover{
	background-position:0px -38px;
	text-decoration:none;
	cursor:pointer;
}




.sidebar_news_block{
	text-align:left;
	margin:10px 14px 10px 10px;
}
.sidebar_news_block a{
	display:block;
}
.sidebar_news_block a p{
	font-size:11px;
	color:#50768e;
	line-height:14px;
	margin-bottom:10px;
}
.sidebar_news_block a:hover p{
	color:#003366;
}
.sidebar_news_block a h3{
	line-height:14px;
	font-size:12px;
	font-weight:bold;
	color:#2c3d47;
	height:14px;
	overflow:hidden;
	margin-bottom:4px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.sidebar_news_block a:hover h3{
	color:#0c3750;
	text-decoration:underline;
}




#Left_Column{
	float:left;
	width:654px;
	min-height:500px;
}

.left_column_content{
	margin-left:16px;
	width:634px;
}



#OEM_Logos{
	height:38px;
	width:634px;
	margin-left:16px;
}
#OEM_Logos td{
	text-align:center;
}
#OEM_Logos a{
	height:34px;
	background-position:0px 0px;
	display:block;
	line-height:34px;
	background-repeat:no-repeat;
	margin:0px auto;
}
#OEM_Logos a:hover{
	background-position:0px -34px;
	text-decoration:none;
}
	
a.hargrave_oem_logo{
	width:144px;
	background-image:url(images/hargrave_oem_logo.png);
}
a.monte_fino_oem_logo{
	width:163px;
	background-image:url(images/monte_fino_oem_logo.png);
}





#Home_Video_Holder{
	width:354px;
	height:320px;
	background-image:url(images/video_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	margin-left:10px;
}
#Home_Video{
	width:320px;
	height:265px;
	margin:17px;
}





#Home_Featured_Boats{
	width:286px;
	height:320px;
	background-image:url(images/home_best_deals.png);
	float:right;
	background-repeat:no-repeat;
}
.home_featured_block{
	text-align:left;
	margin:13px 20px 6px 20px;
	display:block;
	width:246px;
	height:63px;
}
.home_featured_block a{
	display:block;
}
.home_featured_block a p{
	font-size:11px;
	color:#006da6;
}
.home_featured_block a:hover p{
	color:#003366;
}
.home_featured_block a h3{
	line-height:16px;
	font-size:12px;
	font-weight:bold;
	color:#2c3d47;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.home_featured_block a:hover h3{
	color:#198ec2;
	text-decoration:underline;
}
.home_featured_block a img{
	float:left;
	width:50px;
	height:50px;
	margin-right:8px;
	border:1px solid #313131;
}
.home_featured_block a:hover img{
	border:1px solid #0099CC;
}





.best_deal_block img{
	width:100px;
	height:100px;
	float:left;
	padding:7px;
	background-image:url(images/img_glass_border.png);
	margin-right:10px;
}
.best_deal_block h2{
	padding-top:10px;
}





.wordpress .alignleft{
	float:left;
	margin:2px 10px 1px 0px;
}
.wordpress .alignright{
	float:right;
	margin:2px 0px 1px 10px;
}
.wordpress .aligncenter{
	margin:2px auto 1px auto;
	clear:both;
}
.wordpress img{
	border:1px solid #222222;
	padding:1px;
	background-color:#FFFFFF;
	margin:2px 10px 1px 10px;
}
.wordpress .wp-caption{
	padding:6px 4px;
	border:1px solid #dce0e2;
	text-align:center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.wordpress .wp-caption img{
	margin:0px;
}
.wordpress .wp-caption p.wp-caption-text{
	margin:0px;
	color:#6f7d84;
}




.wordpress a:hover img{
	border:1px solid #008ed8;
}

.wordpress h1{
	font-size:18px;
	margin:0px 0px 18px 0px;
	line-height:18px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wordpress h2{
	font-size:16px;
	margin:0px 0px 16px 0px;
	line-height:16px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wordpress h3{
	font-size:14px;
	margin:0px 0px 14px 0px;
	line-height:14px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wordpress h4{
	font-size:12px;
	margin:0px 0px 12px 0px;
	line-height:12px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}





iframe.left_large_frame{
	width:634px;
	height:720px;
}

iframe.map_frame{
	width:634px;
	height:400px;
	padding:2px;
	border:1px solid #6db2da;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#FFFFFF;
}

h2.vid_title{
	font-size:14px;
}
h2.vid_title a{
	color:#386d8c;
	text-decoration:none;
}
h2.vid_title a:hover{
	color:#0e3e59;
	text-decoration:underline;
}

#Sitemap h3{
	margin-bottom:6px;
	margin-top:20px;
	font-size:14px;
	font-weight:normal;
	color:#444444;
}
#Sitemap h3 a{
	font-weight:bold;
	color:#0c4c74;
	text-decoration:none;
}
#Sitemap h3 a:hover{
	color:#1b7bb6;
	text-decoration:underline;
}
#Sitemap p{
	margin-bottom:6px;
	font-size:12px;
	line-height:17px;
	padding-left:10px;
}