
BODY,HTML {
	background-color: #000000;
	color: #dddddd;
	font-size: 11px;
	text-align: center;
	padding-bottom: 10px;
}

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

DIV {
	text-align: left;
}

#body {
	position: relative;
	margin: 0 auto 0 auto;
	width: 1000px;
}
/**/

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

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

#belt {
	color: #dddddd;
	clear: both;
	width: 800px;
	text-align: right;
	padding: 10px;
}
/**/

#content {
	position: relative;
	min-height: 300px;
}
/**/

#left {
	float: left;
	width: 220px;
}
/**/

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

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

#bottom {
	margin: 0 auto 0 auto;
	clear: both;
	background-color: #000000;
	background-image: url('../uploads/bottom.png');
	height: 45px;
}
/**/

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

#languages {
	position: absolute;
	left: 35px;
	top: 190px;
}

/* MENU */

.menuitem {
	margin-left: 40px;
	margin-right: 20px;
	color: #888888;
	display: block;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
	border-bottom: 1px solid #444444;
}

.menuitem:hover {
	color: #ffffff;
}

.menuitem_current {
	color: #ffffff;
}

.menuitem0 {
}

.menuitem0_current {
}

.menuitem1 {
	padding-left: 15px;
}

.menuitem1_current {
	padding-left: 15px;
}

.menuitem2 {
	padding-left: 25px;
}

.menuitem2_current {
	padding-left: 25px;
}

.menuitem3 {
	padding-left: 35px;
}

.menuitem3_current {
	padding-left: 35px;
}

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

.top_menuitem_current {
	color: #cc0000;
}

/* CONTENT */

.top_belt {
	text-align: right;
}

.item {
	padding: 4px;
}

.title {
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 10px;
}

.content {

}

.gallery {


}

.gallery_item {
	float: left;
	width: 120px;
	text-align: center;
}

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

.items {
	padding: 10px;
}

.items_item {
	background-color: #f5f5f5;
	height: 120px;
	border: 1px solid #dddddd;
}

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

.items_title {
	color: #088408;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}

.items_image {
	width: 120px;
	height: 120px;
	float: left;
}

.items_description {
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
}

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

.items_description img {
    width: 100px;
	margin: 4px;
	border: 0px;
}

.items_description strong {
	color: #088408;
}
