/* Footer
------------------------------------------------------------------*/
#footerContainer {
 text-align: center;
 font-size: 12px;
}
#footer {
	padding: 0;
	margin: 18px 0;
	font-size: 0.8em;
	width: 600px;
	text-align: center;
       color: #FFF;
}
#footer p {
	margin: 0 0 4px 0px;
	padding: 0;
        font-size: .8em;
        text-align: center;
        color: #FFF;
        letter-spacing: 0.1em;
}
#footer p a {
	color: #FFF;
        text-decoration: underline;
}
#footer p a:hover {
	 text-decoration: none;
}
#footer ul {
	padding: 7px 0;
	margin: 0 36px 8px 0;
	list-style: none;
        text-align: center;
        text-transform: uppercase;
}
#footerContainer #footer ul {
	margin: 8px auto;
}
#footer ul li {
	padding: 0 6px;
	margin: 0;
	display: inline;
        border-bottom: none;
}
#footer ul li a {
	color: #FFF;
	font-weight: normal;
       font-size: 0.9em;
	height:22px;
	padding: 8px 0 12px 44px;
	text-decoration: none;
	background-image: url(../images/pages/pyamid.png);
	background-repeat: no-repeat;
       background-position: left center;
       letter-spacing: 0.1em;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li .first {
	background-image: none;
}