/* - - - Intro page specific stylesheet - - - */
/* - - - LAYOUT - - - */

@import url("/System/Templates/css/reset.css");
@import url("global.css");


/*Header*/
#header 
{	
	background-image:url("../images/intro/logo_intro.png");
	background-position:center 20px;
	background-repeat:no-repeat;
	height:auto !important;
	margin:54px auto 0;
	min-height:129px;
	padding-top:1px;
	width:450px;
	overflow: visible;
	z-index: 2;
	
}
#header #branding
{
display: none;
	
}
#header form
{
	margin:135px auto 0;
	width:25em;
}


/*Select version*/
#header form select#uri
{
	clear:both;
	display:block;
	font-size:150%;
	font-weight:bold;
	margin:0 10px 10px;
	width:183px;
	padding: 5px 0;
	background: transparent url('../images/bg_dropdown_2.png')repeat-x left top scroll;
	border: 1px solid #e4e4e4;
	text-align: center;
	outline: 0 none;
	padding: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 0; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	float: left;
	
}
#header form select#uri optgroup
{
outline: 0 none;
}
#header form select#uri option
{
	outline: 0 none;
background-color: transparent;

}

#header form select#uri .selected
{
	background-color:#F08A00;
	color: #ffffff;
}
/*End select version*/

/*End ul version*/

#header form label {
	display:block;
	font-size:12px;
	margin-bottom:5px;
		line-height: 25px;
		padding-left: 11px;
		font-family: Arial, Verdana, "MS Trebuchet", sans-serif;
}
#header label input
{
	vertical-align: middle;
	margin-right: 5px;
	
}

/*Content*/
#content
{}
#content #main 
{
	background-image:url("../images/intro/intro_map_world.png");
	background-position:center center;
	background-repeat:no-repeat;
	height:410px;
	margin:0 auto;
	text-align:center;
	width:789px;
}
#container.ch #main
{
	background-image:url("../images/intro/intro_map_ch.png");
}
#container.be #main
{
	background-image:url("../images/intro/intro_map_be.png");
}
#content #main *
{
	display: none;
}

#footer
{
	height: 2em;
}