/*Caribbean Multihulls
Roberts White Creative*/
/* ------------------------------------------------------------------
Sets default margin and padding
-------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* ------------------------------------------------------------------
Sets default font-size for headers 
-------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-size: 100%;
}
/* ------------------------------------------------------------------
Removes list-style from lists
-------------------------------------------------------------------*/
ol, ul {
	list-style: none;
}
/* ------------------------------------------------------------------
Sets font-style and font-weight to normal
-------------------------------------------------------------------*/
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
/* ------------------------------------------------------------------
Sets font family for form elelments
-------------------------------------------------------------------*/
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ------------------------------------------------------------------
Removes border from fieldset and image
-------------------------------------------------------------------*/
fieldset, img {
	border: 0;
}
/* ------------------------------------------------------------------
Link styles
-------------------------------------------------------------------*/
a, a:hover {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline !important;
}
/* ------------------------------------------------------------------
=Generic classes
-------------------------------------------------------------------*/
.floatLeft {
	float: left !important;
}
.floatRight {
	float: right !important;
}
.clearBoth {
	clear: both;
}
.IEFix {
	display: block;
}
hr {
	height: 0;
	margin: 10px 0;
	border: none;
	border-top: 1px solid #ececec;
	}
/* ------------------------------------------------------------------
=Body etc
-------------------------------------------------------------------*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	line-height: 1.9em;
	color:#fff;
	background: #222;
	margin-bottom: 20px;
}
#topShadow {
	width: 980px;
	height: 6px;
	margin: 10px auto 0 auto;
	background: url(../Images/shared/topShadowBackground.png) bottom left repeat-x;
}
#wrapper {
	width: 978px;
	margin: 0 auto 20px auto;
	padding: 0 6px;
	background: url(../Images/shared/backgroundShadow.png) top left repeat-y;
}

/* ------------------------------------------------------------------
=Left Column
-------------------------------------------------------------------*/
#leftColumn {
	width: 280px;
	float: left;
	position: relative;
	background: #070707 url(../Images/mailingList/mailingListBackground.gif) bottom left repeat-x;
	z-index: 50;
}
#topLeftShadow {
	top: -6px;
	left: -6px;
	background: url(../Images/shared/topleftShadowBackground.gif) top left no-repeat;
	height: 16px;
	width: 16px;
	position: absolute;
}
#branding {
	width: 280px;
	margin: 0;
	text-indent: -10000em;
}
#branding a {
	width: 280px;
	height: 178px;
	display: block;
	background: url(../Images/shared/siteLogo.gif) top left no-repeat;
}
/* ------------------------------------------------------------------
=Navigation (non boat pages)
-------------------------------------------------------------------*/
ul.navigation, ul.navigation li, ul.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 597 !important;
}
ul.navigation li {
	float: left;
	line-height: 34px;
	height: 34px;
	width: 280px;/*	zoom: 1;*/
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
}
ul.navigation li a {
	display: block;
	width: 270px;
	padding-left: 10px;
	background-repeat: no-repeat;
	cursor: pointer;
	text-decoration: none;
	color: #ccc;
}
ul.navigation li a:hover, ul.navigation li:hover a {
	text-decoration: none !important;
	cursor: pointer;
	color: #fff;	
}
ul.navigation li#sailingCatsLink a {
	background-image: url(../Images/shared/navSprite.gif);
	background-position:  0 0;
	}
ul.navigation li#sailingCatsLink a:hover, ul.navigation li#sailingCatsLink:hover a, body#sailingPage li#sailingCatsLink a {
	background: url(../Images/shared/navSprite.gif);
	background-position:  0 -34px;
	text-decoration: none !important;
	cursor: pointer;
	color: #fff;
	}
ul.navigation li#powerCatsLink a {
	background-image: url(../Images/shared/navSprite.gif);
	background-position: 0 0;
	}
ul.navigation li#powerCatsLink a:hover, ul.navigation li#powerCatsLink:hover a, body#trawlerPage li#powerCatsLink a {
	background-image: url(../Images/shared/navSprite.gif);
	background-position:  0 -34px;
	text-decoration: none !important;
	cursor: pointer;
	color: #fff;
	}
ul.navigation li#commercialCatsLink a {
	background-image: url(../Images/shared/navSprite.gif);
	background-position: 0 0;
	}
ul.navigation li#commercialCatsLink a:hover, ul.navigation li#commercialCatsLink:hover a, body#commercialPage ul.navigation li#commercialCatsLink a {
	background-image: url(../Images/shared/navSprite.gif);
	background-position:  0 -34px;
	text-decoration: none !important;
	cursor: pointer;
	color: #fff;
	}
ul.navigation li#brokerageLink a {
	background-image: url(../Images/shared/navSprite.gif);
	background-position: 0 0;
	}
ul.navigation li#brokerageLink a:hover, ul.navigation li#brokerageLink:hover a, body#brokeragePage ul.navigation li#brokerageLink a {
	background-image: url(../Images/shared/navSprite.gif);
	background-position:  0 -34px;
	text-decoration: none !important;
	cursor: pointer;
	color: #fff;
	}
ul.navigation li#fractionalOwnershipLink a {
	background-image: url(../Images/shared/navSprite.gif);
	background-position: 0 0;
	}
ul.navigation li#fractionalOwnershipLink a:hover, ul.navigation li#fractionalOwnershipLink:hover a, body#fractionalOwnershipPage ul.navigation li#fractionalOwnershipLink a {
	background-image: url(../Images/shared/navSprite.gif);
	background-position:  0 -34px;
	text-decoration: none !important;
	cursor: pointer;
	color: #fff;
	}

