/**
* CSS-Reset
*/
*{
	outline:none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, button, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background:#fff;
	color:#000;
	line-height:1;	
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**
* General
*/
html {
	height:100%
}
body {
	background:#fff;
	color:#000;
	font-family:arial, sans-serif, helvetica, verdana;
	height:100%;
	text-align:center;
	font-size: 100.01%;
}

h1, h2, h3, h4, h5, h6, strong, b, label {
	font-weight:bold;
}

.clearer {
	clear:both;
}

br.clearer {
	font-size:1em;
	height:1em;
	line-height:1em;
}

/**
* menus
*/
.menu a {
	text-decoration:none;
}

#topMenu a:hover, #topMenu .current a {
	color: #FFF;
}

.menu .current a, #content a, #content a:hover, #footer a:hover {
	color:#000;
}

#topMenu {
	font-family:helvetica, arial, sans-serif, verdana;
	font-weight:bold;
}

#topMenu li, #footer li {
	display:block;
	float:left;
}

/*select langugage*/
div#langMenu{
	position:absolute;
	left:40px;
	top:30px;
	z-index:1000;
}
div#langMenu ul.level_1{
	width:137px;
	height:39px;
	background:url(../images/start_langmenu/langBut_normal.jpg) no-repeat;
}
div#langMenu ul.level_1:hover{
	background:url(../images/start_langmenu/langBut_over.jpg) no-repeat;
}
div#langMenu ul.level_1 a{
	color:#fff;
	text-decoration:none;
	display:inline-block;
	margin-top:3px;
	margin-left:2px;
	padding-top:6px;
	padding-bottom:10px;
	padding-left:13px;
	width:120px;
	font-size:12px;
	font-weight:bolder;
}
div#langMenu ul.level_1 a img{
	position:relative;
	top:2px;
	margin-right:8px;
}

div#langMenu ul.level_1 ul{
	visibility:hidden;
	display:none;
	list-style:none;
	margin-left:4px;
	margin-right:4px;
	margin-top:-2px;
}

div#langMenu ul.level_1:hover ul{
	visibility:visible;
	display:block;
	border:1px solid #403d3d;
	border-top:none;
}
div#langMenu ul.level_1:hover ul li{
	background:#333333;
	border-top:1px solid #403d3d;
	border-bottom:1px solid #403d3d;
	margin-bottom:-1px;
	z-index:1000;
	position:relative;
}
div#langMenu ul.level_1:hover ul li:hover{
	border-top:1px dotted #6f6f6f;
	border-bottom:1px dotted #6f6f6f;
	background:#4f4f4f;
	z-index:10000;
}
div#langMenu ul.level_1 ul li a{
	margin-top:0px;
	padding-top:9px;
	padding-left:8px;
}

/**
* main wrapper
*/
#mainWrapper {
	background:#333333;
	font-size:62.5%; /* reset font size to 10px */
	margin:0 auto;	
	min-height:100%;
	text-align:left;	
	width:83em; /* 963px */
}

/**
* header 
*/
#header {
	background:#333333;
	height:12.1em;
	position:relative;
	z-index:1000;
}

/**
* top menu
*/
#topMenu {
	font-size:1.6em;
	margin-left:0.375em;
}

#topMenu li {
	background:url(../images/arrow.gif) 0.25em 2.5em no-repeat;
	margin:0 1.375em 0 0;
}

#topMenu span, #topMenu a {
	display:block;
	float:left;
}

#topMenu span {
	border-left:1px dotted #858585;
	margin:0 0 0 0.75em;
	padding:1.937em 0 0 0;
}

#topMenu a {
	border-left:1px solid #000;
	color:#FFFFFF;
	margin:0 0 0 -1px;
	padding:0 0 0 0.562em;
	position:relative;
}

/**
* content
*/
#content  {
	text-align:center;
	position:relative;
	z-index:1;
}

#contentInner {
	background:#fff;
	height:38.2em;
	margin-bottom:4em;
}

#flashWrapper {
	position:relative;
	top:-2em;
	z-index:1;
}


/*Skip Button*/
div#skipIntro{
	text-align:right;
	padding-right:12px;
	position:relative;
	z-index:100;
}
div#skipIntro a{
	color:#000000;
}
/**
* footer
*/
#footer {
	color:#000;
	line-height:1.545em;
	padding-top:0;
	position:relative;
	top:-35px;
}

#footer a {
	color:#fff;
}

#footer ul {
	min-height:1em;
}

#footer li {
	border-left:1px solid #fff;
	line-height:1em;
	padding:0 0.545em;
}

#footer .first {
	border:0;
	padding-left:0;
}

#footer p, #footer ul {
	margin:0 0 0 13em;
}

#footer p {
	margin-bottom:1.363em;
}
