/*======================
	RESET
========================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial, Tahoma, Sans-Serif;
	vertical-align: baseline;
}
#page strong {
	font-weight: bold;
}
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
#page ol{
	list-style-image:none;
	list-style-position:inside;
	list-style-type: decimal;
}

#page ul {
	list-style-type: square;
	list-style: inside;
}

#page ul li, #page ol li {
	padding: 4px 0 4px 5px;
}

hr {
	border: 1px solid #888;
	border-width: 0 0 1px 0;
}
/* tables still need 'cellspacing="0"' in the markup */
#page table {
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
}

#page table td{
	padding: 1em;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
}
	
caption,th,td {
	text-align: left;
	font-weight: normal;
}

q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

a {
	text-decoration: underline;
	color: #221e1f;
}

a:hover {
	color: #8b4513;
}

/*======================
	HEADER
47
94
141
188
235
282
329
376
423
470
517
========================*/

body {
	line-height: 1.3;
	color: #221e1f;
	text-align: center;
	background: #ddd9cc url(../images/site_bg.png) no-repeat 50% 0px;
}

body#tiny {
	background: #ddd9cc url(../images/site_bg.png) no-repeat 50% -123px;
}

.container {
	margin: 0 auto; /* Centers the div */
	width: 983px;
	text-align: left;
}
#page_content {
	background-color:#E7E4DA;
	display: block;
	padding: 18px; 
}
#header {
	background: transparent url(../images/head_bg.jpg) no-repeat scroll 50% 0px;
	float: left;
	width: 100%;
	height: 409px;
}
#tiny #header{
	background: transparent url(../images/head_tiny_bg.jpg) no-repeat scroll 50% 0px;
	height: 289px;
}
#logo {
	background: transparent url(../images/menu_bg.png) no-repeat scroll 0px -329px;
	display: block;
	float: left;
	height: 43px;
	position: relative;
	top: 43px;
	width: 320px;
	text-indent: -999em;
}

#main-menu {
	float: right;
	position: relative;
	top: 43px;
	left: 11px;
}

#main-menu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1em;
	height: 47px;
	background: transparent url(../images/menu_bg.png) no-repeat scroll 0 -141px;
}

#main-menu li.first {
	background: none;
}

#main-menu li.active a {
	background: transparent url(../images/menu_bg.png) no-repeat 50% 0px;
}

#main-menu li a:hover {
	background: transparent url(../images/menu_bg.png) no-repeat 50% -47px !important;
	color: #e6d396;
}

#main-menu li a:active {
	background: transparent url(../images/menu_bg.png) no-repeat 50% -95px !important;
	padding-top: 16px;
	padding-bottom: 14px;
}

#main-menu li a {
	color: #DDD9CC;
	display: block;
	font-size: 15px;
	line-height: 17px;
	padding: 15px 14px;
	text-decoration: none;
	vertical-align: middle;
}

#breadcrumbs {
	display: none;
	color: #808080;
}

#breadcrumbs a {
	font-size: 10px;
	color: #808080;
	text-decoration: none;
}
#breadcrumbs a.active {
	text-decoration: none;
	border-bottom: 1px dotted #808080;
}

#tiny #breadcrumbs{
	display:block;
	float:left;
	height:20px;
	position:relative;
	text-align:left;
	top:50px;
}

/*======================
	MAIN
========================*/
#main {
	background: #ddd9cc;
	float: left;
	width: 100%;
}

#wrapper {
	float: left;
	width: 100%;
}

#content {
	float: left;
	width: 983px;
	margin: 0px;
	min-height: 357px;
	height: auto !important; /* IE 6 min-height fix */
	height: 357px; /* IE 6 min-height fix */
}

.column {
	width: 326px;
	float: left;
}
.box {
	margin: 0;
	padding: 15px 15px 15px 20px;
	height: 140px;
}
.box h2{
	font-size: 21px;
	padding: 0 0 10px;
}
.box span {
	padding: 10px 0 10px 0;
}

#content {
	float: left;
	padding: 10px 10px 10px 0;
}

#left-column .box {
	border-right: 1px solid #d6d1c4;
	border-bottom: 1px solid #d6d1c4;
	padding-left: 0;
}

#middle-column div.box.black div {
	padding: 5px 10px 10px 0;
	border-right: 1px dotted #b0a999;
}

