@charset "utf-8";
/* CSS Document */

#lheader {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100px;
	z-index:1;
}
#lmenut {
	position:absolute;
	left:0px;
	top:100px;
	width:100%;
	height:30px;
	z-index:5;
	background-image: url(/main/buttons.png);
	text-align: center;
	color: #FFFFFF;
	font-weight: bolder;
	vertical-align: middle;
}
#lmenut #menut {
	text-align: center;
	color: #FFFFFF;
	font-weight: bolder;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#lmenut #menut a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#lmenut #menut a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#lmenut #menut a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#lmenul {
	position:absolute;
	left:0px;
	top:160px;
	width:15%;
	height:auto;
	z-index:2;
	background-image: url(/main/bg_black_50.png);
	border: medium solid #000000;
}
#lmenul #menul {
	font-weight: bolder;
	text-align: center;
}
#lmenul #menul a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#lmenul #menul a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#lmenul #menul a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#lmenur {
	position:absolute;
	top:160px;
	width:15%;
	height:auto;
	z-index:4;
	right: 0px;
	border: medium solid #000000;
}
#lmenur a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#lmenur a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#lmain {
	position:absolute;
	left:20%;
	top:160px;
	width:60%;
	height:auto;
	z-index:auto;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/main/bg_black_50.png);
	padding: 20px;
	overflow: auto;
	border: medium solid #000000;
	text-decoration: none;
}
#lmain a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#lmain a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.prod {
	z-index:auto;
	border: thin solid #000000;
}
body {
	background-image: url(/main/bg.png);
}
