a {
	font-family: "Myriad Web",Verdana;
	color: #fff;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #757168;
}

#homecontent {
	width: 900px; 
	background: url(../img/mask2.gif);
}

#topsection {
	width: 100%;
	background: #0b131a;
}

#bottomsection {
	width: 100%;
	height: 465px;
	background: #757168 url(../img/bottom-back.png) top center repeat-x;
}

#topwrapper {
	width: 900px;
	margin: 0 auto;
}

#boat {
	margin: 0;
	width: 100%;
	background: url(../img/boat.png) top center no-repeat;
}

#player {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 100px;
}

#player a, #player a:visited {
	font-size: 12px;
	font-family: Helvetica;
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

#player a:hover {
	font-size: 12px;
	font-family: Helvetica;
	font-weight: bold;
	color: #898989;
	text-decoration: underline;
}

#topmenu {
	width: 900px;
	height: 66px;
	background: url(../img/menu-back.png) top left no-repeat;
	position:relative;
	z-index: 1;
}

#topmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 20px;
	left: 30px;
}

/*Top level list items*/
#topmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
#topmenu ul li a{
	padding: 2px 8px;
	border-left-width: 0;
	text-decoration: none;
	color: #898989;
	font-weight: bold;
	font-size: 12px;
	font-family: Helvetica;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}
	
/*Sub level menu*/
#topmenu ul li ul{
	left: 0;
	top: 0;
	border-top: 1px solid #202020;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	padding-top: 20px;
	background: #0a1618 url(../img/pop_menu_back.png) top left repeat-x;
	padding-bottom: 20px;
}

/*Sub level menu list items*/
#topmenu ul li ul li{
	display: inline;
	float: none;
}


/* Sub level menu links style */
#topmenu ul li ul li a{
	display: block;
	width: 140px; /*width of sub menu levels*/
	font-weight: bold;
	/*padding: 2px 5px;*/
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: none;
	color: #fff;
	border-width: 0 1px 1px 1px;
}

#topmenu ul li a:hover{
	background: url(menubgover.gif) center center repeat-x;
	color: #fff;
}

#topmenu ul li ul li a:hover{
	background: #386d77;
}

#topmenu .arrowdiv{
	position: absolute;
	right: 0;
	background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #topmenu ul li { float: left; height: 1%; }
* html #topmenu ul li a { height: 1%; }
/* End */

#cssmenu2 {
	z-index: 1000;
}

#audio_player {
	position: absolute;
	top: 12px;
	right: 255px;
	width: 113px;
	z-index: 1000;
}

#langpicker {
	position: absolute;
	top: 10px;
	right: 60px;
	width: 200px;
	z-index: 1000;
}

#langpicker ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1000;
}

/*Top level list items*/
#langpicker ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
#langpicker ul li a{
	display: block;
	padding: 2px 8px;
	border-left-width: 0;
	text-decoration: none;
	color: #898989;
	font-weight: bold;
	font-size: 12px;
	font-family: Helvetica;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
}
	
/*Sub level menu*/
#langpicker ul li ul{
	left: 0;
	top: 0;
	border-top: 1px solid #202020;
	position: absolute;
	display: block;
	visibility: hidden;
	padding-top: 20px;
	background: #0a1618 url(../img/pop_menu_back.png) top left repeat-x;
	padding-bottom: 40px;
	z-index: 1000;
}

/*Sub level menu list items*/
#langpicker ul li ul li{
	display: inline;
	float: none;
}


/* Sub level menu links style */
#langpicker ul li ul li a{
	width: 140px; /*width of sub menu levels*/
	font-weight: bold;
	/*padding: 2px 5px;*/
	padding-left: 30px;
	padding-right: 20px;
	text-transform: none;
	color: #fff;
	border-width: 0 1px 1px 1px;
}

#langpicker ul li a:hover{
	background: url(menubgover.gif) center center repeat-x;
	text-decoration: none;
}

#langpicker ul li ul li a:hover{
	background: #386d77;
	text-decoration: none;
}

#langpicker .arrowdiv{
	position: absolute;
	right: 0;
	background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #langpicker ul li { float: left; height: 1%; }
* html #langpicker ul li a { height: 1%; }
/* End */



