@charset "UTF-8";
/* CSS Document
design by artificialcolours.co.uk

 */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color:#4d4a4a;*/
	color:#000;
	background:url(../graphics/designBg.jpg) top left no-repeat;
}

a {
	color:#b8191a;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-size:18px;
	font-weight:700px;
	color:#b8191a;
}

h2 {
	font-size:16px;
	font-weight:700px;
	color:#b8191a;
}

h3 {
	font-size:14px;
	font-weight:700px;
}

.lists {
	color:#b8191a;
}

.lists span {
	color:#000;
}
.rightimg {
	margin:6px;
	float:right;
}
#wrapper {
	width:965px;
	position:relative;
	margin:0 auto;
}


#header {
	width:965px;
	float:left;
	clear:both;
	height:120px;
	background:url(../graphics/top-logo.gif) top left no-repeat;
}

#topCall {
	width:400px;
	float:right;
	text-align:right;
	padding:20px 10px 0 0;
	font-size: 22px;
	font-weight: 700;
}

#topCall span {
color:#900;
}

#hero {
	width:965px;
	float:left;
	clear:both;
	height:323px;
	margin:0 0 20px 0;
}


#homeLeft {
	float:left;
	width:257px;
	height:294px;
	background:url(../graphics/homeTestimonials.jpg) top left no-repeat;
	color:#FFF;
}

.testimonial {
	width:200px;
	height:150px;
	float:left;
	margin:40px 0px 0 45px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.testimonialName {
	width:200px;
	height:30px;
	float:left;
	margin:30px 0px 0 45px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-align:right;
}


#homeIntro {
	float:left;
	width:684px;
	height:274px;
	margin:0 0 0 2px;
	background:url(../graphics/homeIntro.jpg) top left no-repeat;
	padding: 10px;
}

#homeIntro p {
	line-height:160%;
}


#fastserv {
	float:left;
	width:965px;
	height:110px;
	margin:10px 0 0 0;
}
#footer {
	float:left;
	width:965px;
	height:130px;
	margin:5px 0 0 0;
	background:url(../graphics/footer.jpg) top center no-repeat;
}

#footer a {
color:#333333;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}


#footerUnder {
	float:left;
	width:965px;
	height:20px;
	margin:5px 0 0 0;
	text-align: center;
	font-size: 10px;
	color: #999;
}


#footerCredit {
	float:left;
	width:965px;
	height:20px;
	margin:5px 0 0 0;
	text-align: right;
	font-size: 12px;
	color:#000;
}
	
#footerLinks {
	float:left;
	width:770px;
	margin-top:0px;
	height:20px;
	padding: 0 0 0 20px;
	text-align: left;
}

#footerInternalLinks {
	float:left;
	width:770px;
	margin-top:90px;
	height:20px;
	padding: 0 0 0 20px;
	text-align: left;
}
        
#footerAddress {
	float:left;
	width:145px;
	height:90px;
	padding-top:40px;
	text-align: left;
	margin:0 0 0 10px;
}
	
	
	
#leftContact {
	width:220px;
	float:left;
	height:270px;
	margin:0 20px 0 10px;
	padding:40px 10px 10px 10px;
	background:url(../graphics/leftContactBg.png) top left no-repeat;
}

#mainContent {
	width:650px;
	float:left;
	height:auto;		
	
}
	
.listfloat {
float:left;
margin:0 10px 0 0;
width:200px;
padding:0;

}

.listfloat li {
margin:0;
padding:0;
}


.error {
	font: normal 10px arial;
	padding: 3px;
	margin: 3px;
	background-color: #ffc;
	border: 1px solid #c00;
}
