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

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

DIV {
	text-align: left;
}

IMG {
	border-width: 0px;
}

#main {
	background-image: url('../uploads/top_bg.png');
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto 0 auto;
	width: 780px;
}
/**/

#top {
	margin: 0 auto 0 auto;
	clear: both;
	text-align: center;
	height: 290px;
	overflow: hidden;
}

/**/

#top_spacer {
	position: absolute;
	width: 200px;
	top: 0px;
	right: 0px;
}

/**/

#middle_top {
	clear: both;
}
/**/

#middle {
	padding: 0px;
	clear: both;
}
/**/

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

#center {
	float: left;
	text-align: center;
	width: 580px;
	background-image: url('../uploads/center_bg.png');
	background-repeat: repeat-y;
}
/**/

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

#middle_bottom {
	clear: both;
	height: 1px;
}
/**/

#bottom {
	color: #ffffff;
	border-top: 1px solid #fbd212;
	margin: 0 auto 0 auto;
	clear: both;
	height: 20px;
	text-align: right;
}
/**/

#logo {

}

#baner {
	z-index: 0;
}

#subcategories {
	padding: 5px;
	text-align: right;
}

/* MENU */

.menuitem {
	color: #fbd212;
	display: block;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	text-align: left;
	margin-left: 20px;
}

.menuitem:hover {
	color: #ffffff;
}

.menuitem_current {
	color: #ffffff;
}

.menuitem0 {
	background-image: url('/uploads/dot.png');
	background-repeat: no-repeat;
	padding-left: 30px;
}

.menuitem0_current {
}

.menuitem1 {
	padding-left: 30px;
	font-weight: normal;
}

.menuitem1_current {
}

.menuitem2 {
	padding-right: 30px;
	padding-top: 0px;
	font-weight: normal;
}

.menuitem2_current {
}

.menuitem3 {
	padding-left: 40px;
}

.menuitem3_current {
}

.top_menuitem {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.top_menuitem_current {
	color: #ffffff;
}

/* CONTENT */

.top_belt {
	margin: 0 auto 0 auto;
	background-color: #cccccc;
	clear: both;
}

.item {
	clear: both;
}

.title {
	color: #fbd212;
	font-weight: bold;
	padding: 5px;
}

.content {
	padding: 5px;
}

#gallery {
	padding: 10px; position: relative;
}

#gallery_top { overflow: hidden; }

#gallery_left { width: 50px; height: 110px; position: absolute; left: 0px; top: 0px; background-image: url('/images/blank.gif'); }

#gallery_middle { position: relative; }

#gallery_center { height: 110px; overflow: hidden; }
#gallery_center img { margin: 2px; }

#gallery_right { width: 50px; height: 110px; position: absolute;  right: 0px; top: 0px; background-image: url('/images/blank.gif'); }


.items {
	padding: 10px;
	clear: both;
}

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

.items_title {
	color: #666666;
	font-weight: bold;
	padding: 2px;
	border-top: 1px solid #bbbbbb;
}

.items_description {
	padding: 2px;
}

.items_price {

}

.items_more {
  background-color: #eeeeee;
  padding: 4px;
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid #bbbbbb;
}

.items_more a {
	display: block;
}