ul.navigation li.hover, ul.navigation li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
ul.navigation ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}
ul.navigation ul li {
	float: none;
	width: 152px;
	background-image: none;
	height: 31px !important;
	line-height: 31px !important;
	font-size: 0.87em !important;
}
ul.navigation ul li a {
	width: 142px;
	display: block;
	height: 31px !important;
	cursor: pointer;
	color: #fff;
	background: url(../Images/shared/secondaryLevelSprite.png) 0 0 no-repeat !important;
}
ul.navigation ul li a:hover, ul.navigation ul li:hover a {
	background: url(../Images/shared/secondaryLevelSprite.png) 0 -31px no-repeat;
	cursor: pointer !important;
	color: #7ed5ed !important;
}
ul.navigation ul ul {
	left: 100%;
}
ul.navigation li:hover > ul {
	visibility: visible;
}
ul.navigation-flyout {
	width: 200px;
}
ul.navigation-flyout ul {
	top: 0px;
	left: 100%;
}
ul.navigation-flyout li {
	float: none;
}
ul.navigation li ul li ul li {
	background: none;
}
ul.navigation li ul li ul li div {
	width: 536px;
	height: 388px;
	background: url(../Images/shared/flyOutBackground.png) repeat;
	position: relative;
}
ul.navigation li ul li ul li div div.content img {
	position: relative;
	top: 0;
	left: -10px;
}
ul.navigation li ul li ul li div div.content {
	width: 496px;
	height: 368px;
	left: 10px;
	top: 10px;
	padding: 0 10px;
	text-indent: 0 !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	font-weight: normal;
	background: #1a1a1a;
}
div.content h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	height: auto;
	margin: 5px 0;
	line-height: normal;
	font-family: Helvetica, Arial, sans-serif;
}
div.content p {
	font-size: 11px;
	line-height: 1.5em;
	text-transform: none;
	margin: 0;
	width: auto !important;
}
div.content .rightCol p a {
	background: none !important;
	background-image: none !important;
	color: #79d4ed;
	padding: 0;
	height: auto !important
}
div.content .rightCol p a:hover {
	background: none !important;
	background-image: none !important;
}
div.content p a span {
	color: #fff;
}
div.content .leftCol {
	width: 235px;
	float: left;
	height: 90px;
	background: #1a1a1a;
}
div.content .rightCol {
	width: 235px;
	float: right;
	height: 90px;
	background: #1a1a1a;
}
div.content ul.flyOutLinks {
	margin: 0;
}
div.content ul.flyOutLinks li {
	background: none;
	font-size: 11px;
	text-indent: 0 !important;
}
#mahe36 {
	top: -168px;
}
#lipari41 {
	top: -199px;
}
#orana44 {
	top: -230px;
}
#salina48 {
	top: -261px;
}
#eleuthera60 {
	top: -292px;
}
#galathea65 {
	top: -323px;
}
/* power */

#highland35 {
	top: -201px;
}
#summerland40 {
	top: -232px;
}
#cumberland46 {
	top: -263px;
}
#queensland55 {
	top: -294px;
}
/* commerical */
#taiti60 {
	top: -234px;
}
#taiti80 {
	top: -265px;
}
#shuttle120 {
	top: -296px;
}
#shuttle260 {
	top: -327px;
}
/* ------------------------------------------------------------------
=Navigation (boat pages)
-------------------------------------------------------------------*/
ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}
ul#nav li {
	width: 280px;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
}
ul#nav li a {
	line-height: 34px;
	height: 34px;
	display: block;
	width: 270px;
	padding-left: 10px;
	cursor: pointer;
	text-decoration: none !important;
	color: #ccc;
}
ul#nav li#sailingCatsLink a {
	background: url(../Images/shared/navSprite.gif) 0 0 no-repeat;
	}
ul#nav li#sailingCatsLink a:hover, body#sailingPage ul#nav li#sailingCatsLink a {
	background: url(../Images/shared/navSprite.gif) 0 -34px no-repeat;
	text-decoration: none !important;
	cursor: pointer;
	color: #fff;
	}
ul#nav li#powerCatsLink a {
	background: url(../Images/shared/navSprite.gif) 0 0 no-repeat;
	}
ul#nav li#powerCatsLink a:hover, body#trawlerPage ul#nav li#powerCatsLink a {
	background: url(../Images/shared/navSprite.gif) 0 -34px no-repeat;
	text-decoration: none !important;
	cursor: pointer;
	color: #fff;
	}
ul#nav li#commercialCatsLink a {
	background: url(../Images/shared/navSprite.gif) 0 0 no-repeat;
	}
ul#nav li#commercialCatsLink a:hover, body#commercialPage ul#nav li#commercialCatsLink a{
	background: url(../Images/shared/navSprite.gif) 0 -34px no-repeat;
	text-decoration: none !important;
	cursor: pointer;
	color: #fff;
	}
ul#nav li#brokerageLink a {
	background: url(../Images/shared/navSprite.gif) 0 0 no-repeat;
	}
ul#nav li#brokerageLink a:hover, body#brokeragePage ul#nav li#brokerageLink a {
	background: url(../Images/shared/navSprite.gif) 0 -34px no-repeat;
	text-decoration: none !important;
	cursor: pointer;
	color: #fff;
	}
ul#nav li#fractionalOwnershipLink a {
	background: url(../Images/shared/navSprite.gif) 0 0 no-repeat;
	}
ul#nav li#fractionalOwnershipLink a:hover, body#fractionalOwnershipPage ul#nav li#fractionalOwnershipLink a {
	background: url(../Images/shared/navSprite.gif) 0 -34px no-repeat;
	text-decoration: none !important;
	cursor: pointer;
	color: #fff;
	}
ul#nav ul {
	display: none;
	}
