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

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

table{
	border-collapse:collapse;
	padding:0px;
}

h1{
	font-size:20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#005083;
	line-height:22px;
	margin-bottom:12px;
	display:block;
}

h2{
	font-size:20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#0067a2;
	line-height:22px;
	margin-bottom:10px;
}
h2 span.small{
	font-size:16px;
	color:#758188;
	font-weight:normal;
	font-style:italic;
}
h2 a{
	color:#0067a2;
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
}

h3{
	font-size:14px;
	margin-bottom:8px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#155a85;
}

p{
	margin-bottom:17px;
	line-height:17px;
	font-size:12px;
	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:12px;
	display:block;
	clear:both;
	margin-bottom:20px;
}
ol{
	margin-left:10px;
	font-size:12px;
	display:block;
	clear:both;
	margin-bottom:20px;
}
li{
	padding-left:10px;
	margin-left:14px;
	line-height:16px;
	margin-bottom:12px;
	color:#2d2d2d;
}
li a{
	color:#0067a2;
	text-decoration:none;
}
li a:hover{
	text-decoration:underline;
}

#Page_Container{
	width:100%;
	position:relative;
	background-image:url(images/container_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

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

#Content_Container{
	width:960px;
	position:relative;
	margin:0px auto;
	min-height:700px;
}

.interior{
	position:relative;
	margin:0px 10px;
	width:940px;
}

#Header{
	width:960px;
	height:48px;
	margin-bottom:136px;
	position:relative;
	z-index: 10000;
}

#Header_Overlay{
	width:960px;
	background-image:url(images/header_overlay.png);
	height:180px;
	position:absolute;
	top:49px;
	left:0px;
	z-index:9000;
}



/*Navigation elements*/
#Navigation{
	position:relative;
	height:34px;
	z-index: 10000;
	text-align:center;
	width:940px;
	padding:4px 10px 0px 10px;
}

#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;
	height:14px;
	line-height: 14px;
	background-image:url(images/nav_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	padding:9px 11px 11px 11px;
	text-shadow:0px 1px 1px #153851;
}
#tab li.item_active a {
	background-position: right bottom;
}
#tab a:hover {
	background-position: right bottom;
}
#tab li.item_active a span {
	font-style: normal;
	text-decoration: none;
}
#tab a:hover span {
	font-style: normal;
	text-decoration: none;
	cursor:pointer;
	background-position:center bottom;
}

.dropmenudiv {
	position: absolute;
	top: -20px;
	float: left;
	display: block;
	visibility: hidden;
	color: #ffffff;
	z-index: 10000;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	margin-top:-4px;
}
.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:12px;
	letter-spacing:1px;
}
.dropmenudiv li {
	display: inline;
	margin: 0;
	padding: 0;
}
.dropmenudiv li.subnav_top{
	width:216px;
	background-image:url(images/subnav_top.png);
	height:10px;
	display:block;
	line-height:10px;
	font-size:6px;
}
.dropmenudiv li.subnav_bottom{
	width:216px;
	background-image:url(images/subnav_bottom.png);
	height:3px;
	display:block;
	line-height:3px;
	font-size:1px;
}
.dropmenudiv a:visited {
	margin: 0;
	padding: 0;
	display: block;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	width:216px;
}
.dropmenudiv a:link {
	margin: 0;
	padding: 0;
	display: block;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	width:216px;
}
.dropmenudiv a span {
	float: left;
	display: block;
	line-height: 14px;
	padding: 7px 10px 8px 10px;
	color: #56759a;
	background-image:url(images/subnav_bg.png);
	background-repeat:no-repeat;
	background-position:left;
	width:196px;
}
.dropmenudiv a span {
	float: none;
}
.dropmenudiv a:hover {
	font-style: normal;
	text-decoration: none;
}
.dropmenudiv a:hover span {
	color: #247ec6;
	background-position:right;
	text-decoration: none;
}

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


a.home_btn{
	width:500px;
	height:73px;
	display:block;
	text-decoration:none;
	float:left;
	margin:61px 0px 0px 30px;
}
a.home_btn:hover{
	cursor:pointer;
	text-decoration:none;
}

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





