html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
#container {
  min-height: 100%; height: auto !important; height: 100%;
  margin-bottom: -250px;  
}
#footer, #push-footer {
  clear: both;
  height: 250px;
}


body {
  background-color: #E4E4DC;
  color: #666;
  font: 16px/1.4em Arial, sans-serif;
}

#container {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  font-size: 62.5%;
  line-height: 1.2em;
}
  #container-content {
    padding: 40px 10px 45px 10px;
  }

#header {
  margin: 0 0 10px 0;
  background: url(header_bg_fit.gif) repeat-y 500px;
}
  #logo {
    margin: 0;
    padding: 0;
  }
  #logo a {
    float: left; display: inline;
    border-right: 1px solid #666;
    height: 60px;
    padding: 0 20px;
    background-color: #333;
    -moz-border-radius: 5px 0 0 5px; -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;
  }
      #logo  img {
        margin-top: 15px;
        vertical-align: middle;
      }
  
  #menu_user{
    float: right; display: inline;
  }
  
  #header_search {
    position: relative;
    float: right; display: inline;
    padding: 17px 15px 0 0;
    height: 43px;
    font-size: 130%;
    line-height: 1.2em;
    background: #333;
    color: #fff;
    -moz-border-radius: 0 5px 5px 0; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px;
  }
    #header form .fieldbox {
      width: 120px;
      padding-right: 30px;
    }
    #header form .btn_search {
      position: absolute;
      right: 20px;
      top: 23px;
    }
  
  #menu {
    float: left; display: inline;
    border-left: 5px solid #333;
    border-right: 30px solid #333;
  }
  #menu ul, #menu_user ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 60px;
    font-size: 150%;
  }
  #menu li, #menu a, #menu_user li, #menu_user a {
    float: left; display: inline;
  }
  #menu a, #menu_user a {
    padding: 0 10px;
    color: #999;
    background: transparent url(menu_active.png) no-repeat 0 0;
    text-decoration: none;
  }
  #menu_user a {
    min-width: 80px;
    text-align: center;
    color: #fff;
    background-color: transparent;
  }
  #menu a:hover, #menu_user a:hover {
    text-decoration: underline;
    color: #fff !important;
    background-color: transparent;
  }
  #menu li.active a, #menu_user li.active a {
    background-position: 50% 100%;
    color: #fff;
    background-color: transparent;
  }
  #menu li.user_option a {
    color: #0098cb !important;
    background-color: transparent;
  }
  #menu li.active.user_option a {
    color: #fff !important;
    background-color: transparent;
  }


#pagebody {
  clear: both;
}

.maincols {
  width: 100%;
  overflow: visible;
}
  .maincols_left {
    float: left; display: inline;
    width: 640px;
  }
  .maincols_right {
    float: right; display: inline;
    width: 300px;
  }
  

#footer {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  font-size: 62.5%;
  line-height: 1.2em;
  padding: 0 10px;
} 
  #footer_content {
    overflow: hidden;
    background-color: #333;
    color: #7A7A7A;
    font-size: 150%;
    line-height: 1.2em;
    padding: 20px;
    -moz-border-radius: 10px; -webkit-border-radius: 10px;
  }
  #footer_content a {
    color: #09c;
    background-color: transparent;
    text-decoration: none;
  }
  #footer_content .title {
    color: #ccc;
    background-color: transparent;
    margin-bottom: 0.3em;
  }
  #footer_content .copy {
    margin-top: 0.5em;
  }
  #footer_content .footer_info {
    float: left; display: inline;
    width: 590px;
  }
  #footer_content .footer_sections {
    float: right; display: inline;
    width: 285px;
  }
  #footer_content .footer_sections ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  } 
  
  
#admin_header {
  position: relative;
  margin-bottom: -35px;
  background: #000 url(bg.gif) repeat-x 0 0;
  color: #fff;
  font-size: 62.5%;
  line-height: 1.2em;
  border-bottom: 1px solid #fff;
  -moz-box-shadow: 0 3px 5px #999; -webkit-box-shadow: 0px 3px 5px #999;
}
  #admin_header_content {
    overflow: hidden;
    width: 950px;
    margin: 0 auto;
  }
  #admin_header_logo {
    float: left; display: inline;
    margin-right: 18px;
  }
  #admin_header_menu {
    float: left; display: inline;
    font-size: 150%;
    line-height: 55px;
    padding-left: 18px;
    border-left: 1px solid #212121;
  }
    #admin_header_menu a {
      margin-right: 22px;
      text-decoration: none;
    }
    #admin_header_menu a.link_delete {
      color: #f00 !important;
      background-color: transparent;
    }
    #admin_header_menu a.link_pay {
      color: #9c0 !important;
      background-color: transparent;
    }
  #admin_header_options {
    float: right; display: inline;
    font-size: 130%;
    line-height: 55px;
  }
    #admin_header_options a {
      margin-left: 22px;
    }
  #admin_header form {
    clear: both;
    font-size: 130%;
    line-height: 35px;
  }
  #admin_header form label {
    color: #999;
    background-color: transparent;
    margin-right: 15px;
  }  
  #admin_header form .fieldbox {
    background: #333;
    color: #ccc;
    border: 1px solid #666;
    padding: 2px 5px;
    font-size: 1em;
    -moz-border-radius: 3px; -webkit-border-radius: 3px;
  }
  #admin_header form .button {
    background: transparent;
    color: #09c;
    border: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    text-decoration: underline;
    -moz-border-radius: 0; -webkit-border-radius: 0;
  }
