html,body,p,h1,h2,h3,h4,h5,h6,ul,li,div,form,ol,table,tr,td,input{margin:0; padding:0}
html, body {
width:100%;
height:100%;
font-family:Arial;
background-color: #3d3d3d;
background-image:url(/i/bodyBackground.png);
background-repeat: repeat-x;
}

#header {
	position:relative;
	z-index:3;
	height:20%;
	width:100%;
	
}

#content {
	position:relative;
	width:100%;
	min-height:50%;
	z-index:2;
	padding:21px 0;/*this was 30px before rob fucked with it */
}

#logo {
	position:absolute;
	z-index:3;
	left:50%;/*changed from 50 to align to centre RL*/
	top:5px;
	color:#fff;
	margin:0 0 0 -215px;
	font-size:1.5em
}

#logo a {
	color:#fff;
	text-decoration:none;
	font-weight:100
}

#logo img {
	border:none;
	height:70px;/*made bigger for bigger log RL*/
	
}

#desc {
	font-family:Trebuchet ms;
	font-style:italic;
	color:#aaa;
	font-size:0.75em;
	font-weight:100;
	position:relative;
	text-align:center;
	width:100%;
	margin:0 auto;
	z-index:2;
	height:20%;
}

#links {
	list-style:none;
	display:block;
	position:absolute;
	left:50%;
	margin:0 0 0 -150px;
	top:80px; /*changed from 80 to make space for bigger logo RL*/
	z-index:4;
}

#links li {
	float:left;
	padding-right:10px;
	
}

#links a {
	color:#fff;	
	text-decoration:none;
	font-size:0.9em;
	
}

#links a:hover {
	color:#d3d3d3
	
}

.selectedLink {
	color:#d3d3d3 !important;
}

#form {
	position:relative;
	width:420px;
	height:240px;
	margin:0 auto;
	background:none;
	z-index:2;
	
	
}


#formInner {
	position:absolute;
	left:-20px;
	top:-15px;
	width:460px;
	height:270px;
	background:#d3d3d3;
	background-color:#c0c0c0;
	background-image:url(../i/formBack3.png); 
	background-repeat:repeat-x;
	z-index:1;	
}

#formPreloader {
	position:absolute;
	left:-20px;
	top:-15px;
	width:460px;
	height:270px;
	background:#d3d3d3;
	background-color:#c0c0c0;
	background-image:url(../i/formBack3.png); 
	background-repeat:repeat-x;
	z-index:2;	
	display:none;
	opacity:0
}

#formContent {
	padding:10px 0 0 30px;
	color:#fff;
	font-size:1.4em;
}

.formTitle {
	font-size:0.8em;
	color:#fff;
	font-family:Trebuchet MS;
	font-weight:bold;
}

.formInput {
	width:400px;
	border:1px solid #2d2d2d;
	height:20px;
	color:#6e6e6e;
	font-size:0.8em;
}

.formSelect {
	width:98%;
	border:1px solid #2d2d2d;
        color:#6e6e6e;
	font-size:0.8em;
}

.formWrap {
	margin-top:-20px;
}

.formWrap2 {
	padding:30px 0 0 40px;
	position:relative;
	z-index:999;
}

.searchEngineDiv {
	float:left;
	margin-right:26px;
        margin-top:37px;
}

.logo {
	display:block;
	float:left;
	margin:-2px 0 0 5px;
}

.formUnit {
	padding-bottom:5px;
}

.checkbox {
	display:block;
	float:left
}

/*Corners*/
#lt {
	z-index:2;
	position:absolute;
	left:-26px;
	top:-23px;
	background:url(../i/ring5.png) 0px 0px;
	width:26px;
	height:23px;
}

#rt {
	z-index:2;
	position:absolute;
	right:-26px;
	top:-23px;
	background:url(../i/ring5.png) 27px 0px;
	width:26px;
	height:23px;
}

#lb {
	z-index:2;
	position:absolute;
	left:-26px;
	bottom:-22px;
	background:url(../i/ring5.png) 0px 23px;
	width:26px;
	height:22px;
}

