

/*================================================================
BASE stylesheet (probably best to leave as is)

- Resets browser defaults
- Provides some basic extra classes
    - .clear
    - .clearfix
    - .hide
    - .block
- Corrects centering problem in IE 5
  
================================================================*/


/* RESET BROWSER DEFAULTS
----------------------------------------------------------------*/
html,body,form,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { 
  margin: 0; 
  padding: 0;
}

h1,h2,h3,h4,h5,h6,legend,pre,code { 
  font-size: 1em; 
}

a img,:link img,:visited img { 
  border: none;
}

li { zoom: 1;} 

address { 
  font-style: normal;
}


/* EXTRA CLASSES EVERY CSS HACKER NEEDS
----------------------------------------------------------------*/
.clear { 
  clear: both; 
}

.clearfix:after {
  /* What's this? --> http://www.positioniseverything.net/easyclearing.html */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

.hide {
  display: none; 
}

.block {
  display: block;
}


/* IE 5 Fix
----------------------------------------------------------------*/
body { 
  text-align: center; /* Hack for stoopid IE 5 */
}

div#wrapper {
  text-align: left; /* Undo stoopid IE 5 hack */
}

/*================================================================

    BLIS WEB AGENCY "TEMPLATE" STYLESHEET

    The purpose of stylesheet is position the "container"
    to the height and width you want it on the screen

    FORMAT: LONG CENTRE

    RULES:

    1. No TEXT FORMATING
    2. NO ENHANCEMENT (WIDGET) STYLES (THIS INCLUDES FORMS)
    3. AVOID HACKS
    4. NO IMAGES

================================================================*/


/* EVERYTHING
----------------------------------------------------------------*/

*{
    margin: 0;

    padding: 0;
    }


/* BODY
----------------------------------------------------------------*/

body{

    margin: 0 auto;

    width: 100%;

    text-align: center;
    }


/* WEBPAGE
----------------------------------------------------------------*/

.webpage{
    margin: 0px auto;

    width: 780px;
    }


/* NAVIGATION
----------------------------------------------------------------*/

.navigation{

    margin-left: -380px;

    width: 760px;

    height: 1px;

    top: 58px;

    text-align: left;

    z-index: 100;

    position: absolute;

    left: 50%;
    }


/* FOOTER
----------------------------------------------------------------*/

#footer{

    margin-left: -392px;

    padding: 0px 0 7px 0px;

    width: 770px;

    position: absolute;

    left: 50%;

    background-color: #fff;
    
    z-index: 991;
    
    border-right: 2px solid white;
    }

#footer a{
    color: #FFFFFF;
    }

/*================================================================
    
    BLIS WEB AGENCY "CORE" SCREEN STYLESHEET
    
    The purpose of stylesheet is to format the appearance of the
    site within the site container.
    
    RULES:
    1. NO ENHANCEMENT (WIDGET) STYLES (THIS INCLUDES FORMS)
    2. AVOID HACKS
    3. ALL PATHS TO BE ABSOLUTE (/images/...)

================================================================*/


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
html{
    overflow: -moz-scrollbars-vertical;
    }

html, body{
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 1em;
    }

body{
    background: #edf6fc;
    }

body #id_shop, body #id_new_boats, body #id_boats_detail{
    background: #3F85C2;
    }

h1{
    font-size: 160%;
    font-weight: normal;
    margin-bottom: 12px;
    color: #CAC1AE;
    padding: 3px;
    padding-left: 0;
    letter-spacing: -.05em;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial;
    }

h2{
    font-size: 12px;
    margin-bottom: 6px;
    margin-top: 10px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial;
    }

h3{
    font-size: 11px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #666666;
    background-image: url(../../images/h3_bkgr.gif);
    background-repeat: repeat-x;
    height: 30px;
    }

h3 a:link{
    color: #666666;
    }

h4{
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial;
    font-size: 100%;
    }

h5{
    font-size: 80%;
    color: #999999;
    font-weight: lighter;
    margin-bottom: 0;
    }
	h6{
	font-size:16px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial;
	color:#FF9900;
		font-weight:lighter;
	font-variant: small-caps;

	}

p, td{
    font-family: Arial, Helvetica, sans-serif;

    font-size: 12px;

    line-height: 1.5em;

    margin-bottom: 1em;
    }

li{
    font-size: 12px;
    line-height: 1.5em;
    list-style-type: none;
    margin-bottom: 1.5em;    
    padding-left: 14px;    
    background: url(/images/bullet.gif) no-repeat 2px 6px;
    }

ul{
    margin-bottom: 10px;
    list-style-type: square;
    }

a:link{
    color: #3F85C1;
    text-decoration: none;
    }

a:visited{
    color: #3F85C1;
    text-decoration: none;
    }

a:hover{
    color: #B8AC92;
    }

a:active{
    color: #999999;
    } /* TABLES
     ----------------------------------------------------------------*/

table{
    clear: both;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 20px;
    }

table.rels th{
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    background-color: #77A6D2;
    color: #ffffff;
    }

table.rels td{   
    padding-left: 5px;
    }

table.rels{
    background: #ededed;
    }

#id_shop td{
    padding: 0px
    }

td p{
    text-align: justify;
    font-size: 100%;
    }

#id_history td{
    font-size: 11px;
    }