ul#nav ul li {
	float: none;
	font-size: 11px;
}
ul#nav ul li ul {
	display: none;
}
body#sailingPage ul.sailingNav, body#trawlerPage ul.powerNav,body#commercialPage ul.commercialNav,
/* mahe36 */
body.mahe36Page.introductionPage ul#nav ul li ul#mahe36SubNav,
body.mahe36Page.inventoryPage ul#nav ul li ul#mahe36SubNav,
body.mahe36Page.galleryPage ul#nav ul li ul#mahe36SubNav,
body.mahe36Page.plansPage ul#nav ul li ul#mahe36SubNav,
body.mahe36Page.SpecificationPage ul#nav ul li ul#mahe36SubNav,
body.mahe36Page.polarDiagramsPage ul#nav ul li ul#mahe36SubNav,
/* lipari41 */
body.lipari41Page.introductionPage ul#nav ul li ul#lipari41SubNav,
body.lipari41Page.inventoryPage ul#nav ul li ul#lipari41SubNav,
body.lipari41Page.galleryPage ul#nav ul li ul#lipari41SubNav,
body.lipari41Page.plansPage ul#nav ul li ul#lipari41SubNav,
body.lipari41Page.SpecificationPage ul#nav ul li ul#lipari41SubNav,
body.lipari41Page.polarDiagramsPage ul#nav ul li ul#lipari41SubNav,
/* orana44 */
body.orana44Page.introductionPage ul#nav ul li ul#orana44SubNav,
body.orana44Page.inventoryPage ul#nav ul li ul#orana44SubNav,
body.orana44Page.galleryPage ul#nav ul li ul#orana44SubNav,
body.orana44Page.plansPage ul#nav ul li ul#orana44SubNav,
body.orana44Page.SpecificationPage ul#nav ul li ul#orana44SubNav,
body.orana44Page.polarDiagramsPage ul#nav ul li ul#orana44SubNav,
/* salina48 */
body.salina48Page.introductionPage ul#nav ul li ul#salina48SubNav,
body.salina48Page.inventoryPage ul#nav ul li ul#salina48SubNav,
body.salina48Page.galleryPage ul#nav ul li ul#salina48SubNav,
body.salina48Page.plansPage ul#nav ul li ul#salina48SubNav,
body.salina48Page.SpecificationPage ul#nav ul li ul#salina48SubNav,
body.salina48Page.polarDiagramsPage ul#nav ul li ul#salina48SubNav,
/* eleuthera60 */
body.eleuthera60Page.introductionPage ul#nav ul li ul#eleuthera60SubNav,
body.eleuthera60Page.inventoryPage ul#nav ul li ul#eleuthera60SubNav,
body.eleuthera60Page.galleryPage ul#nav ul li ul#eleuthera60SubNav,
body.eleuthera60Page.plansPage ul#nav ul li ul#eleuthera60SubNav,
body.eleuthera60Page.SpecificationPage ul#nav ul li ul#eleuthera60SubNav,
body.eleuthera60Page.polarDiagramsPage ul#nav ul li ul#eleuthera60SubNav,
/* galathea65 */
body.galathea65Page.introductionPage ul#nav ul li ul#galathea65SubNav,
body.galathea65Page.inventoryPage ul#nav ul li ul#galathea65SubNav,
body.galathea65Page.galleryPage ul#nav ul li ul#galathea65SubNav,
body.galathea65Page.plansPage ul#nav ul li ul#galathea65SubNav,
body.galathea65Page.SpecificationPage ul#nav ul li ul#galathea65SubNav,
body.galathea65Page.polarDiagramsPage ul#nav ul li ul#galathea65SubNav,
/* highland35 */
body.highland35Page.introductionPage ul#nav ul li ul#highland35SubNav,
body.highland35Page.inventoryPage ul#nav ul li ul#highland35SubNav,
body.highland35Page.galleryPage ul#nav ul li ul#highland35SubNav,
body.highland35Page.plansPage ul#nav ul li ul#highland35SubNav,
body.highland35Page.SpecificationPage ul#nav ul li ul#highland35SubNav,
/* summerland40 */
body.summerland40Page.introductionPage ul#nav ul li ul#summerland40SubNav,
body.summerland40Page.inventoryPage ul#nav ul li ul#summerland40SubNav,
body.summerland40Page.galleryPage ul#nav ul li ul#summerland40SubNav,
body.summerland40Page.plansPage ul#nav ul li ul#summerland40SubNav,
body.summerland40Page.SpecificationPage ul#nav ul li ul#summerland40SubNav,
/* cumberland44 */
body.cumberland46Page.introductionPage ul#nav ul li ul#cumberland46SubNav,
body.cumberland46Page.inventoryPage ul#nav ul li ul#cumberland46SubNav,
body.cumberland46Page.galleryPage ul#nav ul li ul#cumberland46SubNav,
body.cumberland46Page.plansPage ul#nav ul li ul#cumberland46SubNav,
body.cumberland46Page.SpecificationPage ul#nav ul li ul#cumberland46SubNav,
/* queensland55 */
body.queensland55Page.introductionPage ul#nav ul li ul#queensland55SubNav,
body.queensland55Page.inventoryPage ul#nav ul li ul#queensland55SubNav,
body.queensland55Page.galleryPage ul#nav ul li ul#queensland55SubNav,
body.queensland55Page.plansPage ul#nav ul li ul#queensland55SubNav,
body.queensland55Page.SpecificationPage ul#nav ul li ul#queensland55SubNav,
/* taiti60 */
body.taiti60Page.introductionPage ul#nav ul li ul#taiti60SubNav,
body.taiti60Page.inventoryPage ul#nav ul li ul#taiti60SubNav,
body.taiti60Page.galleryPage ul#nav ul li ul#taiti60SubNav,
body.taiti60Page.plansPage ul#nav ul li ul#taiti60SubNav,
body.taiti60Page.SpecificationPage ul#nav ul li ul#taiti60SubNav,
/* taiti80 */
body.taiti80Page.introductionPage ul#nav ul li ul#taiti80SubNav,
body.taiti80Page.inventoryPage ul#nav ul li ul#taiti80SubNav,
body.taiti80Page.galleryPage ul#nav ul li ul#taiti80SubNav,
body.taiti80Page.plansPage ul#nav ul li ul#taiti80SubNav,
body.taiti80Page.SpecificationPage ul#nav ul li ul#taiti80SubNav,
/* shuttle120 */
body.shuttle120Page.introductionPage ul#nav ul li ul#shuttle120SubNav,
body.shuttle120Page.inventoryPage ul#nav ul li ul#shuttle120SubNav,
body.shuttle120Page.galleryPage ul#nav ul li ul#shuttle120SubNav,
body.shuttle120Page.plansPage ul#nav ul li ul#shuttle120SubNav,
body.shuttle120Page.SpecificationPage ul#nav ul li ul#shuttle120SubNav,
 /* shuttle120 */
