body {
	margin:0;
	padding:0;
	background:url(../images/bg_2.png) center top #a28023 no-repeat;
	cursor:default;
	color:#e3c06d;
}

img {
	border:none;
}

.returns {
	clear:both;
}

.maincontainer {
	width:940px;
	margin:0px auto;
}

.header {
	border-bottom:1px solid #000000;
	background:url(../images/wrap.png);
	text-align:center;
}

.imglog {
	margin:10px 0 10px 0;
}

.menucontainer {
	float:left;
	width:150px;
}

.maincontent {
	float:right;
	width:770px;
}

.menucontainer, .maincontent {
	margin-top:15px;
	border:1px solid #e7ca75;
}

.menu, .menu ul, #mainlevel {
	margin:0;
	padding:0;
	list-style:none;
}

.menu li, #mainlevel li {
	background:url(../images/mm.png);
	margin-bottom:1px;
	border-bottom:1px solid #e3c06d;
	width:150px;
}
.menu li:hover, li#current {
	background: url(../images/nn.png);
	color: #000000;
}

.menu a:link, .menu a:visited {
	text-decoration:none;
	display:block;
	padding:5px;
	color: #e3c06d;
}
.menu a:hover {
	text-decoration:none;
	display:block;
	padding:5px;
	color: #000000;
}

.ebaylink {
	margin:10px 0 10px 0;
}

.az {
	background:url(../images/wrap2.png);
	padding:20px;
	text-align:center;
}

.mainimg {
	border:2px dotted #e7ca75;
	width:550px;
	height:334px;
}

.footer {
	background:url(../images/wrap.png); text-align:center;
	margin-top:20px;
	padding:0 0 3px 0;
	border-bottom:1px solid #e7ca75;
	border-top:1px solid #e7ca75;
	color:#e7ca75;
	font-weight:bold;
}

#slideshow {
    position:relative;
	margin-left:88px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

.homelinks {
	text-align:center;
	margin-top:20px;
	color:#000;
	font-weight:bold;
	font-size:14px;
}

.homelinks a, .homelinks a:visited {
	text-decoration:none;
	color:#000;
}

.homelinks a:hover {
	text-decoration:underline;
}

h1 {
	font-size:24px;
	font-weight:bold;
}

.menu .li-products, #mainlevel .li-products{
	padding: 10px 0;
	background-image: url(../images/mm2.png);
}

.menu .li-products:hover, #mainlevel .li-products:hover{
	background-image: url(../images/nn2.png);
}

