/* -----------------------------------------------------------------------------------
	general page styles
----------------------------------------------------------------------------------- */

body { 
	color: #555753;
	background-color:transparent;
	margin: 0px; 
	}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #113559;
	padding-top: 12px;
	padding-bottom: 6px;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #113559;
	padding-top: 10px;
	padding-bottom: 6px;
	}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #113559;
	}

p	{
	margin-top: 0px;
	text-align: left;
	color: #113559;
	font-size:11px;
	}

ul, ol {
	font-size:11px;
	color: #113559;
	}

#container {
	padding-top: 94px;
	width: 800px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/logo_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

#content {
	float:left;
	line-height:20px;
	letter-spacing: 1px;
	width: 640px;
	margin-top: 10px;
	margin-left: 5px;
	}

#maintitle {
	padding-bottom: 12px;
	width: 620px;
	color: #A29261;
	font-weight: bold;
	left: 0px;
	font-size: 16px;
	top: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/maintitle.jpg);
	background-repeat: no-repeat;
	}

#tinytitle {
	font-size: 11px;
	font-weight: bold;
	color: #113559;
	}

#footer {
	float: left;
	width: 800px;
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	color: #113559;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	}

a	{
	text-decoration: underline;
}

a:link, a:visited {
	color: #113559;
	}

a:hover, a:active {
	color: #3aa4af;
	text-decoration: none;
	}

select {
	width: 160px;
	}	
/* -----------------------------------------------------------------------------------
	navbar styles
----------------------------------------------------------------------------------- */

#navbar {
	margin: 0;
	padding: 0;
	width: 800px;
	list-style-type: none;
	background-image: url(images/bluechip.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}

#navbar li {
	display: inline;
	}

#navbar li a {
	float: left;
	display: block;
	letter-spacing: 1px;
	background: #003f7d;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	}

#navbar li.home a,
#navbar li.about a,
#navbar li.dest a,
#navbar li.yacht a,
#navbar li.chart a,
#navbar li.news a {
	margin-right: 4px; 
	}

/* -----------------------------------------------------------------------------------
	lefside styles
----------------------------------------------------------------------------------- */

#leftside {
	float:left;
	width: 155px;
	margin-top: 10px;
	}
	
#leftnavbar {
	float: left;
	margin: 0px;
	width: 153px;
	height: 163px;
	padding: 0;
	padding-top: 10px;
	background-color:#e8e9ea;
	border: 1px solid #ccc;
	list-style-type: none;
	letter-spacing: 1px;
	}

#leftnavbar li a {
	width: 133px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	}

#bmf {
	float: left;
	margin-top: 5px;
	width: 153px;
	height: 87px;
	border: 1px solid #ccc;
	}

/* -----------------------------------------------------------------------------------
	home page styles
----------------------------------------------------------------------------------- */

#homedest,
#homeyacht,
#homechart {
	float:left;
	background-color:#003f7d;
	width: 190px;
	height: 250px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	}

#homedest {
	background-image: url(images/homedest.jpg);
	margin-right:5px;
	}

#homeyacht {
	background-image: url(images/homeyacht.jpg);
	margin-right:5px;
	}

#homechart {
	background-image: url(images/homechart.jpg);
	}

.hometitle {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	}

.homesubtitle {
	position:relative;
	top: 210px;
	font-size: 12px;
	}

#homebot {
	float: left;
	width: 600px;
	height: 128px;
	margin-top: 5px;
	font-size: 12px;
	background-image: url(images/wheel.gif);
	background-color: #8c7e53;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	}

#homebotleft {
	float: left;
	width: 280px;
	}

#homebotright {
	float: left;
	width: 300px;
	margin-left: 20px;
	cursor: pointer;
	}

.homebottitle {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	}

#homebotparaleft {
	margin-top: 6px;
	font-size: 11px;
	letter-spacing: 1px;
	color: #fff;
	text-align: justify;
	}

.bottompara2 {
	margin:0;
	padding: 10px;
	margin-top: 6px;
	background-color: #342f1f;
	width: auto;
	height: auto;
	}

.bottompara2 p {
	font-size: 11px;
	text-align: justify;
	color: #ffffff;
	}

