/* COLOUR CHART

Dark Green:       #44730d;
Ex-Light Brown		#f6efc0;
Light Brown:      #ead68f;
Dark Brown:       #564c2b;
Dark Brown:	      #5F2500;
Orange:           #FF6600;
*/


* {
	margin: 0;
	padding: 0;
}


/* Body */
	body {
		color: #111;
		text-align: center;
		background: url(../img/bg.jpg) repeat-x;
		background: #9BC3DC url(../img/header.jpg) no-repeat 50% 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		voice-family: "\"}\"";
		voice-family: inherit;
	}

/* Random HTML Styles */	
	p {
		margin: 0 0 15px;
	}


	hr {
		height: 1px;
		background-color: #000;
		color: #000;
		margin: 2em 0;
	}

	input[type="submit"] {
		font-weight: bold;
	}
	
	.left { float: left; }
	.right { float: right; }
	
	.break {
		position:relative;
		clear:both;
		width:auto;
		height:0 !important;
		overflow:hidden; 
	}
	
	.caption {
		margin: 0px 12px 0px 8px;
		color: #111111;
		font-size:11px;
	}

	ul {
		list-style-type: circle;
		margin: 0px;
	}
	
	
/* General Structure */
h1 {
	margin: 2px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0000;
	letter-spacing:-1px;
} 
	
h2 {
	margin: 0;
	color: #111111;
	font-size: 14px;
	font-weight: bold;
}
h3 { 
	font-size: 12px;
	margin: 0;
}
h4 { 
	font-size: 19px;
	font-weight:bold;
	margin: 0;
}
h5 { 
	font-size: 90%;
	margin: 0 0 0px 0;
}
h6 {
	font-size: 90%;
	border: 0;
	margin: 0 0 0px 0;
}

	
	img { border: 0; }


	
/* Navigation */
   :link { color: #039; }
   :visited { color: #039; }
   :link:hover, :visited:hover { color: #f00; }
   :link:active, :link:active { color: #000; }
		
/* Tables */
	table td {
		padding: 5px;
	}  
		  
/* Clear Blocks */
.block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .block {
  height: 1%;
}
.block {
  display: block;
}
/* End hide from IE-mac */  
		  
		  
/* Layout */
#page {
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 10px;
	width: 960px;
}

#header {
	height: 275px;
	border-top: 1px solid transparent; 
}
#header h1 { visibility: hidden; }

#content {
	position: relative;
	display: block;
	text-align: left;
	margin: 0 auto;
	padding: 10px 5px 10px 5px;
	background: #fff;
	-moz-border-radius: 10px 0 10px 10px;
	-webkit-border-radius: 10px 0 10px 10px;
}


#nav {
	position: absolute;
	top: 241px;
	right: 0;
   z-index: 100;
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
#nav ul {
  list-style: none;
  margin: 0;
  width: 125px;
  position: absolute;
  top: -999em;
  left: 0;
  z-index: 1000;
}
*/

#nav, #nav ul { /* all lists */
	height: 35px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	height: 35px;
	display: block;
	width: 125px;
	text-decoration: none;
}

#nav li { /* all list items */
	height: 35px;
	float: left;
	width: 125px; /* width needed or else Opera goes nuts */
	margin-right: 2px;
}



#nav li ul { /* second-level lists */
	position: absolute;
	width: 125px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
   background: #ffcb08;
	margin: 0;
}


	
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav ul a {
  margin: 0;
  padding: 0 10px;
  width: 115px;
  white-space: nowrap;
  font: bold 14px/35px Arial;
  color: #000;
   background: #ffcb08;
  border-top: 1px solid #fff;
}
#nav ul a:hover {
  background: #9BC3DC;
  background: #f00;
  color: #fff;
}

/* Navigation

#nav a {
	display: block;
	float: left;
	width: 125px;
	height: 35px;
	text-decoration: none; 
	margin: 0;
}

#nav li {
  float: left;
  margin: 0 0 0 3px;
  padding: 0;
  position: relative;
}

#nav li:hover ul,
#nav li.sfHover ul {
  top: 35px;
}
#nav ul li {
  margin: 0;
  border: 0;
  float: none;
}
 */
