/* CSS Document */

body {
	background-color: #000000;
	color: #f7d1f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div, img {
	padding: 0;
	margin: 0; 
	border: 0;
}

#main {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -501px;
	margin-top: 0px;
	width: 1003px;
	z-index: 1;
}

#top {
	top: 0px;
	height: 181px;
	bottom: 0px;
	padding: 0px;
}

#content {
	background-color: #18141a;
	border: 1px dashed #573e55;
	border-bottom: 0;
	height: 100%;
	min-height: 438px;
	padding: 0px;
	margin: 0px;
}

#contentImage {
    float:left;
	background-color: #000000;
	border-right: 1px dashed #573e55;
	padding: 0px;
	margin: 0px;
	min-height: 438px;
	height: 100%;
}

#contentText {
	margin-left: 634px;
	padding: 10px;
	height: 100%;	
}

#bottom {
	clear: both;
}

#title {
	position: absolute;
	top: 86px;
	left: 50%;
	margin-left: -483px;
	z-index: 5;
}

#menu {
	position: absolute;
	top: 111px;
	right: 50%;
	margin-right: -527px;
	width: 900px;
	z-index: 5;
}

#menu a {
	border-left: 1px dashed #716170;
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 45px;
	padding-top: 28px;
	padding-bottom: 4px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #d3c4d2;
}

#menu a:hover {
	border-left: 1px dashed #ffffff;
	color: #ffffff;
}

#language {
	background-image: url(../images/LanguageSelector.jpg);
	background-position: center;
	position: absolute;
	top: 25px;
	right: 50%;
	margin-right: -502px;
	width: 126px;
	height: 21px;
	z-index: 5;
	text-align: center;
	padding-top: 4px;
}

#language a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 4px;
	color: #af94ac;
}

#language a:hover {
	color: #ffffff;
}

#footer {
	padding-left: 21px;
	padding-top: 0px;
}

p {
	font-size: 11px;
	line-height: 16px;
	text-align:justify;
}

ul.lista { 
	list-style-image:url(../images/content/ul.jpg);
	list-style-position: outside;
	font-size: 11px;
	line-height: 24px;
	text-align:justify;
	list-style-type:circle;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	padding-left:20px;
}

ul.lista a { 
	color:#ffccff;
	font-weight:bold;
	text-decoration:none;
	}
	
ul.lista a:hover { 
	color:#a3369e;
	font-weight:bold;
	text-decoration:none;
	}	

#footer p {
	font-size: 10px;
	line-height: 14px;
	color: #563754;
	padding: 0px;
}

h1 {
    padding-top: 10px;
	font-size: 16px;
	font-weight: normal;
	color:#e1b3d6;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color:#a4579e;
}

a {
	color:#a3369e;
	text-decoration:none;
}

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

.input {
	position: absolute;
	background-color:#170016;
	border: 1px dashed #573e55;
	width: 120px;
	height: 18px;
	color:#FFFFFF;
	margin-left: 120px;
	font-size:11px;
}

.textarea{
	position: absolute;
	background-color:#170016;
	border: 1px dashed #573e55;
	width: 180px;
	color:#FFFFFF;
	margin-left: 120px;
	font-size:11px;
}

.input2 {
	background-color:#441f3e;
	border: 1px dashed #6e0069;
	width:40px;
	height:18px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	margin-left:120px;
	font-size:12px;
}