
	
	div#container_footer{
	  clear: both;
		text-align: left; /* counter the body center */
	
	}

	div#column_footer_1{
	  clear: both;
	  float:left;
		width: 100%;
	color: #ffffff;
	}
	div#column_footer_2{
	  clear: both;
		float:left;
		width: 100%;
		background: #990000;
		color: #ffffff;
	}
	div#column_footer_3{
	  clear: both;
		float:left;
		width: 100%;
		background: #222222;
		color: #ffffff;
	}
  div#content_background_footer_1_2{
	  width: 100%;
		text-align: center;
		color: #000; font-size: 10px;
		padding: 7px 0;
	}
	div#content_background_footer_1_1{
	 /* width: 100%; */
		text-align: center;
	}
	
	
#content_footer_1_1{
	  background-color: transparent;
		background-image: url(/sites/default/themes/steel/images/backgrounds_right.gif);
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position:  right -114px;
		padding-right: 10px;
}
#content_background_footer_1_1{
	  background-color: transparent;
		background-image: url(/sites/default/themes/steel/images/backgrounds_left.gif);
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: left -114px;
		padding-left: 10px;
}
	
#content_footer_1_1 ul{
    padding:0;
		margin:0;
		height:32px;
		list-style-type:none;
		background-color: transparent;
		background-image: url(/sites/default/themes/steel/images/backgrounds.gif);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-position: left -114px;
}

 #content_footer_1_1 ul li {
	   display:inline;
		 height:32px;
}

		
#content_footer_1_1	ul li a{
		text-align: center;
		float:left;
		display:inline-block;
		padding: 2px 15px;
		text-decoration:none;
		color: #FFFFFF;
		font-weight:bold;
		border-right:1px solid #FFFFFF;
		line-height: 28px;
		vertical-align: middle;

}

#content_footer_1_1	 ul li a:hover {
   		background-color: transparent;
		background-image: url(/sites/default/themes/steel/images/backgrounds.gif);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-position: left -146px;


}



/* ------------------ category / product list / footer -------------------- */
.content_footer #category_list {    /* categories list - product list on column 1 */
	clear: both;
	text-align: center;
	margin: 0;
	padding: 10px;
}
.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;
}
	