* {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;}


html {background: #6A1AD3 url("../img/html-bg.png") repeat-x 0 0;}
body {
  background: url("../img/body-bg.jpg") no-repeat 50% 175px;
  font: 11px/14px Tahoma, Verdana, sans-serif;
  color: #FFF;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
  background: url("../img/header-bg.jpg") no-repeat 50% 0;
}

#header {
  height: 175px;
  overflow: hidden;
  position: relative;
}
#header h1 {
  float: left;
  padding: 38px 0 0 202px;
}
#login {
  float: right;
  display: inline;
  margin-right: 25px;
  width: 278px;
  height: 59px;
  background: #3A83CA url("../img/login-bg.jpg") no-repeat 0 0;
  overflow: hidden;
}
#login form {padding: 12px 0 0 12px;}
#login form * {vertical-align: middle;}
#login form a {color: #FFF;}
#login form td {
  padding: 0 5px 2px 0;
  color: #FFF;
  font-size: 10px;
}
#login form input {
  height: 16px;
  line-height: 16px;
  width: 102px;
  background: #FFF;
  border: 1px solid #FFF;
  font-family: Tahoma, Verdana, sans-serif;
  color: #6D6D6D;
}
#remember, #login form input.button {
  width: auto !important;
  height: auto !important;
  border: none !important;
  padding: 0 !important;
  color: #FFF !important;
  background: none !important;
}
#menu {
  position: absolute;
  top: 124px;
  left: 202px;
  font-weight: bold;
}
#menu ul {
}
#menu ul li {
  display: inline;
  float: left;
  margin-right: 42px;
  line-height: 36px;
  padding-left: 40px;
}
#menu a {color: #FFF;}
#m1 {background: url("../img/m1-bg.gif") no-repeat 0 50%;}
#m2 {background: url("../img/m2-bg.gif") no-repeat 0 50%;}
#m3 {background: url("../img/m3-bg.gif") no-repeat 0 50%;}
#m4 {background: url("../img/m4-bg.gif") no-repeat 0 50%;}

#main {
  overflow: hidden;
  height: 386px;
}
#main h2 {
  margin-bottom: 15px;
}
#join {
font-size:11px;
  float: left;
  display: inline;
  margin-left: 20px;
  margin-top: 80px;
  width: 265px;
}
#join table {width: 100%;}
#join td, #join th {
  text-align: left;
  padding-bottom: 5px;
  font-weight: normal;
}
#join input, #join select {
  width: 100%;
  font-size: 10px;
  color: #585858;
  background: #FFF;
  position: relative;
  font-family: Tahoma, Verdana, sans-serif;
}
#join .nb input, #join .nb select {
  width: auto;
}
#join input.button {
  width: auto;
  border: none;
  font-size: 11px !important;
  margin: 5px 0 0;
}
#join a {color: #FFF;}
#join .nbc td {
  font-size: 10px;
}
#join .nbc input {
  width: auto;
  border: none;
}
#join .np {
  font-size: 10px;
  padding-bottom: 0;
}
#join .np input {
  width: auto !important;
  border: none !important;
}

#features {
    height: 127px;
    overflow: hidden;
    padding-left: 30px;
    background: url("../img/features-bg.jpg") no-repeat;
}
#features .search {
    float: right;
    margin-right: 27px;
}
#features table {width: 80%;}
#features td {vertical-align: top; padding: 40px 12px 0;}
#features ul li {font-size:11px;
  padding: 5px 15px 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%;}
#f11 {background: url("../img/f11.gif") no-repeat 0 50%;}

#members {
    float: right;
    width: 222px;
    padding-top: 80px;
}
#members h2 {margin-bottom: 20px;}
#members ul li {
    float: left;
    padding: 0 10px 15px 0;
}
#members ul li img {
    display: block;
}
#members ul li span {
    display: block;
    padding: 6px 4px;
    font-size: 10px;
}
#members ul li a {
    color: #F00;
    font-weight: bold;
}

#footer {
    height: 36px;
    overflow: hidden;
    background: url("../img/footer-bg.jpg") no-repeat;
    padding: 0 20px;
  line-height: 36px;
}
#footer a {color: #FFF;}
#footer p {padding: 0 5px;}
#footer p.links {
  float: right;
  font-size: 10px;
  color: #E365F9;
}
#footer p.cop {
  float: left;
  color: #FFF;
}