/*
#topmenu ul {
	position: absolute;
	display: inline;
	list-style-type: none;
	padding: 0;
	top: 5px;
	left: 30px;
}

#topmenu ul li {
	display: inline;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;

}

#topmenu ul li a, #topmenu ul li a:visited {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #898989;
}

#topmenu ul li a:hover {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #898989;
}

#topmenu ul li ul {
	display: inline;
	list-style-type: none;
	position: absolute;
}

#topmenu ul li ul li {
	display: inline;
}
*/


#bottommenu {
	width: 900px;
	height: 66px;
	background: url(../img/menu-back.png) top left no-repeat;
	position:relative;
}

#bottommenu ul {
	position: absolute;
	display: inline;
	list-style-type: none;
	padding: 0;
	top: 5px;
	left: 30px;
}

#bottommenu ul li {
	display: inline;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;

}

#bottommenu ul li a, #bottommenu ul li a:visited {
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #898989;
}

#bottommenu ul li a:hover {
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#bottomwrapper {
	width: 900px;
	margin: 0 auto;
	height: 229px;
	/*background: url(../img/footerback.png) top left no-repeat;*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proutcats/img/footerback.png', sizingMethod='scale');
	position: relative;
}

#address {
	text-align: right;
	width: 200px;
	position: absolute;
	top: 75px;
	right: 30px;
}

.darkgrey {
	color: #5b5a5a;
	font-size: 12px;
	font-family: Tahoma;
	padding: 0;
	margin: 0;
}

.lightgrey {
	color: #9c9c9c;
	font-size: 12px;
	font-family: Tahoma;
	padding: 0;
	margin: 0;
}

#boss {
	position: absolute;
	left: 45px;
	top: 175px;
	padding-left: 35px;
	background: url(../img/boss-logo.png) center left no-repeat;
	height: 26px;
	color: #fff;
	font-family: "Myriad Web",Verdana;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
}

#boss a, #boss a:visited {
	color: #fff;
	font-family: "Myriad Web",Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

#boss a:hover {
	color: #fff;
	font-family: "Myriad Web",Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

#header {
	width: 900px;
	height: 103px;
	background: url(../img/logo.png) top left no-repeat;
	position: relative;
	z-index: 1000;
}

#content {
	width: 900px;
	height: 400px;
}

#about_sub_nav {
	height: 40px;
	width:844px;
	background: url(../img/about_sub_nav_back.png) top left no-repeat;
	position: relative;
}

#about_sub_nav ul {
	position: absolute;
	top: 15px;
	left: -40px;
	display: inline;
	list-style-type: none;
	padding: 0px;
	font-size: 12px;
	font-family: Tahoma;
}

#about_sub_nav ul li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

#about_sub_nav ul li a, #about_sub_nav ul li a:visited {
	text-decoration: none;
	color:#fff;
}

#about_sub_nav ul li a:hover {
	text-decoration: none;
	color: #85b4bc;
}

#about_header {
	height: 50px;
	width: 824px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proutcats/img/about_header.png', sizingMethod='scale');
	padding-top: 10px;
	padding-left: 20px;
	font-size: 24px;
	font-family: "Myriad Web",Verdana;;
	font-weight: bold;
}

.newstitle {
	padding: 0;
	margin: 0;
	font-family: "Myriad Web",Verdana;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

.newscontent {
	padding:0;
	margin: 0;
	font-family: "Myriad Web",Verdana;
	font-size: 12px;
	color: #fff;
}

#newsholder {
	font-family: "Myriad Web",Verdana;
	font-size: 12px;
	color: #fff;
	width:480px; 
	float: left; 
	padding-left: 20px;
}

/** Boat spec css styles **/
#boat-spec-header {
	width: 764px; 
	background: #073940; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	padding-left: 40px; 
	padding-right: 40px;
}

#boat-spec-header-text {
	float: left; 
	width: 320px; 
	font-size: 16px; 
	font-weight: bold; 
	color: #fff; 
	font-family: Tahoma;
}

#boat-spec-types {
	float: right; 
	width: 444px; 
	font-size: 16px; 
	font-weight: normal; 
	color: #fff; 
	font-family: Tahoma;
}

#boat-spec-types a, #boat-spec-types:visited {
	color: #fff;
	text-decoration: none;
}

#boat-spec-types a:hover {
	background: #85b4bc;
	color: #102427;
	text-decoration: none;
}

