body {
	background:#133e6e url(logo_watermark_bg.gif) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 40px 0;
	margin: 0;
	line-height: 18px;
	}
	
/* Baseline grid overrides */
/*#wrapper,
#header
 {
	background: none !important;
	}*/
	
	
hr, .hide, .flash_block_replaced_content {
	display: none;
	}
	
img {
	border: none;
	}
	
p {
	line-height: 18px;
	margin: 0 0 18px 0;
	color:#FFFFFF;
	}

/*  links */

a {
	color:#4cbbed;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	

li {
  min-height: 1px;
}
	
* html li {
	height: 1px;
	}

	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #4cbbed;
	line-height: 18px;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 object,
h2 object,
h3 object,
h4 object,
h5 object,
h6 object
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 28px;
	line-height: 1.6em;
	margin: 0;
	font-weight: normal;
	color: #fff;
	}
	
h2, h3, h4 {
	font-size: 16px;
	margin: 5px 0 5px 0;
	font-weight: normal;
	}
	
h2 {
	}
	
h3 {
	color:#4CBBED;
	line-height: 1.6em;
	}
	
h4 {
	font-size:12px;
	font-weight:normal;
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}

h6{
	margin:0 0 10px 0;
	padding:0;
	font-size:12px;
}

.clear{
    min-height: 1px;
} * html .clear{ height 1px; } .clear:after { height: 0; clear: both; display: block; content: "."; visibility: hidden; }


/* [ Wrapper ] */

#wrapper {
	margin:0;
	padding: 0;
	}
	
/* [ Wireframe ] */

#wireframe_header {
	width: 860px;
	margin: 0 auto;
	height: 0;
	}

#wireframe_header img {
	}
	
#wireframe_header h1 {
	font-size: 12px;
	float: left;
	margin: 32px 0 0 10px;
	padding: 0;
	line-height: normal;
	}
	
/* [ Site Header ] */

#site_header_wrapper {
	position: relative;
	height: 70px;
	margin: 0;
	border-top: solid 5px #1B243B;
	}
	
#site_header {
	height: 110px;
	width: 875px;
	margin: 0 auto;
	position: relative;
	}
	
#site_header_logo {
	position: absolute;
	top: 20px;
	left: 0px;
	}
	
#print_header_logo{
    display: none;
}
	
#site_header_logo a {
	color: #fff;
	}
	
#site_header_logo a:hover {
	background:none;
	}
	
#member_badge{
	right: 0px;
	position: absolute;
	top:10px;
	background: url(member_badge.png) no-repeat 0 0;
	display: block;
	width: 180px;
	height: 51px;
	border: 1px solid #103155;
}

#member_badge:hover{
	background: url(member_badge.png) no-repeat 0 bottom;
}
	
/* [ Site Header Tools ] */
#site_header_tools {
	display:none;
	position: absolute;
	top: 0px;
	right: 0;
	font-size: 11px;
	color: #ccc;
	text-align: right;
	}
	
#site_header_tools a {
	color: #999;
	text-decoration: none;
	}
	
#site_header_tools a:hover {
	color: #999;
	background: none;
	}
	
/* [ Mini Search ] */

#site_search{
   width: 145px; 
   background: #1B243B;
   position: absolute;
   right: 190px;
   top: 0px;
   min-height: 41px;
   padding: 10px 15px 12px;
}

#site_search label{
    color: #8d929d;
    margin: 0;
    padding: 0;
    line-height: 16px;
}
	
.mini_search_field {
	height: 14px;
	width: 100px;
	padding: 2px 2px 2px 16px;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 5px;
	border: 1px solid #0c2036;
	background: #fff url(mini_search_field.gif) no-repeat 2px 3px;
	}
	
#mini_search .focus {
	border: 1px solid #6ccff6;
	color: #333;
	}

.mini_search_button {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9000px;
	background: #56595c url(mini_search_button.gif) no-repeat 0 0;
	float: left;
	}
	
.mini_search_button:hover {
	background: #939495 url(mini_search_button.gif) no-repeat 0 -20px;
	}
	
	
/* [ Page Header ] */

#page_header_wrapper {
	background: url(banner_bg.png) repeat-x center 45px;
	z-index: 2;
	min-height:90px;
	position: relative;
}

* html #page_header_wrapper{
	top:-40px;
	height:90px;
}

#page_header {
	width: 895px;
	margin: 0 auto;
	position: relative;
	}
	

#menu_container{
	padding-right:10px;
	height:50px;
	position: relative;
	z-index: 100;
	}
	
/* [ Main ] */

#main_wrapper {
	padding-top:20px;
	background:#133e6e;
	z-index: 1;
	min-height:1px;
}

* html #main_wrapper{
	padding:0;
	top:-20px;
}

#main {
	width: 875px;
	margin: 0 auto;
	z-index: 1;
	min-height: 1px;
	padding-bottom:20px;
	}
	
* html #main {
	height: 1px;
	}
	
#main:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}
	
	
/* [ Content ] */
#breadcrumb{
	position:absolute;
	top: -50px;
	right: 0;
	float: right;
	display :block;
}

#breadcrumb a{
	color:#0c2036;
}

#breadcrumb a{
	text-decoration:underline;
}