#nav a.home {	background: url(../img/nav-home.png); }
#nav a.tours {	background: url(../img/nav-tours.png); }
#nav a.bookings { background: url(../img/nav-bookings.png); }

#home #nav a.home {background: url(../img/nav-home-active.png); }
#tours #nav a.tours,
#straddie #nav a.tours,
#surfers #nav a.tours,
#byron #nav a.tours { background: url(../img/nav-tours-active.png); }
#bookings #nav a.bookings { background: url(../img/nav-bookings-active.png); }


/* Footer */
#footer {
	padding-top: 34px;
	color: #666;
	background: url(../img/footer-rot.jpg) no-repeat 50% 10px;
	height: 40px;
	text-align:center;
}

/* Columns */
.top-display {
	width:auto;
}
.top-display-left {
	width:290px;
	float: left;
	text-align: left;
}
.top-display-right {
	width:465px;
	float: right;
	text-align:left;
}

.box-stradbroke { 
	width: 190px;
	height: auto;
	float: left;
	background-image:url(../img/boxes-bac-stradbroke.gif);
}
.box-stradbroke ul{
	font-size:11px;
	margin-left:22px;
	text-indent:0px;
}
.box-surfers { 
	width: 190px;
	height: auto;
	float: left;
	background-image:url(../img/boxes-bac-surfers.gif);
}
.box-surfers ul{
	font-size:11px;
	margin-left:22px;
	text-indent:0px;
}
.box-fingal { 
	width: 190px;
	height: auto;
	float: left;
	background-image:url(../img/boxes-bac-fingal.gif);
}
.box-fingal ul{
	font-size:11px;
	margin-left:22px;
	text-indent:0px;
}
.box-byron { 
	width: 190px;
	height: auto;
	float: left;
	background-image:url(../img/boxes-bac-byron.gif);
}
.box-byron ul{
	font-size:11px;
	margin-left:22px;
	text-indent:0px;
}
.box-yamba { 
	width: 190px;
	height: auto;
	float: left;
	background-image:url(../img/boxes-bac-yamba.gif);
}
.box-yamba ul{
	font-size:11px;
	margin-left:22px;
	text-indent:0px;
}
.main-display-stradbroke {
	width:760px;
	background-image:url(../img/tours-boxes-bac-stradbroke.jpg);
	float:left;
}
.main-display-surfers {
	width:760px;
	background-image:url(../img/tours-boxes-bac-surfers.jpg);
	float:left;
}
.main-display-fingal {
	width:760px;
	background-image:url(../img/tours-boxes-bac-fingal.jpg);
	float:left;
}
.main-display-byron {
	width:760px;
	background-image:url(../img/tours-boxes-bac-byron.jpg);
	float:left;
}
.main-display-yamba {
	width:760px;
	background-image:url(../img/tours-boxes-bac-yamba.jpg);
	float:left;
}
.gallery {
	width:180px;
	float:right;
	text-align: center;
}

.main-display-left{
	width:117px;
	float:left;
}
.main-display-right{
	width:590px;
	padding-left: 20px;
	padding-top: 10px;
	float:left;
}
.two-col {
	margin: 0 0 0 200px;
}
.l-col {
	float: left;
	width: 180px;
	border: #00FF00 1px solid;
}
.m-col {
	margin: 0 200 0 200px;
	border:#FF3300 1px solid;
}
.three-col .r-col {
	position: absolute; 
	top: 30px;
	right: 20px;
	float: right;
	width: 180px;	
}
.three-col {
	margin: 0 200px;
}

.r-col {
	position: absolute; 
	top: 30px;
	right: 20px;
	float: right;
	width: 180px;	
}

/* Bookings */
#bookings #contact-form {
	padding:10px 0;
	width: 530px;
	height: 380px;
	float:left;
}
.main-display-booking {
	width:760px;
}
.contact-left {
	background:#f1f1f1;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
	padding:10px 0 10px 10px;
	width: 520px;
	height: 410px;
	float:left;
}
.contact-right {
	background:#f1f1f1;
	border-top:1px solid #888;
	border-bottom:1px solid #888;
	padding:10px 0 10px 10px;
	width: 380px;
	height: 410px;
	float:right;
}
.contact-terms {
	padding:10px 0 10px 10px;
	width: 770px;
	float:left;
}
#bookings td {
	padding: 5px;
}