body.shuttle260Page.introductionPage ul#nav ul li ul#shuttle260SubNav,
body.shuttle260Page.inventoryPage ul#nav ul li ul#shuttle260SubNav,
body.shuttle260Page.galleryPage ul#nav ul li ul#shuttle260SubNav,
body.shuttle260Page.plansPage ul#nav ul li ul#shuttle260SubNav,
body.shuttle260Page.SpecificationPage ul#nav ul li ul#shuttle260SubNav
 {
	display: block;
	}
body#sailingPage.mahe36Page ul.sailingNav li.mahe36Link a, body#sailingPage.lipari41Page ul.sailingNav li.lipari41Link a, body#sailingPage.orana44Page ul.sailingNav li.orana44Link a, body#sailingPage.salina48Page ul.sailingNav li.salina48Link a, body#sailingPage.eleuthera60Page ul.sailingNav li.eleuthera60Link a, body#sailingPage.galathea65Page ul.sailingNav li.galathea65Link a, body#trawlerPage.highland35Page ul.powerNav li.highland35Link a, body#trawlerPage.summerland40Page ul.powerNav li.summerland40Link a, body#trawlerPage.cumberland46Page ul.powerNav li.cumberland46Link a, body#trawlerPage.queensland55Page ul.powerNav li.queensland55Link a, body#commercialPage.taiti60Page ul.commercialNav li.taiti60Link a, body#commercialPage.taiti80Page ul.commercialNav li.taiti80Link a, body#commercialPage.shuttle120Page ul.commercialNav li.shuttle120Link a, body#commercialPage.shuttle260Page ul.commercialNav li.shuttle260Link a  {
	font-weight: bold;
	color: #fff !important;
	}
ul#nav ul li a {
	height: 31px !important;
	line-height: 31px !important;
	display: block;
	cursor: pointer;
	color: #666 !important;
	background: url(../Images/shared/subNavBackground.gif) top left no-repeat !important;
}
ul#nav ul li a:hover {
	background: none;
	text-decoration: none !important;
	color: #7ad5ed !important;
}
ul#nav ul li ul li {
	font-size: 10px;
	height: 25px;
}
ul#nav li ul li ul li a {
	height: 25px;
	line-height: 25px;
	width: 260px;
	padding-left: 20px;
	display: block;
	background: url(../Images/shared/subNavBackground.gif) bottom left no-repeat;
	color: #666;
	}
ul#nav li ul li ul li a:hover {
	color: #7ad5ed;
	text-decoration: none;
	background: none;
	}