/* HEADER CONTENT
----------------------------------------------------------------*/

#webpage{
    background: white;
    border-right:3px solid white;
    }

#content_frame{
    background: white url(/images/header_home.jpg) no-repeat scroll center 10px;
    padding-top: 40px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    text-align: left;
    width: 760px;
    display: block;
    }

.topPageGraphic h1{
    display: none;
    }
    
/* HEADER CONTENT
----------------------------------------------------------------*/

#header, .header{
    height: 255px;
    margin-bottom: 40px;
    margin-left: -117px;
    width: 595px;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-image: url(/images/about.jpg);
    z-index:10;
    }
    
BODY#id_index #header
{
	margin-left:-200px;
	width:678px;
}

.header{
    margin: 0;
    margin-left: 3px;
    }

.header img{
    margin: 0;
    padding: 0;
    }

#header .left, .header .left{
    width: 285px;
    height: 245px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    }

.header .left{
    margin: 0;
    }

#header .right, .header .right{
    float: right;
    width: 285px;
    height: 255px;
    }

#header p, .header p{
    font-size: 12px;
    color: #3F85C1;
    }

.header p, .header li, .header h1{
    margin-left: 8px;
    }

#header li, .header li{
    margin-bottom: 0;
    font-size: 12px;
    line-height: 120%;
    list-style-type: none;
    padding-bottom: 8px;
    padding-left: 14px;
    background: url(/images/bullet.gif) no-repeat 2px 4px;
    color: #3F85C1;
    }      

#id_boat_catalogue #header{
    display: none;
    }

/* HOMEPAGE */
#id_index #header{
    background-image: url(/images/slide-bg-home.jpg)
    }

/* HOLIDAYS */
#id_holidays #header, 
#id_club_marina_holidays #header, 
#id_tours #header,
#id_sys #header, 
#holidayheader{
    background-image: url(/images/header_holidays.jpg);
    }

/* CHARTERS */
#id_charter_boats #header{
    background-image: url(/images/header_charters.jpg);
    }

/* FACILITIES */
#id_facilities #header{
    background-image: url(/images/header_facilities.jpg);
    }

/* FACILITIES - BERTHING */
#id_berthing_facilities #header, 
#id_marina_services #header{
    background-image: url(/images/header_facilities1.jpg);
    }

/* FACILITIES - SLIPWAY */
#id_slipway_facilities #header{
    background-image: url(/images/header_slipway.jpg);
    }

/* ABOUT */
#id_about #header{
    background-image: url(/images/header_about.jpg);
    }
    
/* ABOUT - LIFESTYLE */
#id_lifestyle #header{
    background-image: url(/images/header_lifestyle.jpg);
    }

/* ABOUT - HISTORY */
#id_history #header{
    background-image: url(/images/header_history.jpg);
    }
    
/* ABOUT - ENVIRONMENTAL */
#id_environmental #header, #id_environmental_details #header {
    background-image: url(/images/enviro.jpg);
    }

/* BOATS */
#id_boats #header, 
#id_boats_new #header, 
#id_boats_detail #header, 
body.productsList #header, 
#id_boats_testmonials #header,
#boatheader{
    background-image: url(/images/header_boats.jpg);
    }
#id_boating_extra #header
{	background-image: url(/images/header_boating_extra.jpg);}
/* REAL ESTATE */
#id_real_estate #header, 
#realestateheader{
    background-image: url(/images/header_re.jpg);
    }
    
/* REAL ESTATE - HOMES FOR SALE */
#id_re_homes_sale #header{
    background-image: url(/images/header_homes_sale.jpg);
    }

/* REAL ESTATE - TERRACES */
#id_re_terraces #header{
    background-image: url(/images/header_realestate.jpg);
    }

/* REAL ESTATE - INVESTMENT */
#id_re_investment #header{
    background-image: url(/images/header_investment.jpg);
    }

/* REAL ESTATE - LAND FOR SALE */
#id_re_land_sale #header{
    background-image: url(/images/header_re2.jpg);
    }

/* REAL ESTATE - BUILDING UPDATE */
#id_re_building_update #header{
    background-image: url(/images/header_building_update.jpg);
    }
/* DEVELOPMENT GUIDELINES */
#id_re_devGuidelines #header{
    background-image: url(/images/header_devGuidelines.jpg);
    }



/* BLANK HEADERS */
#id_charter_boats_detail #header,
#id_cmh_details #header,
#id_re_terraces_detail #header,
body.productsMore #header{
    background-image: url(/images/header_blank.jpg)
    }  

/* PAGE CONTENT
----------------------------------------------------------------*/

.content{
    padding-left: 200px;
    width: 560px;
    }


/* SIDEBAR CONTENT
----------------------------------------------------------------*/
#id_subscribe .sideindex, #id_vip_members .sideindex, #id_sys .sideindex{
    display: none;
    }


.sideindex{
    display: block;
    width: 180px;
    float: left;
    text-align: left;
    text-align: left;
    font-size: 11px;
    padding: 0px;
    margin-top: 15px;
    border: 1px dotted #CAC1AE !important;
    border: 1px solid #efefef;
    border-top: none !important;
    border-top: none;
    }
    
