/*-------------GENERAL HEADER RULES------------*/
#header_container{ overflow:hidden}
#header{
	width:100%;
	overflow:hidden;
	position:relative;
	font-family:"Trebuchet MS";
	height:30px;
	background-color:#FFFFFF;
	font-size:11px;
	background:url('../images/context/index/tr.png') left top repeat;
}
.wrapper{ margin:0 26px; max-width:100%}


/*-----------NAVIGATION BUTTONS-----------*/
.buttons{
  float:left;
   display:block;
   height:22px;
   color:black;
   line-height:22px;
   text-transform: uppercase;
   margin-top:4px;
   padding-right:25px
}
.buttons span{
   display:none
}
.buttons:hover{
   color:black;
   text-decoration:underline;
}
.home{ left:6px; background:url('../images/context/index/logo.png') left top no-repeat }

.lang{ position:absolute; right:6px; top:4px; width:128px;}
.langSelector{ float:left; display: block; width: 40px; height:20px; margin-right:2px;   line-height:20px;color:black;}
.langSelector:hover{color:black; text-decoration:underline;
}
.red{ display:block; height:20px;color:#A6424F; line-height:20px; position:absolute; padding:0 10px}
.red:hover{ text-decoration:underline}

.redB{ color:#A6424F; }
.redB:hover{ text-decoration:underline}

/*------------MAIN TITLE------------*/
.mainTitle{position:absolute; top:0; left:104px; text-align:left; height:52px;}
.mainTitle img{float:left}
.mainTitle p{float:left; margin:10px 0 0 0; color:#FFFFFF}
.mainTitle .under{margin:0; position:absolute; top:26px; left:170px}
.links{margin:0; position:absolute; top:26px; right:120px; color:#FFFFFF}
