body{
	width:100%;	
	background-repeat:repeat-x; 
	background-color: #ffffff;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height:1.8em;
	color:#000000;
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
.clearit{
	overflow:hidden;
	height:1px;
	width:100%;
	clear:both;	
}
p,form,div{
	padding:0px;
	margin:0px;	
}
#body_holder{
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	background-image:url(../images/site_tile.jpg);
	background-repeat:repeat-y;
	background-position:30px 0px;
	position:relative;
	padding-left:30px;
	font-size:1.1em;
}
#logo{
	position:absolute;
	top:-20px;
	left:0px;
}
#site_subtext{
	position:absolute;
	top:15px;
	left:254px;
}
#main_banner{
	position:absolute;
	top:86px;
	left:25px;
	width: 609px;
}
#recyclingBanner {
	position: absolute;
	top: 85px;
	left: 642px;
}
#sub_banner{
	position:absolute;	
	top:161px;
	left:74px;
}
#nav_holder{
	position:absolute;
	width:171px;
	top:43px;
	right:34px;
	overflow:hidden;
	background-image:url(../images/nav_back.jpg);
	background-repeat:no-repeat;
}
#nav_holder ul{
	margin:0px;
	padding:0px;
	width:135px;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:20px;
}
#nav_holder li{
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #d9e7f2;
}
#nav_holder li a{
	display:block;
}
#nav_holder li a:link,#nav_holder li a:visited{
	color:#0000ff;
	text-decoration:none;
}
#nav_holder li a:hover{
	color:red;
	text-decoration:underline;
}
#nav_holder img{
	padding-left:15px;
}
#content_holder{
	width:760px;
	background-image:url(../images/site_back.jpg);
	background-repeat:no-repeat;
	padding-top:310px;
	padding-left:46px;
	
}
#content_holder_noimg{
	width:760px;
	background-image:url(../images/site_back.jpg);
	background-repeat:no-repeat;
	padding-top:90px;
	padding-left:46px;
}
#main_contenttrans{
	background-image:none;
	background-color:transparent;
	width:655px;
	padding-top:20px;
	padding-right:15px;
	overflow:hidden;
}
#main_contentoneimg{
	background-image:url(../images/main_content_top.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:635px;
	padding-top:20px;
	background-color:#ffffff;
	padding-right:15px;
	overflow:hidden;
}
#main_content_noimg{
	background-image:url(../images/main_content_top2.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:635px;
	padding-top:20px;
	background-color:#ffffff;
	padding-right:15px;
	overflow:hidden;
	min-height: 300px;
	_height: 300px;

}

#main_content{
	background-image:url(../images/main_content_top.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:635px;
	padding-top:45px;
	background-color:#ffffff;
	padding-right:15px;
	overflow:hidden;
}

