@charset "utf-8";
/* CSS Document */
* {
	border: none;
	margin: 0;
	padding: 0;
	font-family:"Century Gothic",Verdana, Geneva, sans-serif;
	font-size:13px;
}
body {
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	background-color:#58872b;
}

a {
	color:#e7b496;
	text-decoration:none;
}
a:hover {
	color:#d96515;
}
#menu {
	background-image:url(../img/top_menu_bg.gif);
	background-repeat:repeat-x;
	border-bottom:6px solid #313f63;
	height:39px;
	overflow:hidden;
	text-align:center;
	
}
#menu ul {
	width:515px;
	margin:auto;
	padding-left:190px;
}
#menu ul li {
	display:block;
	float:left;
	text-align:center;
	padding:10px 0;
	list-style:none;
}

#menu ul li a {
	font-weight:bold;
	color:#313f63;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 10px 0 15px;
}

#menu ul li a.current,#menu ul li a:hover {
	background-image:url(../img/menu_activ.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
}
	
/*top*/

#top {
	background-image:url(../img/logo_bg1.png);
	height:210px;
	background-repeat:no-repeat;
	background-position:center top;

}

#top div,#box,#foot div {
	width:705px;
	margin:auto;
}
	
#top img {
	padding-top:4px;
	float:left;
}
	
#top h1 {
	font-size:18px;
	color:#2d4a12;
	text-transform:uppercase;
	padding:29px 40px 0 108px;
	width:400px;
}

#top h1:first-line {
	font-size:1.5em;
}

#top #paleta {
	float:right;
	height:215px;
	width:357px;
}



#main {
	color:#9fb987;
	width:705px;
	margin:auto;
	margin-top:-10px;
}

#main h2:first-child, #main p:first-child  {
	margin-top:-40px;
	clear:none;
}
#main h2 {
	font-size:15px;
	margin:20px 0 10px;
	color:#d96515;
	clear:both;
}

#main p {
	padding:5px 0 8px;
	text-align:justify;
	clear:both;
}

#main img {
	padding:5px;
	/*background-color:#9fb987;*/
	border:none;
}

#main img.left {
	float:left;
	margin:3px 10px 3px 0;
}

#main img.right {
	float:right;
	margin:3px 0px 3px 10px;
}

#main ul {
	list-style-image:url(../img/li.png);
}

#main ul,#top ol {
	padding:8px 0 8px 20px;
	clear:both;
	
}
#main .gallery {padding:0; margin-left:-10px;}
#main .gallery  li {
	display:block;
	float:left;
	padding:0;
	margin:5px 0 5px 10px;
	width:133px;
}

fieldset label{
	display:block;
}

fieldset input, fieldset select, fieldset textarea {
	border:1px solid #27420E;
	display:block;
	margin-bottom:8px;
}

fieldset input {
	width:40%;
}
fieldset textarea {
	width:80%;
	height:120px;
}
fieldset input.radio {
	display:inline;
	width:auto;
}
fieldset input.submit {
	width:auto;
	padding:0px 8px;
	background-color:#9FB987;
}

#box .top, #box .bottom,#box .main  {
	height:18px;
	background-image:url(../img/box_top.png);
	background-repeat:no-repeat;
	background-position:center top;
	clear:both;
}
#box .bottom {
	clear:both;
	height:45px;
	background-image:url(../img/box_bottom.png);

}

#box .main {
	height:auto;
	background-image:url(../img/box_bg.png);
	background-repeat:repeat-y;

}
#box {
	color:#d6efbe;
	font-size:12px;
}
#box h3 ,#box h2 a,#box h2 {
	padding:5px 0;
	color:#3e6519;
	font-size:13px;
}

#box h2 a,#box h2 {
	color:#D96515;
}

#box .left,#box .right { 
	width: 299px;
	float:left;
	padding:0 20px;
	margin-bottom:-28px;
	margin-top:-5px;
}

#box .right {
	width: 325px;
	float:right;
	margin-bottom:0;
}
#foot {
	background-image:url(../img/foot_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	margin-top:-21px;
	color:#637d4e;
	height:51px;
	overflow:hidden;
	padding-top:13px;
	
	
}


#foot #foot1,#foot #foot2 {
	display:block;
	text-align:right;
	font-size:11px;
	height:16px;
	overflow:hidden;
	padding-left:50%;
}
#foot a {
	color:#657d4e;
	font-size:11px;
}

#foot a:hover {
	color:#976b4e;
}


 #main .mapka img {
	 background-color:none;
 }
 
 .z_lewej {float:left; margin:3px 10px 3px 0px;}
 .z_prawej { float:right; margin:3px 0px 3px 10px;}
 
 .z_lewej,  .z_prawej, ul img  {background-color:#313F63;}
 
.gallery li {
	display:inline-block;
	margin:4px;
	vertical-align:top;
	padding-bottom:5px;
	width:129px;
}

.gallery li div {
	width:118px;
	height:118px;
	overflow:hidden;
	/*padding:3px ;*/
	border:5px solid #313F63;
	/*background:#FFF;*/
}

.gallery li a {
	width:121px;
	height:121px;
	overflow:hidden;
	float:left;
}

#main .gallery li a img {
	border:none;
	padding:0;
}
	
