* {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6, pre, code, input, select, textarea {font-size: 100%;}
ul, ol {list-style: none;}
input.button {cursor: pointer; cursor: hand;}
img, fieldset {border: none;}
table {border-collapse: collapse; border: none;}

body {
    background: #2C221A;
    color: #000;
    padding: 46px 0;
    font: 11px/14px Tahoma, Verdana, sans-serif;
}

#container {
    width: 905px;
    margin: 0 auto;
}

#header {
    height: 120px;
    overflow: hidden;
    background: url("../img/header-bg.jpg") no-repeat;
    position: relative;
}
#header h1 {
    float: left;
    padding: 53px 0 0 24px;
}
#header ul {
    float: right;
    padding: 82px 6px 0 0;
}
#header ul li {
    float: left;
}

#login {
  position: absolute;
  width: 430px;
  top: 10px;
  right: 60px;
  height: 35px;
  display: inline;
  color: #FFF;
  background: url("../img/login-bg.gif") no-repeat;
}
#login form {
    padding: 7px 0 0 34px;
    font-size: 10px;
}
#login form * {vertical-align: middle;}
#login .inp {
    width: 74px;
    border: none;
    background: url("../img/login-input-bg.gif");
    margin-right: 5px;
    height: 19px;
    padding: 0 7px;
    line-height: 19px;
    color: #404E55;
}
#login .s {margin: 0 15px;}
#login a {
    margin-left: 10px;
    color: #FFF;
}

#welcome {
    height: 186px;
    background: url("../img/welcome-bg.jpg") no-repeat;
    position: relative;
}
#welcome h2 {
    padding: 31px 0 0 345px;
}
#welcome p {
    padding: 10px 310px 0 345px;
    color: #FFF;
}

#content {
    height: 202px;
    overflow: hidden;
    background: url("../img/content-bg.jpg") no-repeat;
}
#features {
    float: left;
    width: 297px;
    display: inline;
    margin: 0 0 0 35px;
}
#features h2 {
    padding: 10px 0 30px;
}
#features ul li {
    padding: 5px 0 5px 25px;
}
#f1 {background: url("../img/f1.gif") no-repeat 0 50%;}
#f2 {background: url("../img/f2.gif") no-repeat 0 50%;}
#f3 {background: url("../img/f3.gif") no-repeat 0 50%;}
#f4 {background: url("../img/f4.gif") no-repeat 0 50%;}
#f5 {background: url("../img/f5.gif") no-repeat 0 50%;}
#f6 {background: url("../img/f6.gif") no-repeat 0 50%;}
#f7 {background: url("../img/f7.gif") no-repeat 0 50%;}
#f8 {background: url("../img/f8.gif") no-repeat 0 50%;}
#f9 {background: url("../img/f9.gif") no-repeat 0 50%;}
#f10 {background: url("../img/f10.gif") no-repeat 0 50%;}

#search {
    position: absolute;
    top: 15px;
    left: 35px;
    width: 265px;
    color: #FFF;
}
#search h2 {
    padding: 0 0 10px;
    font-size: 12px;
    color: #FFF;
}
#search .in {
    padding-right: 55px;
}
#search table {width: 100%;}
#search table td {padding: 1px 0;}
#search tr.nw td select {width: auto !important;}
#search select {
    width: 100%;
    background: #FFF;
    font: 10px Tahoma, Verdana, sans-serif;
    color: #696969;
}
#search .btn {position: relative;}

#members {width: 298px !important;}
#members, #members2 {
    float: left;
    width: 240px;
}
#members h2, #members2 h2 {
    padding: 10px 0 35px;
}
#members ul {}
#members ul li, #members2 ul li {
    float: left;
    padding-right: 10px;
}
#members ul li img, #members2 ul li img {
    display: block;
    border: 1px solid #BCBCBC;
    margin-bottom: 3px;
}
#members ul li span, #members2 ul li span {
    display: block;
    padding: 5px;
}
#members ul li a, #members2 ul li a {color: #000; font-weight: bold;}

#footer {
    height: 164px;
    background: url("../img/footer-bg.jpg") no-repeat;
    color: #FFF;
}
#footer p.links {
    padding: 0 40px;
    line-height: 32px;
}
#footer a {color: #FFF; text-decoration: none;}
#footer p.cop {
    padding: 10px 40px;
}
#footer p.cop a {text-decoration: underline !important;}

#banners {padding: 0 15px;}
#banners table {width: 100%;}
#banners td {
  padding: 0 10px;
  height: 35px;
  text-align: center;
}