BODY#id_index .sideindex{
    display: block;
    width: 180px;
    float: left;
    text-align: left;
    text-align: left;
    font-size: 11px;
    padding: 0px;
    margin-top: 20px;
    border: none !important;
    }

.sideindex h2{
    margin-top: 0;
    height: 30px;
    border-top: 1px dotted #CAC1AE !important;
    border-top: 1px solid #efefef;
    padding-top: 3px;
    padding-left: 15px;
    background: url(/images/h2_bkgr.gif) repeat-x;
    color: #666666;
    }

.sideindex ul{
    margin: 0;
    padding: 0;
    margin-bottom:6px;
    }

.sideindex p{
    padding: 10px;
    }

.sideindex li, .relinfo li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-image: none;
    margin-left: 12px;
    display:block;
    line-height: 1.5em;
    padding-top: 0px;
    padding-bottom: 8px;
    font-size: 11px;
    }

#weather{
    margin-top: 10px;
    padding-bottom: 20px;
    }

#weather h2, #news h2, #info h2{
    background: url(/images/h2_bkgr_plain.gif) repeat-x;
    padding-left: 2px;
    }

#weather li{
    margin-left: -10px;
    }

#news{
    padding-bottom: 0px;
    }

#news .newsheadline{
    padding-left: 5px;
    padding-right: 2px;
    }
    
#living
{
	background: url(/images/living-bg.jpg) no-repeat;
	padding-top: 165px;
	height: 157px;
} 

#boating
{
	background: url(/images/boating-bg.jpg) no-repeat;
	padding-top: 160px;
	height: 162px;
}

#living li, #boating li
{
	color: #fff;
	font-size: 16px;
	list-style-type: disc !important;
	background-image: none;
}

#living a, #boating a
{
	color: #fff;
}

#living a:hover, #boating a:hover
{
	text-decoration: underline;
}

BODY#id_index h1
{
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #23408e;
	margin-bottom: 0px;
	font-size: 26px;
	letter-spacing: 2px;
}

/*  SPECIFIC ID'S
----------------------------------------------------------------*/

#nav_boats_detail{
    display: none;
    }

#nav_boat_catalogue{
    display: none;
    }

#nav_cmh_details{
    display: none;
    }

#nav_re_house_land_detail{
    display: none
    }

#nav_re_terraces_detail{
    display: none
    }

#nav_re_homes_sale_detail{
    display: none
    }

#nav_charter_boats_detail{
    display: none;
    }

#nav_story{
    display: none;
    }

#id_shop .sideindex, #id_boat_catalogue .sideindex{
    display: none;
    }
    
/* FOOTER CONTENT
----------------------------------------------------------------*/
#footer{
    font-size: 70%;
    background: #B8AC92;
    border: solid 7px #fff;
    }

.blisid{
    padding-left: 440px;
    }
    
/* PAGE TOOLS
----------------------------------------------------------------*/

.hide, .printonly{
    display: none;
    }

.clear{
    clear: both;
    height: 0;
    width: 0;
    display: block;
    }

.noscript{
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    }

.noscript span{
    border: 1px solid #A71A1A;
    font-size: 10px;
    color: #A71A1A;
    margin: 0 auto;
    padding: 4px;
    position: relative;
    width: 700px;
    background: white;
    display: block;
    font-family: verdana, sans-serif;
    }
    
/* PRESENTATION ELEMENTS
----------------------------------------------------------------*/

.view{
    font-size: 11px;
    float: right;
    margin: 0
    }

.brochure{
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    padding: 5px;
    font-size: 11px;
    width: 190px;
    margin: 0;
    text-align: right;
    height: 20px;
    }

.autopagetoc{
    font-size: 11px;
    color: #0066FF;
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    padding: 5px;
    margin-bottom: 15px;
    }

.imgpad{
    padding-right: 20px;
    }
    
.sectionheader {
	padding-left:8px;
}

/* HOME PAGE MARK UP
----------------------------------------------------------------*/

#col_1{
    width: 150px;
    float: left;
    border: 1px solid #CAC1AE;
    margin-right: 8px;
    height: 220px;
    padding: 14px;
    }

#col_2{
    width: 150px;
    float: left;
    border: 1px solid #CAC1AE;
    margin-right: 8px;
    height: 220px;
    padding: 14px;
    }

#col_3{
    width: 150px;
    float: left;
    border: 1px solid #CAC1AE;
    height: 220px;
    padding: 14px;
    margin-bottom: 20px;
    }

#home_intro p{
    font-size: 11px;
    line-height: 130%;
    }

.price{
    color: #990000;
    font-size: 12px;
    font-weight: bold;
    }

.relinfo{
    display: block;
    float: left;
    width: 170px;
    padding-right: 10px;
    }

.relinfo h2{
    padding-bottom: 10px;
    }

.details{
    display: block;
    float: right;
    width: 370px;
    }

.details p{
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;
    }

.fw_details{
    width: 550px;
    }

.details li, .fw_details li{
    margin-bottom: 0;
    margin-left: 10px;
    }

.vert_img{
    float: left;
    display: block;
    padding-right: 20px;
    }

#id_faq td{
    padding: 10px;
    }

#id_faq .faq{
    border-right: solid 1px #efefef;
    }

img{
    margin: 0px;
    padding: 0px;
    }

.catalogue{
    padding: 10px;
    }

