/*Footer*/
#footer-wrapper{
      margin:0 auto;
      width:100%;
      bottom:0;
      FONT-FAMILY: Calibri,Verdana,sans-serif;
}

#footer-wrapper #footer-bottom{
      background:#acacac;
      MARGIN: 13px 0px 0px;   
      HEIGHT: 26px !important
}
#footer-wrapper #footer-bottom div{
      width:950px;
      margin:0 auto;
      height:21px;
      padding-top:5px;
      MARGIN-LEFT:40px! important;
}
#footer-wrapper #footer-bottom ul a, #footer-wrapper #footer-bottom ul{
      font-size:1.0em;
      font-weight:normal;
      color:#fefefe;
      text-decoration:none;
}
#footer-wrapper #footer-bottom ul a:hover{
      text-decoration:none;
    color: #333333;
}
#footer-wrapper #footer-bottom ul li{
      float:left;
      margin-right:20px;
}
#footer-wrapper #footer-bottom #left-footer{
      float:left;
}
#footer-wrapper #footer-bottom #right-footer{
      float:right;
}

