body {
	background:#fff;
	color:#fff;
	font:normal 14px/20px Helvetica, Arial, sans-serif;
	position:relative;
	z-index:1;
}

* { margin:0; padding:0; }

li { list-style:none; }

p { padding:0 0 18px 0;
     }

a img {border:none; }

/*
ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}


#content {
	clear: left;
}


*/


h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	text-align: left;
	font-size: 18px;
	line-height:28px;
	padding: 20px 0 0;
}

/*
///////////////////////
	STRUCTURE
///////////////////////
*/

#logoBtn {
	display:block;
	float:left;
	width:300px;
	height:80px;
}

#wrapper {
	margin:0px auto 80px auto;
	width:960px;
}

#topImage {
	background:url(../images/topimage.jpg) no-repeat 0 0 #181e21;
	height:141px;
	margin:1px 0;
}

#imageBar {
	margin:1px 0;	
	position:relative;
	z-index:20;
}

#content, #captions {
	background:url(../images/contentBG.jpg) repeat-y 0 0 #181e21;
	margin:1px 0;
}

#captions {
	font-size:12px;
	padding:10px 20px;	
}


/*
///////////////////////
	MENU
///////////////////////
*/

#menubar {
	background:url(../images/menuBG.jpg) no-repeat 0 0;
	background-color: #000;
	color: #fff;
	height: 47px;
	position:relative;
	z-index:40;
}

#nav li { height:47px; }


ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	height:47px;
}


#nav li a {
	height:47px;
	text-indent:-9999px;
	float:left;
}

li ul { /* second-level lists */
	visibility:hidden;
	position: absolute;
	float:left;
	background:#000;
	top: 47px;
	left: -10px;
}

li ul li {
	clear:both;	
	border-bottom:1px dashed #000;
	float:left;
	
}



#nav li ul li a {
	background:transparent none repeat scroll 0 0;
	float:left;
	height:18px;
	padding:14px 16px;
	text-indent:0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 47px;
	left: -14px;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	visibility:visible;
}

/*

    
.menu {
	width: auto;
	float: left;
	height:47px;
	position:relative;
	cursor: default;
	text-indent:-9999px;
	display:block;
}
    
.menu ul {
	display: none;
	position: absolute;
	background-color: #e6e6e6;
	color: black;
	list-style: none;
	margin: 0.1em 0 0 0;
	padding: 0;
	top:47px;
	left:-14px;
	z-index:30;
}

.menu a { display:block; height:47px; }
    
.menu ul li a {
	background:none;
	display: block;
}

div.menu:hover ul {
	display: block;
	margin: 0;
	padding: 0;
}

div.menu ul li:hover {
	background-color: #ccf;
}*/



#menuSpacer {
	display:block;
	background:url(../images/menuSpacer.jpg) no-repeat 0 0;
	float:left;
	height:47px;
	width:14px;
}

#menuAboutUs a {
	background:url(../images/menuAboutUs.jpg) no-repeat 0 0;
	width:141px;
}



#subMenuAboutUs {
	background-color:#EE7C00;
}

#subMenuAboutUs li { border-color:#ffad00; }

#subMenuAboutUs li a:hover { background-color:#ffad00; }

#menuBetterByRecycling a {
	background:url(../images/menuBetterByRecycling.jpg) no-repeat 0 0;
	width:294px;
}

#subMenuBetterByRecycling { background-color:#679042; }

#subMenuBetterByRecycling li { border-color:#88cd3e; }

#subMenuBetterByRecycling li a:hover { background-color:#88cd3e; }

#menuContactUs a {
	background:url(../images/menuContactUs.jpg) no-repeat 0 0;
	width:179px;
}

#menuOurProducts a {
	background:url(../images/menuOurProducts.jpg) no-repeat 0 0;
	width:214px;
}

#menuNews a {
	background:url(../images/menuNews.jpg) no-repeat 0 0;
	width:91px;
}

