@charset "utf-8";

/* @override http://localhost/codes/ping_html/html/styles/footer/footer.css */

#pageFooter
{
	margin-bottom: 2em;
	font-size: 85%;
	text-transform: uppercase;
}

#pageFooter p.copyright
{
	margin: 0;
	padding: 0;
	color: #ACACAC;
}

#pageFooter ul.navigation
{
	margin: 0;
	padding: 0;	
	float: right;
}

#pageFooter ul.navigation li
{
	line-height: 1;
	list-style: none;
	padding: 0 12px;
	margin: 0;
	float: left;
	border-right: 1px solid #CCC;
}

#pageFooter ul.navigation li.last
{
	padding-right: 0;
	border-right: none;
}

#pageFooter a
{
	color: #ACACAC;
	text-decoration: none;
}

#pageFooter a:link
{
	color: #ACACAC;
}

#pageFooter a:visited
{
	color: #ACACAC;
}

#pageFooter a:hover
{
	color: #464646;
}

#pageFooter a:active
{
	color: #ACACAC;
}

/*#pageFooter ul.navigation li.invisible
{
	width: 0;
	border-right: none;
	padding: 0;
}*/