@charset "UTF-8";
/* CSS Document */
body { margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#181818; background: url('images/background.jpg'); }
p, h3, h4, ul { padding: 0px; margin: 0px; padding-bottom: 7px; } 
#wrap { width:1000px; height:auto; margin-left:auto; margin-right:auto;}
#header { width:945px; height:177px; background:url('images/header.png'); background-repeat:no-repeat; padding-left: 55px; padding-top: 10px; color: #fff;}
	#header h4 { font-style: italic; } 
	#headerleft { float: left; } 
	#headerright { text-align: right; float: right; width: 400px; margin-right: 55px; } 
	#headerright h3 { color: #FC3; } 
	
	#header ul { list-style: none; padding-top: 10px; padding-left: 25px; } 
	#header ul li { background: url('images/tick.png'); min-height: 30px; padding-left: 35px; line-height: 30px; color: #000; font-weight: bold;  } 	
	
#main { width:1000px;  background:url('images/main.png'); background-repeat:repeat-y;}
#left {width:610px;  float:left; margin-left:55px;}

#left .service { width: 290px; margin-left: 10px; float: left; margin-bottom: 10px;} 
#left .service img { float: left; margin-right: 7px; } 

#left li { float:left; height:49px; width:80px; font-family:Arial, Helvetica, sans-serif; font-size:17px; color:#181818; list-style:none; margin-right:0px; margin-left:10px; background-image:url(images/tick1a.png); background-repeat:no-repeat; padding-left:70px; padding-top:15px;}
#right {width:250px;  float:left; padding:10px;  background-repeat:no-repeat;}
#footer { width:1000px; height: 205px;  background:url('images/footer.png');  background-repeat:no-repeat;}
	#footertext { margin-left: 280px; width: 610px;}
	#footertext h3 { font-weight: bold; font-size: 22px;} 
	
.map {width:350px; height:250px; float:left; margin-right:10px;}

#contact {  height: 296px; width: 177px; background: url('images/contactus.jpg'); padding: 20px; padding-right: 35px; padding-left: 50px;} 
#contact p { margin: 0px; padding: 0px; } 
#contact input, #contact textarea { height: 17px; width: 170px; background-color: #FFC; line-height: 17px; padding: 0px; margin: 0px; }
#contact textarea { padding-bottom: 3px; } 
#contact .formtext { font-size: 9.5px; color: #555; } 
