/* CSS Document */

/*PNG FIX
----------------------------------------------------*/
img, div { behavior: url(../scripts/iepngfix.htc) }

/*TYPOGRAPHY
----------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #b6b6b6;
	font-family: verdana, tahoma, sans-serif;
	font-size:62.5%;
	background-color: #363636;
}
#printHeader{
	display: none;
	}
/*This makes sure that the font size stays the same in nested elements*/
TH, TD, LI LI, LI P, TD P, BLOCKQUOTE P {
	font-size:1em
	}
/*This sets the font size at 13px [but still allows font scaling]*/
#wrapper{
	font-size: 1.3em;
	line-height: 1.6em;
	}
p	{
	padding:0px;
	margin:0 0 10px 0;
	}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #ff8400;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:"Times New Roman", Times, serif;
	}
h1 {
	font-size: 3em;
	margin-bottom: 20px;
}
h2 {
	font-size:2.5em;
}

h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1em;
}
h6{
	font-size: .9em;
	line-height: 1.3em;
	font-weight: normal;
	}
A, A:active, A:visited   {
	COLOR: #ff8400;
	text-decoration: none;
	font-weight: bold;
	
}
A:hover {
	COLOR: #FFC370;
	text-decoration: underline;
}
#footer A, #footer A:active, #footer  A:visited   {
	COLOR: #949494;
	text-decoration: none;
	font-weight: normal;
}
#footer A:hover {
	COLOR: #fff;
	text-decoration: underline;
}
input, select{
	font-size:10px;
	color: #666;
	}
strong {	font-weight: bold;}
.clear { clear: both; background: none; }
.left{	float: left;	margin: 0 20px 10px 0;}
.right{ float: right; margin: 0 0 10px 20px;}
	
	
	
/*STRUCTURE
----------------------------------------------------*/
#wrapper {
	border-top: 20px solid #363636;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#header {
	height:146px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 1.4em;
	overflow: none;
}
#nav{
	position: absolute;
	width: 470px;
	right:0px;
	top: 91px;
	text-align: right;
}
#ttlBar{
	background-color: #363636;
	}
#content{
	background-color: #222;
	padding-bottom: 30px;
	}
.corset{
	width:960px;
	margin: 0 auto;
	position: relative;
	}
#rightcolumn { 
	width:380px;
	float:right;	
}
#leftcolumn {
	width: 460px;
	float:left;
	padding: 30px 0 0 0;
}
#footer {
	padding: 25px 0;
	color: #949494;
}
#logo{
	position:absolute;
	left: 0px;
	top: 28px;
	}
#printLogo{
	display: none;
	}
	
/*NAVIGATION
----------------------------------------------------*/
#ttlBar h1{
	color: #fff;
	margin:20px 0 10px 0;
	}
#ttlBar A, #ttlBar A:active, #ttlBar A:visited   {
	COLOR: #b6b6b6;
	text-decoration: none;
	font-weight: normal;
	
}
#ttlBar A:hover {
	COLOR: #fff;
	text-decoration: underline;
}

/*ORANGE RIGHT HAND SIDE COLUMN
----------------------------------------------------*/
#orangutan{
	padding: 10px 10px 1px 10px;
	background-color: #f7a44c;
	background-image: url(../images/bg_orangutan.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #fff;
	position: relative;
	}
#oranguTitle {
	width: 360px;
	height: 21px;
	position: absolute;
	left: 0px;
	top: -41px;
	background-color: #ff8400;
	padding: 10px;
	}
#oranguTitle h2{
	font-size: 1.8em;
	color: #fff;
	}

#orangutan h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #fff;
	}
#orangutan h4{
	margin-top: 40px;
	}
#orangutan A, #orangutan A:active, #orangutan A:visited   {
	COLOR: #fff;
	text-decoration: none;
	font-weight: normal;
	
}
#orangutan A:hover {
	COLOR: #FFE7BA;
	text-decoration: underline;
}
#orangutan strong a{
	font-weight: bold;
	}



/*HOMEPAGE
----------------------------------------------------*/
#ttlBar h4{
	width: 520px;
	color: #fff;
	margin: 15px 0;
	line-height: 1.4em;
	
	}

/*MISC
----------------------------------------------------*/
.zebraStripe{
	background-color: #2d2d2d;
	}
.fineprint{
	font-size: .9em;
	line-height: 1.2em;
	}
.testi{
	font-size: 1.4em;
	line-height: 1.3em;
	color: #fff;
	background-color: #4D4B4B;
	padding: 0 10px 15px 10px;
	}
#leftcolumn .testi{
	background-image: url(../images/bg_testi_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
#rightcolumn .testi{
	background-image: url(../images/bg_testi_right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.testiTop{
	margin-top: 20px;
	}
.byline{
	font-size: 1.1em;
	padding-bottom:0;
	margin-bottom:0;
	}
.fp1, .fp2, .fp3{
	float: left;
	}
.fp1{
	text-transform: uppercase;
	width: 300px;
	}
.fp2{
	width: 380px;
	}
.fp3{
	width: 260px;
	}
.housePod{
	width: 220px;
	float: left;
	margin: 20px 20px 0 0;
	background-color: #363636;
	font-size: .9em;
	line-height: 1.2em;
	background-image: url(../images/bg_housepod.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

.housePod h4, .housePod p{
	padding: 0 10px;
	}
.housePod h4{
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 10px 0 5px 0;
	}
form input, form textarea{
	margin: 3px 0;
	border: 1px solid #ccc;
	padding: 3px;
	}
form .button{
	cursor: pointer;
	background-color: #ededed;
	color: #666666;
	padding: 3px;
	}
label {
	font-weight: bold;
	color: #9C9C9C;
	}
td {
	padding: .3em .5em;
	}
.faqs h4{
	margin: 20px 0 5px 0;
	}
.faqs #leftcolumn{
	padding-top: 0;
	}
/*FOR RANDOMISED HOMEPAGE CONTENT
----------------------------------------------------*/
.jsclass body .randomcontent{
display: none;
}