
BODY,HTML {
	background-color: #222222;
	background-image: url('../uploads/bg.png');
	color: #000000;
	font-size: 11px;
	text-align: center;
}

A {
	color: #ffffff;
	text-decoration: underline;
}

DIV {
	text-align: left;
}

#body {
	position: relative;
	background-image: url('../uploads/main_bg.png');
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	width: 802px;
}
/**/

#main {
	background-image: url('../uploads/bottom_bg.png');
	background-position: 0% 100%;
	background-repeat: no-repeat;
}
/**/

#top {
	margin: 0 auto 0 auto;
	height: 290px;
	clear: both;
}
/**/

#belt {
	margin: 0 auto 0 auto;
	background-color: #7e0000;
	clear: both;
	text-align: center;
}
/**/

#content {
	position: relative;
	padding: 10px;
	padding-left: 25px;
}
/**/

#left {
	float: left;
}
/**/

#center {
	text-align: left;
}
/**/

#right {
	float: left;
}
/**/

#bottom {
	margin: 0 auto 0 auto;
	background-repeat: no-repeat;
	clear: both;
	height: 35px;
	text-align: right;
}
/**/

#top_swf {
	position: absolute;
	top: 83px;
	right: 10px;
}

/* MENU */

.menuitem {
	background-color: #eeeeee;
	background-image: url('../uploads/menuitem_bg.png');
	background-repeat: repeat-y;
	color: #f76b0c;
	display: block;
	font-weight: bold;
	padding: 4px;
	margin: 3px;
	text-decoration: none;
}

.menuitem_current {
	background-image: url('../uploads/menuitem_current_bg.png');
	color: #088408;
}

.menuitem0 {
	padding-left: 20px;
}

.menuitem0_current {
}

.menuitem1 {
	padding-left: 30px;
}

.menuitem1_current {
}

.menuitem2 {
	padding-left: 40px;
}

.menuitem2_current {
}

.menuitem3 {
	padding-left: 50px;
}

.menuitem3_current {
}

.top_menuitem {
	color: #ffffff;
	padding-left: 5px;
	padding-right: 10px;
	width: auto;
	float: left;
	font-size: 12px;
	text-decoration: none;
}

.top_menuitem_current {
	color: #ffff00;
}

.top_belt {
	position: absolute;
	left: 20px;
	top: 30px;
	width: 650px;
}

/* CONTENT */

.item {
	padding: 10px;
}

.title {
	color: #ffffff;
	font-weight: bold;
	text-align: right;
}

.content {
	color: #eeeeee;
}

.gallery {
	padding-top: 10px;
}

.gallery_item {
	float: left;
	width: 147px;
	height: 210px;
	text-align: center;
}

.gallery_item img {
	border-width: 0px;
}

.items {
	padding: 10px;
}

.items_spacer {
	height: 10px;
	clear: both;
}

.items_title {
	background-color: #f76b0c;
	color: #ffffff;
	font-weight: bold;
	padding: 4px;
}

.items_description {
	height: 100px;

}

.items_price {
	float: left;
	background-color: #eeeeee;
	color: #f76b0c;
	font-weight: bold;
	padding: 4px;
	width: 400px;
	text-align: right;
}

.items_price:before {
	content: "Cena";
}

.items_price:after {
	content: "zł";
}

.items_more {
  background-color: #eeeeee;
  padding: 4px;
  font-weight: bold;
  text-align: center;
}

.items_more a {
	display: block;
}

