/*
 *	Header and Navigation Styles
 */

#header {
	background:url('/img/frontend/header/header.png') 0 0 no-repeat;
	width:980px;
	height:107px;
	position:relative; 
	overflow:visible; 
}

#header .text {
	font-family: Calibri, "Lucida Grande", Sans-Serif;
	position:absolute;
	top:15px;
	left:100px;
}

#header .text h1 {
	font-size:20px;
	margin:0;
	color:white; 
	letter-spacing:2px; 
}
#header .text h2 {
	font-size:36px;
	font-weight:normal;
	margin:0 0 5px;  
	text-transform:uppercase;
	color:white;
	line-height:30px;
	letter-spacing:3px;   
}
#header .text p {
	margin:0; 
	font-size:12px;
	color:white;  
}
#logo {
	margin: 4px 0;
	position: absolute;
}

#userpanel {
	position: absolute;
	width: 700px;
	text-align: right;
	top:10px;
	right: 0;
	color:#004169;
	height:108px; 
}
#help {
    position: absolute;
    right: 190px;
    bottom: 1px;
    display: inline-block;
    z-index: 1000;	
	text-transform:uppercase;
	color:#aaaaaa;
}

#help span {
	display: inline-block;
	height: 16px;
	line-height:12px;
	padding-top: 9px;
}

#help span.left {
	background:url(/img/frontend/header/help-left.png) no-repeat 0px -30px;
	width: 43px;
}
#help span.middle {
	background:url(/img/frontend/header/help-middle.png) repeat-x 0px -30px;
	padding-left: 2px;
	padding-right: 4px;
}
#help span.right {
	background:url(/img/frontend/header/help-right.png) no-repeat 0px -30px;
	width: 20px;
}

#help:hover span {
	background-position: 0px 0px ; 
	text-decoration:none; 
	color:#9ca800; 
}


#upload-button {
    position: absolute;
    right: 307px;
    bottom: 1px;
    display: inline-block;
    z-index: 1000;	
	text-transform:uppercase;
	color:#aaaaaa;
}

#upload-button span {
	display: inline-block;
	height: 16px;
	line-height:12px;
	padding-top: 9px;
}

#upload-button span.left {
	background:url(/img/frontend/header/upload_left.png) no-repeat 0px -30px;
	width: 43px;
}
#upload-button span.middle {
	background:url(/img/frontend/header/help-middle.png) repeat-x 0px -30px;
	padding-left: 2px;
	padding-right: 4px;
}
#upload-button span.right {
	background:url(/img/frontend/header/help-right.png) no-repeat 0px -30px;
	width: 20px;
}

#upload-button:hover span {
	background-position: 0px 0px ; 
	text-decoration:none; 
	color:#9ca800; 
}


#language-container{
	text-align:left;
	position:absolute;
	z-index: 1000;	
	background:url(/img/frontend/header/lang-container2.png) no-repeat 0 -25px ; 
	width:156px;
	height:27px;
	color:#000;
	top:81px; 
	font-size:12px;
	right:21px;
	overflow:visible;
}

#language-container #ChangeLanguage {
	display:block;
	line-height:12px; 
	color:#aaaaaa;
	padding-left:20px;
	text-transform:uppercase; 
	padding-top:9px;  
	height:15px; 
}
#language-container #ChangeLanguage:hover {
	color:#9ca800;
}
#language-container:hover {
	background-position:0 0px;
}
#language-container .container {
	display:none; 
	padding-left:10px;
	background:#e1e1e1;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding-right:10px;
	margin:0 1px;
	z-index:500; 
}
#language-container:hover div.container {
	display:block;
}
#language-container .container a {
	display:block;
	padding-left:10px; 
	border-top:1px solid #eaeaea; 
	color:#aaaaaa; 
	height:22px; 
	line-height:22px;
}
#language-container a:hover  {
	color:#9ca800; 
	text-decoration:none; 
}

#userpanel p {
	color:#fff;
    float: right;
    margin: 0 17px 0 0;
    padding: 10px 0 0;
}
#userpanel span {
	color:#fff;
	font-weight:bold; 
}


#userpanel a.logout {
	color:white;
	padding:0 0 0 32px;
	line-height:30px; 
	min-width:60px;
	height:31px; 
	display:block; 
	float:right; 
	background:url(/img/frontend/header/logout-btn.png) no-repeat left top;
	font-size: 10px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:left; 
	
}
#userpanel a.logout:hover {
	background-position:left bottom;
	color:#224758;   
}

#navi_bottom {
	height: 73px;
	font-size: 14px;
	background: url(/img/frontend/navi/menu_l1_right.png) no-repeat right 0;
}

#navi_footer {
	height: 27px;
	background: url(/img/frontend/navi/footer.png) repeat-x;
}

#navi_bottom_horizontal {
	height: 73px;
	background: url(/img/frontend/navi/menu_l2_right.png) repeat-x right bottom;
}

#navi_bottom ul,#navi_bottom ul ul {
	margin: 0;
	list-style-type: none;
}

#menu {
	padding: 0 0 0 11px;
	height: 38px;
	background: url(/img/frontend/navi/menu_l1_left.png) no-repeat left 0;
}

#menu a {
	font-size:12px; 
	height: 38px;
	line-height: 38px;
	padding: 0 13px 0 0;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold; 
}
#menu li#login {
	padding:0; 
}

#navi_bottom h1 {
	color:white;
	font-weight:normal;
	padding:11px 0; 
	margin:0; 
	font-size:16px;
	line-height:16px; 
}


#menu li {
	height: 38px;
	margin: 0 auto 0 0;
	padding: 0 0 0 13px;
	line-height: 38px;
	float: left;
}

#menu li.active,#menu li.level1:hover {
	background: url(/img/frontend/navi/menu_hover_left.png) no-repeat left
		31px;
}

#menu li.active a,#menu li.level1:hover a.level1 {
	background: url(/img/frontend/navi/menu_hover_right.png) no-repeat right
		31px;
}

#menu ul {
	position: absolute;
	display: none;
	left: 0;
	padding: 0;
	z-index: 200;
	min-width: 980px;
}

#menu li.active ul {
	z-index: 100;
	display: block;
	background: url(/img/frontend/navi/menu_l2_right.png) repeat-x right bottom;
}

#menu li.level1:hover ul {
	display: block;
	z-index: 201;
	background: url(/img/frontend/navi/menu_l2_right.png) repeat-x right bottom;

}

#menu ul a {
	color: #8f8f8f;
}

#menu ul li:hover a,#menu ul .active a {
	color: #000000;
}

#menu ul li:first-child {
	padding: 0 0 0 24px;
}

#menu ul li {
	background: none !important;
	position: relative;
}

#menu ul li a {
	background: none !important;
}