/* mahe 36 */
.mahe36Page.introductionPage .sailingNav li ul#mahe36SubNav li.introductionLink a,
.mahe36Page.inventoryPage  .sailingNav li ul#mahe36SubNav li.inventoriesLink a,
.mahe36Page.galleryPage .sailingNav li ul#mahe36SubNav li.photosLink a,
.mahe36Page.plansPage .sailingNav li ul#mahe36SubNav li.plansLink a,
.mahe36Page.SpecificationPage  .sailingNav li ul#mahe36SubNav li.SpecificationLink a,
.mahe36Page.polarDiagramsPage  .sailingNav li ul#mahe36SubNav li.polarDiagramsLink a,
/*lipari41*/
.lipari41Page.introductionPage .sailingNav li ul#lipari41SubNav li.introductionLink a,
.lipari41Page.inventoryPage  .sailingNav li ul#lipari41SubNav li.inventoriesLink a,
.lipari41Page.galleryPage .sailingNav li ul#lipari41SubNav li.photosLink a,
.lipari41Page.plansPage .sailingNav li ul#lipari41SubNav li.plansLink a,
.lipari41Page.SpecificationPage  .sailingNav li ul#lipari41SubNav li.SpecificationLink a,
.lipari41Page.polarDiagramsPage  .sailingNav li ul#lipari41SubNav li.polarDiagramsLink a,
/*oranan44*/
.orana44Page.introductionPage .sailingNav li ul#orana44SubNav li.introductionLink a,
.orana44Page.inventoryPage  .sailingNav li ul#orana44SubNav li.inventoriesLink a,
.orana44Page.galleryPage .sailingNav li ul#orana44SubNav li.photosLink a,
.orana44Page.plansPage .sailingNav li ul#orana44SubNav li.plansLink a,
.orana44Page.SpecificationPage  .sailingNav li ul#orana44SubNav li.SpecificationLink a,
.orana44Page.polarDiagramsPage  .sailingNav li ul#orana44SubNav li.polarDiagramsLink a,
/*salina48*/
.salina48Page.introductionPage .sailingNav li ul#salina48SubNav li.introductionLink a,
.salina48Page.inventoryPage  .sailingNav li ul#salina48SubNav li.inventoriesLink a,
.salina48Page.galleryPage .sailingNav li ul#salina48SubNav li.photosLink a,
.salina48Page.plansPage .sailingNav li ul#salina48SubNav li.plansLink a,
.salina48Page.SpecificationPage  .sailingNav li ul#salina48SubNav li.SpecificationLink a,
.salina48Page.polarDiagramsPage  .sailingNav li ul#salina48SubNav li.polarDiagramsLink a,
/* eleuthera60 */
.eleuthera60Page.introductionPage .sailingNav li ul#eleuthera60SubNav li.introductionLink a,
.eleuthera60Page.inventoryPage  .sailingNav li ul#eleuthera60SubNav li.inventoriesLink a,
.eleuthera60Page.galleryPage .sailingNav li ul#eleuthera60SubNav li.photosLink a,
.eleuthera60Page.plansPage .sailingNav li ul#eleuthera60SubNav li.plansLink a,
.eleuthera60Page.SpecificationPage  .sailingNav li ul#eleuthera60SubNav li.SpecificationLink a,
.eleuthera60Page.polarDiagramsPage  .sailingNav li ul#eleuthera60SubNav li.polarDiagramsLink a,
/* galathea65 */
.galathea65Page.introductionPage .sailingNav li ul#galathea65SubNav li.introductionLink a,
.galathea65Page.inventoryPage  .sailingNav li ul#galathea65SubNav li.inventoriesLink a,
.galathea65Page.galleryPage .sailingNav li ul#galathea65SubNav li.photosLink a,
.galathea65Page.plansPage .sailingNav li ul#galathea65SubNav li.plansLink a,
.galathea65Page.SpecificationPage  .sailingNav li ul#galathea65SubNav li.SpecificationLink a,
.galathea65Page.polarDiagramsPage  .sailingNav li ul#galathea65SubNav li.polarDiagramsLink a,
/* highland35 */
.highland35Page.introductionPage .powerNav li ul#highland35SubNav li.introductionLink a,
.highland35Page.inventoryPage  .powerNav li ul#highland35SubNav li.inventoriesLink a,
.highland35Page.galleryPage .powerNav li ul#highland35SubNav li.photosLink a,
.highland35Page.plansPage .powerNav li ul#highland35SubNav li.plansLink a,
.highland35Page.SpecificationPage  .powerNav li ul#highland35SubNav li.SpecificationLink a,
/* summerland40 */
.summerland40Page.introductionPage .powerNav li ul#summerland40SubNav li.introductionLink a,
.summerland40Page.inventoryPage  .powerNav li ul#summerland40SubNav li.inventoriesLink a,
.summerland40Page.galleryPage .powerNav li ul#summerland40SubNav li.photosLink a,
.summerland40Page.plansPage .powerNav li ul#summerland40SubNav li.plansLink a,
.summerland40Page.SpecificationPage  .powerNav li ul#summerland40SubNav li.SpecificationLink a,
/* cumberland46 */
.cumberland46Page.introductionPage .powerNav li ul#cumberland46SubNav li.introductionLink a,
.cumberland46Page.inventoryPage  .powerNav li ul#cumberland46SubNav li.inventoriesLink a,
.cumberland46Page.galleryPage .powerNav li ul#cumberland46SubNav li.photosLink a,
.cumberland46Page.plansPage .powerNav li ul#cumberland46SubNav li.plansLink a,
.cumberland46Page.SpecificationPage  .powerNav li ul#cumberland46SubNav li.SpecificationLink a,
/* queensland 55 */
.queensland55Page.introductionPage .powerNav li ul#queensland55SubNav li.introductionLink a,
.queensland55Page.inventoryPage  .powerNav li ul#queensland55SubNav li.inventoriesLink a,
.queensland55Page.galleryPage .powerNav li ul#queensland55SubNav li.photosLink a,
.queensland55Page.plansPage .powerNav li ul#queensland55SubNav li.plansLink a,
.queensland55Page.SpecificationPage  .powerNav li ul#queensland55SubNav li.SpecificationLink a,
/* taiti 60 */
.taiti60Page.introductionPage .commercialNav li ul#taiti60SubNav li.introductionLink a,
.taiti60Page.inventoryPage  .commercialNav li ul#taiti60SubNav li.inventoriesLink a,
.taiti60Page.galleryPage .commercialNav li ul#taiti60SubNav li.photosLink a,
.taiti60Page.plansPage .commercialNav li ul#taiti60SubNav li.plansLink a,
.taiti60Page.SpecificationPage .commercialNav li ul#taiti60SubNav li.SpecificationLink a,
/* taiti 80 */
.taiti80Page.introductionPage .commercialNav li ul#taiti80SubNav li.introductionLink a,
.taiti80Page.inventoryPage  .commercialNav li ul#taiti80SubNav li.inventoriesLink a,
.taiti80Page.galleryPage .commercialNav li ul#taiti80SubNav li.photosLink a,
.taiti80Page.plansPage .commercialNav li ul#taiti80SubNav li.plansLink a,
.taiti80Page.SpecificationPage  .commercialNav li ul#taiti80SubNav li.SpecificationLink a,
 /* shuttle120 */
.shuttle120Page.introductionPage .commercialNav li ul#shuttle120SubNav li.introductionLink a,
.shuttle120Page.inventoryPage  .commercialNav li ul#shuttle120SubNav li.inventoriesLink a,
.shuttle120Page.galleryPage .commercialNav li ul#shuttle120SubNav li.photosLink a,
.shuttle120Page.plansPage .commercialNav li ul#shuttle120SubNav li.plansLink a,
.shuttle120Page.SpecificationPage  .commercialNav li ul#shuttle120SubNav li.SpecificationLink a,
 /* shuttle260 */
