/***************************************************************
Style Sheet for Step It Up Queen

Copyright 2008 by Step It Up Queen, All Rights Reserved
***************************************************************/



#footer {
	position: relative;
	width:100%;
	text-align:left;
	background: url('images-layout/footer-bg.gif') left top repeat-x;
}
#footerWrapper {
	position: relative;
	left: 50%;
	width:960px;
	height: 100px;
	margin-left: -480px;
	padding: 0;
}



#footerLinks {
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -157px;
	padding:0;
}
	#footerLinks ul {
		margin:0;
		padding:0;
	}
		#footerLinks ul li{
			display:block;
			float:left;
			padding-right: 50px;
			text-align:center;
		}
			#footerLinks a:link, #footerLinks a:visited {
				text-decoration:underline;
				font-weight:normal;
				color:#fff;
			}
			#footerLinks a:hover, #footerLinks a:active {
				text-decoration:none;
			}

	#footerSocial {
	position:absolute;
	top:20px;
	left:0;
}
	#footerSocial ul {
		margin:0;
		padding:0;
		list-style:none;
	}
		#footerSocial li {
			float:left;
			margin-left:12px;
		}


#footerPhone {
	position: absolute;
	right: 0;
	top: 20px;
	color: #fff;
}
#footerCopyright {
	position: absolute;
	left: 50%;
	top: 70px;
	margin-left: -153px;
	color: #fff;
	font-size: 90%;
}
#footerCopyright a:link, #footerCopyright a:visited {
	color: #fff;
	text-decoration: underline;
}
#footerCopyright a:hover, #footerCopyright a:active {
	text-decoration: none;
}


