@charset "utf-8";
/* CSS Document */

/******* html *******/
html { 
	margin: 0; 
	padding: 0; 
	text-align : center;
	height:100px; }


/******* body *******/
body { 
	margin: 0; 
	padding: 0; 
	padding-top: 3em; 
	font : 75%/160% Tahoma, Verdana, Arial, sans-serif; 
	background-color : #ffffff; 
	text-align : center; 
	color: #000000;
	height:300px;}
	
	
.clear {clear:both;}


/* keeps the whole thing central*/
#container {
	width:742px;
	margin: 0 auto;
	height:300px;
} 

/******* Links *******/

a{outline:none;}

a, a:link, a:active, a:visited{
	color: #00a8ec;
	text-decoration:underline;
	font-weight:bold;
} 
a:hover{
	color: #00a282;
	text-decoration:underline;
	font-weight:bold;
}

a.coloured, a.coloured:link, a.coloured:active, a.coloured:visited{
	color: #000;
	text-decoration:none;
} 
a.coloured:hover{
	color: #f9f400;
	text-decoration:underline;
}

a.coloured2, a.coloured2:link, a.coloured2:active, a.coloured2:visited{
	color: #00a282;
	text-decoration:underline;
	font-weight:normal;
} 
a.coloured2:hover{
	color: #00a8ec;
	text-decoration:none;
	font-weight:normal;
}

/******* font styles *******/

.coloured_green{
	color: #00a281;
	font-weight:bold;
} 
.coloured_blue{
	color: #00a8ec;
	font-weight:bold;
} 
.coloured_yellow{
	color: #ece700;
	font-weight:bold;
} 
.coloured_grey{
	color: #ababab;
	font-weight:bold;
} 	
.sml_txt{
	font-size:90%;
} 

/******* menu *******/
#navcontainer ul li { 
	display: inline; 	
	margin: 0; 
	padding: 0; }

#navcontainer ul li a {
	float: left;
	height:27px;
	margin: 0; 
	padding: 0; 
	background: url(_img/nav-item.png) no-repeat;
	width:106px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	line-height: 27px;
	font-size: 1.2em;
}

#navcontainer ul li a:hover, #navcontainer ul li a.first:hover  {
	background: url(_img/nav-item-hover.png) no-repeat;	
}

#navcontainer ul li a.first {
	background: url(_img/nav-item-first.png) no-repeat;
}

#navcontainer ul li a.last {
	background: url(_img/nav-item-last.png) no-repeat;
}

#navcontainer ul li a.last:hover {
	background: url(_img/nav-item-last-hover.png) no-repeat;
}

#navcontainer ul{ 	
	margin: 0; 
	padding: 0; 
}
	
#branding {
	background:url(_img/branding_logo_lrg.gif) no-repeat;
	text-indent:-99999px;
	width:742px;
	height:126px;
	margin: .5em 0 .5em 0; 
	padding: 0;
	position:relative; 

}
#contact #branding {
	background:url(_img/branding_logo.gif) no-repeat;
	width:742px;
	height:126px;
}
#thanks #branding {
	background:url(_img/branding_logo.gif) no-repeat;
	width:742px;
	height:126px;
}

#main_content{
	text-align:left;
	width:100%;
	margin: 0; 
	padding: 0;
	position:relative; 
	top: 0.5em;
	height:100%;
	float:left;
	min-height:200px;
	height:200px;
	height:auto;
}

h2 {	
}

#top_right_form{
	margin: 0; 
	padding: 0; 
	width:200px;
	/*height:204px;*/
	float:right;
	/*position:relative;*/
	text-align:left;
	/*background:url(_img/background_contact_form.gif) no-repeat;*/
	border:1px grey solid;
}

#top_right_form h2{
	margin:0;
	padding:5px 5px 0px 5px;
	font-size:14px;
}
#top_right_form form{
	padding:5px;
}

#top_right_form table{
	padding-left: 1em; 
	/*padding-top: 3.2em;*/ 
	font-size:90%;
}

#top_right_ad{
	margin: 0; 
	padding: 0; 
	width:195px;
	height:204px;
	float:right;
	position:relative;
}

#contact_details{
	margin: 0; 
	padding: 0; 
	background:url(_img/contact_details.gif) no-repeat;
	width:204px;
	height:80px;
	float:right;
	position:relative;
}


#bottom_right_van{
	height:117px;
	position:relative;	
}

#bottom_right_van span{
	display:block;
	background:url(_img/bottom_right_van.png) no-repeat bottom right;
	height:150px;
	width:192px;
	position:absolute;
	right:0;
	top:0;
	z-index:999;
}

h3.weird {
	background:url(_img/banner.gif) repeat-x;	
	width:732px;
	height:25px;
	margin-top:0;
	text-align:left;
	padding-left:10px;
	font-size:1.2em;
font-weight:normal;
line-height:25px;
}


.col{
	float:left;
	margin:0 2% 0 0;
	width:auto;
	overflow:hidden;
}
.s1{width:6.5%;}
.s2{width:14.9%;}
.s3{width:23.4%;}
.s4{width:32%;}
.s5{width:40.5%;}
.s6{width:48.9%;}
.s7{width:57.5%;}
.s8{width:66%;}
.s9{width:74.5%;}
.s10{width:83%;}
.s11{width:91.5%;}
.s12{
	width:100%;
	margin:0;
	width:auto;
	overflow:hidden;
	clear:both;
}
.s1,.s2,.s3,.s4,.s5,.s6,.s7,.s8,.s9,.s10,.s11,.s12{/*Show grid background:aqua;*/}

.first{}
.last{
	margin:0;
}

.rhimage
{
	padding:15px 0 10px 0;
	float:right;

}