#Footer{
	width:960px;
	padding-top:2px;
	height:126px;
	position:relative;
	margin:0px auto;
}
#Footer .location_block{
	float:left;
	padding:12px;
}
#Footer .location_block p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#cbd4d8;
	margin-bottom:12px;
}
#Footer .location_block h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#cbd4d8;
	margin:0px;
	font-weight:bold;
}
#Footer .right_block{
	float:right;
	padding:12px;
}
#Footer .right_block p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#cbd4d8;
	margin-bottom:0px;
	text-align:right;
}
#Footer .right_block p a{
	color:#cbd4d8;
	font-weight:normal;
}
#Footer .right_block p a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#Footer .right_block p.dark{
	color:#5f87a0;
}
#Footer .right_block p.dark a{
	color:#5f87a0;
}
#Footer .right_block h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#cbd4d8;
	margin-bottom:16px;
	font-weight:bold;
	text-align:right;
}
#Footer .right_block h3 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#cbd4d8;
	font-weight:bold;
}
#Footer .right_block h3 a:hover{
	color:#ffffff;
	text-decoration:underline;
}





#Quick_Links{
	float:right;
	margin:18px 14px 0px 0px;
}
#Quick_Links a{
	display:block;
	margin-left:18px;
	float:right;
	font-size:11px;
	color:#cfe0e7;
	font-weight:normal;
	line-height:12px;
	text-align:right;
	margin-left:20px;
	text-decoration:none;
}
#Quick_Links a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#Quick_Links a img{
	vertical-align:middle;
	margin:1px 0px 0px 0px;
}
#Quick_Links a:hover img{
	vertical-align:middle;
	margin:0px 0px 1px 0px;
}



#TFN{
	float:right;
	text-shadow:0px 1px 1px #153851;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:18px;
	margin:36px 14px 0px 0px;
}
#TFN span.callfree{
	font-size:12px;
	color:#bad3e8;
}
#TFN span.number{
	font-size:18px;
	color:#e3f5f8;
}





#Slideshow{
	width:676px;
	height:298px;
	z-index:1;
	float:left;
	margin-left:10px;
}



#Home_Latest_News{
	width:270px;
	height:410px;
	background-image:url(images/home_latest_news.png);
	position:absolute;
	z-index:9100;
	top:163px;
	right:10px;
}




a.latest_news_block{
	margin:23px 12px 0px 12px;
	text-align:left;
	display:block;
}
a.latest_news_block h3{
	line-height:15px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:4px;
}
a.latest_news_block p.excerpt{
	font-size:11px;
	color:#abbac6;
	line-height:14px;
	margin-bottom:3px;
}
a.latest_news_block p.posted{
	font-size:11px;
	font-weight:bold;
	color:#3883bd;
	line-height:12px;
	margin-bottom:0px;
	text-align:right;
	padding-bottom:2px;
}
a.latest_news_block span{
	float:left;
	display:block;
	background-color:#1a252b;
	padding-bottom:80px;
	font-size:12px;
	color:#3883bd;
	font-weight:bold;
	line-height:12px;
	padding-bottom:72px;
	padding-right:1px;
	text-decoration:none;
	margin-right:10px;
}
a.latest_news_block:hover span{
	color:#005eb5;
	background-color:#FFFFFF;
	text-decoration:none;
}





.sidebar_body a.latest_news_block{
	margin:0px;
	text-align:left;
	display:block;
}
.sidebar_body a.latest_news_block:hover{
	text-decoration:none;
	background-color:#dde5eb;
}
.sidebar_body a.latest_news_block h3{
	line-height:15px;
	font-size:12px;
	font-weight:bold;
	color:#1c5d93;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:4px;
}
.sidebar_body a.latest_news_block p.excerpt{
	font-size:11px;
	color:#768b9c;
	line-height:14px;
	margin-bottom:3px;
	font-weight:normal;
}
.sidebar_body a.latest_news_block p.posted{
	font-size:11px;
	font-weight:bold;
	color:#3883bd;
	line-height:12px;
	margin-bottom:0px;
	text-align:right;
	padding-bottom:2px;
}
.sidebar_body a.latest_news_block img{
	width:39px;
	height:39px;
	float:right;
	margin:1px 8px 0px 8px;
	border:1px solid #003366;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}
.sidebar_body a.latest_news_block:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity:1.0;
	opacity:1.0;
}
.sidebar_body a.latest_news_block span{
	float:left;
	display:block;
	background-color:#d6dde2;
	padding-bottom:80px;
	font-size:12px;
	color:#005eb5;
	font-weight:bold;
	line-height:12px;
	padding-bottom:72px;
	padding-right:1px;
	text-decoration:none;
	margin-right:10px;
}
.sidebar_body a.latest_news_block:hover span{
	color:#ffffff;
	background-color:#1a252b;
	text-decoration:none;
}





