*{margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,pre,code,input,select,textarea{font-size: 100%;}
ul,ol{list-style: none;}
label, input.button{cursor: pointer; cursor: hand;}
img,fieldset{border: none;}
table{border-collapse: collapse; border: none; font-size: 11px;}
hr,.hide{display: none;}
.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}

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;
}

#main{position: relative;
margin-top:0px;
background: #FFF url("../images/container-bg.gif");
}


#main-out{min-height: 240px; padding-top: 10px; margin: 0px; padding-bottom: 10px; _padding-bottom: 0px;
padding-left:75px; padding-right:75px;}

#shadow{ 
background:#FFF;
height: 15px;}


#features {
    position: absolute;
    top: -102px;
    left: 1px;
    width: 188px;
    height: 331px;
    background: url("../img/features-bg.jpg") no-repeat;
}
#features ul {
    padding: 51px 0 0 49px;
}
#features ul li {
    color: #FFF;
    padding: 6px 0;
}



#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;
}

#login .sec_little {
margin-left:0px;}