@CHARSET "UTF-8";

#Content
{
	width: 1027px;
	height: 667px;
	overflow: hidden;
	background: transparent url(../images/landing_region/eu_bg.jpg) no-repeat left top;
	margin-top: 0;
}

#Content .Text
{
	float: left;
	display: inline;
	width: 190px;
	margin: 315px 0px 0px 473px;
	height: 203px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#Content .Text .Inner
{
    position: absolute;
    top: 0px;
    left: 0px; 
    z-index: 1;   
}

#Content p
{
	color: #717171;
	font-size: 11px;
	margin-bottom: 15px;
}

#navcontainer { width: 190px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 4px 10px;
width: 190px;
background: none;
background-color: transparent;
border-bottom: 1px solid #858585;
text-transform: uppercase;
font-size: 11px;
}

#navcontainer a:link, #selectable a:visited
{
color: #ececec;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #3b3b3b;
color: #ececec;
}

#selectable .ui-selecting { background: #3b3b3b; }
#selectable .ui-selected { background: #3b3b3b; }

#Content .Scroller
{
	float: left;
	display: inline;
	height: 200px;
	width: 13px;
/*	background: transparent url(../images/legal/bg_scroll.gif) no-repeat center top; */
	position: relative;
	margin: 315px 0px 0px 14px;
}

#Content .Scroller span
{
	display: block;
	position: absolute;
	top:0px;
	left: 0px;
	height: 0px;
	_height: 23px;
	width: 13px;
	overflow: hidden;
	padding-top: 23px;
	background: transparent url(../images/legal/bt_scroll.gif) no-repeat center top;
	cursor:pointer;
}

#Content .EnterButton a
{
	clear: left;
	float: left;
	display: inline;
	width: 193px;
	height: 0px;
	padding-top: 42px;
	_height: 42px;
	overflow: hidden;
	background: transparent url(../images/landing_region/bt_enter.jpg) no-repeat left top;
	margin: 4px 0px 0 472px;
}
