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

body {
  font: 11px/14px Tahoma, Verdana, sans-serif;
  color: #505050;
  background: #006287 url("../img/body-bg.png") repeat-x 0 0;
}

#wrapper {
  width: 800px;
  margin: 0 auto;
  padding-top: 98px;
  position: relative;
}

#header {
  height: 79px;
  background: url("../img/header-bg.png");
}
#header h1 {
  float: left;
  padding: 6px 0 0 17px;
}
#header ul {
  padding: 28px 17px 0 0;
  float: right;
}
#header ul li {
  display: inline;
  float: left;
  margin-left: 18px;
}

#spl {
  width: 795px;
  margin: 0 auto;
  height: 393px;
  background: url("../img/spl.jpg");
}
#spl .right {
  float: right;
  width: 385px;
  padding-top: 13px;
  margin-right: 6px;
  display: inline;
}

#features {
  height: 169px;
  background: #FFF url("../img/features-bg.jpg");
  margin-bottom: 11px;
}

#search {
  height: 188px;
  background: #FFF url("../img/search-bg.jpg");
}

#spl h2 {
  padding: 25px 0 5px 23px;
}

#features td {
  vertical-align: top;
  padding-left: 23px;
}
#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%;}

#search h2 {
  padding-bottom: 0;
}
#search form {
  padding-left: 23px;
}
#search .button{width: auto !important; border: none !important; background: none; color: #FFF;}
#search table {width: 190px;}
#search table td {
  padding: 3px 0;
}
#search tr.nw td select {
  width: auto !important;
}
#search select {
  width: 100%;
  font: 10px Tahoma, Verdana, sans-serif;
  color: #696969;
}
#search h2 {margin-bottom: 10px;}
#search .button {margin: 5px 0;}

#misc {
  padding-top: 10px;
  overflow: hidden;
  width: 100%;
  color: #FFF;
}

#stats {
  float: left;
  display: inline;
  margin-right: 7px;
  width: 221px;
  height: 83px;
  background: url("../img/stats-bg.jpg") no-repeat 0 0;
}
#stats ul {
  padding: 25px 0 0 70px;
}

#login {
  float: left;
  width: 320px;
  height: 83px;
  overflow: hidden;
  background: url("../img/login-bg.jpg") no-repeat 0 0;
}
#login form {padding: 23px 0 0 68px;}
#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: 92px;
  background: #153346;
  border: 1px solid #153346;
  font-family: Tahoma, Verdana, sans-serif;
  color: #536F7C;
}
#remember, #login form input.button {
  width: auto !important;
  height: auto !important;
  border: none !important;
  padding: 0 !important;
  color: #4E4E4E !important;
  background: none !important;
}

#b-features {
  float: right;
}

#footer {
  padding-top: 15px;
  text-align: center;
}
#footer p {
  margin-bottom: 8px;
}
#footer p.links a {
  color: #FFF;
  text-decoration: none;
}
#footer p.cop {color: #67C9FC;}
#footer p.links {color: #3483B0;}

#join {
  position: absolute;
  top: 151px;
  left: -79px;
}
#join, #join div {
  width: 254px;
  height: 254px;
}
#join {
  background: url("../img/join-bg.png");
}
#join div {
  background: url("../img/join.png");
}
* html #join {
  background: none !important;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/join-bg.png", sizingMethod="crop");
}