*{
	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:#ffffff;
	background-color:#171c1e;
}

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

table{
	border-collapse:collapse;
}

h1{
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:18px;
	text-transform: uppercase;
	margin-bottom:12px;
	text-shadow:0px 1px 1px #000000;
}

h2.news_title{
	font-size:14px;
	font-weight:bold;
	color:#3e8ebc;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:6px;
}
h2.news_title a{
	color:#7ec6ef;
	text-decoration:none;
}
h2.news_title a:hover{
	color:#cadfeb;
	text-decoration:underline;
}

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

p a{
	color:#6ab1e2;
	text-decoration:none;
	font-weight:bold;
}
p a:hover{
	color:#99d5ff;
	text-decoration:underline;
}

ul,ol{
	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:#ffffff;
}

#Splash_Top{
	width:100%;
	position:relative;
	background-image:url(images/color_splash_top.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#Splash_Bottom{
	width:100%;
	position:relative;
	background-image:url(images/color_splash_bottom.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#Full_Container{
	width:100%;
	position:relative;
	background-image:url(images/full_no_slideshow_bg.png);
	background-repeat:repeat-x;
	background-position:top;
}
#Slide_Container{
	width:100%;
	position:relative;
	background-image:url(images/slideshow_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#Header_Container{
	width:100%;
	height:161px;
	background-image:url(images/header_bg.png);
	position:relative;
	background-repeat:no-repeat;
	background-position:center top;
}
#Header{
	width:980px;
	height:120px;
	position:relative;
	margin:0px auto;
}
#Content_Container{
	width:980px;
	position:relative;
	margin:0px auto;
	background-image:url(images/content_bg.png);
	background-repeat:repeat-y;
}


a.home_btn{
	width:380px;
	height:110px;
	display:block;
	text-decoration:none;
	float:left;
	margin-left:305px;
}
a.home_btn:hover{
	cursor:pointer;
	text-decoration:none;
}

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





#Footer{
	width:980px;
	background-image:url(images/footer_bg.png);
	background-repeat:no-repeat;
	height:150px;
	padding-top:22px;
	text-align:center;
	
	
}
#Footer span{
	display:block;
}
#Footer span.address{
	font-size:11px;
	color:#acd2ef;
	line-height:14px;
}
#Footer span.TFN{
	font-size:11px;
	font-weight:bold;
	color:#acd2ef;
	line-height:14px;
	padding-top:8px;
}
#Footer span.footer_links{
	font-size:12px;
	font-weight:bold;
	color:#4590b3;
	line-height:14px;
	padding-top:16px;
}
#Footer span.footer_links a{
	color:#4590b3;
	text-decoration:none;
}
#Footer span.footer_links a:hover{
	color:#FFFFFF;
}
#Footer span.site_info{
	font-size:10px;
	color:#466f82;
	line-height:14px;
	padding-top:6px;
}
#Footer span.site_info a{
	color:#466f82;
}
#Footer span.site_info a:hover{
	color:#acd2ef;
}
	
	

#Quick_Bar{width:100%;height:26px;padding-top:14px;display:block;position:fixed;z-index:10;bottom:0;background-image:url(images/quick_bar_bg.png);background-repeat:repeat-x;}
#Quick_Bar #Quick_Container{width:960px;position:relative;margin:0 auto;}
#Quick_Bar img.separator{float:left;width:1px;height:26px;display:block;}
#Quick_Bar a{float:left;display:block;line-height:13px;font-size:11px;color:#686767;background-position:8px bottom;background-repeat:no-repeat;text-decoration:none;padding:6px 20px 7px 30px;}
#Quick_Bar a:hover{color:#fff;background-position:8px bottom;}
#Quick_Bar a#Q_Home{background-image:url(images/quick_bar_home_btn.png);}
#Quick_Bar a#Q_Inv{background-image:url(images/quick_bar_inv_btn.png);}
#Quick_Bar a#Q_Search{background-image:url(images/quick_bar_search_btn.png);}
#Quick_Bar a#Q_Contact{background-image:url(images/quick_bar_contact_btn.png);}
#Quick_Bar a#Q_Rss{background-image:url(images/quick_bar_rss_btn.png);}
#Quick_Bar a#Q_Mail{background-image:url(images/quick_bar_mail_btn.png);padding:6px 20px 7px 38px;}
#Quick_Bar a#Q_Facebook{background-image:url(images/quick_bar_facebook_btn.png);}