.shuttle260Page.introductionPage .commercialNav li ul#shuttle260SubNav li.introductionLink a,
.shuttle260Page.inventoryPage  .commercialNav li ul#shuttle260SubNav li.inventoriesLink a,
.shuttle260Page.galleryPage .commercialNav li ul#shuttle260SubNav li.photosLink a,
.shuttle260Page.plansPage .commercialNav li ul#shuttle260SubNav li.plansLink a,
.shuttle260Page.SpecificationPage  .commercialNav li ul#shuttle260SubNav li.SpecificationLink a
 {	color: #fff !important;
	}
/* ------------------------------------------------------------------
=Secondary Navigation
-------------------------------------------------------------------*/
ul#secondaryNavigation {
	padding: 0;
	margin-top: 1px;
}
ul#secondaryNavigation li {
	height: 31px;
	width: 280px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
}
ul#secondaryNavigation li a {
	width: 270px;
	padding-left: 10px;
	height: 31px;
	display: block;
	line-height: 31px;
	background: url(../Images/shared/subNavBackground.gif) top left no-repeat;
	color: #666;
}
ul#secondaryNavigation li a:hover, body#homePage ul#secondaryNavigation li#homeLink a, body#aboutUsPage ul#secondaryNavigation li#aboutUsLink a, body#newsPage ul#secondaryNavigation li#newsEventsLink a, body#linksPage ul#secondaryNavigation li#linksLink a, body#contactUsPage ul#secondaryNavigation li#contactUsLink a {
	color: #7ad5ed;
	text-decoration: none !important;
}
/* ------------------------------------------------------------------
=RightColumn
-------------------------------------------------------------------*/
#rightColumn {
	width: 698px;
	/*padding-right: 6px;*/
	float: right;
/*	background: url(../Images/shared/rightShadowBackground.png) top right repeat-y;
*/}
#breadcrumbs {
	height: 30px;
	background: url(../Images/breadcrumbs/background.gif) top left repeat-x;
	border-bottom: 1px solid #181818;
	padding: 0 10px;
}
body#brokeragePage #breadcrumbs {
	display: none;
	}
#breadcrumbs ul li {
	line-height: 30px;
	float: left;
	margin-right: 5px;
	font-size: 1.2em;
	color: #fff;
}
#breadcrumbs ul li a {
	color: #7ad5ed;
	text-decoration: underline;
}
#breadcrumbs ul li a span {
	color: #fff;
}
#rightColumnContent {
	background-color: #000;
	width: 663px;
	padding: 17px 15px 15px 20px;
}
body#sailingPage #rightColumnContent, body#trawlerPage #rightColumnContent, body#commercialPage #rightColumnContent, body#brokeragePage #rightColumnContent, body#fractionalOwnershipPage #rightColumnContent {
	min-height: 850px !important;
	}
body#newsPage #rightColumnContent, body#mailingListPage #rightColumnContent {
	min-height: 500px !important;
	}
#rightColumnContent .copyArea {
	width: 423px;
}
#brokeragePage #rightColumnContent #brokerageInfoContainer  {
	float: left;
	width: 423px;
	overflow: hidden;
}
#brokeragePage #rightColumnContent img {
	cursor: pointer;
}
#brokeragePage #rightColumnContent .imgContainer {
	width: 200px;
	position: relative;
	}
#brokeragePage #rightColumnContent .imgContainer .zoomIcon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background: url(/Images/shared/zoomIcon.gif) top left no-repeat;
		}
#rightColumnContent h1 {
	font-size: 2em;
	color: #ccc;
	margin-bottom: 20px;
	font-weight: normal;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#rightColumnContent h2 {
	font-size: 1.5em;
	color: #666;
	margin: 0 0 10px 0;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}
#rightColumnContent h2 a {
	color: #666;
}
#rightColumnContent h3 {
	font-size: 1.4em;
	color: #ccc;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 1.3em;
}
#rightColumnContent h4 {
	font-size: 1.3em;
	color: #ccc;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 1.3em;
}
#rightColumnContent ul, #rightColumnContent ol {
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 20px 15px;
	font-family: Helvetica, Arial, sans-serif;
}
#rightColumnContent ul li, #rightColumnContent ol li {
	color: #7ad5ed;
	font-size: 1.3em;
}
#rightColumnContent ul li span, #rightColumnContent ol li span {
	color: #ccc;
}
#rightColumnContent p, #flashMovie p {
	font-size: 1.3em;
	color: #ccc;
	line-height: 1.4em;
	margin: 0 0 20px 0;
}
#rightColumnContent p strong em {
	font-weight: bold;
	font-style: italic;
}
#rightColumnContent p a, #rightColumnContent ul li a, #flashMovie p a {
	color: #7ad5ed;
	text-decoration: underline;
}

#rightColumnContent p a span {
	color: #ccc;
}
#rightColumnContent #featurePanels {
	width: 200px;
	float: right;
	margin-left: 20px;
}
#rightColumnContent #featurePanels img {
	margin-bottom: 10px;
}
#rightColumnContent #featurePanels, .fractionalOwnershipImages {
	width: 200px;
	float: right;
	margin-left: 20px;
}
#rightColumnContent #featurePanels img, .catsPanel img, .fractionalOwnershipImages img {
	margin-bottom: 10px;
	border: 1px solid #fff;
}
.profile, .links, .newsPanel, .catsPanel {
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #222;
	height: 125px;
}
.profile {
	padding-bottom: 20px;	
	}
.links, .newsPanel, .catsPanel {
	height: auto;
}
.links p a, .newsPanel p a {
	display: block;
	text-align: right;
	color: #7ad5ed;
}
.catsPanel img {
	float: right;
	margin: 0 0 20px 20px;
	}
