/*
* Wastepro - The waste professionals
* Designed and developed by Websolvers Inc. copyright 2009 Websolvers Inc. All rights reserved.
*/


/*--GLOBAL RULES--*/
body {
	margin:0; padding:0; color:#f1f9eb; font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size:1em; background:url(../images/body-tile.gif) #1c6947 top repeat-x;
}

img{ border:none;}

h1, h3, p{ margin:5px 0;} 

/*--MAIN SHELL--*/
#main_container{ margin:0 auto; padding:0; width:1024px;}

	/*--TOP--*/
	#header_container{ width:960px; height:150px; margin:0 auto; position:relative; background:url(../images/header-bg.jpg) no-repeat;}
		img.logo{ position:absolute; left:9px; bottom:25px;}
	
	/*--MIDDLE--*/	
	#content_container{ min-height:350px; width:989px; margin-top:1px; position:relative; float:left; background:url(../images/content-bg.gif) top center no-repeat;}
	#content_container_inner{ float:left; width:989px; background:url(../images/nav-tile.png) repeat-y;}
		#nav_container{ width:237px; margin-left:40px; float:left; background-attachment:fixed; background:url(../images/nav-tile-top.gif) -40px 0 no-repeat;}
		#main_navigation_top{ height:20px; background:url(../images/nav-top.gif) #d0efb4  no-repeat;}
		/*#main_navigation_inner{ background:url(../images/nav-bg-tile.gif) #d0efb4 repeat-y;}*/
			#main_navigation_inner p{ font-size:11px; padding:10px 20px; margin:0; color:#2D614B; background:url(../images/nav-seperator.gif) bottom center no-repeat;}
			#main_navigation_inner ul{ padding:0; position:relative;}
			#main_navigation_inner ul li{ background:url(../images/nav-seperator.gif) bottom center no-repeat;}
			#main_navigation_inner a{ width:216px; height:20px; padding-top:5px; padding-left:20px; display:block; font-size:12px; color:#2D614B; text-decoration:none;}
			
		body.home #content_inner_container{ padding-top:0;}
		#content_inner_container{ padding-top:35px;}
		
			body.home#content_inner{ float:left; position:relative; top:-15px; width:670px; margin-left:15px;}
			#content_inner{ float:left; position:relative; top:-15px; width:650px; margin-left:15px; padding-bottom:20px;}
			
			#content_inner p, #content_inner h1, #content_inner h3, #content_inner ul, #content_inner li { margin-left:10px;}
			
				#content_inner p, #content_inner li{ font-size:12px; line-height:16px;}
				#content_inner p{ margin-top:10px;}
				#content_inner ul{ margin-left:20px;}
				#content_inner li{ list-style:disc;}
				#content_inner a{ color:#ffffff;}
				
			#img_container{ width:667px; height:324px; position:relative; background:url(../images/rotate-img-bg.png) center no-repeat;}
				#img_container img{ position:absolute; top:26px; left:12px;}
	
	/*--BOTTOM--*/
	#footer_container{ position:relative; font-size:11px; color:#eff6fa; background:url(../images/footer-bg-tile.gif) #347598 top repeat-x;}
		#footer_inner{ width:960px; margin:0 auto; padding-top:15px; position:relative;}
			#footer_inner ul{ float:right;}
			#footer_inner ul li{ float:left;}
			#footer_inner a{ color:#eff6fa; text-decoration:none;}
	
/*--CUSTOM CLASSES--*/
.clear_float{ clear:both;}
.powered_by{ position:absolute; right:0; top:45px;}

