@charset "UTF-8";
/* CSS Document */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html, body{
	margin:0;
	padding:0;
	background-color:#000;
	font-size: 9px;
	color: #fff;
	font-family:Tahoma, Geneva, sans-serif;
	
}

a:link{color:#999;
	text-decoration:none;
}
a:hover{
	color:#FFF;
	text-decoration:none;
}
a:visited{
	color:#999;
	text-decoration:none;
}
a:visited:hover{
	color:#FFF;
	text-decoration:none;
}

#wrapper{
	width:935px;
	margin:auto;
	position:relative;
	background-image:url(../images/wrapperBG.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#nav{
	width:915px;
	height:35px;
	margin:40px 0 0 10px;
}
#main{
	width:915px;
	height:auto;
	margin-left:10px;
}

#contact_area{
	width:790px;
	height:403px;
	margin-left:10px;
	background-image:url(../images/contact_bg.jpg);
	background-repeat:no-repeat;
	padding:100px 0 0 125px;
	font-size:11px;
}
#contact_area_thanks{
	width:780px;
	height:403px;
	margin-left:10px;
	background-image:url(../images/contact_bg_thankyou.jpg);
	background-repeat:no-repeat;
	padding:100px 0 0 125px;
	font-size:11px;
}
#form{
	width:350px;
	height:auto;
	float:left;
}
#contactdetails{
	width:300px;
	height:auto;
	float:left;
	margin:74px 0 0 127px;
	font-size:12px;
}

#index_prevdev{
	width:500px;
	height:auto;
	float:left;
	margin-top:70px;
}

#index_area{
	width:890px;
	height:403px;
	margin-left:10px;
	margin-top:75px;
	background-image:url(../images/index_img.jpg);
	background-repeat:no-repeat;
	padding:100px 0 0 25px;
	font-size:11px;
}

#contactdetails2{
	width:300px;
	height:auto;
	float:left;
	margin:88px 0 0 90px;
	font-size:12px;
}

.formrow{
	margin-bottom:15px;
}
.field{
	margin-top:5px;
}
.divider{
	width:2px;
	height:20px;
	float:left;
}

#footer{
	width:915px;
	height:20px;
	margin:8px 0 15px 10px;
}

#brochure{
	width:200px;
	height:20px;
	float:left;
	margin-left:15px;
	vertical-align:top;
}

b {display:none;}

label.error { float: none; color:#F00; padding-left: 5px;}
