/*******************************************
 * Main
 *******************************************/
* {
	margin: 0;
}
html, body {
	height: 100%;
}
html {
	font-size: 100%;
}
body {
	font: normal 12px/15px Arial, Tahoma, sans-serif;
	color: #000;
	background-color: #3f0146;
	height: 100%;
	width: 906px;
	padding: 0;
	margin: 0 auto;
}
table, th, td, ul, ol, li {
	padding: 0;
	border-collapse: collapse;
}
caption {
	font: bold 14px;
	color: #bf9ac3;
	padding-bottom: 2px;
}
img {
	border-style: none;
}
ul, ol {
	padding: 0 0 0 4px;
	margin: 6px 0 10px;
}
ul li, ol li {
	list-style-position: inside;
	padding: 0;
	margin-bottom: 2px;
}
ul li {
	list-style-image: none;
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
a {
	color: #7c3486;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
hr {
	color: #ddd;
	background-color: #ddd;
	text-align: left;
	height: 1px;
	width: 100%;
	margin: 2px 0 14px;
	border: none;
}

/*******************************************
 * Main Block
 *******************************************/
.main {
	width: 100%;
	table-layout: fixed;
}
.main-left,
.main-left-bottom {
	background-image: url(../images/left.gif);
}
.main-left {
	background-repeat: repeat-y;
	background-position: -452px 0;
	width: 226px;
}
.main-left-bottom {
	background-repeat: no-repeat;
	background-position: 0 bottom;
	height: 46px;
}
.main-right,
.main-right-bottom {
	background-image: url(../images/content.gif);
}
.main-right,
.main-right-top {
	padding-left: 4px;
}
.main-right {
	background-repeat: repeat-y;
	background-position: -1356px 0;
}
.main-right-top {
	height: 250px;
}
.main-right-bottom {
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

/*******************************************
 * Header
 *******************************************/
.header,
.header-mask {
	height: 196px;
}
.header {
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 4px;
}
.header-mask {
	background: transparent url(../images/header.gif) no-repeat top;
}

/*******************************************
 * Logo
 *******************************************/
.logo {
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: -226px 0;
	height: 190px;
	padding: 0 16px 0 10px;
	margin-bottom: 28px;
	text-align: center;
}
.logo a {
	height: 120px;
	padding-top: 30px;
	display: block;
}

/* Site Name */
.logo h1 {
	font-family: Impact, Tahoma, sans-serif;
	font-size: 1.66em;
	font-weight: normal;
	color: #3e0046;
	text-align: center;
	letter-spacing: 0.0001em;
	width: 200px;
}

/* Site Sub Title */
.subtitle {
	font-size: 1.245em;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.0001em;
	width: 320px;
	padding: 50px 0 0 50px;
	overflow: visible;
}

/*******************************************
 * Menu
 *******************************************/
.menu,
.menu ul li {
	background-image: url(../images/menu.gif);
}
.menu {
	height: 46px;
}
.menu {
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 21px 0 15px;
	margin-bottom: 4px;
	text-align: center;
}
.menu ul {
	padding: 11px 0 0;
	margin: 0;
}
.menu ul li {
	background-repeat: no-repeat;
	background-position: 0 -46px;
	list-style-type: none;
	list-style-position: outside;
	padding: 0 13px;
	display: inline;
}
.menu ul li a {
	font-family: Impact, Tahoma, sans-serif;
	font-size: 15px;
	color: #e299ff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.menu ul li a:hover,
.menu ul li a.selected {
	color: #fff;
	text-decoration: none;
}

/*******************************************
 * Submenu
 *******************************************/
.submenu {
	padding: 0 26px 10px 30px;
}
.submenu ul {
	font-size: 12px;
	padding: 0;
}
.submenu ul li,
.submenu ul li a {
	display: block;
	margin: 0;
}
.submenu ul li {
	list-style-type: none;
	list-style-position: outside;
	padding-bottom: 10px;
}
.submenu ul li a {
	color: #e299ff;
	background: url(../images/submenu_off.gif) no-repeat left top;
	text-decoration: none;
	padding: 0 0 0 20px;
}
.submenu ul li a:hover,
.submenu ul li a.selected {
	color: #fff;
	background: url(../images/submenu.gif) no-repeat left top;
	text-decoration: none;
}
.submenu-separate {
	background: url(../images/left.gif) no-repeat -226px -188px;
	height: 2px;
	margin-bottom: 28px;
}

/*******************************************
 * Content
 *******************************************/
.content {
	padding: 0 50px 10px;
	text-align: justify;
}
.content-top {
	background-image: url(../images/content.gif);
	background-repeat: no-repeat;
	background-position: -680px 0;
	height: 50px;
}
.content table,
.content td {
	padding: 4px 6px;
	border: 1px solid #dbdbdb;
}
.content-header {
	font-size: 16px;
	color: #490066;
	margin-bottom: 12px;
}

/*******************************************
 * Widgets
 *******************************************/
.widget {
	color: #decce1;
	padding: 0 26px 0 30px;
	text-align: justify;
}
.widget table, .widget td {
	padding: 4px 6px;
	border: 1px solid #905298;
}
.widget a {
	color: #e299ff;
	text-decoration: underline;
}
.widget a:hover {
	text-decoration: none;
}
.widget hr {
	color: #905298;
	background-color: #905298;
}

/*******************************************
 * Modules
 *******************************************/
.module {
}
.module span {
	color: #666;
}
.module strong {
	color: #7c3486;
}
.module table {
	width: 100%;
}
.module table, div.module td {
	font: 12px Arial;
	color: #333;
	padding: 4px 1px 0 1px;
	border-style: none;
}
.widget .module td,
.widget .module table {
	color: #decce1;
}
.module div {
	background: transparent none;
	padding: 0;
	margin: 0;
}
.module input {
	font: 12px Arial, Tahoma, sans-serif;
	color: #333;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
.module textarea {
	font: 12px Arial, Tahoma, sans-serif;
	color: #333;
	vertical-align: middle;
	height: 120px;
	padding: 0;
	margin: 0;
}
.module ul, .module ol {
	padding: 4px 0 10px 6px;
	margin: 0;
}
.module ul li, .module ol li {
	padding: 0 0 4px 0;
	margin: 0;
	list-style-type: none;
	list-style-position: outside;
}
.module img {
	margin-bottom: 4px;
}

/* Title */
.module .module-title {
	font-size: 14px;
	font-weight: bold;
	color: #bf9ac3;
	text-align: left;
	padding-bottom: 2px;
}

/* Error */
.module .error {
	font-size: 11px;
	color: #f00;
	display: block;
	padding: 2px;
}

/*******************************************
 * Footer
 *******************************************/
.footer {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.913em;
	text-align: right;
	color: #b299b5;
	padding: 0 20px 40px 250px;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}

/*******************************************
 * Languages
 *******************************************/
.languages {
	height: 40px;
	text-align: right;
	padding-right: 20px;
}
.languages select {
	font-size: 1em;
	height: 18px;
	margin-top: 12px;
}
.languages ul,
.languages ul li,
.languages ul li a,
.languages ul li a img {
	height: 13px;
	overflow: hidden;
}
.languages ul {
	float: right;
	padding: 0;
	margin-top: 15px;
}
.languages ul li,
.languages ul li a,
.languages ul li a img {
	width: 18px;
	float: left;
}
.languages ul li {
	list-style-type: none;
	padding: 0;
	margin-left: 5px;
}
.languages ul li a {
	text-decoration: none;
	padding: 0;
	display: block;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
.languages ul li a.lang-select, 
.languages ul li a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