#homead {
	float: left;
	margin-top: 5px;
	border: 1px solid #ccc;
	width: 153px;
	height: 153px;
	}

/* -----------------------------------------------------------------------------------
	about page styles
----------------------------------------------------------------------------------- */

#aboutcontent {
	float: left;
	padding: 10px;
	width: 618px;
	height: auto;
	border: 1px solid #ccc;
	background-image: url(images/compass.jpg);
	text-align: justify;
	color: #113559;
	}

#aboutcontent p {
	text-align: justify;
	}

#aboutpic {
	float: right;
	margin-left: 10px;
	}
	
/* -----------------------------------------------------------------------------------
	destination page styles
----------------------------------------------------------------------------------- */

#destintropic {
	float: right;
	margin-left: 10px;
	}
	
#destsumpic {
	float: left;
	margin-right: 10px;
	}
	
#dest, #destmain {
	float: left;
	padding: 10px;
	width: 618px;
	height: auto;
	border: 1px solid #ccc;
	background-position:right;
	background-repeat:repeat-y;
	font-size: 11px;
	text-align: justify;
	color: #113559;
	}

#dest {
	background-image: url(images/logobck.jpg);
	}

#dest p, #destmain p {
	text-align: justify;
	}

#destmain table {
	border-collapse: collapse;
	}

#destmain td {
	padding: 5px 10px;
	border: 1px solid #ccc;
	text-align: right;
	}

#destmain th {
	padding: 5px;
	}

#destsum {
	cursor: pointer;
	width: 618px;
	height: auto;
	float: left;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	}

#destsumtitle {
	font-size: 16px;
	font-weight: bold;
	color: #113559;
	padding-bottom: 10px;
	}

/* -----------------------------------------------------------------------------------
	charter options page styles
----------------------------------------------------------------------------------- */

#chartintropic {
	float: right;
	margin-left: 10px;
	}
	
#chartsumpic {
	float: left;
	margin-right: 10px;
	}
	
#chart, #chartmain {
	float: left;
	padding: 10px;
	width: 618px;
	height: auto;
	border: 1px solid #ccc;
	background-position:right;
	background-repeat:repeat-y;
	font-size: 11px;
	text-align: justify;
	color: #113559;
	}

#chart {
	background-image: url(images/logobck.jpg);
	}

#chart p, #chartmain p {
	text-align: justify;
	}

#chartsum {
	cursor: pointer;
	width: 618px;
	height: auto;
	float: left;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	}

#chartsumtitle {
	font-size: 16px;
	font-weight: bold;
	color: #113559;
	padding-bottom: 10px;
	}

/* -----------------------------------------------------------------------------------
	yacht page styles
----------------------------------------------------------------------------------- */

#yachtgenpics {
	float: left;
	width: 360px;
	height: 270px;
	margin-right: 10px;
	}
	
#yachtspecpics {
	float: right;
	width: 360px;
	height: 270px;
	margin-left: 10px;
	}

#yachtmain {
	float:left;
	padding: 10px;
	width: 618px;
	height: auto;
	border: 1px solid #ccc;
	font-size: 11px;
	text-align: justify;
	color: #113559;
	}

#yachtmain p {
	text-align:justify;
	}

#rates, #available {
	float:right;
	width: 248px;
	}

#dimensions {
	float: left;
	width: 248px;
	height: auto;
	font-size: 11px;
	text-align: justify;
	color: #113559;
	}

#design {
	float: left;
	width: 618px;
	height: auto;
	font-size: 11px;
	text-align: justify;
	color: #113559;
	}

#rates p {
	font-size: 11px;
	}

#yachtintro {
	float: left;
	width:618px;
	margin-top: 10px;
	}

#tabmenu {
	margin: 0;
	padding: 0;
	width: 618px;
	list-style-type: none;
	letter-spacing: 1px;
	padding-bottom: 10px;
	}

#tabmenu li {
	display: inline;
	}

#tabmenu li a {
	float: left;
	display: block;
	letter-spacing: 1px;
	background: #003f7d;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-right: 3px;
	margin-bottom: 10px;
	}

