* {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: #476B85 url("../img/body-bg.png") repeat-x 0 0;
  font: 11px/14px Tahoma, Verdana, sans-serif;
  color: #173C44;
}

#wrapper {
  width: 800px;
  margin: 0 auto;
  background: #FFF;
}
#header {
  height: 117px;
  background: url("../img/body-bg.png");
}
#header h1 {
  float: left;
  padding: 16px 0 0 21px;
}

#login {
  float: right;
  height: 59px;
  width: 415px;
  background: url("../img/login-bg.gif");
  margin-top: 29px;
}
#login form {
  font-size: 10px;
  padding: 21px 0 0 21px;
}
#login form * {vertical-align: middle;}
#login .inp {
  width: 100px;
  padding: 1px 5px;
  color: #6D6D6D;
  background: #FFF;
  border: 1px solid #B5B5B5;
  margin-right: 5px;
}
#login .btn {margin-right: 5px;}
#login a {
  margin-left: 5px;
  color: #57616C;
}

#menu {
  height: 43px;
  overflow: hidden;
  padding-left: 20px;
  background: #FFF url("../img/menu-bg.gif");
}
#menu li {
  padding: 11px 13px 10px 14px;
  float: left;
  font-weight: bold;
  background: url("../img/m-sep.gif") no-repeat 0 11px;
}
#menu .f {
  padding-left: 0;
  background: none;
}
#menu a {color: #57616C; text-decoration: none;}


#spl {
  height: 439px;
  background: #74DBEC url("../img/spl.jpg");
}
#features {
  float: left;
  padding: 28px 0 0 32px;
}
#features h2 {
  padding: 0 0 12px;
}
#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%;}

#join {
  float: right;
  width: 297px;
  display: inline;
  padding-top: 28px;
  margin-right: 32px;
}
#join h2 {
  margin-bottom: 12px;
}
#join table {width: 100%;}
#join td, #join th {
  text-align: left;
  padding-bottom: 3px;
  //padding-bottom: 1px;
  font-weight: normal;
}
#join input, #join select {
  width: 100%;
  color: #000;
  position: relative;
  padding: 1px 0;
  background: #FFF;
  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;
  background: none !important;
}
#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 a {color: #FFF;}
#join .np input {
  width: auto;
  border: none;
}

#members {
  margin-top: 10px;
  height: 122px;
  background: #FFF url("../img/members-bg.gif");
}
#members ul {
  padding: 20px 0 0 29px;
}
#members ul img {
  display: block;
  border: 1px solid #EFEFEF;
  position: relative;
  margin: 0 0 8px -5px;
}
#members ul li {
  float: left;
  display: inline;
  margin-right: 16px;
}
#members a {color: #3B7AD3;}


#banners {
  background: #FFF url("../img/banners-bg.gif") no-repeat 0 100%;
}
#banners td {
  height: 58px;
  text-align: center;
}
#banners table {width: 100%;}

#footer {
  width: 770px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  padding: 10px 0;
  color: #FFF;
}
#footer p.links {
  font-size: 10px;
  color: #93A5B4;
  float: right;
}
#footer p.links a {color: #FFF;}
#footer p.cop {
  float: left;
}