.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: #cfcfcf; font-size: 11px;
	padding: 15px 0;
}
#content_background_footer_1_1{
	background-image: url(/sites/default/themes/red_grit/images/backgrounds.gif);
	background-position: left -30px;
	background-repeat: repeat-x;
}
#content_footer_1_1 ul{
    padding:0;	margin:0; 
	height:25px; line-height: 25px;
	list-style-type:none;
	clear: both;
	text-align: center;
}
 #content_footer_1_1 ul li {
	display:inline;
	margin: 0; padding: 0;
	border-right: 2px solid #000;
}
#content_footer_1_1	ul li a{
	display: inline-block; *display: inline;
	text-align: center;
	text-decoration: none;
	color: #fff; font-weight:bold; font-size: 11px;
	padding: 0 8px;
}
#content_footer_1_1	 ul li a:hover { text-decoration: underline; color: #fff; }

/* ------------------ category / product list / footer -------------------- */
.content_footer_0 {
	background-image: url(/sites/default/themes/red_grit/images/backgrounds.gif);
	background-position: left -75px;
	background-repeat: repeat-x;
	padding-top: 5px;
}
.content_footer_0 #category_list {    /* categories list - product list on column 1 */
	clear: both;
	text-align: center;
	margin: 0; padding: 15px 10px;
	line-height: 17px;
}
.content_footer_0 #category_list li {
	margin: 0; padding: 0 2px; 
	display: inline;
	font-size: 11px;
	color: #cfcfcf; 
	text-align: center;
	border-right: 1px solid #ba0100;
}
.content_footer_0  #category_list li a{
	text-decoration: none;
 	color: #cfcfcf; padding: 0 8px;
}
.content_footer_0  #category_list li a:hover{
	background-color: #350000; color: #cfcfcf; text-decoration: none;
}
