*{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; font-size: 11px;}
hr,.hide{display: none;}
.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}

html {
	background: #D56D00 url("../img/html-bg.jpg") repeat-x 0 0;
}
body {
	font: 11px/14px Tahoma, Verdana, sans-serif;
	color: #3F3F3F;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#main {

}

#header {
	height: 130px;
	background: url("../img/header-bg-inner.jpg") no-repeat;
	overflow: hidden;
}
#header h1 {
	float: left;
	padding: 70px 0 0 18px;
}
#header ul {
	float: right;
	padding: 105px 19px 0 0;
}
#header ul li {
	float: left;
	padding: 0 5px 0 0;
	line-height: 25px;
	height: 25px;
	background: url("../img/menu-bg.gif") no-repeat 100% 0;
	margin-left: 1px;
}
#header ul li a {
	display: block;
	float: left;
	height: 31px;
	padding: 0 23px 0 28px;
	background: url("../img/menu-bg.gif") no-repeat 0 0;
	color: #737373;
	font-weight: bold;
	text-decoration: none;
}

#login {
    position: absolute;
    top: 11px;
    right: 4px;
    width: 415px;
    height: 59px;
    background: url("../img/login-bg.png") no-repeat;
}
#login form {
    padding: 20px 0 0 21px;
    font-size: 10px;
}
#login * {vertical-align: middle;}
#login .inp {
    width: 100px;
    padding: 2px 5px;
    font-size: 10px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    margin-right: 5px;
}
#login .sep {margin: 0 5px;}
#login a {color: #828E9A;}


#main-out{padding: 20px 20px 0px 28px;}

#main{position: relative;
background: url(../images/container-bg.gif) repeat-y;

}

#main-in{
padding-top:10px;}

#main-out{min-height: 240px; padding-top: 10px; margin: 0px; padding-bottom: 10px; _padding-bottom: 0px;}

#shadow{
background: url(../images/shadow-bg.png) no-repeat 0 0;
height: 15px;}

#footer {
	height: 31px;
	line-height: 31px;

	margin-bottom: 20px;
}
#footer .links {
	float: right;
	padding-right: 17px;
	font-size: 10px;
}
* html #footer .links {padding-top: 7px;}
#footer .links img {position: relative; top: 3px;}
#footer a {color: #FFF; text-decoration: none;}
#footer .cop {
	float: left;
	padding-left: 15px;
	color: #FFF;
}

