#footer
{
	position:		relative;
	width:			100%;
	overflow:		hidden;
	background:		url(/images/dot-grey.png) top repeat-x;
}

#footer ul
{
	width:			100%;
	margin:			1.8em 0;
	overflow:		hidden;
	list-style-type:	none;
}

#footer li
{
	padding:		0 0.9em;
	float:			left;
	border-right:		1px solid rgb(180, 180, 180);
}

#footer li.first {
	padding-left:		3.6em;
}

#footer li.last {
	border-right:		none;
}

#footer a
{
	color:			rgb(180, 180, 180);
	line-height:		1.8em;
	text-decoration:	none;
	text-transform:		uppercase;
}

#footer a:focus,
#footer a:active
{
	color:			rgb(90, 90, 90);
	text-decoration:	underline;
}

