/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* 04 - FOOTER
/* ----------------------------------------------*/

#footer-info {
	margin:15px 0 0 0;
	padding:0 20px 0 0;
	list-style:none;
	float:left;
	background-color: #310000;
}

#footer-info li {
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#footer-info li {
		margin:0 0 25px;
		padding:0;
		width:450px;
		height:auto;
		float:left;
	}
	
#footer-info li ul {
			margin:10px 0 0 0;
			padding:0;
			list-style:none;
		}
		
#footer-info li ul li  {
				margin:0;
				padding:0;
				width:auto;
				height:auto;
				line-height:16px;
				display:block;
				float:none;
			}
			
#footer-info li ul li ul, #footer-info li ul li ul li ul, #footer-info li ul li ul li ul li ul {
					margin: 0;
				}