#Navigation{
	height:41px;
	text-align:center;
	width:980px;
}
#Navigation a{
	float:left;
	display:block;
	font-size:12px;
	color:#3fa4d9;
	line-height:14px;
	padding:12px 0px 15px;
	background-image:url(images/nav_hover.png);
	background-position:0px -41px;
	background-repeat:repeat-x;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#Navigation a:hover{
	background-position:0px 0px;
	color:#ffffff;
	text-decoration:none;
}
#Navigation .nav_separator{
	float:left;
	width:3px;
	height:41px;
	background-image:url(images/nav_separator.png);
}
#Navigation .right{
	width:2px;
	background-position:left;
}
#Navigation .left{
	width:2px;
	background-position:right;
}

.subnavigation{
	padding:8px 12px;
	background-image:url(images/subnav_bg.png);
	position:absolute;
	z-index:10000;
	display:none;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:17px;
	border-bottom:1px solid #364046;
	border-right:1px solid #364046;
	border-left:1px solid #364046;
}
.subnavigation tr{
	vertical-align:top;
}
.subnavigation a.white_link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	line-height:22px;
	display:block;
}
.subnavigation a.blue_link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6cbfea;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	line-height:17px;
}
.subnavigation a:hover{
	text-decoration:underline;
}
table#Brands{background-image:url(images/featured_stripe.png);
	background-repeat:no-repeat;
	background-position:0px 16px;
	width:690px;}
table#Brands a{display:block;margin:25px 0px 0px 20px;}
table#Brands a img{border-bottom:none;filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8;}
/*table#Brands a:hover img{border-top:none;filter:alpha(opacity=100);-moz-opacity:1.0;-khtml-opacity:1.0;opacity:1.0;}*/


#New_Yachts_Subnav{
	top:0px;
	left:89px;
}
#Brokerage_Subnav{
	top:0px;
	left:224px;
}
#Services_Subnav{
	top:0px;
	left:553px;
}
#Company_Subnav{
	top:0px;
	left:699px;
	width:120px;
}



.left_column_home{
	float:left;
	width:690px;
}
.left_column{
	float:left;
	width:660px;
	padding:9px;
	background-color:#2f3c44;
	border:1px solid #43525a;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right:10px;
	min-height:450px;
}
.right_column{
	float:right;
	width:260px;
}




#Welcome{
	width:644px;
	height:142px;
	background-image:url(images/welcome_box.png);
	padding:15px 14px 0px 22px;
}
#Welcome h1{
	color:#ffffff;
	margin-bottom:15px;
	text-shadow:0px 1px 1px #002b4c;
	padding-left:16px;
	font-size:16px;
	font-weight:bold;
}

.sidebar_top{
	width:260px;
	height:40px;
	background-image:url(images/right_box_top.png);
}
.sidebar_top h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#243037;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:0px 1px 1px #ecf3f7;
	line-height:14px;
	padding:6px 10px 0px;
	font-size:12px;
}
.sidebar_body{
	width:240px;
	padding:0px 10px;
	background-image:url(images/right_box_body.png);
	background-repeat:repeat-y;
}
.sidebar_bottom{
	width:260px;
	height:4px;
	background-image:url(images/right_box_bottom.png);
}

.sidebar_top_plain{
	width:260px;
	height:4px;
	background-image:url(images/right_box_top_plain.png);
}


.Facebook_bg{
	width:260px;
	height:67px;
	background-image: url(images/fb_bg.png);
	background-position:top;
	display:block;
	text-decoration:none;
}
.Facebook {
	padding: 20px 20px;
}

.sidebar_body a:hover{
	text-decoration:underline;
}
.sidebar_body a.white_link{
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	display:block;
	text-align:left;
}
.sidebar_body a.white_link img{
	float:left;
	border:1px solid #ffffff;
	width:60px;
	height:40px;
	margin:5px 8px 0px 0px;
}
.sidebar_body a.blue_link{
	font-size:11px;
	color:#6cbfea;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	display:block;
	text-align:left;
}
.sidebar_body a.grey_link{
	font-size:11px;
	color:#6b818d;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	display:block;
	text-align:left;
}
.sidebar_body p{
	font-size:11px;
	line-height:14px;
	color:#dde5ea;
}