.catalogue .vessel{
    font-size: 12px;
    padding: 10px;
    border: solid 1px #efefef;
    margin-bottom: 10px;
    }

.catalogue .vessel .image{
    padding-right: 15px;
    }

.catalogue .vessel h2{
    font-weight: bold;
    text-transform: uppercase;
    }

.catalogue .description{
    text-align: justify;
    padding-right:8px;
    }

.catalogue .image{
    text-align: left;
    }

.catalogue #intro{
    text-align: left;
    }

.catalogue .category h1{
    text-align: left;
    font-size: 140%;
    margin-top:30px;
    }

.catalogue td h2 {
	display:block;
	padding-right:8px;
}

.catalogue .image img{
	border:1px solid #999;
}

.preview{
    width: 550px;
    }

.preview table{
    border: dotted 1px #CAC1AE !important;
    border: solid 1px #efefef;
    padding-right: 10px;
    width: 550px;
    float: right;
    }

.preview td p{
    font-size: 11px;
    padding-right: 10px;
    }

.preview h3{
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    }

.preview h3 a{
    color: #666666;
    }

.preview h4 a{
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 10px;
    }

.download{
    font-size: 11px;
    }

#id_agencies .aa h2, #id_agencies .aa p{
    margin: 0;
    padding: 0;
    }

#id_agencies .aa h3{
    margin-bottom: 10px;
    padding-bottom: 3px;
    padding-left: 0;
    }

.preview img{
    padding: 15px;
    padding-top: 0;
    }

.conditions{
	font-size: 10px;
	color: #666666;
    }

.conditions li{
    font-size: 11px;
	color: #666666;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    background-image: none;
    }

.bow{
    padding: 10px;
    }

.bow p{
    font-size: 11px;
    }

.click{
    font-size: 11px;
    color: #666666;
    margin-top: -20px;
    }

.formlabel{
    font-size: 11px;
    }

.button{
    height: 20px;
    margin-left: 10px;
    font-weight: normal;
    vertical-align: middle;
    color: #fff;
    background-color: #1A60A5;
    font-size: 12px;
    border: none;
    padding-left: 3px;
    padding-right: 3px;
    }


/* BANNER ANIMATION
----------------------------------------------------------------*/

.slider{
    display: block;
    height: 0;
    width: 0;
    float: right;
    z-index: 11;
    }

#id_boat_catalogue .slider{
    display: block;    
    }

.slidertitle{
    z-index: 11;
    cursor: pointer;
    display: block;
    border-left: 1px solid white;
    height: 0;
    width: 25px;
    float: left;
    padding: 0;
    margin: 0;
    }

#slider_3{
    background: top left no-repeat #FFF;
    width: 80px;
    z-index: 9;
    padding: 0;
    text-align: left;
    margin-left: 0px;
    border-left: 1px solid white;    
    }

#slider_2{
    background: top left no-repeat #FFF;
    width: 54px;
    z-index: 9;
    margin-left: -38px;
    text-align: left;
    margin-right: -1px;  
    }

#slider_1{
    background: top left no-repeat #FFF;
    width: 27px;
    z-index: 9;
    text-align: left;
    margin-left: -27px;
    padding: 0;    
    }

#slidercontainer{
    float: right;
    display: block;    
    overflow: hidden;
    z-index: 9;
    width: 100px;
    padding: 0;
    margin: 0;
    height:255px;
    margin-right: 2px;
    }
    
/* OTHER
--------------------------------------------------*/

#id_environmental .details{
    display: block;
    height: 450px;
    }

#id_faq li{
    line-height: 14px;
    margin: 0;
    }

#id_faq ul{
    margin-top: 12px;
    margin-bottom: 15px;
    }

.wave_overlay{
    padding: 0;
    margin: 0;
    width: 282px;
    height: 255px;
    background: url(/images/white_box_bkgr2.png) -20px 0 no-repeat !important;
    background: url(/images/white_box_bkgr.png) -20px 0 no-repeat;
    display: block;
    }
#id_real_estate .imgnav
{display:none;}

#id_subscribe select.tbox
{	margin-top:10px;
	margin-bottom:10px;}
#id_subscribe input.button
{	margin-left:0px;}

#id_boat_catalogue .catalogue { width:760px; background:white; }

#articlebody li
{	margin:0;}

pre { padding:0;margin:0;display:block;height:25px; line-height:34px;overflow:hidden;}

pre a
{
    margin:0;
    margin-top:-11px;
    display:block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
 
}
#id_form .positioneddiv .crumbs #crumbs_left
{
	display: none;	
}

.stretch
{
	color: #006699 !important;
}	

.prime_text 
{
	font: Arial, Helvetica, sans-serif;
	font-size: 205%;
	color: #2f3a8d;
	font-weight: bold;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: -10px;
}
.price_text 
{
	font: Arial, Helvetica, sans-serif;
	font-size: 870%;
	color: #2f3a8d;
	font-weight: bold;
	float: left;
	clear: both;
	margin-bottom: -5px;
	letter-spacing: -0.035em;
}
.star
{
	position: absolute;
	margin-top: 23px;
	margin-left: -3px;
	font: Arial, Helvetica, sans-serif;
	font-size: 20%;
	color: #2f3a8d;
	font-weight: bold;
}
.register
{
	font: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #2f3a8d;
	font-weight: bold;
	float: left;
}
.average_price
{
	font: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666;
	font-weight: normal;
	float: right;
	padding-top: 8px;
	padding-right: 7px;
	width: 172px;
}

