

/*--------------------------------------------------

	Client: SpecialK
	
	This stylesheet should contain styles only
	being used in the footer part of the
	SpecialK project!
	
	REMEMBER TO KEEP IT CLEAN, EASY TO READ,
	AND IN THE DOCUMENT FLOW!
	
	Thanks!

--------------------------------------------------*/

/*----- Footer -----*/

div.footer {
	clear: both;
	float: left;
	margin: 0 0 95px;
	position: relative;
	width: 980px;
}

a#sign-up-newsletter {
	background: url(../i/site/sign-up-promotions.gif) no-repeat 0 0;
	height: 21px;
	margin: 0 0 5px;
	width: 237px;
	display: inline;
	float: left;
}

a#find-us-on-facebook {
	background: url(../i/site/find-us-on-facebook.gif) no-repeat 0 0;
	height: 15px;
	margin: 0 0 5px 20px;
	width: 135px;
	display: inline;
	float: left;
}

ul.footer-links{clear: both;}

ul.footer-links li {
	color: #999;
	display: inline;
	float: left;
	margin: 0 5px 0 0;
}

ul.footer-links li.copy { margin: 0 15px 0 0; }

ul.footer-links li a {
	color: #999;
	text-transform: uppercase;
}

ul.footer-links li a:hover { color: #F03; }

p.brand-link {
	position: absolute;
	right: 0;
}

p.brand-link a {
	color: #999;
	text-transform: uppercase;
}

p.brand-link a:hover { color: #F03; }