@charset "utf-8";
/* CSS Document */

div.header {
	height: 177px;
	background-image: url(../images/background_top.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	margin-right: auto;
	margin-left: auto;
}

div.front_logo {
	position: absolute;
	margin-left: 50%;
	top: 24px;
	left: -450px;
	width: 359px;
	height: 88px;
	cursor: pointer
}

div.language_selector {position: relative; margin-left: auto; margin-right: auto; left: 325px; top: 140px; width: 400px}

a.tab:link, a.tab:visited, a.tab:active {font-weight: bold; font-size: 11px; font-family: tahoma, verdana, arial, helvetica, sans-serif; color: #ffffff; text-decoration: none}
a.tab:hover {text-decoration: underline}

div.tab_selected {
	background-image: url(../images/top/tab_unselected.png);
	background-repeat: no-repeat
}
div.tab_unselected {
	background-image: url(../images/top/tab_selected.png);
	background-repeat: no-repeat
}

div.menu {
	position: relative;
	top: 140px;
	width: 969px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 30px;
}

div.menu_left {float: left; margin-left: 10px}
div.menu_right {float: right; margin-right: 10px}

div.menu_item {float: left; height: 26px; padding-top: 5px; margin-left: 15px; margin-right: 15px}

div.menu_seperator {
	float: left;
	width: 1px;
	height: 26px;
	background-image: url(../images/menu_seperator.png);
	background-repeat: no-repeat
}

a.menu:link, a.menu:visited, a.menu:active {
	font-weight: bold;
	font-size: 14px;
	font-family: "trebuchet ms", tahoma, verdana, arial, helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none
}
a.menu:hover {text-decoration: underline}

div.tab_content {
	margin-top: 5px;
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #1C2333
}
.clear {clear: both}

div.tab_msn {
	background-image: url(../images/top/tab_msn.png);
	background-repeat: no-repeat
}

div.tab {width: 158px; height: 22px; margin-right: 1px; background-repeat: no-repeat; float: left}

