#footer {
  clear: both;
  height: 52px;
  float: left;
  width: 100%;
  
  height: 52px;
  }
#footer a {
  color: #949494;
  }
#footer a:hover {
  color: #B12923;
  }
#footer_left {
  float: left;
  width: 500px;
  line-height: 52px;
  }
#footer_right {
  float: right;
  width: 440px;
  text-align: right;
  padding-top: 10px;
  }
#footer_right .fsi {
  color: #ccc;
  }
#bottom_menu {
  display: inline;
  list-style: none;
  margin: 0px;
  padding: 0px;
  }
#bottom_menu li {
  margin: 0px;
  display: inline;
  list-style: none;
  padding: 0px 8px;
  background: transparent url('/img/bottom/bg_bottom_menu_li.gif') left center no-repeat;
  }
#bottom_menu li.first {
  background: none;
  padding-left: 0px;
  background: none;
  }
