.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: #ddd; font-size: 11px;
	padding: 15px 0;
}
#content_background_footer_1_1{
	background-image: url(images/backgrounds.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
#content_footer_1_1 ul{
    padding:0;	margin:0; 
	height:32px;
	list-style-type:none;
	clear: both;
	text-align: center;
}
 #content_footer_1_1 ul li {
	display:inline;
	color: #000;
}
#content_footer_1_1	ul li a{
	display: inline-block;
	height: 32px; line-height: 32px;
	text-align: center;
	text-decoration: none;
	color: #000; font-weight:bold; font-size: 11px;
	padding: 0 6px;
	background-image: url(images/backgrounds.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-right: 1px solid #000;
}
#content_footer_1_1	 ul li a:hover {
   	background-image: url(images/backgrounds.gif);
	background-position: left -32px;
	background-repeat: repeat-x;
}

/* ------------------ category / product list / footer -------------------- */
.content_footer_0 {
	border-top: 3px solid #878787;
}
.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;
	color: #800200; 
}
.content_footer_0  #category_list li a{
	text-decoration: none;
 	color: #fff; padding: 0 3px;
}
.content_footer_0 #category_list a:link {
}
.content_footer_0  #category_list   a:hover{
	background-color: #800200; color: #fff; text-decoration: none;
}