.gallery a img{
	float:left;
	height:75px;
	width:75px;
	border:1px solid #0b2d4a;
	padding:1px;
	background-color:#FFFFFF;
	margin:5px;
}
.gallery a:hover img{
	border:1px solid #4394d8;
	background-color:#4394d8;
}





h2.news_title{
	font-family:Arial, Helvetica, sans-serif;
	background: url('images/horizontal.gif') repeat-x 50% bottom;
	padding-bottom: 8px;
	color:#064678;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}
	




#Search{
	width:240px;
	height:340px;
	background-image:url(images/boat_shopper.png);
	font-weight:bold;
	font-size:11px;
	padding:0px 15px;
}
#Search p{
	font-size:11px;
	line-height:14px;
	color:#586369;
	font-weight:normal;
	margin-bottom:3px;
}
#Search a{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#98acb7;
	display:block;
	line-height:12px;
	text-align:right;
	font-weight:normal;
	margin-top:20px;
	text-decoration:none;
}
#Search a:hover{
	color:#106590;
	text-decoration:underline;
}
#Search label{
	white-space:nowrap;
}
#Search table td{
	line-height:15px;
	padding:8px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3f5665;
}
#Search_Body_Table{
	width:240px;
	border-collapse:collapse;
	font-weight:bold;
	font-size:11px;
}
#Search_Body_Table td{
	line-height:15px;
	padding:8px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3f5665;
}
#Search_Body_Table input{
	border:1px solid #a2b0b8;
	height:15px;
	font-size:11px;
	padding:2px 4px;
}
#Search_Body_Table input:focus{
	border:1px solid #105b8a;
}
#Search_Body_Table textarea{
	border:1px solid #a2b0b8;
	height:15px;
	font-size:11px;
	padding:2px 4px;
	width:230px;
	height:100px;
}
#Search_Body_Table textarea:focus{
	border:1px solid #105b8a;
}
#Search_Body_Table select{
	border:1px solid #a2b0b8;
	padding:1px;
	height:21px;
	width:100%;
	font-size:11px;
}
#Search_Body_Table select:focus{
	border:1px solid #105b8a;
}
#Search_Body_Table option{
	padding:2px 6px;
}
#Search_Body_Table input.submit_01{
	display:block;
	line-height:23px;
	height:23px;
	background-image:url(images/search_button.png);
	background-position:top;
	width:102px;
	border:none;
	background-color:transparent;
	float:right;
	margin-top:11px;
}
#Search_Body_Table input.submit_01:hover{
	background-position:bottom;
	text-decoration:none;
	border:none;
	cursor:pointer;
}
#Search_Body_Table a.submit_02{
	display:block;
	line-height:23px;
	height:23px;
	background-image:url(images/send_button.png);
	background-position:top;
	width:102px;
	border:none;
	background-color:transparent;
	float:right;
	margin-top:11px;
}
#Search_Body_Table a.submit_02:hover{
	background-position:bottom;
	text-decoration:none;
	border:none;
	cursor:pointer;
}
#Search_Body_Table input.submit_03{
	display:block;
	line-height:23px;
	height:23px;
	background-image:url(images/save_button.png);
	background-position:top;
	width:102px;
	border:none;
	background-color:transparent;
	float:right;
	margin-top:11px;
}
#Search_Body_Table input.submit_03:hover{
	background-position:bottom;
	text-decoration:none;
	border:none;
	cursor:pointer;
}

#Inventory_Search_Holder{
	position:absolute;
	right:10px;
	width:270px;
}




