/* eric meyer's reset css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* site styles */
body{
	background:#767474 url('../images/bg_gradient.gif') repeat-x; 
	font:12px Arial, Helvetica, sans-serif;
	color:#676566;
	line-height:160%;
}
p{
	margin:8px 0 8px 0;
}
a:link, a:visited{
	color:#78ad41;
}
a:hover, a:active{
	color:#68933b;
}
#wrapper{
	width:802px;
	margin:0 auto;
}
#header{
	width:800px;
	background:#fff;
	border-left:1px solid #686767;
	border-right:1px solid #686767;
	border-bottom:3px solid #686767;
	height:144px;
}
h1{
	text-indent:-9999em;
	background:url('../images/reclite_logo.gif') no-repeat;
	width:300px;
	height:84px;
	display:block;
	position:relative;
	float:left;
	top:35px;
	left:15px;
	bottom:10px;
}
/* Header Images */
#home_head{
	text-indent:-9999em;
	background:url('../images/header_home.jpg') no-repeat;
	width:451px;
	height:130px;
	display:block;
	float:right;
	position:relative;
	top:0px;
}
#about_head{
	text-indent:-9999em;
	background:url('../images/header_about.jpg') no-repeat;
	width:451px;
	height:130px;
	display:block;
	float:right;
	position:relative;
	top:0px;
}
#process_head{
	text-indent:-9999em;
	background:url('../images/header_process.jpg') no-repeat;
	width:451px;
	height:130px;
	display:block;
	float:right;
	position:relative;
	top:0px;
}
#services_head{
	text-indent:-9999em;
	background:url('../images/header_services.jpg') no-repeat;
	width:451px;
	height:130px;
	display:block;
	float:right;
	position:relative;
	top:0px;
}
#collection_head{
	text-indent:-9999em;
	background:url('../images/header_collection.jpg') no-repeat;
	width:451px;
	height:130px;
	display:block;
	float:right;
	position:relative;
	top:0px;
}
#faq_head{
	text-indent:-9999em;
	background:url('../images/header_faq.jpg') no-repeat;
	width:451px;
	height:130px;
	display:block;
	float:right;
	position:relative;
	top:0px;
}
#news_head{
	text-indent:-9999em;
	background:url('../images/header_news.jpg') no-repeat;
	width:451px;
	height:130px;
	display:block;
	float:right;
	position:relative;
	top:0px;
}
#contact_head{
	text-indent:-9999em;
	background:url('../images/header_contact.jpg') no-repeat;
	width:451px;
	height:130px;
	display:block;
	float:right;
	position:relative;
	top:0px;
}
h4{
	color:#78ad41;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:5px 0 5px 0;
}
#nav{
	list-style:none;
	height:27px;
	border-bottom:1px solid #6a9938;
	border-left:1px solid #686767;
	border-right:1px solid #686767;
}
#nav li{
	display:block;
	float:left;
	
}
#home_btn a {
	text-indent:-9999em;
	background:url('../images/home_btn.gif') no-repeat;
	width:79px;
	height:27px;
	display:block;
	overflow:hidden;
}
#home_btn a:hover{
	background: url('../images/home_btn_over.gif') no-repeat;
	display:block;
}
#about_btn a{
	text-indent:-9999em;
	background:url('../images/about_btn.gif') no-repeat;
	width:96px;
	height:27px;
	display:block;
	overflow:hidden;
}
#about_btn a:hover{
	background: url('../images/about_btn_over.gif') no-repeat;
	display:block;
}
#process_btn a{
	text-indent:-9999em;
	background:url('../images/process_btn.gif') no-repeat;
	width:90px;
	height:27px;
	display:block;
	overflow:hidden;
}
#process_btn a:hover{
	background: url('../images/process_btn_over.gif') no-repeat;
	display:block;
}
#services_btn a{
	text-indent:-9999em;
	background:url('../images/services_btn.gif') no-repeat;
	width:102px;
	height:27px;
	display:block;
	overflow:hidden;
}
#services_btn a:hover{
	background: url('../images/services_btn_over.gif') no-repeat;
	display:block;
}
#collection_btn a{
	text-indent:-9999em;
	background:url('../images/collection_btn.gif') no-repeat;
	width:189px;
	height:27px;
	display:block;
	overflow:hidden;
}
#collection_btn a:hover{
	background: url('../images/collection_btn_over.gif') no-repeat;
	display:block;
}
#faq_btn a{
	text-indent:-9999em;
	background:url('../images/faq_btn.gif') no-repeat;
	width:55px;
	height:27px;
	display:block;
	overflow:hidden;
}
#faq_btn a:hover{
	background: url('../images/faq_btn_over.gif') no-repeat;
	display:block;
}
#news_btn a{
	text-indent:-9999em;
	background:url('../images/news_btn.gif') no-repeat;
	width:75px;
	height:27px;
	display:block;
	overflow:hidden;
}
#news_btn a:hover{
	background:url('../images/news_btn_over.gif') no-repeat;
	display:block;
}
#contact_btn a{
	text-indent:-9999em;
	background:url('../images/contact_btn.gif') no-repeat;
	width:114px;
	height:27px;
	display:block;
	overflow:hidden;
}
#contact_btn a:hover{
	background: url('../images/contact_btn_over.gif') no-repeat;
	display:block;
}
#content{
	width:750px;
	padding:25px 25px 70px 25px;
	background:#FFF url('../images/tagline_watermark.gif') no-repeat;
	background-position:bottom right;
	border-left:1px solid #686767;
	border-right:1px solid #686767;
	border-bottom:1px solid #686767;
	zoom:1;
	overflow:hidden;
	
}
#content_left{
	width:189px;
	position:relative;
	float:left;
}
#main_content{
	width:530px;
	float:right;
	zoom:1;
}
.watermark{
	margin-left:-25px;
	position:relative;
	top:80px;	
}
#ewasa_logo{
	margin:15px 0 15px 170px;
}
#waste_diagram{
	width:530px;
}
#waste_diagram img{
	margin:20px 0 20px 100px;
}
.diagram{
	margin:20px 0 10px 0;
}
.process_img{
	margin:20px 0 10px 0;
	border:1px solid #78ad41;
}
#anchors li a{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
#anchors li a:hover{
	text-decoration:underline;
}

