@charset "utf-8";
/* CSS Document */

/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 125px;
  margin-top: -125px;
}

#footer #bg {
  position: relative;
  height: 125px;
  margin: 0 auto;
  background: #8c8b8b url(../images/new/menu-bg.jpg) repeat-x bottom left;
}

#footer #bg ul {
  float: right;
  margin: 3em 1em 0 0 !important;
  margin: 3em 0.5em 0 0;
  padding: 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  color: #ffffff;
  border-right: 1px solid #4D5760;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #c6ddef;
}

#footer #bg img {
  position: absolute;
  top: 0;
  left: 10px;
}