@charset "UTF-8";


html{
	overflow:-moz-scrollbars-vertical;
	overflow-y:scroll;	
	}	

body,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	}
	
body{
	background:url(images/backing.jpg) #FFF;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	}
	
a{	
	color:#24A5DE;
	}
	
h2{
	color:#0057A4;
	font-size:16px;
	margin:0px 0px 10px 10px;
	}
	
h3{
	color:#0057A4;
	font-size:14px;
	}
	
	
img{
	border:none;
	}
	
#wrapperTop{
	background:url(images/wrapperTop.png);
	width:800px;
	height:30px;
	margin:0px auto;
	}
	
#wrapper{
	background:url(images/wrapperMid.png);
	width:800px;
	height:auto;
	margin:0px auto;
	overflow:hidden;
	}
	
#wrapperBottom{
	background:url(images/wrapperBottom.png);
	width:800px;
	height:30px;
	margin:0px auto;
	}

/*---header---*/
#header{
	width:800px;
	height:175px;
	}
	
#logo{
	float:left;
	margin:0px 0px 0px 30px;
	}
	
#contactinfo{
	font-size:10px;
	float:right;
	width:150px;
	text-align:right;
	margin:0px 30px 0px 0px;
	}
	
#tagline{
	float:right;
	margin:19px 29px 0px 0px;
	}


/*---navigation---*/		
#navigation{
	width:740px;
	height:35px;
	margin:0px 0px 0px 30px;
	}	
	
#homebtn{
	background:url(images/homebtn.png);
	width:148px;
	height:35px;
	float:left;
	}
	
#aboutbtn{
	background:url(images/aboutusbtn.jpg);
	width:148px;
	height:35px;
	float:left;
	}
	
#servicesbtn{
	background:url(images/servicesbtn.jpg);
	width:148px;
	height:35px;
	float:left;
	}
	
#recyclingbtn{
	background:url(images/recyclingbtn.jpg);
	width:148px;
	height:35px;
	float:left;
	}
	
#contactbtn{
	background:url(images/contactbtn.png) no-repeat;
	width:148px;
	height:35px;
	float:left;
	}
	
	
/*---sidebar---*/	
#sidebar{
	width:250px;
	float:right;
	margin:10px 15px 0px 0px;
	}
	
#sidebar ul{
	line-height:20px;
	font-size:12px;
	}
	
#sidebarTop{
	background:url(images/sidebarTop.png);
	width:237px;
	height:18px;
	}
	
#sidebarMid{
	background:url(images/sidebarMid.png);
	width:237px;
	height:auto;
	}
	
#sidebarMid p{
	margin:0px 0px 0px 10px;
	font-size:12px;
	width:220px;
	}

#sidebarBottom{
	background:url(images/sidebarBottom.png);
	width:237px;
	height:18px;
	}

/*content area*/
#contentAreaTop{
	background:url(images/contentAreaTop.png);
	width:500px;
	height:16px;
	float:left;
	margin:10px 0px 0px 30px;
	}

#contentArea{
	background:url(images/contentAreaMid.jpg);
	width:500px;
	float:left;
	margin:0px 0px 0px 30px;
	}
	
#contentArea ul{
	font-size:12px;
	}
	
#contentAreaBottom{
	background:url(images/contentAreaBottom.png);
	width:500px;
	height:16px;
	float:left;
	margin:0px 0px 0px 30px;
	}
	
#contentArea p{
	margin:0px 0px 10px 10px;
	padding:0px 20px 0px 0px;
	font-size:12px;
	}
	
#contentimg{
	width:280px;
	height:212px;
	float:right;
	margin:0px 20px 0px 10px;
	}
	
#serviceslist{
	list-style-type:none;
	}
	
#float{
	float:right;
	width:280px;
	margin:10px 0px 10px 10px;
	}
	
#contactnumbers{
	width:300px;
	float:left;
	font-size:12px;
	margin:0px 0px 0px 10px;
	}
	
#contactaddress{
	font-size:12px;
	}
	
#contactform{
	font-size:12px;
	margin:0px 0px 0px 10px;
	float:left;
	width:182px;
	}
	
#contactimg{
	float:right;
	width:287px;
	margin:0px 20px 0px 0px;
	}
	
#products{
	width:750px;
	height:auto;
	float:left;
	margin:10px 0 0 30px;
	}
	
#products #productspaneltop{
	background:url(images/productspaneltop.png);
	width:740px;
	height:15px;
	}
	
#products #productspanelMid{
	background:url(images/productspanelmid.png);
	width:740px;
	height:auto;
	overflow:hidden;
	}
	
#products #productspanelbottom{
	background:url(images/productspanelbottom.png);
	width:740px;
	height:15px;
	}

#products #productspanelMid h3{
	margin:0 0 10px 10px;
	}
	
#products #productspanelMid .productslist1{
	width:100px;
	float:left;
	font-size:12px;
	margin:0 0 0 90px;
	}
	#products #productspanelMid .productslist2{
	width:500px;
	float:left;
	font-size:12px;
	margin:300px 0 0 10px;
	}

/*---footer---*/
#footer{
	width:800px;
	margin:0px auto;
	font-size:10px;
	}
	
ul#footernav{
	float:left;
	text-align:left;
	font-size:12px;
	margin:0 0 0 20px;
	padding:0;
	line-height:20px;
	}

ul#footernav li{
	list-style-image:url(images/list-style-image.png);
	margin:0 0 0 20px;
	padding:0;
	}
	
ul#footernav li a{
	text-decoration:none;
	}
	
#copyright{
	width:275px;
	margin:0 0 0 140px;
	float:left;
	text-align:center;
	font-size:12px;
	line-height:20px;
	}
	
#socialmedia{
	float:left;
	margin:0 0 0 230px;
	}
	
#socialmedia #facebook{
	background:url(images/facebook-icon.png);
	width:30px;
	height:30px;
	float:left;
	margin:0 10px 0 0;
	}

