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

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

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

h1{
	font-size:30px;
	font-weight:normal;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	color:#446e8e;
	margin:0px 0px 20px 0px;
	line-height:32px;
}
h1 span.bold{
	font-weight:bold;
	color:#1b4f78;
}
h1 span.small a{
	font-size:12px;
	font-weight:bold;
	color:#663333;
	padding-left:20px;
	text-decoration:none;
}
h1 span.small a:hover{
	color:#CC3333;
	text-decoration:underline;
}

h2{
	color:#226ca5;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}
h2 a{
	color:#2e3c51;
}
h2 a:hover{
	color:#2e587b;
	text-decoration:underline;
}

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:18px;
	line-height:20px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#393939;
}

p a{
	color:#1f405d;
	text-decoration:none;
	font-weight:bold;
}
p a:hover{
	color:#185d97;
	text-decoration:underline;
}

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

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

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

#Page_Content{
	width:880px;
	background-image:url(images/content_bg.png);
	background-repeat:repeat-y;
	padding:10px 20px;
}
#Page_Content_Top{
	width:920px;
	background-image:url(images/content_top.png);
	height:20px;
}

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

#Footer{
	width:100%;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	height:80px;
	margin:0px auto;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	padding:40px 0px 0px 0px;
	color:#4b4d47;
	line-height:18px;
}
#Footer a{
	color:#4b4d47;
	font-weight:normal;
}
#Footer a:hover{
	color:#006666;
	text-decoration:underline;
}

#Navigation{
	position:relative;
	height:32px;
	width:865px;
	padding:0px 8px 0px 47px;
	background-image:url(images/nav_bg.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}

#Navigation a{
	display:block;
	float:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#44575e;
	line-height:16px;
	text-decoration:none;
	text-align:center;
}
#Navigation a:hover{
	color:#0075a1;
	text-decoration:none;
	cursor:pointer;
}

#Nav_Home{
	padding:8px 0px 8px 110px;
	width:60px;
}
#Nav_Boats{
	width:126px;
	padding:8px 0px;
}
#Nav_Yachts{
	width:76px;
	padding:8px 0px;
}
#Nav_Services{
	width:166px;
	padding:8px 0px;
}
#Nav_News{
	width:133px;
	padding:8px 0px;
}
#Nav_About{
	width:91px;
	padding:8px 0px;
}
#Nav_Contact{
	width:103px;
	padding:8px 0px;
}

#Yachts_Subnav{
	width:380px;
	height:289px;
	padding:10px 30px 0px 30px;
	background-image:url(images/yachts_subnav_bg.png);
	position:absolute;
	top:-1000px;
	left:-1000px;
	z-index:5000;
}

#Boats_Subnav{
	width:200px;
	height:79px;
	padding:10px 30px 0px 30px;
	background-image:url(images/boats_subnav_bg.png);
	position:absolute;
	top:-1000px;
	left:-1000px;
	z-index:5000;
}

#Services_Subnav{
	width:280px;
	height:109px;
	padding:10px 30px 0px 30px;
	background-image:url(images/services_subnav_bg.png);
	position:absolute;
	top:-1000px;
	left:-1000px;
	z-index:5000;
}

a.subnav_large{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#006286;
	line-height:26px;
	display:inline-block;
}
a.subnav_large:hover{
	text-decoration:underline;
	color:#1782a9;
}
a.subnav_medium{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#3f5d68;
	line-height:22px;
	display:inline-block;
	margin-left:16px;
}
a.subnav_medium:hover{
	text-decoration:underline;
	color:#167ba0;
}
a.subnav_medium2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#3f5d68;
	line-height:28px;
	display:inline-block;
}
a.subnav_medium2:hover{
	text-decoration:underline;
	color:#167ba0;
}
a.subnav_small{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#3f5d68;
	line-height:22px;
	display:inline-block;
	margin-left:32px;
}
a.subnav_small:hover{
	text-decoration:underline;
	color:#167ba0;
}

#Header{
	width:920px;
	height:201px;
	background-image:url(images/header.png);
}

#Logo{
	display:block;
	width:432px;
	height:201px;
	line-height:201px;
	float:left;
	text-decoration:none;
}
#Logo:hover{
	text-decoration:none;
	cursor:pointer;
}

#Slideshow{
	width:580px;
	height:296px;
	float:left;
}

