.footer {
	clear: both;
}
#container_footer{
	clear: both;
	text-align: left; /* counter the body center */
}
#column_footer_1{
	clear: both;
	float:left;
	width: 100%;
	color: #333;
}
#column_footer_2{
	clear: both;
	float:left;
	width: 100%;
	background: #990000;
	color: #333;
}
#column_footer_3{
	clear: both;
	float:left;
	width: 100%;
	background: #222222;
	color: #333;
}
#content_background_footer_1_2{
	width: 100%;
	text-align: center;
	color: #333; font-size: 11px;
	padding: 15px 0;
}
#content_background_footer_1_1{
	background-color: transparent;
	background-image: url(/sites/default/themes/eco_green/images/backgrounds.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left -58px;
}
#content_footer_1_1 UL{
    padding:0 15px;
	margin:0;
	height:29px;
	list-style-type:none;
	color: #1b4774;
}
 #content_footer_1_1 li {
	display:inline;
	height:29px;
}
#content_footer_1_1	li a{
	text-align: center;
	float:left;
	display:inline-block;
	padding: 0 15px;
	text-decoration:none;
	color: #1b4774;
	font-weight:bold;
	border-right:1px solid #1b4774;
	line-height: 29px;
}
#content_footer_1_1	 a:hover {
   	background-color: transparent;
	background-image: url(/sites/default/themes/eco_green/images/backgrounds.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left -87px;
}

/* ------------------ category / product list / footer -------------------- */
.content_footer_0 {
	border-top: 5px solid #5781a9;
}
.content_footer_0 #category_list {    /* categories list - product list on column 1 */
	clear: both;
}
.content_footer_0 #category_list li {
	margin: 0;
	display: inline;
	margin-left: 10px;
	font-size: 11px;
}
.content_footer_0  #category_list li a{
	text-decoration: none;
 	color: #333; padding: 0 3px;
}
.content_footer_0 #category_list a:link {
}
.content_footer_0  #category_list   a:hover{
	background-color: #5781a9; color: #fff; text-decoration: none;
}
