
BODY,HTML {
	background-image: url('../uploads/bg_body.jpg');
	background-repeat: repeat-x;
	color: #000000;
	font-size: 11px;
	text-align: center;
}

A {
	color: inherit;
	text-decoration: underline;
}

DIV {
	text-align: left;
}

#body {
	position: relative;
/*	background-image: url('../uploads/middle_bg.png');*/
/*	border: 1px solid #bbbbbb;*/
	padding-top: 10px;
	margin: 0 auto 0 auto;
	width: 843px;
}
/**/

#main {
	background-image: url('../uploads/bg_bann.gif');
	background-repeat: no-repeat;
/*	border: 1px solid black;*/
}
/**/

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

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

#content {

	padding-top: 10px;
	padding-bottom: 10px;
}
/**/

#left {
	float: left;
	width: 260px;
	top: -100px;
}
/**/

#center {
	float: left;
	text-align: left;
	width: 580px;
}
/**/

#right {
	float: left;
	margin-left: 10px;
	text-align: left;
}
/**/

#bottom {
	margin: 0 auto 0 auto;
	background-image: url('../uploads/bottom_bg.png');
	background-repeat: no-repeat;
	clear: both;
	height: 235px;
	text-align: right;
}
/**/

#logo {
	margin: 20px;
	margin-top: 60px;
}

/* 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:hover {
	background-color: #ffffff;
}

.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: #088408;
	padding-left: 5px;
	padding-right: 10px;
	width: auto;
	float: left;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.top_menuitem_current {
	color: #888888;
}

/* CONTENT */

.top_belt {
	position: absolute;
	right: 0px;
	top: 180px;
	width: 610px;
}

.item {
	padding: 10px;
}

.title {
	color: #f76b0c;
	font-weight: bold;
}

.content {

}

.gallery {


}

.gallery_item {
	float: left;
	width: 120px;
	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 {

}

.items_price {
	float: left;
	background-color: #eeeeee;
	color: #f76b0c;
	font-weight: bold;
	padding: 4px;
	width: 300px;
	text-align: right;
}
/*
.items_price:before {
	content: "Cena";
}

.items_price:after {
	content: "zł";
}
/**/
.items_more {
  background-color: #eeeeee;
  color: #f76b0c;
  padding: 4px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.items_more a {
	display: block;
}
