/* global configuration */
body {
	margin: 0;
	padding: 0;
	background-color: #dbdbdb;
	text-align: center;
	font-family: Arial;
	font-size: 11pt;
}

div.clear {
	clear: both;
}

/* header */
div#header {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
}
div#pageTop {
	background-image: url('../images/page-top-2.png');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	padding-left: 50px;
	padding-right: 50px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	position: relative;
}
div#logo {
	position: absolute;
	left: 64px;
	top: 35px;
	width: 246px;
	height: 100px;
	z-index: 100;
}
div#logo img {
	border: 0;
}
span#registration {
	text-transform: uppercase;
	display: none;
	position: absolute;
	bottom: 20px;
	right: 50px;
	font-size: 83%;
}
div#belowPageTop {
	background-image: url('../images/page-middle-2.png');
	background-repeat: repeat-y;
	background-position: 50% 0%;
	padding-left: 50px;
	padding-right: 50px;
	height: 73px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	position: relative;
}
span#language {
	text-transform: uppercase;
	position: absolute;
	top: 30px;
	right: 75px;
	font-size: 83%;
}
/* banner */
div#containerBanner {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 950px;
	background-image: url('../images/page-middle-2.png');
	background-repeat: repeat-y;
	background-position: 50% 0%;
	background-color: #ffffff;
	padding-left: 50px;
	padding-right: 50px;
}
div#banner {
	position: relative;
	width: 950px;
	height: 139px;
	background-image: url('../images/page-banner.png');
	background-position: 50% 0;
	background-repeat: no-repeat;
}
div#banner span {
	position: relative;
	text-transform: uppercase;
	width: 600px;
	top: 75px;
	left: 150px;
	font-size: 120%;
	color: #005474;
}

/* content */
div#container2 {
	padding-top: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 950px;
	background-image: url('../images/page-middle-2.png');
	background-repeat: repeat-y;
	background-position: 50% 0%;
	background-color: #ffffff;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	padding-bottom: 1em;
	
}
div#container22 {
        background-image: url('../images/page-menu-background.png');
        background-position: 0 0;
        background-repeat: no-repeat;
}
div#contentContainer {
	padding-left: 198px;
	margin-right: 25px;
}
/* menu */
div#mainMenu {
/*	position: absolute;
	left: 58px;
	top: 35px;
*/
	float: left;
	margin-left: 8px;
	margin-top: 35px;
	width: 164px;
	background-color: #fbfbfb;
}
div#mainMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
div#mainMenu ul li {
	list-style-image: none;
	background-color: #f9f9f9;
	color: #5a5a5a;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px;
	border-top: 1px;
}
div#mainMenu ul li:hover {
	background-color: #8bc751;
}
div#mainMenu ul li a {
	padding-left: 25px;
	background-image: url('../images/menu-left-gray.png');
	background-position: 8px 50%;
	background-repeat: no-repeat;
	color: #5a5a5a;
	text-decoration: none;
}
div#mainMenu ul li:hover a {
	color: #ffffff;
}
div#mainMenu ul li.active {
        background-color: #8bc751;
}
div#mainMenu ul li.active a {
        color: #ffffff;
}



/* BreadCrumb */
div#breadCrumb span.last {
	color: #008ec3;
}

/* Content itself */
td.buttonheading img {
	border: 0;
}

td.contentheading, h1 {
	font-size: 167%;
	color: #008ec3;
}

h2 {
	font-size: 133%;
	color: #008ec3;
}

h3 {
	font-size: 117%;
	color: #5a5a5a;
}

li {
	list-style-image: url('../images/li.png');
	margin: 0.3em;
}

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

/* EPS system */
.EPS_AdObError {
	background-color: #f00;
}
form#licform fieldset {
	width: 40em;
}
form#licform th {
	width: 10em;
	font-weight: normal;
}
form#licform input, form#licform select {
	width: 30em;
}
form#licform div.submit {
	width: 40em;
	margin: 1em;
	text-align: right;
}

/* footer */
div#container3 {
	clear: both;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 950px;
	background-image: url('../images/page-middle-2.png');
	background-repeat: repeat-y;
	background-position: 50% 0%;
	background-color: #ffffff;
	padding-left: 50px;
	padding-right: 50px;
}
div#footer {
	clear: both;
	background-image: url('../images/footer-square.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #5a5a5a;
	padding-left: 58px;
	width: 892px;
	background-color: #ececec;
	padding-top: 18px;
	padding-bottom: 18px;
}
div#footer p {
	padding: 0;
	margin: 0;
	display: block;
}
div#footer p.neofema {
	font-size: 80%;
}
div#pageBottom {
	background-image: url('../images/page-bottom-2.png');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	padding-left: 50px;
	padding-right: 50px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}


