/* -------------------------------------------------------------- 
* footer.css
* Governs the footer for www.roll-a-way.com
* @ Last updated on 9/11/2009 
* Update notes:
-------------------------------------------------------------- */

#footer
{
	clear: both;
	float: left;
	width: 955px;       /* sets the content width */
	border-top: 1px solid #666;
	overflow:hidden;
	margin: 0 0 2em 0;
}

#footer ul
{
	position:relative;
	margin: 1em 0 0 0;
	list-style: none;
	float: left;
	left: 50%;
	
}

#footer li
{
	position:relative;
	margin: 0 1em 0 0;
	border-right: 1px #000 solid;
	padding: 0 1em 0 0;
	float:left;
	right: 50%;
}

#footer .last
{
	border: 0;
}

#footer li a:link, #footer li a:visited {
	display: block;
	color: #000;            /* text color */
    text-decoration: none;  /* no underline */
	line-height: 1.2em;

}

#footer li a:hover, #footer li a:active {
    color: #00F;
    text-decoration: underline;
}

#footer .copyright
{
	clear:both;
	float:left;
	text-align:left;
	margin: 1.5em 0 0 1em;
	font-weight: bold;
	display:inline;
}

#footer .brandSpot
{
	clear:both;
	float:left;
	margin: -1em 0 0 1.75em;
	text-align:left;
	display:inline;
	width:100%;
}