/*
 * Footer.
 */
#footer {
  float: none;
  clear: both;
  background: #000 url(../images/bg-footer.png) no-repeat scroll 50% 0pt;
  height: 119px;
  margin: 0 -9px;
  width: 952px;
  margin: auto;
} 

#footer-inner {
  background: url(../images/bg-footer.png) no-repeat bottom left ;
  margin: 0 -9px;
  padding: 10px 10px 20px;
}

#footer .block-menu {
}

#footer .block-menu ul.menu li {
  float: left;
}


#footer .secondary-links {
  clear: both;
  text-align: center;
  white-space: nowrap;
  color: #333333;
  font-weight: bold;
  text-align: center;
  padding: 60px 0 8px 0;
}

#footer ul.secondary-links li { 
  background: none;
  font-size: 12px;
  margin: 0px;
  padding: 0;  
}

#footer .secondary-links a {
  padding: 0 7px;
  border-right: 1px solid #333333; 
  color: #000;
}

#footer .secondary-links li.last a {
  border: 0;
}

#footer #copyright {
  clear: both;
  white-space: nowrap;
  color: #333333;
  text-align: center;
}

#footer #copyright a {
	color:#171D44;
}

