html{ overflow: auto; } /* IE BUG */
body{
	margin: 0;
	font-family: arial, verdana, sans-serif;
	color: #fff;
	background: #2B0E0E url('./img/bg.jpg') no-repeat center top;
}
#wrap{
	width: 900px;
	height: 615px;
	margin: 0 auto;
}
#title{
	padding: 25px 0 0 41px;
}
#title img{
	width: 259px;
	height: 52px;
}
#topBg{
	height: 50px;
	width: 797px;
	margin-top: -25px;
}
#bottomBg{
	height: 34px;
	width: 797px;
}
#txt{
	width: 739px;
	height: 452px;
	padding: 10px 43px 0 15px;
	background-image: url('./img/mainBg.png');
}
#menu{
	position: absolute;
	margin-left: 759px;
	margin-top: 130px;
}
#menu ul{
	list-style: none;
}
#menu ul, #menu li{
	margin: 0;
	padding: 0;
}
#menu ul li a{
	width: 128px;
	height: 35px;
	display: block;
	margin-bottom: 15px;
	background-image: url('./img/mBg.png');
	padding: 22px 13px 0 0;

	font-family: arial, verdana, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
	color: #000;
}
#aSklep{
	height: 43px !important;
	padding-top: 14px !important;
}
#menu ul li a:hover, #menu ul li a.active{
	color: #A00;
}
#naglowek{
	height: 28px;
    background-image: url('./img/naglowek.png');
    font-size: 17px;
    font-weight: bold;
    padding: 8px 0 0 15px;
}
#content{
	height: 395px;
	overflow: auto;
	margin-top: 5px;
	padding: 15px 5px 0 10px;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
}


img.bigPhoto{
	width: 204px;
	height: 140px;
	border: 2px solid #B6B2AF;
	margin: 20px 0 0 20px;
}
#kats{
	padding: 55px 0 0 40px;
	margin: 0;
	list-style-type: none;
}
#kats li{
	display: block;
	margin: 5px 0;
}
#kats li a{
	width: 156px;
	height: 21px;
	display: block;
	background: url('./img/liBg.gif') no-repeat;

	color: #222356;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	padding: 4px 0 0 8px;
}
#kats li a:hover, #kats li a.active{
	font-weight: normal;
	background: url('./img/liBg_a.gif') no-repeat;
}


.hidden{ display: none; }

#gallLeft{
	float: left;
}
#galeriaMain{
	width: 505px;
	height: 380px;
	float: left;
	margin-top: 13px;
	margin-left: 5px;
}
a.miniPhoto img{ border: 1px solid #969595;}
a.miniPhoto{
	text-decoration: none;
	margin: 7px;
	display: none;
	width: 150px;
	height: 112px;
	float: left;
}
.gallery{
	clear: both;
}
.c1{
	display: block;
}

#paginator{
	float: left;
	margin-left: 235px;
	width: 500px;
	text-align: center;
}
#paginator a{
	color: #fff;
	text-decoration: none;
	margin: 0 2px;
	font-size: 13px;
}
a.pager{
	padding: 0 5px;
}
a.pActive{
	font-size: 15px !important;
	font-weight: bold;
	color: #FFFF88 !important;
}

#l_pl, #l_en{
	width: 72px;
	height: 72px;
	display: block;
	position: absolute;
	margin-top: 5px;
	text-decoration: none;
}
#l_pl{
	background: url('./img/pl.png');
	margin-left: 670px;
}
#l_en{
	background: url('./img/en.png');
	margin-left: 595px;
}
#l_pl:hover, #l_pl.active{
	background: url('./img/pl_a.png');
}
#l_en:hover, #l_en.active{
	background: url('./img/en_a.png');
}
