/* GENERAL STYLES :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body {
    margin: 0px 0px 20px 60px;
	padding: 0px;
    background-color: #FFFFFF;
	font: 10px/16px Verdana, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background: white url("../images/main/WPR_bg.gif");
    background-repeat: no-repeat;
    background-position: top left;
}

.clear {
	clear:both;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #956C97;
	text-decoration: none;	
}

a:hover{
	color: #B89DB9;
	text-decoration: none;	
}

p {
    margin: 0px;
    padding: 0px;
}

.trans {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
    opacity: 0.5;
    z-index: 15;
}

.trans:hover {
	filter:alpha(opacity=75);
    -moz-opacity:0.75;
    opacity: 0.75;
}		

.subtrans {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
    opacity: 0.5;
    z-index: 16;
}
		
.subtrans:hover {
	filter:alpha(opacity=75);
    -moz-opacity:0.75;
    opacity: 0.75;
}		


/* CUSTOM STYLES :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#mainblock {
	display: block;
	position: absolute;
	width: 510px;
	height: 310px;
	left: 200px;
	top: 260px;
	padding: 20px;
	margin: 0px;
	background-color: #713A73;
	z-index: 10;
	filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity: 1;
}

#textblock {
	width: 390px;
	height: 270px;
	padding: 0px;
	margin: 0px;
	z-index: 12;
	overflow: auto;
}

#textblock a:link { border-bottom: 1px dotted #FFFFFF; }
#textblock a:visited { border-bottom: 1px dotted #956C97; }
#textblock a:hover { border-bottom: 1px dotted #B89DB9; }

#contactblock {
	display: block;
	position: absolute;
	width: 130px;
	height: 45px;
	left: 60px;
	top: 540px;
	padding: 0px;
	margin: 0px;
	z-index: 11;
}

#submenu img {
	padding-bottom: 5px;
}