/*sticky footer styles*/

#sticky_footer {
	z-index: 900; 
	background:url(sticky_footer_bg.jpg) repeat; 
	width: 100%; 
	padding: 4px 5px 0px 10px; 
	position: fixed; 
	bottom: 0px; 
	text-align: left;
}
#sticky_footer a, #sticky_footer img, #sticky_footer ul, #sticky_footer li {
	display: inline-block; 
	color: #fff; 
	font-family: 'TradeGothicNextW01-Cond', 'helvetica'; 
	text-transform: uppercase; 
	font-size: 14px;
}
#sticky_footer .dots { position: relative; bottom: 7px; margin-left: 10px; margin-right: 10px; }
#sticky_footer li { margin-right: 6px; margin-bottom: 0px; }
#sticky_footer span { margin-left: 8px; }
#sticky_footer ul { position: relative; bottom: 3px; }
#sticky_footer a:hover { color: #e50000; }