
/* HTML elements  */		

	h1, h2, h3, h4, h5, h6{
		font-weight:normal;
		margin:0;
		line-height:1em;
		}	
	h1{font-family: 'Permanent Marker', arial, serif;font-size:3em;margin-bottom:.5em;color:#f09031;text-shadow:0 1px 0 #331e0a;}	
	h2{font-family: 'Permanent Marker', arial, serif;font-size:1.75em;margin-bottom:.5142em;padding-top:.2em;color:#f09031;text-shadow:0 1px 0 #331e0a;}	
	h3{font-size:1.5em;margin-bottom:.7em;padding-top:.3em; color:#f09031;}
	h4{font-size:1.25em;margin-bottom:.6em;}
	h5,h6{font-size:1em;margin-bottom:.5em;font-weight:bold;}
	
	p, blockquote, ul, ol, dl, form, table, pre{line-height:inherit;margin:0 0 1.5em 0;}
	ul, ol, dl{padding:0;}
	ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
	li{margin:0 0 0 2em;padding:0;display:list-item;list-style-position:outside;}
	blockquote, dd{padding:0 0 0 2em;}
	pre, code, samp, kbd, var{font:100% mono-space,monospace;}
	pre{overflow:auto;}
	abbr, acronym{
		text-transform:uppercase;
		border-bottom:1px dotted #000;
		letter-spacing:1px;
		}
	abbr[title], acronym[title]{cursor:help;}
	small{font-size:.9em;}
	sup, sub{font-size:.8em;}
	em, cite, q{font-style:italic;}
	img{border:none;}			
	hr{display:none;}	
	table{width:100%;border-collapse:collapse;}
	th,caption{text-align:left;}
	form div{clear:both;}
	label{display:block;}
	fieldset{margin:0;padding:0;border:none;}
	legend{font-weight:bold;}
	input[type="radio"],input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}

/* //  HTML elements */	

/* common */		
	
	.left{float:left;margin-right:1em;}
	.right{float:right;margin-left:1em;}
	.center{text-align:center;}
	
	.clear{clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print{display:none;}
	.graphic{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}

/* // common */			

/* base */
	
	body, table, input, textarea, select, li, button{
		font:1em Helvetica, Arial, Sans-Serif;
		line-height:1.5em;
		color:#333;
		}		
	body{
		font-size:13px;
		margin:0;
		padding:0;
		text-align:center;
		background:url(../images/template/travellers_bg.jpg) top no-repeat;
		/* background-image:url(../images/template/bg-white.png);
		background-repeat: no-repeat;
		background-position:top; */
		background-color:#FFF; 
		}	
	a, a:visited{
		text-decoration:none;
		color:#007DB1;
		outline:none;
		}
	a:hover{color:#34A9DA;}
	ins{text-decoration:none;color:#900;font-style:italic;}
	code{color:#555;}
	pre{
		margin-left:2em;
		padding-left:2em;
		border-left:1px solid #ccc;
		}
	blockquote{
		margin-left:2em;
		border-left:1px solid #ccc;
		font-style:italic;
		}	
	dt{font-weight:bold;}
	th, td{padding:.7em 1em;line-height:1.5em;}		
	th{background:#CEE6F0; font-size:14px; color:#1c343e;}
	td{border-bottom:1px solid #CEE6F0; font-size:12px;}
	caption{font-style:italic;color:#777;margin:.5em 0;}	
	fieldset{
		border:1px solid #ccc;
		padding:1em 2em;
		margin:0 0 1.5em 0;
		}
	legend{padding:2px 5px;}	
	form div.col{clear:none;}form div.first{clear:both;}
	form div{overflow:hidden;}
	
	input[type="text"], input[type="password"], textarea, .field, .area, select{
		border:1px solid #aaa;
		padding:5px;
		background:#fff;
		width:300px;
		line-height:1em;
		margin:0;
		}
	select{width:312px;}
	textarea, .area{overflow:auto; height:150px; width:400px;}
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus{background:#f5f5f5;outline:none;}
	.submit{}
	button{
		border:none;
		background:#555;
		color:#fff;
		padding:0 2.5em;
		height:2em;
		line-height:2em;
		cursor:pointer;
		}
		
	.note, .success, .error{display:block;}
	.error{color:#900;}
	.success{color:#060;}
	.note{font-weight:bold;}
	.notvalid{border:1px solid #900 !important;}
	
	.pullquote{
		width:20%;
		float:left;
		margin-right:2em;
		padding-right:2em;
		border-right:1px solid #ccc;
		text-align:right;
		font-size:1.1em;
		font-style:italic;
		color:#777;
		margin-bottom:.5em;
		}
	.boxout{
		width:20%;
		float:right;
		margin-left:2em;
		padding:1em 2em;
		border:1px solid #ccc;
		margin-bottom:.5em;
		}
	#easy_tooltip{
		border:1px solid #e1e1e1;
		padding:2px 10px;
		background:#f5f5f5;
		}

/* base */

/* layout */

	#container{	
		margin:0 auto;
		width:920px;
		text-align:left;
		position:relative;
		}
	.inner{
		position:relative;
		}
	#header{
		position:relative;
		height:150px;
		}
		#header img {
			float:right;
			padding-top:7px;
		}
		.logo {
			float:right;
			font-family: 'Ubuntu', arial, serif;
			font-size:35px;
			color:#FFF;
			padding-top:60px;
			text-shadow:0 1px 0 #b86d23;
			letter-spacing:-1px;
		}
	#footer{
		position:relative;
		clear:both;
		}	
		
	.content{
		clear:both;
		padding:1em 0;
		}
	.main, .secondary, .tertiary, .quaternary{
		float:left;
		display:inline;
		}
	.main{width:674px;}
	.main p {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#555555;
		line-height:25px;
		text-align:justify;
	}
	.main li { list-style:none; }
	/* .main img { border:5px solid #F4F4F4; padding:0.1em; } */
	.moreInfo {
		z-index:10000;
		position:absolute;
		background-image:url(../images/template/more_info_img.png);
		background-repeat:no-repeat;
	}
	
	.secondary{ width:200px;margin-left:20px; padding:0 0 30px 25px; border-left:1px solid #CEE6F0;}
	.tertiary{}
	.quaternary{}
	
	/* grid */
		
		.cols{} /* main column container class */
		.col{
			float:left;
			display:inline;
			width:48%;margin-left:4%; /* 2 equal width columns layout - default */
			}	
		.cols3 .col{width:30%;margin-left:5%;} /* 3 equal width columns layout */
		.cols4 .col{width:22%;margin-left:4%;} /* 4 equal width columns layout */
		
		/* use following classes to build custom grid (add as many as you want) */
		
		.col1, .col2, .col3{float:left;display:inline;}
		.col1{}
		.col2{}
		.col3{}
		
		.indent1{}
		.indent2{}
		.indent3{}
		
	/* grid */	

/* // layout */

/* navigation */
	
		/* #nav, #nav ul, #nav li{
			margin:0;
			padding:0;
			list-style:none;
			}	
		#nav li{
			float:left;
			display:inline;
			position:relative;
			line-height:32px;
			height:32px;
			margin-right:2em;
			}	
			
		#nav ul{
			position:absolute;
			left:0;
			top:32px;
			padding:5px 10px;
			width:200px;	
			background:#fff;
			display:none;
			z-index:1000;
			}
		#nav ul li{
			float:none;
			display:block;
			} */
		.topnav {
			font-size:14px;
			width:auto;
			height:38px;
		}
		
		.topnav ul.nav {
			margin:0;
			padding:0;
			position:relative;
			top:13px;
			right:0;
			}	
		.topnav ul.nav li {
			margin:0;
			padding:0 15px;
			line-height:1em;
			float:left;
			list-style:none;
			border-left:1px solid #317f9f;
			}
		.topnav ul.nav li.first {
			border-left:none;
			}
		.topnav ul.nav li a { float:left;outline:none;color:#FFF;text-shadow:0 1px 0 #317f9f;}
		.topnav ul.nav li a:hover { float:left;outline:none;color:#FFF;text-shadow:0 1px 0 #317f9f;}
		.topnav ul.nav li a:visited { float:left;outline:none;color:#FFF;text-shadow:0 1px 0 #317f9f;}
				
		.rightnav ul.nav {
			list-style:none;
		}
		
		.rightnav ul.nav li a { text-decoration:none;outline:none; color:#007db1; }
		.rightnav ul.nav li a:hover { color:#34a9da; }
		
		.rightnav ul.nav li {
			margin:0;
			padding:0 10px;
			line-height:30px;
			border-bottom:1px solid #cee6f0;
		}
		
		.rightnav ul.nav li.last {
			border-bottom:none;
		}
		
/* //navigation */

/* header */
	#header {
	}
	#header h1{
		line-height:50px;
		height:50px;
		margin:0;
		}
	#header h1 a{		
		}		

/* // header */

/* header */

	.slider { 
		width:920px;
		height:300px;
		margin-bottom:20px;
	}
	
/* // slider */


.listing {
	display:block;
	border-bottom:1px solid #CEE6F0;
	width:650px;
	padding-bottom:40px;
	margin:0 0 30px 0;
	min-height:190px;
	}

.last {
	border-bottom:none; margin-bottom:0;
	}

.listing img { float:left; margin:0 25px 5px 0; border:5px solid #CEE6F0; }

.listing h2 {
	font-size:30px;
	color:#f09031;
}

.listing p {
	font-size:12px; color:#333; line-height:19px;
}

.accommodationList {
 	background-color:#f3f8fa;
	min-height:220px;
}

.accommodationList img {
	margin-right:1px;
	float:left;
	border:none;
	padding:0;
}

.accommodationList table{
	width:453px;
}

/* content */

	.content a, .content a:visited{
		text-decoration:none;
		outline:none;
		}
	
/* // content */

/* book now button */

	.bookonline a {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		letter-spacing:0.1em;
		position:fixed;
		z-index:100;
		text-align:center;
		padding:7px 0;
		color:#FFF;
		background-color:#999;
		opacity:.9;
		width:150px;
		top:0;
		overflow:hidden;
		-webkit-border-bottom-right-radius: 7px;
		-webkit-border-bottom-left-radius: 7px;
		-moz-border-radius-bottomright: 7px;
		-moz-border-radius-bottomleft: 7px;
		border-bottom-right-radius: 7px;
		border-bottom-left-radius: 7px;
	}
	
	.bookonline a:hover {
		opacity:1;
	}

/* // book now button */


.quickenquire {
	padding:15px;
	border-top:1px solid #CCC;
	height:200px;
}

.quickenquire h2 {
	
}


/* packaged deals*/

.package_01 {
	width:auto;
	height:100px;
	background-color:#FFF;
	margin-bottom:20px;
	border:1px solid #CCC;
}

.package_02 {
	width:auto;
	height:100px;
	background-color:#FFF;
	margin-bottom:20px;
	border:1px solid #CCC;
}

/* // packaged deals*/

/* footer */
	#footer {
		border-top: 1px solid #CEE6F0;
	}
	#footer a, #footer a:visited{
		text-decoration:underline;
		}
	#footer p {
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		padding-top:25px;
		color:#999;
	}
/* // footer */

/* clearfix */

	.inner:after, .content:after, .cols:after, .fixed:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
		}
	.inner, .content, .cols, .fixed{display:block;min-height:1%;}
	* html .inner, * html .content, * html .cols, * html .fixed{height:1%;}

/* // clearfix */

/* Activities List Items */
.iconlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.sharkcage {
	display:inline-block;
	background-image: url(../images/icons/sharkcage.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 20px 10px 15px 60px;
	margin: .4em 0;
}

li.skydive {
	display:inline-block;
	background-image: url(../images/icons/skydive.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 20px 10px 15px 60px;
	margin: .4em 0;
}

li.kayaking {
	display:inline-block;
	background-image: url(../images/icons/kayaking.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 20px 10px 15px 60px;
	margin: .4em 0;
}

li.abseiling {
	display:inline-block;
	background-image: url(../images/icons/abseiling.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 20px 10px 15px 60px;
	margin: .4em 0;
}

li.surfing {
	display:inline-block;
	background-image: url(../images/icons/surfing.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 20px 10px 15px 60px;
	margin: .4em 0;
}

li.windsurfing {
	display:inline-block;
	background-image: url(../images/icons/windsurfing.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 20px 10px 15px 60px;
	margin: .4em 0;
}

li.bikehire {
	display:inline-block;
	background-image: url(../images/icons/bikehire.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 20px 10px 15px 60px;
	margin: .4em 0;
}

li.diving {
	display:inline-block;
	background-image: url(../images/icons/diving.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 20px 10px 15px 60px;
	margin: .4em 0;
}

li.jetski {
	display:inline-block;
	background-image: url(../images/icons/jetski.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 20px 10px 15px 60px;
	margin: .4em 0;
}

li.whale {
	display:inline-block;
	background-image: url(../images/icons/whale.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 20px 10px 15px 60px;
	margin: .4em 0;
}

/* // Activities List Items */

/* Rates Table */

table.rates {
	text-shadow:0 1px 0 #c07830;
	color:#FFF;
	background-color: #f09031;
}

table.rates td {
	border-right:1px solid #f8cfa7;
	border-bottom:1px solid #f8cfa7;
}

table.rates th {
	background-color:#d27d29;
	color:#FFF;
}

.rightLine {
	border-right:1px solid #f8cfa7;
}

/* // Rates Table */

.borderBtmRemove {
	border-bottom:none;
}

