/*
---------------------------------------
LAYOUT
Cascading Style Sheet 		
Author: Lyndsey Pearce		
Version: 1.0				
website: Tenderfoot Presents
email: lyndsey.pearce@cube3media.com
---------------------------------------
*/
@import url(colour.css);
@import url(typography.css);

/*Normalises 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;
}

/*Normalises font sizes for headers*/
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

/*Removes list-styles from lists*/
ol, ul{
	list-style: none;
}

/*Normalises font-style and font-weight to normal*/
address, caption, cite, code, dfn, th, var{
	font-style: normal;
	font-weight: normal;
}

/*Removes cellspacing and cellpadding from tables*/
table{
	border-collapse: collapse;
	border-spacing: 0;
}

/*Removes border from fieldset and img*/
fieldset, img{
	border: 0;
}

/*Left aligns test in caption and th*/
caption, th{
	text-align: left;
}

/*Removes quotation marks from g*/
q:before, q:after{
	content: '';
}

/*Use html and body to center the design instead of a wrapper div*/
html {
text-align:center;
	background-image: url(../images/sea.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
/*background-color: #fff;*/
/*background-image: url(../images/bg.jpg);
background-repeat: repeat-x;*/
}

body{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	height: 100%;
}

p a {
	color: #fff;
}

p a:hover{
	background-color: #4f4f4f;
}

#keyline{
	/*border: 1px solid #4f4f4f;*/
	margin: 0px auto 0 auto;
	padding: 10px 0 0 0;
	width: 900px;
}

#clearboxtop{
	border: 1px solid #FF3FAA;
	width:850px;
}

#clearboxbottom{
	border: 1px solid #00BFAA;
	height: 200px;
	width:850px;
}


#blackbox{
	border: 1px solid #7FFF55;
	width: 800px;
		margin: 0 auto;
}


#wrapper { 
 margin: -140px auto 0 auto;
 width: 1000px;
 /*background-color: #fff;*/
/* border: 1px solid #4F4F4F;*/

}
#header {
 width: 900px;
 float: left;
 height: 100px;
 margin: 60px auto -25px 30px;
 background-image: url(../images/headerback.png);
 background-repeat: no-repeat;
 background-color: transparent;

}

h3.imagerep{
	background: url(../images/welcome.jpg) no-repeat;
	width: 500px;
	height: 24px;
	margin: 5px 0 8px 0;
}

h3.imagerep span{
	position: absolute;
	text-indent: -5000px;
}

/*#header ul.dropdown{
	font-size:13px;
	margin: 55px 0 0 120px;
	padding: 0;
  list-style: none;
}

#header ul.dropdown li{
  float: left;
  position: relative;
  padding: 0 6px 0 6px;
  border-left: 1px solid #fff;
}

#header ul.dropdown li.first{
border: none;
 
}

#header li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
  
#header li > ul {
	top: auto;
	left: auto;
	}
	
#header li:hover ul, li.over ul { 
	display: block; 
	cursor: pointer;
}

#header li:hover ul li, li.over ul li{
	clear: left;
	border: none;
	width: 120px;
}

#header li:hover ul li a, li.over ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	width: 120px;
}*/

/*#header li:hover ul li a:hover{
	background-color: #454545;
	width: 120px;
 }*/
 
#main img{
	margin-bottom: 10px;
}


#leftcolumn { 
 margin: -4px 3px 0px 11px;
 height: 350px;
 width: 130px;
 float: left;
}

#leftcolumn a{
	text-decoration: none;
	color: #fff;
	display: block;
}

#leftcolumn ul.leftnav li{
	background-color: #000;
	margin: 4px 0 4px 0;
}


#leftcolumn ul.leftnav li a:hover{
	background-color: #3b3b3b;
}

#leftcolumn ul.leftnav ul li a{
	margin-left: 15px;
}

#content { 
 float: left;
 margin: 0px 0px 20px 0px;
 width: 750px;
 display: inline;
}

#content.image {
 float: left;
 margin: 0px 0px 5px 0px;
 width: 750px;
 display: inline;
 background-image: url(/images/boatcopy.jpg);
 background-repeat: no-repeat;
 background-position: right;
}



#compass {
	/*border: 1px solid #f00;*/
}

#content #col1 {
	width: 420px;
	float: left;
	margin: 0 10px 0 0;
}

#content #col1 p {
	margin: 0;
}

#content #col2 {
	width: 100px;
	height: 400px;
	float: left;
	/*margin: 6px 10px 0 0;*/
	background-color: transparent;
}

#content #main{
	float: left;
	width: 570px;
}

#content #mainwide{
	float: left;
	width: 750px;
}

#main{
	background-color: #000;
}

#main #flash{
	margin-bottom: 5px;
}

#mainwide #flash{
	margin-bottom: 5px;
}

#main p{
	margin: 0;
	padding: 0;
	background-color: #000;
}

#mainwide{
	background-color: #000;
}

#mainwide p{
	margin: 0 10px 0 0 ;
	padding: 0;
	background-color: #000;
}

#landing{
	background-color: transparent;
	padding: 10px 0 0 0;
	margin: 0 0 -25px 0;
	height: 447px;
	
}

img.welcome{
	margin: 10px 0 5px 0;
}

img.boatright{
	float: right;
	margin-top: 100px;
	margin-right:15px;
}

img.thumb{
	border: 1px solid #4f4f4f;
	padding: 5px;
	margin: 5px 5px 0 5px;
}

/*=======================NO RIGHT COLUMN IN TWO COL LAYOUT======================*/