#Quick_Links{
	float:right;
	width:299px;
}
#Quick_Links a{
	font-size:21px;
	line-height:23px;
	width:239px;
	display:block;
	color:#e0e9f0;
	font-weight:bold;
	text-decoration:none;
	background-image:url(images/quick_links.png);
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
#Quick_Links a:hover{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
#Quick_Inventory{
	background-position:0px 0px;
	padding:19px 0px 18px 60px;
}
#Quick_Inventory:hover{
	background-position:-299px 0px;
}
#Quick_Weather{
	background-position:0px -60px;
	padding:18px 0px 18px 60px;
}
#Quick_Weather:hover{
	background-position:-299px -60px;
}
#Quick_Search{
	background-position:0px -119px;
	padding:18px 0px 18px 60px;
}
#Quick_Search:hover{
	background-position:-299px -119px;
}
#Quick_News{
	background-position:0px -178px;
	padding:18px 0px 18px 60px;
}
#Quick_News:hover{
	background-position:-299px -178px;
}
#Quick_Contact{
	background-position:0px -237px;
	padding:18px 0px 18px 60px;
}
#Quick_Contact:hover{
	background-position:-299px -237px;
}

#Contact_Table_Holder{
	float:left;
	width:500px;
	padding:0px 1px;
}

#Contact_Right{
	float:right;
	width:350px;
}

table.contact{
	width:502px;
	border-top:none;
	border-bottom:none;
	border-left:1px solid #305a7b;
	border-right:1px solid #305a7b;
}
table.contact tr.dark{
	background-image:url(images/td_white_bg.png);
	background-repeat:repeat;
}
table.contact td{
	padding:8px 10px;
	line-height:18px;
	font-size:12px;
	color:#222222;
	min-width:90px;
}
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: url('images/submit.png') no-repeat;
	padding: 7px 4px 8px 46px;
	width:110px;
	line-height:14px;
	text-decoration: none;
	font-weight: bold;
	display:block;
	color:#d7e0e7;
	background-position:0px 0px;
	font-size:12px;
	float:right;
}
a.submit:hover{
	background-position:0px -29px;
	color:#FFFFFF;
	text-decoration:none;
}

a.map{
	background: url('images/map.png') no-repeat;
	padding: 7px 4px 8px 46px;
	width:300px;
	line-height:14px;
	text-decoration: none;
	font-weight: bold;
	display:block;
	color:#d7e0e7;
	background-position:0px 0px;
	font-size:12px;
	float:right;
}
a.map:hover{
	background-position:0px -29px;
	color:#FFFFFF;
	text-decoration:none;
}

a.specs{
	background: url('images/specifications.png') no-repeat;
	padding: 7px 4px 8px 46px;
	width:110px;
	line-height:14px;
	text-decoration: none;
	font-weight: bold;
	display:block;
	color:#d7e0e7;
	background-position:0px 0px;
	font-size:12px;
	float:left;
	margin-right:20px;
}
a.specs:hover{
	background-position:0px -29px;
	color:#FFFFFF;
	text-decoration:none;
}

a.gallery{
	background: url('images/gallery.png') no-repeat;
	padding: 7px 4px 8px 46px;
	width:110px;
	line-height:14px;
	text-decoration: none;
	font-weight: bold;
	display:block;
	color:#d7e0e7;
	background-position:0px 0px;
	font-size:12px;
	float:left;
	margin-right:20px;
}
a.gallery:hover{
	background-position:0px -29px;
	color:#FFFFFF;
	text-decoration:none;
}

a.tour{
	background: url('images/tour.png') no-repeat;
	padding: 7px 4px 8px 46px;
	width:110px;
	line-height:14px;
	text-decoration: none;
	font-weight: bold;
	display:block;
	color:#d7e0e7;
	background-position:0px 0px;
	font-size:12px;
	float:left;
	margin-right:20px;
}
a.tour:hover{
	background-position:0px -29px;
	color:#FFFFFF;
	text-decoration:none;
}

a.video{
	background: url('images/video.png') no-repeat;
	padding: 7px 4px 8px 46px;
	width:110px;
	line-height:14px;
	text-decoration: none;
	font-weight: bold;
	display:block;
	color:#d7e0e7;
	background-position:0px 0px;
	font-size:12px;
	float:left;
	margin-right:20px;
}
a.video:hover{
	background-position:0px -29px;
	color:#FFFFFF;
	text-decoration:none;
}

