* {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
}
body {
	text-align: center;
	font-size: 12px;
}
.clr {
	clear: both;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#bg_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 971px;
	background: url('./user/bg.left.png');
}
#bg_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 971px;
	background: url('./user/bg.right.png');
}
#doc_top_outer {
	position: relative;
	height: 306px;
	background: url('./user/bg.top.jpg') no-repeat center;
}
#doc_top {
	width: 910px;
	margin: 0 auto;
}
#doc_top .login_form {
	padding: 21px 0 0 25px;
	height: 120px;
	text-align: left;
	font-size: .9em;
}
#doc_top .login_form input {
	vertical-align: middle;
	border: none;
	background: none;
}
#doc_top .login_form .login, #doc_top .login_form .pass {
	height: 19px;
	margin-bottom: 7px;
	padding-left: 50px;
	width: 136px;
}
#doc_top .login_form .login input, #doc_top .login_form .pass input {
	font-size: 1em;
	padding: 3px 0;
	width: 135px;
	color: #737373;
}
#doc_top .login_form .login {
	background: url('./user/top.form.login.png');
}
#doc_top .login_form .pass {
	background: url('./user/top.form.pass.png');
}
#doc_top .login_form .btn {
	text-align: right;
	height: 40px;
	width: 186px;
}
#doc_top .login_form a {
	color: #737373;
}
#doc_top .login_form a:hover {
	color: #BCBABB;
}
#doc_top .logo {
	display: block;
	width: 350px;
	height: 100px;
	margin: 0 auto;
	text-indent: -9999px;
	overflow: hidden;
}
#doc_menu {
	padding: 32px 0 0 21px;
	height: 33px;
	list-style: none;
	text-align: left;
}
#doc_menu li {
	float: left;
	height: 33px;
}
#doc_menu a {
	float: left;
	height: 33px;
	display: block;
	background: url('./user/top.menu.png') no-repeat 0 33px;
	overflow: hidden;
	text-indent: -999px;
}
#doc_menu a.home {
	width: 73px;
}
#doc_menu .active a.home {
	background-position: 0 0;
}
#doc_menu li a.home:hover {
	background-position: 0 -33px;
}
#doc_menu a.firma {
	width: 73px;
}
#doc_menu .active a.firma {
	background-position: -73px 0;
}
#doc_menu li a.firma:hover {
	background-position: -73px -33px;
}
#doc_menu a.produkty {
	width: 104px;
}
#doc_menu .active a.produkty {
	background-position: -146px 0;
}
#doc_menu li a.produkty:hover {
	background-position: -146px -33px;
}
#doc_menu a.partnerzy {
	width: 109px;
}
#doc_menu .active a.partnerzy {
	background-position: -250px 0;
}
#doc_menu li a.partnerzy:hover {
	background-position: -250px -33px;
}
#doc_menu a.rekrutacja {
	width: 114px;
}
#doc_menu .active a.rekrutacja {
	background-position: -359px 0;
}
#doc_menu li a.rekrutacja:hover {
	background-position: -359px -33px;
}
#doc_menu a.kontakt {
	width: 93px;
}
#doc_menu .active a.kontakt {
	background-position: -473px 0;
}
#doc_menu li a.kontakt:hover {
	background-position: -473px -33px;
}
#doc_menu a.bramka_sms {
	width: 120px;
}
#doc_menu .active a.bramka_sms {
	background-position: -566px 0;
}
#doc_menu li a.bramka_sms:hover {
	background-position: -566px -33px;
}
#doc_body_outer {
	position: relative;
	height: 573px;
	background: url('./user/bg.body.jpg') no-repeat center;
}
#doc_body {
	width: 910px;
	margin: 0 auto;
}
#doc_left {
	float: left;
	width: 360px;
	height: 525px;
	padding-top: 51px;
}
#doc_left a img {
	opacity: .6;
	filter: alpha(opacity=60);
	vertical-align: middle;
}
#doc_left a:hover img, #doc_left a img.active {
	opacity: 1;
	filter: alpha(opacity=100);
}
#doc_right {
	float: right;
	width: 465px;
	height: 537px;
	padding: 39px 65px 0 0;
	text-align: left;
}
#doc_right .text {
	background: none;
}
#doc_bottom_outer {
	clear: both;
	position: relative;
	height: 86px;
	background: url('./user/bg.bottom.jpg') no-repeat center;
}
#doc_bottom {
	width: 770px;
	height: 66px;
	background: url('./user/orange.png') no-repeat 40px 48%;
	margin: 0 auto;
	padding: 20px 0 0 140px;
	text-align: left;
	line-height: 2em;
	color: #101010;
	letter-spacing: 1px;
}
#doc_bottom a {
	color: #FD922A;
	font-weight: bold;
}
