/* 
 * Footer.
 */
#footer {
  float: none;
  clear: both;
  background: transparent url(../images/bg-footer.png) no-repeat bottom left ;
  margin: 0 -12px;
  height: 93px;
} 

#footer .right-inner {
  padding: 30px 10px 15px;
}

#footer a {
  color: #fff;
  font-weight: bold;
}

#footer .primary-links {
  clear: both;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#footer ul.primary-links li { 
  background: none;
  font-size: 12px;
  margin: 0px;
  padding: 0;  
}

#footer .primary-links a {
  padding: 0 7px;
  border-right: 1px solid #fff; 
  color: #fff;
}

#footer .primary-links li.last a {
  border: 0;
}

#footer #copyright {
  clear: both;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  padding: 9px;
}

#footer #copyright a {
  text-decoration: underline;
}