#waterfront
{
	margin-bottom: 5px;
}

#waterfront .register a
{
	color: #2f3a8d;
}
#waterfront .register a:hover
{
	color: #B8AC92;
}
#id_index #shadowbox_container #shadowbox_body
{
	background: #FFF;
	padding-left: 30px !important;
	padding-top: 15px;
}


/*================================================================

    BLIS WEB AGENCY "WIDGET" STYLESHEET
    
    The purpose of stylesheet is provide layout and formatting
    for all enhancements and widgets.
    
    RULES:
    1. WIDGET AND ENHANCEMENT FORMAT ONLY
    2. AVOID HACKS
    3. ALL PATHS TO BE ABSOLUTE (/images/...)
    
    CONTENTS:
    - AUTO FORM
    - BREAD CRUMBS
    - FONT SIZE CHANGER
    - GALLERY
    - IMGTXT
    - NAVIGATION
    - NEWS
    - SEARCH
    - SHOP
    - SITEMAP
    - SUBSCRIPTION TOOL

================================================================*/
/* AUTO FORM --*/

.formbuttons .button{
    height: 20px;
    font-weight: normal;
    vertical-align: middle;
    color: #fff;
    background-color: #1A60A5;
    padding: 2px;
    font-size: 11px;
    border: none;
    margin: 0;
    }

.formfield input{
    font-size: 10px;
    width: 135px;
    padding: 1px;
    }

.string, 
.email,
.tbox_max,
textarea{
	border:1px solid #cdcdcd;
	padding: 1px;
	}
	
.string:hover, 
.email:hover,
.tbox_max:hover,
textarea:hover{
	border:1px solid #999;
	padding: 1px;
	}
	
.formfield{
	padding-top:2px;
	padding-bottom:2px;
	display:block;
	}
	
#id_boat_enquire h2 {
	font-size:18px;
}

#id_boat_enquire input {
	width:160px;
}
#id_boat_enquire .left
{
	float:left;
	margin-right:12px;	
}

#id_boat_enquire .left input,
#id_boat_enquire .right input
{
	border:1px solid #ABABAB;
}

#id_boat_enquire .right
{
	float:left;
}
#id_boat_enquire .span
{
	clear:both;
}

#id_boat_enquire p {
	display:block;
	padding:0;
	margin:0;
	padding-bottom:8px !important;
	padding-bottom: 0;
}

#id_boat_enquire .span textarea
{
	width:370px;
	height:180px;
	font-family:verdana,sans-serif;
	font-size:11px;
	padding:4px;
	border: 1px solid #ABABAB;
}

#id_boat_enquire .span .string
{
	width:378px;
}

#id_boat_enquire .span .button
{
	margin-left:0px;
	width:100px;
}


/* AUTO PAGE
----------------------------------------------------------------*/

#id_environmental .autopagetoc{
    font-size: 11px;
    color: #0066FF;
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    padding: 5px;
    margin-bottom: 15px;
    position: absolute;
    top: 790px;
    width: 360px;
    }
.autopagetoc {
border-top:none;}

/* BACK LINKS
----------------------------------------------------------------*/
.backbutton a {
	font-size:11px;
}

/* BOAT SEARCH
----------------------------------------------------------------*/
#search_field{
    margin-bottom: 20px;
    float: left;
    }

* html #id_shop #navi form fieldset{
    margin-top: 3px;
    }

#searchinput{
    width: 150px;
    height: 16px;
    vertical-align: middle;
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 11px;
    padding-left: 2px;
    padding-top: 2px;
    }

#searchbutton{
    height: 20px;
    font-weight: normal;
    vertical-align: middle;
    color: #fff;
    background-color: #1A60A5;
    padding: 2px;
    font-size: 11px;
    border: none;
    }

.readmore{
    font-size: 70%;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: dotted 1px #efefef;
    }

.goback{
    font-size: 70%;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: dotted 1px #efefef;
    }

.boats{
    height: auto;
    width: 560px;
    }
/* BREAD CRUMBS
----------------------------------------------------------------*/

.crumbs{
    border-top: solid 1px #efefef;
    border-bottom: solid 1px #efefef;
    text-align: left;
    font-size: 10px;
    padding: 5px;
    padding-top:7px;
    height: 13px;
    }

.crumbs a{
    color: #006699;
    }

#crumbs_right{
    float: right
    }

#crumbs_left{
    float: left;
    }
/* CUSTOM SCROLL
----------------------------------------------------------------*/


/* DRAG
----------------------------------------------------------------*/
.drag{
    position: absolute;
    width: 150px;
    height: 150px;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    padding: 5px;
    z-index: 999;
    }

.handle{
    position: relative;
    background-color: #CCCCCC;
    border: 1px solid #333333;
    padding: 2px;
    cursor: move;
    }

.resize{
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 10px;
    width: 10px;
    background-color: #CCCCCC;
    cursor: se-resize;
    }
/* FONT SIZE CHANGER
----------------------------------------------------------------*/
#fontsize_box{
    display: block;
    width: 80px;
    float: left;
    text-align: center;
    font-size: 11px;
    padding: 2px;
    }

