@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 17px;
}
p {
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 107px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#subheader {
	background-image: url(images/subheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#leftcontent {
	float: left;
	width: 635px;
	padding: 10px;
	margin: 0px;
}
#rightcontent {
	float: left;
	width: 255px;
	margin: 0px;
}

#footertext {
	text-align: center;
	height: 40px;
	color: #999999;
	line-height: 40px;
	padding: 0px;
}
#footertext a {
	color: #999999;
	text-decoration: none;
}
#footertext p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 16px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}

#copyright {
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 11px;
}
#copyright a {
	text-decoration: none;
	color: #FFFFFF;
	outline: none;
	font-size: 11px;
}
.clear {
	clear: both;
}
#leftcontent p {
	line-height: 17px;
	padding: 6px 0 6px 0;
}
#nav {
	float: right;
	width: 290px;
	padding-top: 71px;
}
#nav ul {
	padding: 0;
	margin: 0;
}
#nav ul li {
	list-style: none;
	float: left;
}
#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	display: block;
	line-height: 31px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/buttonbg.jpg);
	text-align: center;
	height: 31px;
	width: 133px;
	margin-right: 5px;
	font-weight: bold;
	font-size: 14px;
}
#nav ul li a:hover {
	background-position: 0 31px;
}




label {
	width: 232px;
	font-size:12px;
	line-height: 20px;
	color: #FFFFFF;
}
label.error {
	float: left;
	color: #FFFF00;
	vertical-align: top;
	font-size:11px;
	line-height: 20px;
	display: block;
	height: 20px;
	border: 1px solid #FFFFFF;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.submit {
	width: 80px;
	color: #FFFFFF;
	background-color: #7E0505;
	border: 1px solid #000000;
}

fieldset {
	margin-left: 0;
	text-align: left;
	border: 0px solid black;
	padding: 7px;
}
#formtext{color: #000;}
.customtextarea {
	border: 1px solid #ccc;
	width: 232px;
	background-attachment: fixed;
	background-image: url(images/customtextareabg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: auto;
	height: 60px;
}
.custominput {
	border: 1px solid #ccc;
	width: 232px;
	overflow: auto;
	height: 20px;
	background-image: url(images/custominputbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
form {border: none;}
legend {
	font-size: 16px;
	color: #000066;
}
.enquiryform {
	width: 255px;
	margin: 0px;
}
#leftcontent ul {
	padding-left: 10px;
}
#leftcontent ul li {
	list-style-type: none;	
	padding-left: 42px;	
	background-position: 20px 3px;	
	background-image: url(images/tick.gif);	
	background-repeat: no-repeat;	
	height: 25px;	
	line-height: 25px;
}
#quickestimate {
	background-image: url(images/quickestimate.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 255px;
}
#telephone {
	background-image: url(images/telephone.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 255px;
	margin-top: 15px;
}
