#footer{
	/*border: 2px dotted yellow;*/
	position: relative;
	height: 80px;
	width: 904px;
	margin: auto;
}

/**********************************/
/*footerNav Styles*/
/**********************************/
#footerNav {
	position:absolute;
	margin-top: 0px;
	width:904px;
	text-align:left;
	font-size: 8px;
	/*font-family:"Century Gothic", "Bailey Sans ITC","Futura Md", "Tahoma", "sans-serif";*/
}

#footerNav ul {
    padding: 0 0 0 0px
}

#footerNav ul li {
    display: inline;
    margin-right: 3px;
    line-height: 10px;
}

#footerNav ul li a {
text-decoration: none;
height: 20px;
/*text-transform: uppercase;*/
color: #54448D;
font-size: 1.2em;
line-height: 20px;
padding: 0px 7px 0px 0px;
background: transparent url(/assets/sage_home_2009/images/nav_sep.gif) right no-repeat;
}

#footerNav ul li.plast a {
padding:0 0 0 3px;
background:none;
}