#right-column .box form label {
	float: left;
}
#search_in_base{
	border-right:1px dotted #B0A999;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	padding:0 15px 15px 0;
}
#search_in_base.loaded{
	list-style: none;
	position: relative;
	top:0px;
	left:0px;
	z-index: 100;
	height: 38px;
	padding: 15px 15px 15px 0;
}
#search_in_base li.first{
	background:transparent url(../images/menu_bg.png) no-repeat scroll 0 -282px;
	cursor:pointer;
	display:none;
	height:24px;
	padding:10px 0px 5px 7px;
	width:254px;
}
#search_in_base li.first.opened{
	background: transparent url(../images/menu_bg.png) no-repeat scroll -272px -282px !important;
}
#search_in_base li.item a{
	height: 15px;
	line-height: 15px;
	padding: 2px 2px 2px 7px;
	display: list-item;
}
#search_in_base.loaded li.item a{
	position: relative;
	top:0px;
	left:0px;
	z-index: 100;
	background-color: #bfb9a9;
	border: 1px solid #ada58f;
	border-top: none;
	width: 245px;
	height: 25px;
	line-height: 25px;
	padding: 7px;
	display: block; 
}
#search_in_base.loaded li.item a:hover{
	background-color: #aca48d;
}
#search_in_base a{
	text-decoration: none;
}
.without_h2{
	padding-top: 43px;
}

div.box.black{
	border-bottom: 2px solid #181415;
}

#send_request {
	background: #494543 url(../images/menu_bg.png) no-repeat scroll 0px -240px;
	width: 63px;
	height: 28px;
	border: none;
	cursor: pointer;
	float: right;
	color: #e5ce81;
	font-size: 10px;
	text-align: right;
	padding-right: 15px;
	font-weight: lighter;
}
#rules_query {
	padding-left: 18px;
	background: #181415 url(../images/menu_bg.png) no-repeat scroll 0px -188px;
	float: right;
	line-height: 15px;
}
a#rules_query:hover {
	background-position: 0px -213px;
}
#trade_name_id {
	background-color: #bfb9a9;
	border: 1px solid #6d6755;
	width: 273px;
	padding: 8px;
	margin: 10px 0 7px;
}
input#send_request:active {
	background-position: 1px -240px;
}
h2 {
	color: #221e1f;
	font-size: 21px;
}
h3 {
	font-size: 19px;
}
.black, .black a{
	background-color: #181415;
	color: #8c8570;
}
.black h2, .black h3{
	color: #e5ce81;
}

h2 strong {
	font-size: 23px;
	color: rgb(131, 108, 30);
}

/*======================
	FORM - BAZA WIEDZY
========================*/
h3.header{
	padding: 15px 15px 15px 23px;
}
h2.header{
	padding: 15px 15px 15px 0px;
}
div.subtitle {
	font-size: 16px;
	padding: 10px 10px 10px 0;
}
h2 a{
	font-size: 21px;
	text-decoration: underline;
}
	
.black h2.header{
	padding-left: 15px;
}
.black ol {
	list-style-type: decimal;
	list-style-position:inside;
	cursor: pointer;
}
.black ul.wide {
	list-style-image: url("data:image/gif;base64,R0lGODlhAwAHAIAAAN3ZzBgUFSH5BAAAAAAALAAAAAADAAcAAAIGRH5miR0FADs=");
	list-style-position:inside;
	width: 983px;
}
.black ul.wide > li, .black ol.wide > li{
	padding: 11px 30px 11px 23px;
	border-top: 1px solid #2c2a25;
}
.black .wide > li{
	background: #181415 url(../images/menu_bg.png) no-repeat 936px -381px;
}
.black .wide > li.wide ul, .black .wide > li ol{
	list-style-type: square;
	list-style-position: inside;
	padding: 7px 20px 7px 0px;
}
.black .wide > li.wide ol{
	list-style-type: decimal;
}
.black .wide > li.wide li{
	padding: 4px 0px;
	cursor: default;
}
.black ol.wide > li{
	background-position: 936px -473px;
}
.black ol.wide > li.opened{
	background-position: 936px -426px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 40px;
}
.black ol.wide > li > div{
	background: #d2cdbd;
	display: block;
	padding: 15px 0 15px 23px;
	margin: 11px 0 0px -23px;
	width: 960px;
	cursor: default;
	color: #221E1F;
}
.black ul.wide > li a, .black .wide li a.wide{
	text-decoration: none;
}
.black ul.wide > li > strong.wide{
	font-weight: normal;
	padding-right: 40px;
}
/*======================
	FOOTER
========================*/
#footer {
	float: left;
	width: 100%;
	height: 35px;
	padding-top: 20px;
	margin-bottom: 20px;
	color: #221e1f;
}

#footer-menu {
	margin: 0 0 7px 0;
	padding: 0;
	float: left;
}

#footer-menu li {
	padding: 0 10px;
	display: inline;
	border-left: solid 1px #221e1f;
	list-style: none;
	vertical-align: middle;
	line-height: 17px;
}

#footer-menu li.first {
	border-left: 0;
	padding-left: 0;
}

#footer a {
	color: #221e1f;
	text-decoration: none;
	font-size: 11px;
}

#footer-menu li a:hover,#footer ul li.active a,#footer #info a {
	text-decoration: underline;
}

#footer-menu li a:hover,#footer #info a:hover {
	color: #8b4513;
}

#footer #info {
	padding: 0 6px;
	margin: 0 0 7px 0;
	float: right;
}