#fontsize_box a{
    color: #FFFFFF;
    }


/* FOOTER TEXT
----------------------------------------------------------------*/

/* GALLERY
----------------------------------------------------------------*/

#id_environmental .gallery{
    height: 440px;
    overflow: hidden;
    }

.gallery{
    background-color: #FFFFFF;
    }

.gallery .thumbs{
    /* THUMBNAILS */
    border: 1px solid #CAC1AE;
    padding: 0;
    margin: 2px;
    display: block;
    overflow: hidden;
    float: left;
    }

#id_story .gallery{
    background-image: url(/images/story_bkgr.gif);
    background-repeat: no-repeat;
    }

#id_story .gallery .thumbcontainer{
    margin-top: 80px;
    height: 165px;
    overflow: hidden;
    }

#id_story .gallery #lgtxt{
    margin-top: -70px;
    height: 90px;
    overflow: hidden;
    }

#id_story .gallery .lrg{
    padding: 0px;
    margin: 0px;
    }

.gallery #lg{
    /* LARGE IMAGE */
    border: 1px solid #fff;
    float: right;
    }

.gallery #lgtxt{
    /* IMAGE COMMENT */
    font-size: 10px;
    font-family: verdana, sans-serif;
    width: 260px;
    display: block;
    float: right;
    padding: 4px;
    }

.gallery #lgtb{
    /* IMAGE TOOLBAR (view large version) */
    font-size: 10px;
    text-transform: uppercase;
    font-family: verdana, sans-serif;
    display: block;
    width: 200px;
    margin-top: 8px;
    float: right;
    /* FORMAT FOR ICON */
    text-indent: 20px;
    background: url(/images/stock/new_window_3.gif) 0 0 no-repeat;
    height: 14px;
    padding-top: 2px;
    }

.gallery .description{
    font: bold 8pt tahoma, arial;
    text-align: center;
    color: Black;
    text-decoration: none;
    }

.gallery .credits{
    display: none;
    }

.gallery .lrgtext{
    float: left;
    padding-right: 9px;
    }
/* EXIF INFORMATION */
.gallery .table_exif{
    font: 8pt tahoma, arial;
    color: #757575;
    text-decoration: none;
    border: 1px solid #B5B5B5;
    text-align: left;
    }

.gallery .thumbcontainer{
    display: block;
    float: left;
    }

.gallery .imgnav{
    clear: both;
    text-align: left;
    padding-top: 0;
    margin-top: 20px;
    display: block;
    }

.gallery .imgnav p{
    text-align: left;
    }
/* GOOGLEMAP
----------------------------------------------------------------*/
.printgooglemap{
    font-family: verdana;
    font-size: 11px;
    display: block;
    width: 100px;
    height: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid black;
    background: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: center;
    }
/* IMGTXT
----------------------------------------------------------------*/

.imgtxt{
    text-indent: -9999px;
    display: block;
    background-repeat: no-repeat;
    }

/* MOOBOX
----------------------------------------------------------------*/
#imgGallery{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
    }

#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha( opacity = 60 );

    -moz-opacity: 0.6;
    opacity: 0.6;
    }

#imageContainer{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    padding: 10px;
    }

/* NAVIGATION
----------------------------------------------------------------*/
.navigation {
/* BLANK */
}

.navigation dl{
    width: 740px;
    margin: 0 auto;
    padding-top: 8px;
    height: 1px;
    display: block;
    }

.navigation dd{
    font-size: 11px;
    float: left;
    margin: 0;
    padding: 0;
    padding-right: 20px;
    text-transform: uppercase;
    }

.navigation a:link{
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    }

.navigation a:visited{
    color: #FFFFFF;
    }

.navigation a:hover{
    color: #FFFFFF;
    }

.navigation .selected{
    text-decoration: underline;
    }

.navigation em{
    display: none;
    }

.subnav{
    width: 180px;
    float: left;
    text-align: left;
    margin-bottom: 10px;
    }

.subnav dd{
    border-bottom: none 1px #efefef;
    }

.subnav a{
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 15px;
    }

.subnav dd a:hover{
    background-color: #EDF6FC;
    text-decoration: none;
    }

#dropdownMenu, #dropdownMenu dl{
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    text-align: center;
    border: 0;
    display: block;
    z-index: 1;
    margin-left: 25px;
    }

#dropdownMenu a{
    display: block;
    height: 30px;
    line-height: 30px;
    border: 0;
    }

#dropdownMenu dd dl dd:hover{
    background: #333333;
    }

#dropdownMenu dd{
    float: left;
    border: 0;
    overflow: visible;
    text-align: left;
    z-index: 1;
    padding-left: 0px;
    width: auto !important;
    width: 2%;
    white-space: nowrap;
    padding-right: 33px;
    }

#dropdownMenu dd dl{
    width: 150px;
    position: absolute;
    display: none;
    z-index: 20000;
    background: #999;
    margin-left: -5px;
    margin-top: -1px;
    }

#dropdownMenu dd dl dd a{
    height: 20px;
    line-height: 20px;
    padding-left: 4px;
    width: 150px;
    display: block;
    }

#dropdownMenu dd dl dd{
    z-index: 20000;
    background: #999;
    width: 150px;
    display: block;
    border-bottom: 1px solid #888;
    }