a.expand{
	background: url('images/expand.png') no-repeat;
	padding: 7px 4px 8px 46px;
	width:150px;
	line-height:14px;
	text-decoration: none;
	font-weight: bold;
	display:block;
	color:#d7e0e7;
	background-position:0px 0px;
	font-size:12px;
	float:right;
	margin-top:8px;
}
a.expand:hover{
	background-position:0px -29px;
	color:#FFFFFF;
	text-decoration:none;
}

a.collapse{
	background: url('images/collapse.png') no-repeat;
	padding: 7px 4px 8px 46px;
	width:150px;
	line-height:14px;
	text-decoration: none;
	font-weight: bold;
	display:block;
	color:#ffd3c6;
	background-position:0px 0px;
	font-size:12px;
	float:right;
	margin-top:8px;
}
a.collapse:hover{
	background-position:0px -29px;
	color:#FFFFFF;
	text-decoration:none;
}

a.close{
	background: url('images/close.png') no-repeat;
	padding: 4px 4px 5px 46px;
	width:40px;
	line-height:14px;
	text-decoration: none;
	font-weight: bold;
	display:block;
	color:#ffd3c6;
	background-position:0px 0px;
	font-size:11px;
	float:right;
}
a.close:hover{
	background-position:0px -23px;
	color:#FFFFFF;
	text-decoration:none;
}

#Search_Holder{
	width:100%;
	height:100%;
	position:absolute;
	z-index:1000;
	background-image:url(images/transparent_bg.png);
	background-repeat:repeat;
	display:none;
}
#Search_Box{
	width:530px;
	padding:15px 20px;
	background-image:url(images/search_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	margin:40px auto;
}
.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;
	outline:none;
}
.search_field_container option{
	line-height:16px;
	padding:0px 10px;
	outline:none;
}


#Map_Box{
	width:530px;
	padding:15px 20px;
	background-image:url(images/map_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	margin:40px auto;
}

iframe.map{
	width:526px;
	padding:1px;
	height:346px;
	border:1px solid #44575e;
	overflow:hidden;
}

#Search_Holder2{
	width:100%;
	height:100%;
	position:absolute;
	z-index:1000;
	background-image:url(images/transparent_bg.png);
	background-repeat:repeat;
}

#Search_Holder3{
	width:100%;
	height:100%;
	position:absolute;
	z-index:1000;
	background-image:url(images/transparent_bg.png);
	background-repeat:repeat;
}

#Sent_Box{
	width:530px;
	padding:15px 20px;
	background-image:url(images/sent_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	margin:40px auto;
}

#Specs_Box{
	width:700px;
	padding:10px;
	margin:50px auto;
	background-color:#FFFFFF;
	border:1px solid #666666;
}
#Specs_Box_Inner{
	width:690px;
	padding-left:10px;
	height:500px;
	overflow-y:scroll;
}
#Video_Box_Inner{
	margin:20px auto;
	display:block;
	width:500px;
}

#Gallery_Box{
	width:700px;
	padding:10px;
	margin:50px auto;
	background-color:#FFFFFF;
	border:1px solid #666666;
}
#Gallery_Box img{
	float:left;
	border:1px solid #000000;
	padding:1px;
	background-color:1px;
	margin:8px;
}

.wordpress img.alignleft{
	float:left;
	border:1px solid #003366;
	padding:1px;
	background-color:#FFFFFF;
	margin:5px 10px 1px 0px;
}
.wordpress img.alignright{
	float:right;
	border:1px solid #003366;
	padding:1px;
	background-color:#FFFFFF;
	margin:5px 0px 1px 10px;
}
.wordpress img.aligncenter{
	border:1px solid #003366;
	padding:1px;
	background-color:#FFFFFF;
	margin:5px auto 1px auto;
	clear:both;
}
.wordpress img{
	border:1px solid #003366;
	padding:1px;
	background-color:#FFFFFF;
	margin:5px 10px 1px 10px;
}

.wordpress_short p{
	width:500px;
	clear:right;
}

.crew_block{
	margin-top:12px;
	width:440px;
	float:left;
}

.event_block{
	border:1px solid #434f2d;
	padding:10px 10px 0px 10px;
	background-image:url(images/event_tag.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:858px;
	margin-bottom:30px;
}
.event_block h2{
	padding-left:120px;
	margin-bottom:34px;
	color:#456522;
}

.news_block{
	border:1px solid #2d414f;
	padding:10px 10px 0px 10px;
	background-image:url(images/news_tag.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:858px;
	margin-bottom:30px;
}
.news_block h2{
	padding-left:120px;
	margin-bottom:34px;
}