#OEM_Logos{
	height:95px;
	width:653px;
	padding:0px 1px;
	float:left;
	margin-left:10px;
}
#OEM_Logos a{
	display:block;
	line-height:95px;
	height:95px;
	float:left;
	margin-right:40px;
	background-image:url(images/oems_logos.jpg);
}
#OEM_Logos a.alerion{
	width:74px;
	background-position:0px top;
}
#OEM_Logos a.alerion:hover{
	width:74px;
	background-position:0px bottom;
}
#OEM_Logos a.jboats{
	width:76px;
	background-position:-113px top;
}
#OEM_Logos a.jboats:hover{
	width:76px;
	background-position:-113px bottom;
}
#OEM_Logos a.summit{
	width:141px;
	background-position:-230px top;
}
#OEM_Logos a.summit:hover{
	width:141px;
	background-position:-230px bottom;
}
#OEM_Logos a.edgewater{
	width:85px;
	background-position:-415px top;
}
#OEM_Logos a.edgewater:hover{
	width:85px;
	background-position:-415px bottom;
}
#OEM_Logos a.mjm{
	width:117px;
	margin-right:0px;
	background-position:-538px top;
}
#OEM_Logos a.mjm:hover{
	width:117px;
	background-position:-538px bottom;
}





.left_column{
	float:left;
	width:660px;
}
.right_column{
	float:right;
	width:270px;
}



#Welcome{
	width:640px;
	padding-top:6px;
}
#Welcome h2{
	margin-bottom:1px;
	color:#5583a0;
	font-weight:normal;
	font-style:italic;
	font-size:18px;
	display:inline;
	background-image:url(images/h1_bg.png);
	background-repeat:no-repeat;
	background-position:right 18px;
}
#Welcome h1{
	margin-bottom:2px;
	font-size:20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#005083;
	line-height:22px;
	font-style:italic;
	background-image:url(images/h1_bg.png);
	background-repeat:no-repeat;
	background-position:right 20px;
	display:inline;
}




#Page_Title{
	display:block;
	width:800px;
	height:60px;
	background-image:url(images/page_title_bg.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:160px;
	margin-bottom:20px;
}
#Page_Title h1{
	color:#1e384d;
	font-size:22px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	padding:11px 20px 25px 0px;
	width:auto;
}




#Home_Featured_Boats{
	width:658px;
	height:118px;
	background-image:url(images/featured_yachts_bg.png);
	background-repeat:no-repeat;
	padding:22px 0px 0px 2px;
}
#Home_Featured_Boats a.more_featured{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#98acb7;
	display:block;
	line-height:12px;
	text-align:right;
	font-weight:normal;
	margin-top:2px;
	margin-right:16px;
	text-decoration:none;
}
#Home_Featured_Boats a.more_featured:hover{
	color:#106590;
	text-decoration:underline;
}
a.home_featured_block{
	text-align:left;
	display:block;
	width:300px;
	height:77px;
	float:left;
	margin-left:20px;
}
a.home_featured_block p{
	font-size:11px;
	color:#363636;
	line-height:14px;
	margin-bottom:0px;
	text-decoration:none;
}
a.home_featured_block h3{
	font-size:12px;
	color:#00587c;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:6px;
	padding-top:6px;
	line-height:14px;
	text-decoration:none;
}
a.home_featured_block:hover h3{
	color:#0085bc;
	text-decoration:underline;
}
a.home_featured_block img{
	float:left;
	width:75px;
	height:75px;
	margin-right:9px;
	padding:1px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}
a.home_featured_block:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	
}




