.footer { clear: both; }
#container_footer{ clear: both; text-align: left;}
#column_footer_1{ clear: both; width: 100%; }
/*
#column_footer_2{
	clear: both;
	float:left;
	width: 100%;
}
#column_footer_3{
	clear: both;
	float:left;
	width: 100%;
}*/
/* copyright */
#content_background_footer_1_2{
	width: 100%;
	text-align: center;
	color: #000; padding: 10px 0; font-size: 9px;
}
#content_background_footer_1_1{
	background-image: url(/sites/default/themes/clean_green/images/backgrounds.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#content_footer_1_1 ul{
    padding:0;	margin:0; 
	height:40px; line-height: 30px;
	list-style-type:none;
	clear: both;
	text-align: center;
}
#content_footer_1_1 ul li { display:inline; }
#content_footer_1_1	ul li a{
	text-align: center;
	text-decoration: none;
	color: #005703; font-weight:bold; font-size: 11px;
	padding: 0 6px;
	border-right: 1px solid #005703;
}
#content_footer_1_1	 ul li a:hover { text-decoration: underline; }

/* ------------------ category / product list / footer -------------------- */
.content_footer_0 {
	background-image: url(/sites/default/themes/clean_green/images/topfooter.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 10px;
}
.content_footer_0 #category_list {    /* categories list - product list on column 1 */
	clear: both; margin: 0; padding: 10px; 
	text-align: center; line-height: 18px;
	font-size: 10px;
}
.content_footer_0 #category_list li {
	margin: 0 4px;
	display: inline;
	font-size: 11px;
	color: #000;  
}
.content_footer_0  #category_list li a{
	text-decoration: none;
 	color: #000; padding: 2px 4px;
}
.content_footer_0  #category_list   a:hover{
	background-color: #247e18; color: #fff; text-decoration: none;
}
