#footer{ background-color: #222;
background-image: linear-gradient(#000 0%, #222 5px); min-height:100px; color:#FFF; padding:25px 0 25px 0;}

#footer h3{ color:#FFF; 
 margin-bottom:4px;
 padding-bottom:4px;
		
		border-width:0 0 2px 0;		
		
		border-style: solid;
		border-color:#fff;
	
		border-image:linear-gradient( black 99%, white 100%) 1;
		}
#footer ul li{ padding:5px 0 0px 0; width:100%;}

#footer p, #footer a{ color:#ccc; font-size:14px;}