/* footer.css */

#FooterMain {
  border-top: 1px solid #848484;
  color: #707070;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: 0 5px;
  padding: 0 2px;
  //margin: 0 3px;
}

#FooterMain ul li {
  float: left;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 4px;
}

#FooterMain ul li a {
  color: #707070;
  text-decoration: none;
  font-size: 11px;
}