#boat-spec-change {
	float: left; 
	padding-left: 40px; 
	padding-right: 40px; 
	padding-top: 8px; 
	padding-bottom: 10px; 
	background:#0c434b; 
	color: #fff; 
	font-family: Tahoma; 
	font-size: 11px; 
	height: 10px;
}

#boat-spec-change a, #boat-spec-change a:visited {
	text-decoration: none;
	color: #fff;
}

#boat-spec-change a:hover {
	text-decoration: underline;
	color: #fff;
}

#right-arrow {
	float: left; 
	height: 28px; 
	width: 11px; 
	/*background: url(../img/arrow-right.gif) top left no-repeat;*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proutcats/img/arrow-right.png', sizingMethod='scale');
}

#left-content {
	float: left;
	width: 322px;
	padding-right: 20px;
}

#right-content {
	float: left;
	width: 502px;
}

.boat-spec-name {
	font-size: 16px;
	font-weight: bold;
	font-family: "Myriad Web",Verdana;
	color: #fff;
	padding:0;
	margin: 0;
	padding-bottom: 10px;
}

.boat-spec-desc {
	font-size: 12px;
	font-weight: normal;
	font-family: "Myriad Web",Verdana;
	color: #fff;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

#spacer {
	height: 10px;
	width: 502px;
}

#smallimage {
	float: left;
	width: 118px;
	height: 82px;
}

#smallimagespacer {
	width: 10px;
	float: left;
	height:82px;
}

#quick_specs_header {
	height: 50px;
	width: 482px;
	/*background: url(../img/about_header.png) top left no-repeat;*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/proutcats/img/about_header.png', sizingMethod='scale');
	padding-top: 10px;
	padding-left: 20px;
	font-size: 24px;
	font-family: "Myriad Web",Verdana;;
	font-weight: bold;
}

.pdflink {
	font-size: 12px;
	font-weight: normal;
	font-family: "Myriad Web",Verdana;
	text-decoration: none;
	color: #85b4bc;
}

.contactlink {
	font-size: 14px;
	font-weight: normal;
	font-family: "Myriad Web",Verdana;
	text-decoration: underline;
	color: #85b4bc;
}

#viewall {
	float: right; 
	padding-right: 20px; 
	background: url(../img/arrow-right-fancy.png) center right no-repeat;
	font-family: Helvetica; 
	font-size: 9px; 
	color: #85b4bc;
}

#viewall a, #viewall a:visited {
	color: #85b4bc;
	text-decoration: none;
}

#viewall a:hover {
	color: #85b4bc;
	text-decoration: underline;
}

/** Sell a Yacht page **/
.sell-header {
	color: #85b4bc;
	font-size: 16px;
	font-weight: bold;
	font-family: "Myriad Web",Verdana;
}

.sell-content {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	font-family: "Myriad Web",Verdana;
}

.sell-even {
	width: 273px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	background: url(../img/white-dot.gif);
	
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px; 
	color: #fff; 
	padding-left: 10px;
}

.sell-odd {
	width: 273px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px; 
	color: #fff; 
	padding-left: 10px;
}

.sell-even a, .sell-even a:visited, .sell-odd a, .sell-odd a:visited  {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px; 
	color: #fff; 
	text-decoration: none;
}

.sell-even a:hover, .sell-odd a:hover {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 14px; 
	color: #fff; 
	text-decoration: underline;
}

.sell-sidebox {
	width: 283px; 
	background: url(../img/sidebox-back.png) top left repeat-x; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 10px;
	padding-bottom: 10px;
}

/** sell-form **/
.form-label {
	font-size: 14px;
	font-family: "Myriad Web",Verdana;
	color: #85b4bc;
}

.contact-large {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	font-family: "Myriad Web",Verdana;
}

.contact-small {
	font-size: 16px;
	color: #fff;
	font-family: "Myriad Web",Verdana;
}

.contact-blue {
	color: #85b4bc;
	font-size: 16px;
	font-family: "Myriad Web",Verdana;
}

/** charter page **/
#charter-header-block-text {
	float: left; 
	width: 700px; 
	font-size: 25px; 
	color: #fff; 
	font-family: Tahoma;
	text-align: left;
}

#sidebox {
	float: right; 
	width: 293px; 
}

.newstitle a {
	font-family: "Myriad Web",Verdana;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}