h1{
	margin:0px;
	padding:0px;
}
h2{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:2.0em;
	font-family:Arial,"Lucida Grande",Helvetica;
	color:#003366;
	line-height:2.1em;
}
h3{
	color:#005ba8;
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:1.6em;
	font-family:Arial,"Lucida Grande",Helvetica;
}
p{
	margin-bottom:15px;
}
.greyText{
	color:#333333;
}
hr.grey{
	margin-top:15px;
	margin-bottom:15px;
	border: none 0;
	border-top: 1px solid #c2c2c2;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
hr.blue{
	margin-bottom:15px;
	border: none 0;
	border-top: 1px solid #005ba8;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
div.howto{
	margin:15px 0px;
}
.howto a {
	float:left;
	clear:left;
	width:40%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.howto img {
	border: 1px solid #2281ca;
	cursor: pointer;
	margin: 0px 0px 5px 0px;
}
.howto span{
	float:left;
	clear:left;
	width:50%;
	text-align:center;
}
.howto p{
	background-image:url(../images/how_to_back.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding-left:10px;
	padding-right:15px;
	padding-top:10px;
	margin-top:15px;
	float:right;
	width:45%;
	min-height:120px;
	height:auto !important;
	height:120px;
}
/*---Bottom Content---*/
#b_nav_holder{
	float:left;
	clear:left;
	width:160px;
}
#b_nav_holder ul{
	margin:0px;
	padding:0px;
	width:160px;
	overflow:hidden;
	margin-top:10px;
	border-left:1px solid #cccccc;;
}
#b_nav_holder li{
	padding-left:25px;
	padding-top:0px;
	padding-bottom:5px;
}
#b_nav_holder li a:link,#b_nav_holder li a:visited{
	text-decoration:none;
	color:#0000ff;
}
#b_nav_holder li a:hover{
	color:red;
	text-decoration:underline;
}
#bb_nav_holder{
	float:none;
	clear:none;
	width:auto;
}
#bb_nav_holder ul{
	margin:0px;
	padding:0px;
	width:auto;
	margin-top:0px;
	border-left:none;
}
#bb_nav_holder li{
	float:left;
	display:inline;
	padding-top:0px;
	padding:0px 11px;
}
#bb_nav_holder li a:link,#bb_nav_holder li a:visited{
	text-decoration:none;
	color:#0000ff;
}
#bb_nav_holder li a:hover{
	color:red;
	text-decoration:underline;
}
#faq_holder{
	float:right;
	clear:right;
	width:452px;
	margin-top:10px;
	overflow:hidden;
}
.faq_question{
	background-image:url(../images/faq_q.png);
	background-repeat:no-repeat;
	background-color:transparent;
	padding-top:15px;
	color:#003366;
	font-size:1.6em;
	line-height:1.2em;
	float:left;
	clear:left;
	width:452px;
}
.faq_question div{
	background-color:transparent;
	padding:0px 15px 15px 15px;
	width:420px;
	margin:0px 1px 0px 1px;
}
.faq_answer{
	background-image:url(../images/faq_a.png);
	background-repeat:no-repeat;
	padding:15px;
	padding-bottom:0px;
	float:left;
	clear:left;
	width:422px;
}
.faq_link{
	background-image:url(../images/faq_l.png);
	background-repeat:no-repeat;
	height:39px;
	padding-top:12px;
	padding-left:220px;
	font-size:11px;
	line-height:18px;
	float:left;
	clear:left;
	width:232px;	
}
.faq_link a{
	position: relative;	
}
.quote{
	font-size:1.3em;
}
.qa_blocks{
	font-size:1.2em;
}
.faq_qs p a:link,.faq_qs p a:visited{
	font-weight:bold;
	text-decoration:none;
	font-size:1.2em;
	color:#0000ff;
}

.faq_links a:link,.faq_links a:visited{
	color:#0000ff;
	font-size:0.7em;
	text-decoration:none;
}
.faq_qs p a:hover,.faq_links a:hover{
	color:red;
}
.question{
	font-weight:bold;
	color: #003366;
}

/*---FOOTER----*/
#footer_holder{
	width:670px;
	background-image:url(../images/site_bot.jpg);
	background-repeat:no-repeat;
	padding-top:40px;
	padding-left:56px;
	background-color:#ffffff;
	padding-right:30px;
}
.euro{
	float:left;
	clear:left;
	margin-right:15px;
}
.credit a:link,.credit a:visited{
	color:#999999;
	font-size:0.9em;
	text-decoration:none;
}
.credit a:hover{
	color:red;
	text-decoration:underline;
}
.productSelector {
	width: 465px;
	float:left;
}
.headlines {
	float: right;
	width: 200px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2381CA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2381CA;
	margin-bottom: 20px;
	margin-left: 20px;
	background-image: url(../images/recent-news-header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	padding-top: 35px;
}
.headlines h3 {
	margin-bottom: 15px;
	font-size: 12px;
}
.newsItem h2 {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 20px;
}

div.case_study_cameo{
	border-bottom:1px solid #e1e1e1;
	margin:10px 0px;
}
div.case_study_cameo h3{

}
div.case_study_inner{
	padding:10px;
}
div.case_study_img{
	width:25%;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
tr.dark{
	background-color:#ededed;
}
