@charset "utf-8";
/* CSS Document */
body{
	background:#fff url(layout/bg-repeat.jpg) repeat;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:0.85em;
}
	
a{
	color:#af1c1c;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1 h2 {
	padding:0;
	margin:0;
}

h1 {
	font-size:200%;
	
}

h2 {
	font-size:140%;
}

.clear {
	clear:both;
}

#container{
	width:969px;
	margin:0px auto;
	text-align: left;
	margin-bottom:40px;
	position: relative;
}

#container #header {
	background:url('layout/header.jpg') no-repeat;
	width:969px;
	height:217px;
	position:absolute;
	top:0px;
	left:0px;
}

#container #header #top-menu {
	width:500px;
}

#container #header #top-menu ul {
	list-style:none;
    margin:0;
    padding:0;
    top:162px;
	left:29px;
    position: absolute;
}

#container #header #top-menu ul li{
 	display:inline;
	float:left;
}

#container #header #top-menu ul li a.home{
    width:77px;
    height:33px;
   	display:block;
   	margin-right: 10px;
}

#container #header #top-menu ul li a.services{
    width:99px;
    height:33px;
   	display:block;
   	margin-right: 11px;
}

#container #header #top-menu ul li a.faq{
    width:67px;
    height:33px;
   	display:block;
   	margin-right: 9px;
}

#container #header #top-menu ul li a.contact{
    width:135px;
    height:33px;
   	display:block;
   	margin-right: 6px;
}

#container #header #top-menu ul li a.home:hover {
   background:url('layout/home-tab.jpg') no-repeat;
}

#container #header #top-menu ul li a.services:hover {
   background:url('layout/services-tab.jpg') no-repeat;
}

#container #header #top-menu ul li a.faq:hover {
   background:url('layout/faq-tab.jpg') no-repeat;
}

#container #header #top-menu ul li a.contact:hover {
   background:url('layout/contactus_07.jpg') no-repeat;
}

#container #content {
	background:url('layout/content-bg.jpg') repeat-y;
	width:969px;
	position:relative;
	padding-top:225px;
}

#container #content #footer {
	background:url('layout/footer.jpg') no-repeat;
	height:139px;
	color:#fff;
}

#container #content #footer a {
	color:#fff;
}

#container #content #footer #copyright{
	padding-top:90px;
	padding-left:20px;
	color:#fff;
	float:left;
	font-size:90%;
}

#container #content #footer #nav{
	padding-top:106px;
	padding-right:30px;
	float:right;
	font-size: 90%;
}

#container #content #footer #nav ul {
	padding:0;
	margin:0;
}

#container #content #footer #nav ul li{
	display:inline;
	
}

#container #footer-text {
	margin-left:20px;
	margin-right:25px;
	font-size: 90%;
}

#container #footer-text .tel {
	float:left;
}

#container #footer-text .design {
	float:right;
}


#container #content #main {
	color:#444444;
	font-size:95%;
}

#container #content #main #wrapper{
	position:relative;
	padding-top: 0px;
	margin-top: 0px;
	padding-left:230px;
	padding-bottom:20px;
}

#container #content #main #wrapper #middle-content{
	float:left;
	width:500px;
	padding-bottom:20px;
}

#container #content #main #wrapper #middle-content .errors{
	background:#78a32d;
	width:400px;
	padding:10px;
	color:#FFFFFF;
}


#container #content #main #wrapper #middle-content .contactForm{
	width:500px;
}

#container #content #main #wrapper #middle-content .contactForm label{
	width:200px;
	display:block;
	float: left;
}

#container #content #main #wrapper #middle-content .contactForm .form{
	border:1px solid #42920B;
}

#container #content #main #wrapper #middle-content .contactForm .button{
	background:#45930C;
	border: 0px;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
}

#container #content #main #wrapper #middle-content #faq-list ol {
	padding-left:15px;
	margin:0px;
}

#container #content #main #wrapper #middle-content li{
	padding:5px;
}


#container #content #main #wrapper #middle-content .heading {
	font-weight:bold;
	font-size:15px;
}

#container #content #main #wrapper #right-content {
	float:right;
	width:200px;
	margin-right:16px;
}

#container #content #main #wrapper #right-content #box {
	width:194px;
	color:#fff;
	margin-bottom:25px;
}	

#container #content #main #wrapper #right-content #box #customer-image {
	background:url('layout/customer-image.jpg') no-repeat;
	height:247px;
}

#container #content #main #wrapper #right-content #box #customer-mid { 
	background:#88c616;
	height:auto;
}

#container #content #main #wrapper #right-content #box #customer-mid .quote {
	padding-left:10px;
	padding-right:2px;
	padding-bottom:10px;
} 

#container #content #main #wrapper #right-content #box #customer-mid .quote .author {
	padding-top:15px;
	font-weight:bold;
} 

#container #content #main #wrapper #right-content #box #customer-footer { 
	background:url('layout/customer-footer.jpg') no-repeat;
	width:194px;
	height:19px;
}

#container #content #main #wrapper #middle-content #top-advert {
	background:url('layout/top-advert.jpg') no-repeat;
	width:491px;
	height:162px;
}

#container #content #main #wrapper #middle-content .contact-block {
		width:210px;
		height:100px;
		float:left;
		margin-right:15px;
}

#container #content #main #wrapper #middle-content .title {
		font-weight:bold;
}

#container #content #main #left-content-icons{
	width:184px;
	position:absolute;
	top:217px;
	left:0;
}

#container #content #main #left-content-icons #icons {
	margin-left:25px;
}

#container #content #main #left-content-icons #contact-number {
	background:url('layout/contact-number.jpg') no-repeat;
	width:184px;
	height:69px;
}

#container #content #main #left-content-icons #contact-number a {
	display:block;
	width:184px;
	height:50px;
}

#container #content #main #left-content-icons #uk-house-clearance {
	margin-top:15px;
	background:url('layout/uk-house-clearance.jpg') no-repeat;
	width:184px;
	height:49px;
}

#container #content #main #left-content-icons #uk-house-clearance a {
	display:block;
	width:184px;
	height:49px;
}

#container #content #main #left-content-icons #environment-icon {
	margin-top:15px;
	background:url('layout/environment-icon.jpg') no-repeat;
	width:184px;
	height:88px;
}

#container #content #main #left-content-icons #environment-icon  a {
	display:block;
	width:184px;
	height:88px;
}

#container #content #house-icon {
	background:url('layout/house-icon.jpg');	
	width:222px;
	height:210px;
}

#container #content #postcode-box{
	margin-left:auto;
	margin-right:auto;
	width:860px;
	background-color:#DCFF9F;
	border:3px solid #A2DF37;
	font-size:95%;
	height:auto;
	color:#444444;
	padding: 5px;
}

#container #content #postcode-box .heading{
	text-align:center;
	font-weight:bold;
	font-size:150%;
	margin-top:10px;
}



