.footer { clear: both; background-color: #fff; }
#container_footer{
	clear: both;
	text-align: left; /* counter the body center */
}
#column_footer_1{
	clear: both;
	float:left;
	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: #002040; padding: 10px 0; font-size: 9px;
	background-color: #fff;
}
#content_background_footer_1_1{
	background-color:#f0f0f0;
	background-image: url(/sites/default/themes/501_shopgraphic/images/backgroundsB.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#content_footer_1_1 ul{
    padding:0;	margin:0; 
	height:29px; line-height: 29px;
	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: #ffffff; font-weight:bold; font-size: 11px;
	padding: 0 6px;
	margin-top: 4px;
	display: inline-block; 
	height: 21px; line-height: 21px;
}
#content_footer_1_1	 ul li a:hover { 
	background-image: url(/sites/default/themes/501_shopgraphic/images/backgroundsB.gif);
	background-position: left -33px;
	background-repeat: repeat-x;
}

/* ------------------ category / product list / footer -------------------- */
.content_footer_0 {
	background-image: url(/sites/default/themes/501_shopgraphic/images/footer.gif);
	background-position: top left;
	padding-top: 5px;
	border-top: 5px solid #fff;
}
.content_footer_0 #category_list {    /* categories list - product list on column 1 */
	clear: both; margin: 0; padding: 10px 0 10px 20px; 
	text-align: left; line-height: 18px;
	font-size: 10px;
	background-color: #fff;
}
.content_footer_0 #category_list li {
	margin: 0; padding: 0; padding-right: 10px;
	display: inline;
	font-size: 11px;
	color: #002040;  
}
.content_footer_0  #category_list li a{
	display: inline-block; 
	text-decoration: none;
 	color: #002040; 
	padding-left: 4px; 
	width: 165px; *width: 169px;
}
.content_footer_0  #category_list   a:hover{
	background-color: #002040; color: #fff; text-decoration: none;
}