.footer { clear: both; }
.footer_column { }
#container_footer{
	clear: both;
	text-align: left; /* counter the body center */
}
#column_footer_1{
	clear: both;
	float:left;
	width: 100%;
	background-color: #fff; 
}
#column_footer_2{
	clear: both;
	float:left;
	width: 100%;
}
#column_footer_3{
	clear: both;
	float:left;
	width: 100%;
	color: #ffffff;
}
#content_background_footer_1_2{
	width: 100%;
	text-align: center;
	color: #002a54; font-size: 11px;
	padding: 20px 0;
}
#content_background_footer_1_1{
	background-color: transparent;
	background-image: url(/sites/default/themes/black_blue/images/backgrounds.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
}
#content_footer_1_1 UL{
    padding:0 15px;
	margin:0;
	height:32px;
	list-style-type:none;
}
 #content_footer_1_1 li {
	display:inline;
	height:32px;
}
#content_footer_1_1	li a{
	text-align: center;
	float:left;
	display:inline-block;
	padding: 0 15px;
	text-decoration:none;
	color: #FFFFFF;
	font-weight:bold;
	border-right: 1px solid #444;
	border-left: 1px solid #817e7c;
	line-height: 32px;
}
#content_footer_1_1	 a:hover {
   	background-color: transparent;
	background-image: url(/sites/default/themes/black_blue/images/backgrounds.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left -32px;
}

/* ------------------ category / product list / footer -------------------- */
.content_footer #category_list {    /* categories list - product list on column 1 */
	clear: both;
	display: none;
}
/*
.content_footer #category_list li {
	margin: 0;
	display: inline;
	margin-left: 10px;
	font-size: 11px;
}
.content_footer  #category_list li a{
	text-decoration: none;
 	color: #636363; padding: 0 3px;
}
.content_footer #category_list a:link {
}
.content_footer  #category_list   a:hover{
	background-color: #666666; color: #fff; text-decoration: none;
}
*/	