#Search_Body_Table{
	font-size:11px;
	font-weight:bold;
	color:#dde5ea;
}
#Search_Body_Table td{
	line-height:16px;
	2px 0px;
}
#Search_Body_Table td input{
	width:234px;
	padding:2px;
	margin-bottom:4px;
	border:1px solid #20282d;
}
#Search_Body_Table td select{
	width:240px;
	padding:1px;
	margin-bottom:4px;
	border:1px solid #20282d;
}
#Search_Body_Table td input.submit_01{
	background: url('images/search_btn.png') no-repeat;
	width:240px;
	height:30px;
	padding:7px 10px 9px 50px;
	text-align:center;
	line-height:14px;
	font-size:12px;
	font-weight:bold;
	color:#dbe4ed;
	text-decoration: none;
	display:block;
	background-position:top;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:none;
}
#Search_Body_Table td input.submit_01:hover{
	background-position:bottom;
	text-decoration: none;
	color:#FFFFFF;
	cursor:pointer;
}
#Search_Body_Table td input.radio_btn{
	width:auto;
	float:left;
	margin-right:10px;
	height:auto;
	margin-bottom:0px;
	margin-top:2px;
	border:none;
	padding:0px;
}
#Search_Body_Table td textarea{
	width:234px;
	height:120px;
	padding:2px;
	margin-bottom:4px;
	border:1px solid #20282d;
}
td a.send_01{
	background: url('images/send_btn.png') no-repeat;
	width:180px;
	padding:7px 10px 9px 50px;
	text-align:center;
	line-height:14px;
	font-size:12px;
	font-weight:bold;
	color:#dbe4ed;
	text-decoration: none;
	display:block;
	background-position:top;
	margin:10px 0px 4px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:none;
}
td a.send_01:hover{
	background-position:bottom;
	text-decoration: none;
	color:#FFFFFF;
	cursor:pointer;
}




.sidebar_body a.news_link{
	display:block;
	text-decoration:none;
	color:#394a54;
}
.sidebar_body a.news_link:hover{
	text-decoration:underline;
}
.sidebar_body a.news_link span.link_title{
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:13px;
	display:block;
	text-align:left;
	margin-bottom:4px;
}
.sidebar_body a.news_link:hover span.link_title{
	text-decoration:underline;
}
.sidebar_body a.news_link span.link_excerpt{
	font-size:11px;
	color:#6cbfea;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:13px;
	display:block;
	text-align:left;
}
.sidebar_body a.news_link span.link_date{
	font-size:11px;
	color:#6b818d;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:13px;
	display:block;
	text-align:right;
}






#Home_Featured_Boats{
	background-image:url(images/featured_stripe.png);
	background-repeat:no-repeat;
	background-position:0px 16px;
	width:690px;
}
#Home_Featured_Boats h2{
	color:#cbdce8;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:14px;
}
#Home_Featured_Boats .featured_boat{
	background-image:url(images/featured_boat_bg.png);
	width:200px;
	height:211px;
	float:left;
	margin:12px 10px 0px 20px;
}
.featured_boat h3 a{
	color:#10568b;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	margin:8px 8px 6px;
}
.featured_boat h3 a:hover{
	color:#0674c9;
}
.featured_boat h3 a img{
	width:180px;
	height:120px;
	padding:1px;
	border:1px solid #2f3c44;
	background-color:#ffffff;
	margin-bottom:6px;
}
.featured_boat h3 a:hover img{
	border:1px solid #0066a5;
	background-color:#0066a5;
}
.featured_boat h4{
	color:#5c7583;
	font-size:11px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}



#Page_Featured_Boats .featured_boat{
	background-image:url(images/featured_boat_bg.png);
	width:200px;
	height:211px;
	float:left;
	margin:12px 10px 0px 10px;
}





a.evaluation{
	width:260px;
	height:61px;
	background-image:url(images/free_market_eval.png);
	background-position:top;
	display:block;
	text-decoration:none;
}
a.evaluation:hover{
	background-position:bottom;
	text-decoration:none;
}
a.evaluation span.eval_top{
	text-align:right;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:17px;
	padding:16px 8px 0px 0px;
	text-shadow:0px 1px 1px #002a44;
	display:block;
}
a.evaluation span.eval_bottom{
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#b0cddf;
	line-height:14px;
	text-shadow:0px 1px 1px #00304f;
	padding-right:8px;
	display:block;
}
	




a#Flags{
	float:right;
	margin-top:10px;
	cursor:pointer;
}

