/**Cascading style sheet (C) Stewart Island Helicopters Ltd. & LambDA Webdesign - 2010**/

/**   COLOURS:
 	* PAGE BLUE			-  #00529f
	* ORANGE			-  #fb6a3a
	* OFF WHITE			-  #F0F0F0
**/
	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0px;
padding:0px; }

div {position:relative;}

a {color:#336699; text-decoration:none;}
a:visited {color:purple; text-decoration:none;}
a:hover {color:blue; text-decoration:underline;}
a:active {color:blue; text-decoration:underline;}
img {border-style: none;}

body {
	background: #FFF url(images/bg_fade.gif) top repeat-x;
	text-align: center;
	font-family: verdana, geneva, sans-serif;
	font-size: 0.85em;
	color:black;
}

h1 {font-size: 140%; margin-bottom:20px; color:#FFB011;}
h2 {
	margin-bottom: 15px;
	font: small-caps bold 110% verdana;
}
h3 {font-size: 80%; margin:0 0 5px; font-style:italic;}
p, ul {font-size: 95%;}

.clear{clear:both;}


/** CONTAINER **/

#container {
	background: #00529f url(images/bg2.jpg) top repeat-y;
	width: 960px;
	margin: 0px auto;
}
#container2 {
	background: transparent url(images/bg.jpg) top no-repeat;
}

#banner{
	height:91px;
}

/** LEFT COLUMN **/

#left_column{
	float:left;
	left:31px;
}

#menu_holder {
	background-color:#fb6a3a;
	padding-bottom:30px;
	-moz-border-radius-bottomright:25px;
	-webkit-border-bottom-right-radius:25px;
}

ul#nav {
	list-style: none;
	font: bold 14px arial,sans-serif;
	padding-top:10px;
}

#nav a {
	display:block;
	width:145px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	padding:5px 0px 5px 20px;
}
#nav a:visited {}
#nav a:hover {color: #000;}

#nav li {
	position: relative;
	text-align: left;
	cursor: default;
}

	#menu1 #m1,
	#menu2 #m2,
	#menu3 #m3,
	#menu4 #m4,
	#menu5 #m5,
	#menu6 #m6,
	#menu7 #m7,
	#menu8 #m8,
	#menu9 #m9,
	#menu10 #m10 {color:#000;}

div.side_photos{
	margin:80px 0 20px 30px;
}

/** MAIN PAGE **/
	
div#logo{
	float:right;
	right:30px;
	margin:30px 0 55px;
}

div.textbox{
	background: transparent url(images/textbox_top.gif) top left no-repeat;
	float:right;
	width:595px;
	margin-bottom:20px;
	right:100px;
}
div.textbox .bottom {
	background: url(images/textbox_bottom.gif) bottom left no-repeat;
	height:100%;
	padding-bottom:30px;
}
div.textbox .main{
	background-color: #F0F0F0;
	top:30px;
	text-align:left;
	padding:0px 20px;
	margin-bottom:30px;
}
div.textbox .main p{
	margin-bottom:20px;
}

div.textbox_small{
	background: #F0F0F0;
	-moz-border-radius:25px;
	float:right;
	width:220px;
	padding:10px 20px;
	right:100px;
	text-align:left;
	margin-left:75px;
}

.textbox  .photo {
	float:right;
	padding:0px 0px 10px 10px;
	clear:right;
}

.textbox a:hover img {
	opacity:0.6;
}

div.textbox table{
	border-collapse: collapse;
	text-align:center;
	margin:0 0 10px 20px;
}

div.textbox table td,th{
	padding:5px 10px;
	border:1px solid black;

}
div.textbox table th{
	background-color:#DEDEDE;
}

#logos {
	text-align:center;
	padding-top:20px;
}
#logos2 {
	text-align:center;
	padding-bottom:30px;
}
#logos img, #logos2 img{
	float:none;
	padding:0px 7px 10px;
}

.map {
	padding:20px 0px;
}

/** FOOTER **/

div.footer {
	clear: both;
	background: transparent url(images/footer.gif) bottom left no-repeat;
	padding-top:30px;
	height: 112px;
}
div.footer p {
	text-align:left;
	color:white;
	padding:23px 0 0 45px;
}
div.footer a {color:white; text-decoration:none;}
div.footer a:hover {color:white; text-decoration:underline;}

#copyright {color: #726D67; margin-bottom:20px;}
#copyright a{color: #726D67; text-decoration: none;}
#copyright a:visited {text-decoration:none;}
#copyright a:hover {text-decoration:underline;}
#copyright a:active {text-decoration:underline;}

/** OTHER **/

.hide {display: none;}
hr {display:none;}
#CSS_broken {display:none;}