.sidebar_top{
	width:240px;
	line-height:24px;
	font-size:19px;
	text-align:left;
	padding:8px 15px 4px 15px;
	color:#093562;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:0px 1px 1px #dce1e5;
	background-image:url(images/sidebar_top.png);
	background-repeat:no-repeat;
}
.sidebar_body{
	width:240px;
	padding:0px 15px 19px 15px;
	background-image:url(images/sidebar_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
.sidebar_body p{
	font-size:11px;
	line-height:14px;
	margin-bottom:14px;
}
.sidebar_body a{
	font-weight:bold;
	font-size:12px;
	text-align:right;
	display:block;
	line-height:14px;
	color:#003366;
}
.sidebar_body a:hover{
	text-decoration:underline;
	color:#1c74bb;
}
.sidebar_body a.contact{
	font-weight:normal;
	font-size:11px;
	text-align:left;
	display:block;
	line-height:14px;
	color:#586369;
}
.sidebar_body a.contact:hover{
	text-decoration:underline;
	color:#1c74bb;
}




iframe.map{
	width:654px;
	height:300px;
	padding:2px;
	border:1px solid #c2cfd6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top:1px;
}





.wordpress img.alignleft{
	float:left;
	background-color:#FFFFFF;
	margin:2px 10px 1px 0px;
}
.wordpress img.alignright{
	float:right;
	background-color:#FFFFFF;
	margin:2px 0px 1px 10px;
}
.wordpress img.aligncenter{
	background-color:#FFFFFF;
	margin:2px auto 1px auto;
	clear:both;
	display:block;
}
.wordpress img{
	background-color:#FFFFFF;
	margin:2px 10px 1px 10px;
}
.wordpress a img{
	border:1px solid #222222;
	padding:1px;
}
.wordpress a:hover img{
	border:1px solid #008ed8;
}

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

.wordpress ul{
	margin-left:3px;
	font-size:12px;
	display:block;
	clear:both;
	margin-bottom:15px;
}
.wordpress ol{
	margin-left:3px;
	font-size:12px;
	display:block;
	clear:both;
	margin-bottom:15px;
}
.wordpress li{
	padding-left:3px;
	line-height:16px;
	margin-bottom:12px;
	color:#2d2d2d;
}

.wordpress li ul{
	padding-left:20px;
	line-height:16px;
	margin-bottom:0px;
	color:#2d2d2d;
}
.wordpress li ol{
	padding-left:20px;
	line-height:16px;
	margin-bottom:0px;
	color:#2d2d2d;
}
.wordpress li ul li{
	padding-left:5px;
	line-height:16px;
	margin-bottom:5px;
	color:#2d2d2d;
}
.wordpress li ol li{
	padding-left:3px;
	line-height:16px;
	margin-bottom:5px;
	color:#2d2d2d;
}
.wordpress table tr{
	vertical-align:top;
}
.wordpress table td{
	padding:4px;
}






.full_feed_block_top{
	height:90px;
	width:940px;
	background-image:url(images/crew_block_top_bg.png);
	background-position:0px 13px;
	background-repeat:no-repeat;
}
.full_feed_block_top a img.member{
	float:left;
	padding:7px 7px 8px 7px;
	background-image:url(images/crew_image_bg.png);
	margin-left:19px;
	width:75px;
	height:75px;
	display:block;
}
.full_feed_block_top h3{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-shadow:0px 1px 1px #0a2c48;
	line-height:20px;
	padding:22px 0px 11px 10px;
	margin:0px;
	font-weight:normal;
	width:772px;
	float:left;
}
.full_feed_block_top a.open_close_btn{
	display:block;
	float:right;
	line-height:40px;
	font-size:11px;
	color:#b0c6d8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	width:50px;
	background-image:url(images/crew_block_top_btn.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin-top:13px;
	text-decoration:none;
	height:40px;
}
.full_feed_block_top a.open_close_btn img{
	float:right;
}
.full_feed_block_top a.open_close_btn:hover{
	background-position:bottom right;
}
.full_feed_block_top a.more_link{
	float:left;
	font-size:11px;
	line-height:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#1e629a;
	text-decoration:none;
	display:block;
	width:260px;
	text-align:left;
	padding:8px 0px 0px 10px;
}
.full_feed_block_top a.more_link:hover{
	text-decoration:underline;
	color:#4b97d5;
}
.full_feed_block_body{
	width:900px;
	padding:10px;
	margin:0px 10px;
	background-image:url(images/crew_block_body_bg.png);
	background-position:bottom;
}








a.oem_new_img{
	float:left;
	margin-left:35px;
	display:block;
	width:160px;
	height:252px;
}
a.oem_new_img img{
	margin:2px 0px 0px 0px;
}
a.oem_new_img:hover img{
	margin:0px 0px 2px 0px;
}





iframe.new_boats{
	width:656px;
	height:550px;
	padding:2px;
	border:1px solid #c2cfd6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top:1px;
	background-color:#FFFFFF;
}