#dd_index a{
    padding-left: 10px;
    }

#about_dropdownMenu{
    text-align: left;
    padding: 0;
    }

#about_dropdownMenu, #about_dropdownMenu dl{
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    text-align: center;
    border: 0;
    display: block;
    z-index: 1;
    }

#about_dropdownMenu a{
    display: block;
    width: 170px;
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    border: 0;
    }

#about_dropdownMenu a.submenu{
    background: url(/images/stock/arrow_right_black_05.gif) no-repeat 160px 3px;
    }

#about_dropdownMenu a:hover{
    background-color: #EDF6FC;
    border: 0;
    }

#about_dropdownMenu dd{
    float: none;
    width: 180px;
    border: 0;
    display: block;
    overflow: hidden;
    text-align: left;
    z-index: 1;
    white-space: nowrap;
    }

#about_dropdownMenu dd dl{
    width: 160px;
    margin-top: -20px;
    margin-left: 178px;
    position: absolute;
    float: left;
    display: block;
    z-index: 2000;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #cdcdcd;
    }

#about_dropdownMenu dd dl dd{
    width: 160px;
    z-index: 2000;
    }


/* NEWS
----------------------------------------------------------------*/

.sideindex .newsheadline{
    padding-bottom: 5px;
    margin-top: 5px;
    }

.sideindex .newsheadline h4{
    margin-top: 0px;
    }

#header .left .newsheadline{
    margin-bottom: 10px;
    }
.newsheadline span{
    display:block;
    margin-bottom:4px;
    }
#articlebody {
	padding-left: 8px;
}

.newsdescription {
	padding-left:8px;
	padding-right:3px;
}

.readmore {
	padding-left:8px;
	padding-bottom:8px;
}

.goback {
	padding-left:8px;
	padding-bottom:4px;
}
/* POSITION ITEM
---------------------------------------------------------------*/

.positioneddiv{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
    z-index: 11;
    }

.positioneddiv .posblock1{
    margin: 0 auto;
    padding: 0;
    width: 760px;
    height: 1px;
    display: block;
    visibility: hidden;
    }

.positioneddiv .posblock1 .posblock2{
    display: block;
    visibility: visible;
    }
/* PRINT PAGE
----------------------------------------------------------------*/

/* SEARCH
----------------------------------------------------------------*/

/* SHOP - SEE SHOP.CSS
----------------------------------------------------------------*/

/* SITEMAP
----------------------------------------------------------------*/

/* SHADOW BOX
----------------------------------------------------------------*/
/* Overlay  */
#shadowbox_overlay {
  visibility: hidden;
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 998;
}

/* Container  */
#shadowbox_container {
  position: fixed;
  height: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center; /* centers in quirks and IE */
}

/* Shadowbox  */
#shadowbox {
  display: none;
  visibility: hidden;
  margin: 0 auto;
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  text-align: left; /* reset left alignment */
}

#shadowbox_title {
  height: 25px;
  padding: 0;
  overflow: hidden;
}
#shadowbox_title_inner {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  padding: 5px 0 4px 8px;
  color: #fff;
}

#shadowbox_body {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  background-color: #000;
}
#shadowbox_body_inner {
  position: relative;
  overflow: hidden;
}
#shadowbox_loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 10000px; /* overflow:hidden will clip this */
  width: 100%;
  background-color: #222;
}
#shadowbox_loading img {
  float: left;
  margin: 10px 10px 0 10px;
}
#shadowbox_loading span {
  float: left;
  margin-top: 16px;
  font-size: 10px;
}
#shadowbox_loading span a,
#shadowbox_loading span a:link,
#shadowbox_loading span a:visited {
  color: #fff;
}

#shadowbox_content.html { /* make html content scrollable */
  height: 100%;
  width: 100%;
  overflow: auto;
}

#shadowbox_toolbar {
  margin: 0;
  padding: 0;
  height: 20px;
  overflow: hidden;
}
#shadowbox_toolbar_inner {
  height: 20px;
  color: #fff;
}
#shadowbox_toolbar_inner div {
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 10px;
  height: 10px;
  line-height: 10px;
}
#shadowbox_toolbar_inner div span.shortcut {
  text-decoration: underline;
  font-weight: bold;
}
#shadowbox_toolbar_inner div a {
  text-decoration: none;
  color: #fff;
}
#shadowbox_nav_close,
#shadowbox_nav_previous,
#shadowbox_nav_next {
  float: right;
  padding-right: 10px;
}
#shadowbox_counter {
  float: left;
  padding-left: 10px;
}
#shadowbox_counter a {
  padding: 0 4px 0 0;
}
#shadowbox_counter a.shadowbox_counter_current {
  text-decoration: underline;
  font-weight: bold;
}

/*_ Messages  */
div.shadowbox_message {
  text-align: center;
  padding: 10px;
}
div.shadowbox_message a:link,
div.shadowbox_message a:visited {
  text-decoration: none;
  color: #bed333;
}
div.shadowbox_message a:hover,
div.shadowbox_message a:focus {
  text-decoration: underline;
}
    
/* SLIDESHOW
----------------------------------------------------------------*/

.jdSlideshow{
    display: none;
    overflow: hidden;
    position: relative;
    }

.jdSlideshow img{
    border: 0;
    margin: 0;
    }