/* -----------------------------------------------------------------------------------
	contact page styles
----------------------------------------------------------------------------------- */

#contactmain {
	text-align: justify;
	float: left;
	border: 1px solid #CCCCCC;
	width: 638px;
	height: auto;
	}

#contactdetails {
	background-image: url(images/contactdetailsbck.gif);
	background-repeat:no-repeat;
	width: 298px;
	font-size: 11px;
	padding: 10px;
	float: left;
	margin-right: 5px;
	height: 365px;
	}

#form {
	/*background-image: url(images/formbck.jpg);
	background-position: bottom;
	background-repeat: no-repeat;*/
	background-color:#D2B588;
	width: 255px;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 11px;
	float: left;
	height: 365px;
	}

#form1 {
	margin-left: 10px;
	}

#ctitle {
	font-size: 16px;
	font-weight: bold;
	color: #113559;
	}

#ctitle2 {
	font-size: 16px;
	font-weight: bold;
	height: auto;
	color: #113559;
	text-align: center;
	}

#ctitle3 {
	font-size: 11px;
	font-weight: bold;
	color: #113559;
	}

#ctitle7 {
	text-align: center;
	color: #113559;
	font-size: 20px;
	}

#nlmsg {
	font-size: 11px;
	font-weight: normal;
	color: #113559;
	}

/* -----------------------------------------------------------------------------------
	booking form page styles
----------------------------------------------------------------------------------- */

#bookingmain {
	background-color:#e3e1c4;
	text-align: justify;
	float: left;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left:0px;
	border: 1px solid #cccccc;
	width: 638px;
	height: auto;
	}

#newsletterregistration {
	background-color:#d2b588;
	height: 260px;
	font-size: 11px;
	padding: 10px;
	padding-left: 10px;
	float: left;
	width: 314px;
}

#bookingformpage {
	width: auto;
	margin-top: 20px;	
	padding: 10px;
	font-size: 11px;
	float: left;
	}

#bfname {
	float: left;
	text-align: left;
	width: 100px;
	margin-right:10px;
	color: #113559;
}
	
#bfnamebox {
	float: left;
	width: 100px;
	margin-bottom: 10px;
	}

#bfleftcolum {
	width: 270px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	}
	
#bfrightcolum {
	width: 290px;
	float: left;
	height: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	}
	
#bfsubmit {
	margin-top: 10px;
	left: 400px;
	}

/* -----------------------------------------------------------------------------------
	Join Newsletter page styles
----------------------------------------------------------------------------------- */

#joinnewsmain {
	float: left;
	border: 1px solid #CCCCCC;
	width: 638px;
	height: auto;
	}

#benefits {
	background-image: url(images/envelopebck.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 10px;
	padding-right: 26px;
	font-size: 11px;
	float: left;
	width: 263px;
	height: 260px;
	background-color:#D5D3A8;
	margin-left: 5px;
	}

/* -----------------------------------------------------------------------------------
	GS Ownership page styles
----------------------------------------------------------------------------------- */

#gsownmain {
	background-image: url(images/grandsoleiluk.gif);
	padding: 10px;
	background-repeat: no-repeat;
	background-position:top center;
	float: left;
	border: 1px solid #cccccc;
	width: 618px;
	height: auto;
	}

#gsuktext {
	margin-top: 120px;
	float: left;
	}

/* -----------------------------------------------------------------------------------
	Links page styles
----------------------------------------------------------------------------------- */

#linksmain {
	float: left;
	padding: 10px;
	width: 618px;
	height: auto;
	border: 1px solid #ccc;
	background-image: url(images/compass.jpg);
	text-align: justify;
	color: #113559;
	}

#linksmain a {
	font-weight: bold;
	font-size: 11px;
	}

/* -----------------------------------------------------------------------------------
	Downloads page styles
----------------------------------------------------------------------------------- */


#downloadscontent {
	float: left;
	padding: 10px;
	width: 618px;
	height: 365px;
	border: 1px solid #ccc;
	background-image: url(images/compass.jpg);
	text-align: justify;
	color: #113559;
	}

/* -------------------------------------------------------------------------------- */
