#footer {
  color: #000;
  height: 45px;
  margin: 120px 30px 0px 80px;
  }
#footer #copyright {
  float: left;
  }
#footer #copyright a {
  color: #000;
  }
#footer #bottom_menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: right;
  display: block;
  width: 600px;
  }
#footer #bottom_menu li {
  display: block;
  float: right;
  margin: 0px 5px;
  }
#footer #bottom_menu li a {
  display: block;
  padding-left: 10px;
  color: #000;
  background: transparent url('/img/footer/bg_footer_bottom_menu_arrow.gif') left center no-repeat;
  text-decoration: none;
  }
#footer #bottom_menu li a:hover {
  text-decoration: underline;
  }
#fsi {
  margin-left: 30px;
  }

