#container_footer{
	clear: both;
	text-align: left; /* counter the body center */
}
/* category list // #column_footer_0 */
.content_footer #category_list {    /* categories list - product list on column 1 */
	clear: both;
	margin: 0; padding: 10px; padding-left:60px;
	text-align: left; line-height: 18px;
	background-color: #f6f6f6; border: 1px solid #ccc;
}
.content_footer #category_list li {
	margin: 0; margin-right: 10px;
	display: inline; 
	font-size: 10px;
}
.content_footer  #category_list li a{
	text-decoration: none;
 	color: #000; padding: 0 3px;
	display: inline-block; width: 140px;
}
.content_footer  #category_list   a:hover{
	background-color: #ccc; color: #000; text-decoration: none;
}

/* footer menu and copyright // #column_footer_1 */ 	
#column_footer_1{clear: both;}
#content_background_footer_1_1{
	background-image: url(/sites/default/themes/blue_mr/images/backgrounds.gif);
	background-repeat: repeat-x;
	background-position: left -72px;
	border-left: 1px solid #71aee4; border-right: 1px solid #71aee4;
	padding-right: 10px;
	text-align: center; 
	height: 25px;
}
#content_footer_1_1 ul{
    padding:0; margin:0;
	list-style-type:none;
	color: #fff;
}
#content_footer_1_1 ul li {display:inline;}
#content_footer_1_1 ul li a{
	text-align: center; text-decoration:none;
	display: inline-block;
	padding: 0 15px;
	color: #fff; font-weight:bold;
	border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF;
	height: 24px; line-height: 24px;
}
#content_footer_1_1	 ul li a:hover {
   	background-image: url(/sites/default/themes/blue_mr/images/backgrounds.gif);
	background-repeat: repeat-x;
	background-position: left -97px;
}
/* copyright */
#content_background_footer_1_2{
	text-align: center;
	color: #646464; font-size: 10px;
	padding: 7px 0;
}