.profile h3 span.jobTitle {
	color: #666;
	font-weight: bold;
}
.profile img {
	float: left;
	margin: 0 10px 0 0;
}
.profile ul {
	margin-left: 125px !important;
}
#flashMovie {
	position: relative;
	z-index: 0;
	height: 408px;
	width: 698px;
	background: #000;
	text-align: center;
}
#successMessage {
	margin: 10px 0;
	
	}
#successMessage h2 {
	text-align: center;
	margin: 0;
	background-color: #7ad5ed;
	padding: 5px;
	border: 1px solid #6fc2d9;
	}
#errorMessage {
	margin: 10px 0;
	
	text-align: center;
	}
#errorMessage h2, #errorMessage p {
	margin: 0;
	color: #ccc;
	padding: 5px;
	background-color: #333;
	border: 1px solid #ccc;
	}
/* ------------------------------------------------------------------
=News
-------------------------------------------------------------------*/
.newsThumbail {
	float: right;
	margin: 0 0 10px 20px;
	}
body#newsArticlePage #rightColumnContent div {
	font-size: 1.3em;
	color: #ccc;
	line-height: 1.4em;
	margin: 0 0 20px 0;
}
body#newsArticlePage img {
	margin: 0 0 20px 20px;
	float: right;
	}
body#homePage #rightColumnContent #featurePanels {
	width: 260px;
	float: right;
	margin-left: 20px;
}
body#homePage #rightColumnContent #featurePanels img {
	width: 100px;
	height: 75px;
	margin-left: 10px;
}
body#homePage #rightColumnContent #featurePanels h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
	font-size: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
body#homePage #rightColumnContent #featurePanels .newsPanel h2 {
	font-size: 1.3em !important;
}
body#homePage #rightColumnContent #featurePanels .newsPanel p {
	font-size: 1.2em !important;
}
/* ------------------------------------------------------------------
=Flashmovie
-------------------------------------------------------------------*/
#flashMovie {
	height: 250px;
}
body#homePage #flashMovie {
	height: 408px;
	}
body#brokeragePage #flashMovie {
	display: none;
	}
#flashMovie p {
	padding-top: 50px;
}
#flashMovie p + p {
	padding-top: 0;
}
/* ------------------------------------------------------------------
=Tabs
-------------------------------------------------------------------*/
#tabbedArea { 
	display: block;
	width: 663px;
	padding-bottom: 10px;
	}
#tabbedArea p {
	margin-left: 10px;
	}
#tabbedArea img {
	float: left;
	margin: 0 0 10px 15px;
	}
#tabbedArea ul { 
	list-style-type: none;
	font-family: Helvetica,  Arial, sans-serif;
	margin: 0 0 10px 0;
	background: #000;
	height: 30px;
	}
#tabbedArea ul li { 
	float: left;
	width: 100px;
	padding: 0 10px;
	background: url(../Images/gallery/tabBackgrounds.gif) top left repeat-x;
	}
#tabbedArea ul li a {
	display: block;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	}
/* first tab */
#firstcontainertab {
	display: block;
	background: url(../Images/gallery/galleryBackground.gif) top left repeat-x;
	}
#rightColumnContent #tabbedArea #firstcontainertab ul li.firsttab a {
	color: #fff !important;
	}
#tabbedArea #firstcontainertab ul li.secondtab {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#tabbedArea #firstcontainertab ul li.thirdtab, #tabbedArea #firstcontainertab ul li.fourthtab {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
/* second tab */
#secondcontainertab {
	display: block;
	background: url(../Images/gallery/galleryBackground.gif) top left repeat-x;
	display: none;
	}
#rightColumnContent #tabbedArea #secondcontainertab ul li.secondtab a {
	color: #fff !important;
	}
#tabbedArea #secondcontainertab ul li.firsttab {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#tabbedArea #secondcontainertab ul li.thirdtab {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#tabbedArea #secondcontainertab ul li.fourthtab {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
/* third tab */
#thirdcontainertab {
	display: block;
	background: url(../Images/gallery/galleryBackground.gif) top left repeat-x;
	display: none;
	}
#rightColumnContent #tabbedArea #thirdcontainertab ul li.thirdtab a {
	color: #fff !important;
	}
#tabbedArea #thirdcontainertab ul li.firsttab {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#tabbedArea #thirdcontainertab ul li.secondtab {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#tabbedArea #thirdcontainertab ul li.fourthtab {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
/* fourth tab  */
#fourthcontainertab {
	display: block;
	background: url(../Images/gallery/galleryBackground.gif) top left repeat-x;
	display: none;
	}
#rightColumnContent #tabbedArea #fourthcontainertab ul li.fourthtab a {
	color: #fff !important;
	}
#tabbedArea #fourthcontainertab ul li.firsttab {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#tabbedArea #fourthcontainertab ul li.secondtab {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
#tabbedArea #fourthcontainertab ul li.thirdtab {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
/* ------------------------------------------------------------------
=Brokerage
-------------------------------------------------------------------*/
#rightColumnContent .brokeragePanel {
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #222;
}
#rightColumnContent .brokeragePanel ul {
	margin: -10px 0 0 15px !important;
	font-family: Helvetica, Arial, sans-serif;
}
#rightColumnContent .brokeragePanel ul li {
	float: left;
	margin: 0 20px 5px 0;
}
#rightColumnContent .brokeragePanel .catDetails {
	width: 435px;
	float: left;
	}
#rightColumnContent .brokeragePanel .catDetails p.viewDetailsLink {
	margin-top: 10px !important;
	}
#rightColumnContent .brokeragePanel img {
	float: right;
	margin: 0 0 20px 20px;
	}
/* ------------------------------------------------------------------
=Mailing List
-------------------------------------------------------------------*/
#mailingList {
	width: 260px;
	padding: 10px;
	margin: 40px 0;
}
#mailingList h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
	font-size: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
