@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;
	height:auto;
	z-index:2;
	border: medium solid #000000;
	width: 15%;
}
#lmenul #menul {
	font-weight: bolder;
	text-align: center;
}
#lmenul    a:link  {
	color: #FFFFFF;
	text-decoration: none;
}
#lmenul    a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}
#lmenul    a:visited  {
	color: #FFFFFF;
	text-decoration: none;

}




#lmenur {
	position:absolute;
	top:160px;
	height:auto;
	z-index:4;
	right: 0px;
	border: medium solid #000000;
	width: 15%;
}
#lmenur  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#lmenur a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#lmain {
	position:absolute;
	left:20%;
	top:160px;
	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;
	min-width: 30%;
	max-width: 60%;
	right: 20%;
	margin: 0px auto -1px auto; 
}
#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);
}