#latest_news{
	display:none;
}
#content {
	font-size: 12px; 
	color: #FFFFFF;
	min-height: 400px;
	z-index: 1;
	float: left;
	width: 680px;
	margin-bottom:20px;
	}
	

* html #content {
	height: 400px;
	}
	
#content ul{
	padding:5px 0 0 0;
}

#content ul li{
	list-style:none;
	color:#ffffff;
	padding-left:15px;
	background: url(list_item.gif) no-repeat left 5px;
}

ul{
	margin: 0 0 18px;
}

#content img{
	border:solid 2px #ffffff;
}

.terms{
	font-size: 10px;
	padding-left: 20px;
}
	
/* [ Sidebar ] */
#sidebar {
	width: 180px;
	float: left;
	position: relative;
	padding: 0;
	z-index: 1000;
	}
	
.sidebar_panel a {
	display: block;
	color: #fff;
	background: #999;
	padding: 10px;
	margin: 10px 0;
	}
	
.sidebar_panel a h4 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	margin: 0;
	padding: 0;
	}
	
.sidebar_panel a p {
	margin: 0;
	line-height: 14px;
	}

/* [ Footer ] */
#footer_wrapper {
	min-height: 150px;
	background:#133e6e;
	clear: both;
	}

#footer {
	border-top:solid 1px #899fb7;
	width: 875px;
	margin: 0 auto;
	font-size: 11px;
	color: #899fb7;
	line-height: 14px;
	position: relative;
	clear: both;
	min-height: 1px;
	padding: 20px 0;
	}
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 5px 0 0 0;
	}
	
#footer a {
	color: #899fb7;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	}
	
#footer #site_credit{
	margin-top:10px;
}

#partners_certification{
	position:absolute;
	top:85px;
	left:0px;
	width:275px;
}

#partners_certification div img{
	border:none;
	padding-left:10px; 
}
#partners_certification div{
	font-size:9px;
	text-align:left;
}

#partners_certification div span{
	padding-right:5px;
}

#footer_partners{
	text-align: right;
	width: 400px;
	position: absolute;
	right: 95px;
	top: 20px;
}

#qualmark_badge{
    position: absolute;
    right: -95px;
    top: 0;
}

#partners_certification div span{
	padding-right:5px;
}

/* [ Datagrid ] */

.datagrid {
	width: 100%;
	border: 1px solid #666;
	border-collapse: collapse;
	}
	
	.datagrid th {
		background: #eee;
		border-bottom: 1px solid #666;
		text-align: left;
		padding: 2px 5px;
		}
		
	.datagrid td {
		border-bottom: 1px solid #ccc;
		padding: 2px 5px;
		}

/* [ Generic vCard ] */

.vcard {
	padding: 0px 0 10px;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 0 0 10px;	
	}
	
	.fn {
		font-size: 14px;
		font-weight: bold;
		margin-bottom:5px;
		}
		
	.adr {
		border-top: 1px solid #ccc;
		padding: 5px 0;
		}
		
	.org{
		display:none;
	}
		
.news_summary{
	margin-bottom:10px;
}

.news_summary{
	background: #1b243b;
	padding:10px;
}

.news_summary p,
.new_summary h3{
	margin-bottom:5px;
}

.news_summary .heli_image{
	margin-right:10px;
	margin-bottom:10px;
}

.heli_image {
  height: 131px;
  width:200px;
  overflow:hidden;
}

.news_summary .heli_time,
.news_summary h3{
	margin-bottom:5px;
}

.news_summary .scenic_button{
	margin-left:215px;
}

iframe{
	border: solid 2px #ffffff;
}

#special_enquiry{ 
	height:25px;
	width:183px;
	display:block;
	background:url(special_enquiry_button.gif) no-repeat center top;
}

#special_enquiry:hover{
	background-position: center bottom;
}

.scenic_button{ 
	height:25px;
	width:194px;
	display:block;
	background:url(scenic_flights_button.gif) no-repeat center top;
}

.scenic_button:hover{
	background-position: center bottom;
}

.enquire_now{ 
	height:25px;
	width:108px;
	display:block;
	background:url(enquire_now.gif) no-repeat center top;
}

.enquire_now:hover{
	background-position: center bottom;
}

.book_now{ 
	margin-top:10px;
	height:25px;
	width:218px;
	display:block;
	background:url(enquire_about_this_heliexperience.gif) no-repeat left top;
}

.book_now:hover{
	background-position: left bottom;
}

.find_out_more{ 
	position:absolute;
	bottom:10px;
	left:10px;
	height:25px;
	width:114px;
	display:block;
	background:url(find_out_more.gif) no-repeat center top;
}

.find_out_more:hover{
	background-position: center bottom;
}

#experiences{
	min-height: 1px;
	margin-right: -100px
}

#experiences:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}
* html #experiences{
	height: 1px;
}

.experience{
	position:relative;
	width:205px;
	background:#1b243b;
	padding:10px;
	margin:10px 10px 0 0;
	float:left;
	height:280px;
}
.experience img{
	width: 200px;
	overflow: hidden;
}

.content_left{
	width:320px;
	float:left;
}
.content_right{
	background: #1b243b;	
	padding:10px;
	margin:10px 0px 10px 10px;
	margin-top:-35px;
	float:right;
}