.jdSlideshow .slideElement{
    width: 100%;
    height: 100%;
    }

.jdSlideshow .slideInfoZone{
    position: absolute;
    z-index: 10;
    width: 100%;
    margin: 0px;
    left: 0;
    bottom: 0;
    height: 3em;
    background: #333;
    color: #fff;
    text-indent: 0;
    }

.jdSlideshow .slideInfoZone h2{
    padding: 0;
    font-size: 80%;
    margin: 0;
    margin: 2px 5px;
    font-weight: bold;
    color: inherit;
    }

.jdSlideshow .slideInfoZone p{
    padding: 0;
    font-size: 60%;
    margin: 2px 5px;
    color: #eee;
    }

.jdSlideshow a{
    font-size: 100%;
    text-decoration: none;
    color: inherit;
    }

.jdSlideshow a.right, .jdSlideshow a.left{
    position: absolute;
    height: 100%;
    width: 40%;
    cursor: pointer;
    z-index: 10;
    filter: alpha( opacity = 20 );

    -moz-opacity:0.2;

    -khtml-opacity: 0.2;
    opacity: 0.2;
    }

* html .jdSlideshow a.right, * html .jdSlideshow a.left{
    filter: alpha( opacity = 50 );
    }

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover{
    filter: alpha( opacity = 80 );

    -moz-opacity:0.8;

    -khtml-opacity: 0.8;
    opacity: 0.8;
    }

.jdSlideshow a.left{
    left: 0;
    top: 0;
    background: url('/images/stock/fleche1.png') no-repeat top left;
    }

* html .jdSlideshow a.left{
    background: url('/images/stock/fleche1.gif') no-repeat top left;
    }

.jdSlideshow a.right{
    right: 0;
    top: 0;
    background: url('/images/stock/fleche2.png') no-repeat top right;
    }

* html .jdSlideshow a.right{
    background: url('/images/stock/fleche2.gif') no-repeat top right;
    }

/* STRETCH TOOL
----------------------------------------------------------------*/

.stretch{
    cursor: pointer;
    font-size: 12px;
    color: #0066FF;
    }

.stretcher{
    padding-left: 30px;
    }

.stretch img{
    margin-right: 4px;
    }

/* SUBSCRIPTION TOOL
----------------------------------------------------------------*/
.subscriptionzone{
	  float:right;
	  display:block;
	  width: 300px;
	  padding-top:22px;
	  }
	  
.mailoptions{
	  float:left;
	  display:block;
	  width: 200px;
	  padding-left:10px;
	  }

#subscriptionform{
    font-size: 70%;
    display: block;
    }

#subscriptionform .checkbox span{
    padding: 5px;
    }

#subscriptionform .checkbox{
    padding-bottom: 5px;
    }

#subscriptionform .idlike{
    padding-top: 15px;
    padding-bottom: 15px;
    }

#subscriptionform .button{
    height: 20px;
    margin-left: 10px;
    font-weight: normal;
    vertical-align: middle;
    color: #fff;
    background-color: #1A60A5;
    font-size: 12px;
    border: none;
    padding-left: 3px;
    padding-right: 3px;
    }

#subscriptionform #emailaddress{
    width: 150px;
    height: 18px;
    vertical-align: middle;
    color: #000;
    background-color: #efefef;
    border: 1px solid #ccc;
    font-size: 11px;
    }
    
#slideshow li { margin:0;padding:0}    
#slideshow {margin:0;padding:0}

/* TOOLTIPS
----------------------------------------------------------------*/

.tooltip{
    width: 200px;
    color: #000;
    text-align: center;
    z-index:400;
    }

.tooltip h4{    
    font-weight: bold;
    text-shadow: 2px 2px 1px #222;
    margin: 0;
    padding: 13px 10px 5px;
    background: url(/images/stock/balloon.png) top left no-repeat !important;
    background: url(/images/stock/balloon.gif) top left no-repeat;
    font-size: 11px;
    z-index:400;    
    }

.tooltip p{
    margin: 0;
    padding: 0 10px 15px;
    text-shadow: 2px 2px 1px #222;
    background: url(/images/stock/balloon.png) bottom left no-repeat !important;
    background: url(/images/stock/balloon.gif) bottom left no-repeat;
    font-size: 10px;    
    font-size: 11px;
    font-family: verdana, sans-serif;
    z-index:400;
    }

/* UNKNOWN
----------------------------------------------------------------*/

#tmhi-subscribe{
    text-align: left;
    margin-left: 100px;
    }

#header .left .newsheadline h4, #header .left .newsheadline h4 a.newslink{
    font-size: 11px;
    color: #0066CC;
    margin: 0;
    padding: 0;
    border: none;
    }

.newsheadline{
    background: url(/images/headline_bullet.png) no-repeat 0 3px;
    padding-left: 13px;
    display: block;
    }
#id_index .newsheadline{
	  background: none;
}

/* Date Display
----------------------------------------------------------------*/

.newsarticle h5{
    font-size: 11px;
    border-bottom: dotted 1px #efefef;
    color: #666666;
    font-weight: normal;
    }

.readmore {
/* Blank */
}

/* Zebra Tables
----------------------------------------------------------------*/
.odd{
    background:#dedede;
}
.even{
    background:#efefef;
}