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

#container {
    width: 900px;
    margin: 0 auto;
}

#sh {
    height: 45px;
}
#sh p {
    float: left;
    padding: 18px 0 0;
}
#sh ul {
    float: right;
    padding: 15px 0 0;
}
#sh ul li {
    float: left;
    padding-left: 3px;
}
#sh ul li img {display: block;}

#header {
    height: 75px;
    overflow: hidden;
}
#header h1 {
    float: left;
    padding: 5px 0 0;
}
#login {
	float: right;
	padding: 5px 0 0;
}
#login form * {vertical-align: middle;}
#login form a {color: #969696;}
#login form td {
	padding: 0 3px 3px 0;
	font-size: 10px;
	color: #969696;
}
#login form input {
	width: 90px;
	background: #FFF;
	padding: 2px;
	border: 1px solid #C8C8C8; 
	font-family: Tahoma, Verdana, sans-serif;
	color: #3B4C55;
}
#remember, #login form input.btn {
	width: auto !important;
	height: auto !important;
	border: none !important;
	padding: 0 !important;
	color: #4E4E4E !important;
	background: none !important;
}

#menu {
    height: 26px;
    line-height: 26px;
    background: url("../img/menu-bg.gif");
    margin-bottom: 10px;
}
#menu .left {
    float: left;
    padding: 0 8px;
    color: #646658;
    font-weight: bold;
}
#menu .left li a {margin-right: 3px; color: #646658; text-decoration: none;}
#menu .left li {
    float: left;
    display: inline;
    padding: 0 3px 0 0;
}
#menu .left .bjoin {
    color: #FFF;
    background: url("../img/join.gif") no-repeat 0 50%;
    width: 72px;
    text-align: center;
    display: block;
    padding-right: 6px;
}
#menu .left .bjoin a {color: #FFF; margin: 0;}
#menu .right {
    float: right;
    color: #862E4F;
    padding-right: 8px;
}
#menu .right a {color: #862E4F;}

#spl {
    height: 311px;
    background: url("../img/spl.jpg");
    margin-bottom: 10px;
}

#main {
    height: 341px;
    overflow: hidden;
    background: url("../img/main-bg.jpg");
    margin-bottom: 10px;
}
#main h2 {margin-bottom: 15px;}
#join {
    float: left;
    width: 310px;
    display: inline;
    margin: 21px 0 0 21px;
}
#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 #C8C8C8;
	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 a {color: #828380;}
#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;
}

#welcome {
    float: left;
    width: 260px;
    display: inline;
    margin: 21px 0 0 21px;
    line-height: 17px;
}

#search {
    float: right;
    width: 245px;
    display: inline;
    margin: 21px 21px 0 0;
}
#search .btn{width: auto !important; border: none !important; background: #51A0CF; color: #FFF; margin: 5px 0;}
#search table {width: 100%;}
#search table td {padding: 3px 0;}
#search tr.nw td select {width: auto !important;}
#search select {
	width: 100%;
	padding: 1px 0;
	font: 10px Tahoma, Verdana, sans-serif;
	color: #696969;
}
#search .btn {margin: 5px 0;}

#search em {
    font-style: normal;
    color: red;
}

#footer {
    background: #F4F5E3;
}
#footer {
	padding: 0 10px;
	line-height: 50px;
	height: 50px;
	color: #91908B;
	margin-bottom: 20px;
}
#footer ul li {
	float: left;
	display: inline;
	padding: 0 5px 0 11px;
	background: url("../img/f-sep.gif") no-repeat 0 50%;
}
#footer ul {float: right; padding-right: 5px;}
#footer a {color: #91908B;}
#footer .f {background: none;}
#footer p {
	float: left;
	padding-left: 10px;
}