#rightcolumn { 
 margin: 0px 0px 0px 0px;
 /*height: 350px;*/
 width: 170px;
 float: left;
 border: none;
}

#rightcolumn img {
	margin: 0 0 0 10px;
}

#footer { 
 width: 740px;
 clear: both;
 margin: 10px 0px 10px 0px;
}

#footer #portalhold{
	width: 900px;
	margin: 0 0 -10px 0;
	padding: 0;
	/*border-top: 1px solid #fff;*/
}




/* ====================================Form Styling===================================== */

form fieldset{
	border: 1px solid #4A4A4A;
	background-color: #262626;
}


label,input {
	display: block;
	width: 160px;
	float: left;
	margin-bottom: 10px;
	font-size: 11px;
}

input {
	border: 1px solid #000;
	padding: 2px;
	background-image: url(/images/boxback.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
/*	font-weight: bold;*/
}

input.address {
	margin-left:160px!important;
	margin-left:70px;
}

input.submitBut{
/*	font-size: 11px;
	color: #000;
	border: 1px solid #B6B6B6;
	margin: 10px 10px 10px 0!important;
	margin: 10px 15px 10px 0;
	float: right;
	width: 100px;
	padding: 0;*/
	
	    display:block;
    float:left;
    margin:0 7px 0 0 ;
    background-color: #7C7C7C;
	/* background-image: none;*/
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:Verdana, Arial, Verdana, sans-serif;
	 font-weight: bold;
    font-size:0.7em;
    line-height:130%;
    text-decoration:none;
    color:#000;
    cursor:pointer;
    padding:2px 10px 3px 7px;
	 width: 100px;
}

html>body form input.submitBut{
	margin: 10px 0px 10px 170px !important;
}

textarea{
	width: 160px;
	border: 1px solid #fff;
	margin-left: 0px!important;
	margin-left: -3px;
	background-image: url(/images/boxback.jpg);
	background-repeat: repeat-x;
	background: #fff;
	/*font-family: "Trebuchet MS", Verdana, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
}

label {
	text-align: right;
	width: 160px;
	padding-right: 10px;
	background-color: #262626;
}

fieldset {
	color: #fff;
	padding: 10px;
	margin: 0;
	width: 340px;
}

legend {
	font-size: 16px;
	font-weight: bold;
	margin:0 0 5px 10px;
}

p.biggertext {
	font-size: 12px;
	margin: 30px 0 30px 0;
	padding: 0;
	line-height: 25px;
}

br {
	clear: left;
}

div#formhold{
	width: 420px;
	margin: 0;
	padding: 0;
}

div #tranbox{
	width: 1000px;
	/*background-image: url(../images/gradback.png);*/
}

#newtran{
	width: 1000px;
	background-image: url(../images/gradback.png);
	background-repeat: repeat-y;
	
	margin: 0;
	padding: 0 0 0 0;
}

div#bottomglow{
	height: 100px;
	background-image: url(../images/bottomglow.png);
}

div#topglow{
	height: 40px;
	background-image: url(../images/topglow.png);
	
}

.horizontal{
	margin: 10px 0 0 0;
	/*background-color: #fff;*/
}

#content div.geo p{
	font-family: Georgia "Times New Roman", Times, serif;
	font-size: 12px;
}

#content div.geo span.geolink a{
	color: #fff;
	font-size: 11px;
	float:right;
}

div.geo{
	border: 1px solid #fff;
	padding: 10px;
	margin: 0 5px 0 0;
	height: 85px;
	
}

table.rates{
	font-size: 12px;
}

table.rates tr td.grey{
	background-color: #7c7c7c;
	border: 3px solid #000;
	font-weight: bolder;
	color: #000;
	padding:7px;
}

table.rates tr td.whit{
	background-color: #fff;
	color: #000;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding:7px;
}

table.rates tr td.whitg{
	background-color: #fff;
	color: #000;
	font-family: Georgia "Times New Roman", Times, serif;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding:7px;
}

table.rates tr td.dark{
	background-color: #262626;
	color: #fff;
	font-family: Georgia "Times New Roman", Times, serif;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding:7px;
}

#ClickMe{
	background-color: #dedede;
	color: #000;
	width: 250px;
	text-align: center;
	padding: 3px 0 3px 0;
	float: right;
	margin: 10px 7px 0 0;
	
}

#ClickMe p{
	background: transparent;
	font-family: Georgia "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

select{
	width:200px;
	
}

#bigform1{
	border: 1px solid #505050;
	width: 350px;
	float: left;
	background: #262626;
	padding: 10px;
	font-size: 11px;
	height: 319px;
	margin: 15px 0 0 0;
}

#dates{
	border: 1px solid #505050;
	width: 330px;
	float: left;
	background: #262626;
	padding: 10px;
	font-size: 11px;
	margin: 15px 0 0 14px;
	height: 319px;
}

#bigform1 table label{
	width: 180px;
	height:20px;
}

#bigform1 table select{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 165px;
	margin: 0 0 10px 0;
	background-color: #E1E1E1;
}

#bigform1 table input{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 0;
}

#dates table label{
	width: 140px;
	height:20px;
}

#dates table input{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 100px;
	margin: 0 0 10px 0;
	background-color: #E1E1E1;
}	

#dates table input.booksubmit{
	background-color: #fff;
	background-image: none;
	font-weight: bold;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

#dates table button.calbut{
	/*background-image: url(/images/calbut.gif);*/
	height: 20px;
	width: 27px;
	border: none;
	margin: 0;
	padding: 0;
}