* {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: #FFF;
    color: #3E3E3E;
    font: 11px/14px Tahoma, Verdana, sans-serif;
}
#container {
    padding: 9px 0;
    width: 900px;
    margin: 0 auto;
}

#header {
    height: 172px;
    overflow: hidden;
}
#header h1 {
    float: left;
}
#header .slog {
    float: left;
    display: inline;
    margin-left: 10px;
}
#login {
    float: right;
    width: 261px;
    height: 172px;
    background: url("../img/login-bg.gif") no-repeat;
    text-align: center;
}
#login p {
    text-align: center;
    padding: 10px 0;
}

#login h2{
    font-size:16px;
    padding-top:24px;
    padding-bottom:23px;
}



#slog img {
    display: block;
    margin: 0 auto;
}

#search {
    height: 379px;
    overflow: hidden;
    background: url("../img/search-bg.jpg") no-repeat;
    padding-left: 639px;
}
#sign {
    height: 90px;
    background: url("../img/sign-bg.gif") no-repeat;
    margin-bottom: 10px;
}
#sign p {padding-top: 35px; text-align: center;}

#search-f {
    height: 279px;
    overflow: hidden;
    background: url("../img/search-bg.gif") no-repeat;
}
#search-f h2 {
    padding: 45px 0 0 25px;
}
#search-f form {padding: 15px 25px;}
#search-f .btn{width: auto !important; border: none !important; background: #51A0CF; color: #FFF;}
#search-f table {width: 100%;}
#search-f table td {padding: 3px 0;}
#search-f tr.nw td select {width: auto !important;}
#search-f select {
	width: 100%;
	padding: 1px 0;
	font: 10px Tahoma, Verdana, sans-serif;
	color: #696969;
}
#search-f .btn {margin: 5px 0;}

#main {
    background: url("../img/main-bg-tiley.gif") repeat-y 0 0;
    margin: 10px 0;
}
#main .in {
    background: url("../img/main-bg-bl.gif") no-repeat 0 100%;
}
#main .out {
    background: url("../img/main-bg-tl.gif") no-repeat 0 0;
    zoom: 1;
    overflow: hidden;
    padding: 30px 30px 15px 30px;
    text-align: center;
}
#main p {margin-bottom: 15px;}
#main h2 {
    font-size: 14px;
    margin-bottom: 15px;
}

#misc {overflow: hidden; zoom: 1;}
#features {
    float: left;
    width: 445px;
    height: 281px;
    background: url("../img/features-bg.gif") no-repeat 0 100%;
}
#members {
    float: right;
    width: 445px;
    height: 281px;
    background: url("../img/members-bg.gif") no-repeat;
}
#misc h2 {
    padding: 22px 0 35px 30px;
}
#features td {padding-left: 30px; vertical-align: top;}
#features ul li {
	padding: 5px 0 5px 28px;
}
#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%;}

#members ul {
    overflow: hidden;
    zoom: 1;
    padding-left: 30px;
}
#members ul li span {
    display: block;
    padding: 4px 4px 20px;
    font-size: 10px;
}
#members ul li {
    float: left;
    padding-right: 10px;
}
#members a {
    color: #00ADFF;
    font-weight: bold;
}

#footer {
    padding: 0 30px;
    color: #3C3C3C;
    overflow: hidden;
    zoom: 1;
    line-height: 50px;
    clear: both;
}
#footer a {color: #3C3C3C; text-decoration: none;}
#footer p.links {
    float: right;
    color: #D4D4D4;
}
#footer p.cop {float: left;}
