/* 
 * Footer.
 */
#footer {
  float: none;
  clear: both;
  background: transparent url(../images/bg-footer.png) no-repeat bottom left ;
  margin: 0;
  height: 60px;
} 

#footer .right-inner {
  padding: 8px 10px 10px;
}

#footer a {
  color: #F19F0F;
  font-weight: bold;
}


#footer #copyright {
  clear: both;
  white-space: nowrap;
  color: #000;
  text-align: center;
  padding: 9px;
}

#footer #copyright a {
  color: #F19F0F;
}

#footer #copyright a:hover {
  color: #B28E47;
} 