#menuBlog a {
	background:url(../images/menuBlog.jpg) no-repeat 0 0;
	width:85px;
}

#menuShop a {
	background:url(../images/menuShop.jpg) no-repeat 0 0;
	width:120px;
}



/*#menubar .menu .subMenuNav, .menu .subMenuNav a {
	background:none;	
}

#menubar .subMenu li {
	border-bottom:1px dashed;
	height:18px; 
	padding:16px 14px; 
}

#menubar .subMenu a { 
	background:none;
	text-indent:0; 
	
}

#subMenuAboutUs li { border-color:#ffad00; }
#subMenuBetterByRecycling li { border-color:#88cd3e; }
#menubar #subMenuContactUs li { border-color:#00b9ff; }

.menu #subMenuAboutUs { background:url(../images/subMenuAboutBG.png) repeat 0 0;  }
.menu #subMenuBetterByRecycling { background:url(../images/subMenuBBRBG.png) repeat 0 0;}
.menu #subMenuContactUs { background:url(../images/subMenuContactBG.png) repeat 0 0; }
.menu #subMenuAboutUs #subOurVision a { background:url(../images/subOurVision.png) no-repeat 0 0; }
#menubar #subMenuBlog { background:#d8d010; }
#menubar #subMenuNews { background:#cb0afd; }
#menubar #subMenuShop { background:#cd1d1d; }
*/

/*
/////////////////////////////
		CONTENT STYLES	
/////////////////////////////
*/


#contentHolder {
	color:#fff;
	font-weight:normal;
	padding:0 20px 20px;	
	width:920px;
}

#contentHolder p {
	font-weight:normal	
}

#contentHolder li {
	list-style:url(../images/list-image.jpg) none inside;	
}

/*
/////////////////////////////
		OUR PRODUCTS 
/////////////////////////////
*/

#products-menu {
	width:100%;
	
	height:297px;
}

.products-nav {
	width:191px;
	height:297px;
	margin:0 1px 0 0;
	position:absolute;
}

#product-nav-1 { left:0; }
#product-nav-2 { left:192px; }
#product-nav-3 { left:384px; }
#product-nav-4 { left:576px; }
#product-nav-5 { left:768px; }

.products-nav img {
	position:absolute;
	left:0;
	top:0;
}

#products-menu .products-nav h3 {
	position:absolute;
	display:block;
	bottom:10px;
	font-size:14px;
	letter-spacing:0;
	left:0;
	text-align:center;
	visibility:visible;
	width:151px;
	padding:10px;
	left:50%;
	margin-left:-95px;
}

.products-border {
	border:10px solid #000;
	border-bottom:100px solid #000;;
	width:171px;
	height:187px;
	position:absolute;

}

#products-border-1 { border-color:#f07c00; }
#products-border-2 { border-color:#73a141; }
#products-border-3 { border-color:#007baa; }
#products-border-4 { border-color:#d8d010; }
#products-border-5 { border-color:#cd1d1d; }


#products-menu .products-nav .sIFR-replaced h3 {
	line-height:1em;
	font-size:14px;
}


/*
///////////////////////
	CLASSES
///////////////////////
*/

.clearBoth { clear:both; display:block; }

.hideWord {
	font-size:0;
	line-height:0;
	text-indent:-9999px;	
}


/* footer */

.footer {

	float:left;

	padding:20px 0;

	text-align:center;

	width:100%;

	font:normal  Arial, Helvetica, sans-serif;

	letter-spacing:-.1px;
	
	color:#000;
	
	text-transform:uppercase;
	
	font-size: 9px;
	
}


.footer ul {
	
	
}

.footer li {

	display:inline;

	font:normal Arial, Helvetica, sans-serif;
	
	font-size:9px;
	

	letter-spacing:-.1px;

	list-style:none;

	margin:0 10px;

}



.footer li a {

	color:#808284;

	text-decoration:none;

	text-transform:uppercase;

}



.footer li a:hover {

	color:#000;

}