#mailingList p {
	font-size: 1.3em;
	color: #ccc;
	line-height: 1.4em;
}
#mailingList label {
	font-size: 1.2em;
	float: left;
	margin-top: 10px;
}
#mailingList .textField {
	border: 1px solid #616161;
	background: #262626;
	color: #ccc;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	margin-top: 10px;
}
#mailingList .subscribeButton {
	margin-top: 10px;
	float: right;
}
/* ------------------------------------------------------------------
=Download panel
-------------------------------------------------------------------*/
#downloadPanel {
	width: 200px;
	margin: 3px 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	}
#downloadPanel h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
	font-size: 1.3em;
}
#downloadPanel p a {
	text-decoration: none;
	background: url(../Images/shared/downloadIcon.gif) right center no-repeat;
	display: block;
	height: 75px;
}
#downloadPanel p a:hover {
	text-decoration: none !important;
}
/* ------------------------------------------------------------------
=Generic Form
-------------------------------------------------------------------*/
.genericForm  {
	width: 663px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	margin: 10px 0 20px 0;
	padding: 10px 0;
}
body#brokeragePage .genericForm {
	height: 30px;
	}
body#contactUsPage .genericForm, body#mailingListPage .genericForm {
	border: none;
	width: 500px;
	}
.genericForm label {
	font-size: 1.3em;
	float: left;
	width: 75px;
	margin-top: 5px;
}
body#contactUsPage .genericForm label {
	width: auto;
	}
.genericForm label.hidden {
	text-indent: -1000em;
}
.genericForm .textField {
	border: 1px solid #616161;
	background: #262626;
	color: #ccc;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	margin-top: 10px;
	width: 150px;
}
body#contactUsPage .genericForm .textField, body#mailingListPage .genericForm .textField {
	width: 296px;
	padding: 2px;
	}
.genericForm .textArea {
	border: 1px solid #616161;
	background: #262626;
	color: #ccc;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	margin-top: 10px;
	height: 50px;
	width: 296px;
	padding: 2px;
}
.genericForm select {
	width: 150px;
	margin: 5px 20px 0 10px;
	float: left;
}
.genericForm .submitButton {
	float: left;
}
body#contactUsPage .genericForm .submitButton, body#mailingListPage .genericForm .submitButton {
	float: right;
	margin: 10px 0 0 0;
}
.genericForm span {
	font-size: 1.3em;
	color: #7ad5ed !important;
	clear: both;
}
	
input.showOnlyMultihulls {
	float:left;
	margin:8px 4px 0 0;
}
label.showOnlyMultihulls {
	float:left;
	white-space:nowrap;
	width:145px;
}
/* ------------------------------------------------------------------
=Paging
-------------------------------------------------------------------*/
ul.paging {
	width: 663px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	margin: 0 !important;
	height: 20px;
	padding: 10px 0;
	list-style-type: none !important;
}
ul.paging li {
	float: left;
	margin: 0 5px;
	color: #ccc !important;
	line-height: 20px;
}
ul.paging li a {
	text-decoration: none !important;
}
/* ------------------------------------------------------------------
=Map
-------------------------------------------------------------------*/
a#europeanOffice {
	position: absolute;
	display: block;
	width: 349px;
	height: 250px;
	left: 349px;
	top: 0;
	background: url(/Images/contactUs/europeanMap.jpg) top left no-repeat;
	border-right: 2px solid #000;
	}
a#caribbeanOffice {
	position: absolute;
	display: block;
	width: 349px;
	height: 250px;
	left: 0;
	top: 0;
	background: url(/Images/contactUs/caribbeanMap.jpg) top left no-repeat;
	}
/* ------------------------------------------------------------------
=Enquire Now
-------------------------------------------------------------------*/
#topImage {
	width: 698px;
	height: 250px;
	position: relative;
	}
#enquireNowPanel {
	position: absolute;
	right: 15px;
	bottom: 0;
	background: url(/Images/shared/enquireNowBackground.png) bottom left repeat-x;
	width: 180px;
	padding: 140px 10px 10px 10px;
	height: 110px;
	/*width: 180px;
	padding: 10px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: url(/Images/mailingList/mailingListBackground.gif) top left repeat-x;
	margin-bottom: 10px;*/
	}
#enquireNowPanel h3 {
	margin-bottom: -10px;
	font-size: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #7ad5ed;
	}
#enquireNowPanel p {
	margin: 10px 0 -5px 0 !important;
	font-size: 1.3em;
	}
#enquireNowPanel p a {
	text-indent: -1000em;
	background: url(/Images/forms/enquireNow.png) top left no-repeat;
	width: 96px;
	height: 27px;
	display: block;
	float: right;
	}
#brokerageEnquirePanel {
	width: 180px;
	padding: 10px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: url(/Images/mailingList/mailingListBackground.gif) top left repeat-x;
	margin-bottom: 10px;
	}
#brokerageEnquirePanel h3 {
	font-size: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #7ad5ed;
	}
#brokerageEnquirePanel p {
	font-size: 1.3em;
	}
#brokerageEnquirePanel p a {
	text-indent: -1000em;
	background: url(/Images/forms/enquireNow.png) top left no-repeat;
	width: 96px;
	height: 27px;
	display: block;
	float: right;
	}
/* ------------------------------------------------------------------
=Footer
-------------------------------------------------------------------*/
#footer {
	height: 30px;
	background: url(../Images/breadcrumbs/background.gif) top left repeat-x;
	width: 958px;
	padding: 0 10px;
	margin: 1px 0 0 0;
}
#footer p {
	line-height: 30px;
	color: #999;
	font-size: 1.1em;
}
#footer p a {
	color: #7ad5ed;
	text-decoration: underline;
}
/* ------------------------------------------------------------------
=Address columns
-------------------------------------------------------------------*/
.addressCol {
	width: 200px;
	margin-right: 20px;
	float: left;
	}

