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

html {background: #CCE9EE url("../img/html-bg.png") repeat-x 0 0;}
html, body {height: 100%;}
body {
    font: 11px/14px Tahoma, Verdana, sans-serif;
    color: #4E4E4E;
    min-height: 100%;
}

#container {
    position: relative;
    z-index: 2;
    width: 730px;
    margin: 0 auto;
    min-height: 100%;
    _height: 100%;
    background: #FFF url("../img/container-bg-tiley.png") repeat-y;
}

#container2 {
    position: relative;
    z-index: 2;
    width: 914px;
    margin: 0 auto;

    background: #FFF url("../img/container-bg-tiley-2.png") repeat-y;

}

#container-in {
    width: 716px;
    margin: 0 auto;
}

#container-in2 {
    width: 900px;
    margin-left:7px;
}

#header {height: 64px;}
#header h1 {
    float: left;
    padding: 2px 0 0 12px;
}
#header ul {
    float: right;
    padding: 11px 0 0;
}
#header ul li {
    float: left;
    display: inline;
}

#search {
    height: 266px;
    background: url("../img/search-bg.jpg") no-repeat;
    color: #FFF;
}
#search .in {
    width: 230px;
    float: left;
    display: inline;
    margin-left: 235px;
    padding-top: 45px;
}
#search h2 {padding: 0 0 5px;}
#search table {width: 100%;}
#search table td {padding: 3px 0;}
#search tr.nw td select {width: auto !important;}
#search select {
    width: 100%;
    background: #FFF;
    padding: 1px 0;
    font: 10px Tahoma, Verdana, sans-serif;
    color: #696969;
}
#search .btn {margin: 5px 0;}

#main {
    position: relative;
    padding-left: 209px;
    overflow: hidden;
    zoom: 1;
}
#features {
    position: absolute;
    top: 0;
    left: 0;
}

#login {
    height: 46px;
    background: url("../img/login-bg.png") no-repeat;
    color: #929292;
}
#login form {
    padding: 13px 0 0 14px;
    font-size: 10px;
}
#login form * {vertical-align: middle;}
#login .inp {
    width: 92px;
    font-size: 10px;
    color: #939393;
    padding: 2px;
    border: 1px solid #FFF;
    background: url("../img/login-input-bg-tilex.gif") repeat-x;
    margin-right: 4px;
}
#login .btn {margin-right: 10px;}
#login a {color: #929292;}
#login .sep {margin: 0 10px;}

#join {width: 310px; float: left; display: inline; overflow: hidden; margin-left: 10px;}
#join h2 {padding: 20px 0 12px;}
#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;
    padding: 2px 0;
    border: 1px solid #C6C6C6;
    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 form {padding-right: 2px;}
#join a {color: #404449;}
#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: #404449;}
#join .np input {
    width: auto;
    border: none;
}

#members {
    float: right;
    width: 158px;
    padding-top: 25px;
}
#members a {
    color: #FA3500;
    font-weight: bold;
}
#members h2 {padding: 0 0 12px;}
#members .img {
    padding: 5px 10px 5px 0;
}
#members .img a {
    padding: 2px;
    display: block;
    float: left;
    position: relative;
    border: 1px solid #DEDEDE;
}
#members .img img {
    display: block;
}
#members .desc {
    padding-bottom: 9px;
    vertical-align: middle !important;
}

#footer {
    color: #FFF;
    margin-top: 15px;
    line-height: 35px;
    overflow: hidden;
    zoom: 1;
    padding: 0 20px;
    background: #198698;
    clear: both;
}
#footer p.cop {float: left;}
#footer p.links {float: right;}
#footer a {color: #FFF; text-decoration: none;}

#shadow {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 748px;
    height: 575px;
    margin-left: -374px;
    background: url("../img/shadow-bg.png") no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shadow-bg.png', sizingMethod='crop');
}
