@charset "utf-8";
/* CSS Document */
/*  
Theme Name: Workforce safety Products 2013
Theme URI: http://www.wsp-ie.com.au
Description: Stylesheet for footer.php
Version: 1.0
Author: Yolanda Tian
Author URI: 

*/
#footer_bg {
	width: 100% !important;
	min-width: 100%;
	width: auto;
	height: 420px;
	background-color: #fff;
	border-top: #999 solid 1px;
	border-bottom: #999 solid 1px;	
	clear: both;
	}

#footer{
	margin: 0 auto !important;
	min-width: 750px;
	max-width: 960px;
	padding: 15px 0 0 0;
}

.footercolumn {
	float: left;
	width: 24.5%;
	margin-bottom: 20px;
}

#footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	margin: 10px 0 0 0;
}

#footer ul li a {
	text-transform: uppercase;
	display: block;
	border-bottom: #999 solid 1px;
	margin: 0 0 0 20px;
	letter-spacing: 1px;
	font-size: 16px;
}
#footer ul ul li {
	margin: 0;
}

#footer ul ul li a {
	text-transform: none;
	display: block;
	border-bottom: #CCC solid 1px;
	padding: 2px 0 0 0;
	letter-spacing: 0px;
	font-size: 14px;
}

#copyright {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 10px 0 20px 0;
	margin: 0;
}