@import url("menu.css");
@import url("../editorStyle.css");


body {
	margin: 10px 0px 0px 0px;
	font-family: Arial;
	background-image: url('../../Images/background.jpg');
	background-repeat: no-repeat; 
	background-position: center 128px;
	background-attachment: scroll;
	
}

form {
	min-width: 880px;
}

a {
	font-size: 12px;
	text-decoration: none;
	color: #2B64AA;
}

a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #FF3C00;
}

#global 
{
	margin-left: auto;
	margin-right: auto;
	margin-top: -22px;
	padding: 0px;
	width: 849px;
}

#logo 
{
	/*display: block;*/
	width: 128px;
	height: 100px;
	float: left; 
	margin-left: 90px;
}

#topMenu 
{
	width: 720px;
	float: left;
	text-align: right;
}

#anim 
{
	width: 383px;
	height: 405px;
	float: right;
	margin-top: 10px;
	left: 20px;
	position: relative;
}

#anim img 
{
	z-index: 1;
	position: relative;
}

#baselineLink {
	display: block;
	width: 69px;
	height: 22px;
	z-index: 999;
	position: relative;
	top: 223px;
	left: 145px;
}

/* LanguageSelector */
#directLink .language {
	float: right;
	vertical-align: middle;
	margin-top: 7px;
}

.LanguageSelector, .LanguageSelector ul li, .LanguageSelector li
{
	display: inline;
	list-style-type: none;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
/* LanguageSelector */


/* Content */
.contentContainer 
{
	margin-top: 230px;
	margin-left:-220px;
	width: 200px;
	min-height: 200px;
	float:left;
}

.content 
{
	margin: 20px 0px 20px 93px;
	width: 380px;
	font-size: 12px;
}
/* Content */


/* Footer */
#footer 
{
	border-top: 1px solid #BBBBBB;
	color: #BBBBBB;
	font-size: 0.7em;
	font-weight: bold;
	margin-left: 90px;
	margin-right: 8px;
	clear: both;
	padding-bottom: 20px;
	height: 30px;
}

#footer .copyright
{
	width: 50%;
	float: left;
	text-align: left;
	margin: 5px 0px 5px 0px;
	vertical-align: middle;
}

#footer .language {
	width: 33%;
	float: left;
	text-align: center;
	margin: 5px 0px 5px 0px;
	vertical-align: middle;
}

#footer .directLinks 
{
	width: 50%;
	float: left;
	text-align: right;
	margin: 5px 0px 5px 0px;
	vertical-align: middle;
}
/* Footer */


/* Console */
#managementConsole {
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #FFFFFF;
	z-index: 1000;
}

#managementConsole td {
	font-family: Arial;
	font-size: 11px;
}
/* Console */


.HomeText li
{
	margin-left: -20px;
	list-style-type: none;
	list-style-image: url('../../Images/arrow_red_right.gif');
}

