/* BOTTOM */
#bottom {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

#bottom .address {
  position: relative;
  height: 1.5em;  
  margin-top: 15px;
  padding-left: 1em;
  padding-right: .5em;
  background-color: #3d4242;
}

#bottom .address li {
  float: left;
  position: relative;

  list-style-type: none;
  padding: .5em 0 .3em;

  font-family: Verdana;
  font-size: 12px;
  color: #ffffff;
}

#bottom .address .left_li {
  text-align: left;
  width: 50%;
}

#bottom .address .middle_li {
  text-align: center;
  width: 24%;
}
#bottom .address .right_li { 
  text-align: right;
  width: 26%;
}

#bottom #bottom_nav {
  position: relative;
  padding: .2em 0em 2em;
}

#bottom #bottom_nav li {
  float: left;
  position: relative;

  list-style-type: none;
  padding: 0 .3em 0;
  border-right: 1px solid #000000;

  font-size: 12px;
}

#bottom #bottom_nav .bottom_nav_last {
  border-right-style: none;
}

#bottom #bottom_nav .bottom_nav_right {
  float: right;
/*
  padding-right: 1.5em;
*/
  border-right-style: none;
  
  text-align: right;
}

#bottom #bottom_nav a {
  color: #000000;
  text-decoration: none;
}

#bottom #bottom_nav a:hover {
  color: #d60a0a;
}
