/* 
 * Footer.
 */
#footer {
  float: none;
  clear: both;
  background: transparent url(../images/bg-footer.png) no-repeat bottom left ;
  margin: 0 -12px;
  height: 113px;
} 

#footer .right-inner {
  padding: 30px 10px 0;
}

#footer a {
  color: #FFF;
  font-weight: bold;
}

#footer .menu {
  clear: both;
  text-align: center;
  white-space: nowrap;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

#footer ul.menu li { 
  background: none;
  font-size: 12px;
  margin: 0;
  padding: 0;
  display: inline;  
}

#footer .menu a {
  padding: 0 7px;
  border-right: 1px solid #FFF; 
  color: #FFF;
  display: inline;
}

#footer .menu li.last a {
  border: 0;
}

#footer #copyright {
  clear: both;
  white-space: nowrap;
  color: #FFF;
  text-align: center;
  padding: 9px;
}