#Translate_Box{
	float:right;
	background-image:url(images/country_select_bg.png);
	width:182px;
	height:60px;
	padding:16px 14px 0px 18px;
	text-align:left;
	display:none;
}
#Translate_Box select.goog-te-combo{
	border:1px solid #222222;
	width:168px;
}





#PNW_More_Box{
	background-image:url(images/type_select_bg.png);
	width:230px;
	height:58px;
	padding:18px 26px 0px 18px;
	text-align:left;
	display:none;
	position:absolute;
	top:468px;
	right:0px;
	z-index:100;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	line-height:16px;
}
#PNW_More_Box select{
	width:100%;
	border:1px solid #333333;
	margin-top:2px;
}
#WC_More_Box{
	background-image:url(images/type_select_bg.png);
	width:230px;
	height:58px;
	padding:18px 26px 0px 18px;
	text-align:left;
	display:none;
	position:absolute;
	top:560px;
	right:0px;
	z-index:100;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	line-height:16px;
}
#WC_More_Box select{
	width:100%;
	border:1px solid #333333;
	margin-top:2px;
}




#Slideshow{
	width:980px;
	height:350px;
	z-index:1;
	clear:left;
	position:relative;
}
#Slideshow a img.pic_info{
	position:absolute;
	left:0px;
	bottom:3px;
}





table.valuation{
	width:100%;
	border:none;
	color:#ffffff;
}
table.valuation td{
	padding:6px 8px;
	line-height:20px;
	font-size:12px;
	text-align:left;
}
table.valuation tr.dark{
	background-color:#242f36;
}
table.valuation tr.moredark{
	background-color:#171c1f;
}
table.valuation h2{
	color:#a5cce3;
	padding:2px 0px;
	margin:0px;
	font-size:14px;
}
table.valuation input{
	padding:2px;
	border:1px solid #20282d;
	width:400px;
}
table.valuation textarea{
	padding:2px;
	border:1px solid #20282d;
	height:100px;
	width:400px;
	line-height:14px;
}






.model_btns{
	float:right;
}
.model_img{
	float:left;
	margin-bottom:2px;
}
.model_btns a{
	width:200px;
	text-align:left;
	line-height:30px;
	font-size:12px;
	background-image:url(images/model_btn.png);
	background-position:top;
	font-weight:bold;
	color:#c1d5eb;
	text-decoration:none;
	display:block;
	margin-bottom:2px;
}
.model_btns a:hover{
	text-decoration:none;
	background-position:bottom;
	color:#ffffff;
}
.model_btns a img{
	margin-right:10px;
	width:40px;
	height:30px;
	float:left;
}





.news_block{
	margin-top:20px;
	border-top:1px dotted #6e828d;
	padding-top:10px;
}
.news_block p{
	margin-bottom:0px;
}
.news_block a.read_more{
	text-align:right;
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#8bb4d3;
	line-height:14px;
	text-decoration:none;
	margin-top:6px;
}
.news_block a.read_more:hover{
	color:#b7d5f3;
	text-decoration:underline;
}



.gallery{
	margin-top:20px;
	border-top:1px dotted #6e828d;
	padding-top:10px;
}
.gallery a img{
	width:90px;
	height:60px;
	padding:1px;
	border:1px solid #ffffff;
	background-color:#111111;
	margin:0px 8px 6px 8px;
	float:left;
}
.gallery a:hover img{
	border:1px solid #0066a5;
	background-color:#0066a5;
}




.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 #ffffff;
	padding:1px;
	background-color:#222222;
	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:#d5dce3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wordpress h2{
	font-size:16px;
	margin:0px 0px 16px 0px;
	line-height:16px;
	color:#d5dce3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wordpress h3{
	font-size:14px;
	margin:0px 0px 14px 0px;
	line-height:14px;
	color:#d5dce3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wordpress h4{
	font-size:12px;
	margin:0px 0px 12px 0px;
	line-height:12px;
	color:#d5dce3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}





iframe.map_frame{
	width:652px;
	height:410px;
	padding:3px;
	border:1px solid #14222c;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#FFFFFF;
}



iframe.OEM_Frame{
	margin-top:-200px;
}




#Hidden_Images{
	overflow:hidden;
	visibility:hidden;
}

.FB_Whitetext{
	margin-top:20px;
	border-top:1px dotted #6e828d;
	padding-top:10px;
}