/* H3 HEADINGS */
#welcome_heading{
	text-indent:-9999em;
	background:url('../images/heading_welcome.gif') no-repeat;
	display:block;
	width:119px;
	height:19px;
}
#waste_heading{
	text-indent:-9999em;
	background:url('../images/heading_waste_hierarchy.gif') no-repeat;
	display:block;
	width:217px;
	height:22px;
}
#about_heading{
	text-indent:-9999em;
	background:url('../images/heading_about.gif') no-repeat;
	display:block;
	width:123px;
	height:19px;
}
#mission_heading{
	text-indent:-9999em;
	background:url('../images/heading_mission.gif') no-repeat;
	display:block;
	width:241px;
	height:21px;
	margin:10px 0 0 0;
}
#supported_heading{
	text-indent:-9999em;
	background:url('../images/heading_supported.gif') no-repeat;
	display:block;
	width:520px;
	height:31px;
	margin:10px 0 0 0;
}
#process_heading{
	text-indent:-9999em;
	background:url('../images/heading_process.gif') no-repeat;
	display:block;
	width:107px;
	height:20px;
}
#crushing_heading{
	text-indent:-9999em;
	background:url('../images/heading_crush.gif') no-repeat;
	display:block;
	width:211px;
	height:19px;
	margin:10px 0 0 0;
}
#mercury_heading{
	text-indent:-9999em;
	background:url('../images/heading_mercury.gif') no-repeat;
	display:block;
	width:200px;
	height:18px;
	margin:10px 0 0 0;
}
#recycled_heading{
	text-indent:-9999em;
	background:url('../images/heading_recycled.gif') no-repeat;
	display:block;
	width:212px;
	height:18px;
	margin:10px 0 0 0;
}
#flowdiagram_heading{
	text-indent:-9999em;
	background:url('../images/heading_flow_diagram.gif') no-repeat;
	display:block;
	width:269px;
	height:19px;
	margin:10px 0 20px 0;
}
#services_heading{
	text-indent:-9999em;
	background:url('../images/heading_services.gif') no-repeat;
	display:block;
	width:104px;
	height:20px;
}
#lamps_heading{
	text-indent:-9999em;
	background:url('../images/heading_lamps.gif') no-repeat;
	display:block;
	width:62px;
	height:16px;
	margin:10px 0 0 0;
}
#batteries_heading{
	text-indent:-9999em;
	background:url('../images/heading_batteries.gif') no-repeat;
	display:block;
	width:93px;
	height:18px;
	margin:10px 0 0 0;
}
#mercury_bear_heading{
	text-indent:-9999em;
	background:url('../images/heading_merc_bearing.gif') no-repeat;
	display:block;
	width:293px;
	height:16px;
	margin:10px 0 0 0;
}
#destruct_heading{
	text-indent:-9999em;
	background:url('../images/heading_destruction.gif') no-repeat;
	display:block;
	width:426px;
	height:17px;
	margin:10px 0 0 0;
}
#collection_heading{
	text-indent:-9999em;
	background:url('../images/heading_collection.gif') no-repeat;
	display:block;
	width:259px;
	height:20px;
}
#commercial_heading{
	text-indent:-9999em;
	background:url('../images/heading_commercial.gif') no-repeat;
	display:block;
	width:132px;
	height:16px;
	margin:10px 0 0 0;
}
#industry_heading{
	text-indent:-9999em;
	background:url('../images/heading_industry.gif') no-repeat;
	display:block;
	width:205px;
	height:19px;
	margin:10px 0 0 0;
}
#gauteng_heading{
	text-indent:-9999em;
	background:url('../images/heading_gauteng.gif') no-repeat;
	display:block;
	width:97px;
	height:17px;
}
#nw_heading{
	text-indent:-9999em;
	background:url('../images/heading_northwest.gif') no-repeat;
	display:block;
	width:128px;
	height:16px;
}
#limp_heading{
	text-indent:-9999em;
	background:url('../images/heading_limpopo.gif') no-repeat;
	display:block;
	width:88px;
	height:16px;
}
#mpu_heading{
	text-indent:-9999em;
	background:url('../images/heading_mpumalanga.gif') no-repeat;
	display:block;
	width:141px;
	height:17px;
}
#nc_heading{
	text-indent:-9999em;
	background:url('../images/heading_nc.gif') no-repeat;
	display:block;
	width:165px;
	height:17px;
}
#wc_heading{
	text-indent:-9999em;
	background:url('../images/heading_wc.gif') no-repeat;
	display:block;
	width:145px;
	height:17px;
}
#ec_heading{
	text-indent:-9999em;
	background:url('../images/heading_ec.gif') no-repeat;
	display:block;
	width:138px;
	height:17px;
}
#kzn_heading{
	text-indent:-9999em;
	background:url('../images/heading_kzn.gif') no-repeat;
	display:block;
	width:39px;
	height:17px;
}
#fs_heading{
	text-indent:-9999em;
	background:url('../images/heading_fs.gif') no-repeat;
	display:block;
	width:102px;
	height:16px;

}
#faq_heading{
	text-indent:-9999em;
	background:url('../images/heading_faq.gif') no-repeat;
	display:block;
	width:371px;
	height:19px;
}
#news_heading{
	text-indent:-9999em;
	background:url('../images/heading_news.gif') no-repeat;
	display:block;
	width:66px;
	height:19px;
}
#articles_heading{
	text-indent:-9999em;
	background:url('../images/heading_articles.gif') no-repeat;
	display:block;
	width:174px;
	height:20px;
	margin:10px 0 0 0;
}
#press_heading{
	text-indent:-9999em;
	background:url('../images/heading_press.gif') no-repeat;
	display:block;
	width:148px;
	height:16px;
	margin:10px 0 0 0;
}
#contact_heading{
	text-indent:-9999em;
	background:url('../images/heading_contact.gif') no-repeat;
	display:block;
	width:153px;
	height:21px;
}
.recycle_box{
	float:right;
}
.articles{
	font-style:italic;
}
#support_logos{
	width:490px;
	margin:0 auto;
}
#support_logos img{
	margin:10px;
}
#footer{
	width:802px;
	clear:both;
}
#peronii {
	background: url("../images/peronii_logo.gif") no-repeat;
	display: block;
	clear: none;
	width: 49px;
	height: 39px;
	overflow: hidden;
	margin:0 auto;
	text-indent:-9999em;
	margin-bottom:15px;
}
/* Lists */
.info_list{
	list-style:circle;
}
.info_list li{
	margin:5px 0 0 15px;
}
/* FAQ show and hide*/
.question{	/* Styling question */
	/* Start layout CSS */
	color:#f28109;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#fff;
	width:510px;
	margin:2px 0 2px 15px;
	padding:5px;
	/*height:30px;
	line-height:30px;*/
	/*letter-spacing:1px;*/
	
	/* End layout CSS */	
	overflow:hidden;
	cursor:pointer;
	display:block;
}
.question p{
	height:60px;
}
.answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #78ad41;
	background-color:#fff;
	width:505px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin-left:25px;

}
.answer_content{	/* Content that is slided down */
	padding:3px;
	position:relative;
}
.question_narrow{	/* Styling question */
	/* Start layout CSS */
	color:#78ad41;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#fff;
	width:150px;
	margin:2px 0 2px 15px;
	padding:5px;
	/*height:30px;
	line-height:30px;*/
	/*letter-spacing:1px;*/
	
	/* End layout CSS */	
	overflow:hidden;
	cursor:pointer;
	display:block;
}
.question p{
	height:60px;
}
.answer_narrow{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #78ad41;
	background-color:#fff;
	width:150px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	margin-left:25px;

}
.answer_content{	/* Content that is slided down */
	padding:3px;
	position:relative;
}
.small_s{
	text-transform:lowercase;
}
.green_question{
	color:#78ad41;
}

