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

#container {
    width: 953px;
    margin: 0 auto;
    position: relative;
}
#header {
    height: 169px;
    background: url("../img/header-bg.jpg") no-repeat;
}
#header h1 {
    float: left;
    padding: 40px 0 0 28px;
}

#nav-top {
    height: 44px;
    background: url("../img/nav-bg.png") repeat-x;
    padding-left: 11px;
}
#nav-top ul li {
    float: left;
    overflow: hidden;
    width: 113px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-right: 4px;
    background: url("../img/nav-item-bg.png") no-repeat;
}
#nav-top ul li a {color: #FFF; text-decoration: none;}

#main {
    height: 362px;
    background: url("../img/main-bg.jpg") no-repeat;
}
#join {
    float: left;
    display: inline;
    width: 288px;
    margin: 50px 0 0 50px;
}
#join h2 {margin-bottom: 15px;}

#lm {
    float: right;
    display: inline;
    width: 330px;
    margin-top: 50px;
}
#lm h2 {margin-bottom: 15px;}

#footer {
    height: 123px;
    background: url("../img/footer-bg.png") repeat-x;
    color: #FFF;
}
#footer p.links {
    padding: 0 26px;
    line-height: 28px;
}
#footer a {color: #FFF; text-decoration: none;}
#footer p.cop {
    padding: 15px 26px;
}
#footer p.cop a {text-decoration: underline !important;}

#join table {width: 100%;}
#join td, #join th {
  text-align: left;
  padding-bottom: 5px;
  //padding-bottom: 3px;
  font-weight: normal;
}
#join input, #join select {
  width: 100%;
  font-size: 10px;
  color: #585858;
  position: relative;
  padding: 1px 0;
	border: 1px solid #BCBCBC;
  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;
  border: none;
}
#login form * {vertical-align: middle;}
#login form {
    padding-bottom: 65px;
}
#login form a {color: #919F34;}
#login form td {
  padding: 0 5px 2px 0;
  color: #919F34;
  font-size: 10px;
}
#login form input {
  width: 96px;
  font-family: Tahoma, Verdana, sans-serif;
  color: #817F7F;
  font-size: 10px;
  background: #FFF;
  border: 1px solid #B9B9B9;
  padding: 2px 3px;
}
#remember, #login form input.button2 {
  width: auto !important;
  height: auto !important;
  border: none !important;
  padding: 0 !important;
  color: #FFF !important;
  background: none !important;
}

#members ul li {
    float: left;
    padding-right: 23px;
}
#members ul li span {
    display: block;
    padding: 4px 0 0;
}
#members a {
    font-weight: bold;
    color: #FFF;
}

#banner {
    position: absolute;
    top: 213px;
    left: 378px;
}