#rb {
	z-index:2;
	position:absolute;
	right:-26px;
	bottom:-22px;
	background:url(../i/ring5.png) 27px 24px;
	width:26px;
	height:23px;
}

/*lines*/
#ts {
	z-index:2;
	position:absolute;
	width:100%;
	top:-23px;
	left:0;
	background:#a0a0a0;
	height:9px;
}

#bs {
	z-index:2;
	position:absolute;
	width:100%;
	bottom:-22px;
	left:0;
	background:#a0a0a0;
	height:8px;
}

#ls {
	z-index:2;
	position:absolute;
	height:100%;
	top:0px;
	left:-26px;
	background:#a0a0a0;
	width:9px;
}

#rs {
	z-index:2;
	position:absolute;
	height:100%;
	top:0px;
	right:-26px;
	background:#a0a0a0;
	width:8px;
}


#okButton {
	position:absolute;
	top:225px;
	left:50%;
	margin-left:-33px;
	border:none;
	background:url(../i/goButton.png) no-repeat;
	width:67px;
	height:26px;
	color:#fff;
	display:block;
	cursor:pointer;
	font-size:0.7em
}

.wrap {
width:100%;
height:10px;
clear:both;
}

.clear {
height:0;
overflow:hidden;
}

#placeholder {
position:relative;
top:-23px;
left:2px;
color:#6e6e6e;
font-size:0.8em;
width:50px;
}


.result {
	position:relative;
	float:right;
	font-size:15px;
	font-weight:bold;
	z-index:999;
	height:30px !important;
	width:225px;
}

#resultsHere {
	position:absolute;
	top:250px;
	left:50%;
	width:400px;
	z-index:999;
	margin-left:-200px;
}

#shadow {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
	z-index:999;
}

#preloader {
	display:block;
	position:absolute;
	top:70px;
	left:68px;
	font-size:1.2em;
	z-index:2;
	text-align:center;
	color:#fff;
}

#wait {
	margin-top:15px;
	font-size:13px
}

#preloaderImg {
	margin-top:15px;
}

#shadowInner {
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.6;
	background:#000;
	z-index:1;
}

.last {
	margin:0 !important;
	padding:0 !important;
}

#adsense {
	position:fixed;
	bottom:0; 
	left:0;
	height:50px;
	width:100%;
}

.star {
	width:20px;
	display:block;
	float:left;
	margin:0 3px 0 3px;
}

.moreinfo {
	float:right;
	margin-left:5px;
	z-index:999;
	position:relative;
}

.moreinfo a {
	color:#000;
	border-bottom:1px dashed #000;
	text-decoration:none;
}

.moreinfoLink  {
	font-size:12px;
	color:#fff;
	border-bottom:1px dashed #fff;
	text-decoration:none;
	cursor:pointer;
}


.baloon {
	position:absolute;
	left:52px;
	top:-168px;
	background:#dadada;
	width:350px;
	height:150px;
	padding:5px;
	border:1px solid #fff;
	display:none;
	z-index:999;
	opacity:0.8;
	font-size:12px;
}

.moreinfo:hover  .baloon{display:block}

.triangle {
	background:url(/i/triangle.png) 20px 10px no-repeat;
	position:absolute;
	left:-21px;
	bottom:-21px;
	width:41px;
	height:41px;
}

#localSearch {
	position:absolute;
	top:165px;
	left:30px;
	height:15px;
	width:350px;
	height:40px;
	z-index:100;
	color:#fff;
	font-size:18px;
margin:5px
}


.x {
	display:block;
	width:13px;
	height:12px;
	margin-left:6px;
}

#frontContent {
	position:relative;
	top:5px;
	left:50%;
	margin:0 0 0 -300px;
	font-size:0.9em;
	width:600px;
	color:#fff;
	line-height:1.5em;
	text-align:justify;
	z-index:2;
}

.pageTitle {
	color:#777;
	padding:0 0 10px 0;
	font-size:1.5em;
	font-style:italic;
}

#wrapper {

	width:100%;
	
	position:absolute;
	z-index:1;
}

#descInner {
	width:960px;
	position:absolute;
	text-align:center;
	top:50%;
	left:50%;
	margin:-55px 0 0 -480px;
}