/*HEADER*/

#header {
	position:absolute;
	top:0;
	left:0;
	width:800px;
	height:100px;
	background-color:#FFFFFF;
	color:#000000;	
	text-align:left;
	border-bottom: 8px solid #ff6600;
	overflow:hidden;
}
#brand {
	position:absolute;
	top:8px;
}
/*------------- Language ------------------*/
#header_language {
	background:#FFFFFF url(/img/language_bg.gif) no-repeat scroll 0 0;
	height:25px;
	margin:0;
	padding:1px 0 0;
	width:800px;
}
#header_language .flag {
	background:transparent url(/img/flags.gif) no-repeat scroll -100px -100px;
	color:transparent !important;
	display:block;
	float:left;
	margin-left:13px;
	overflow:hidden;
	width:16px;
	margin-top:3px;
}
#header_language li {
	float:right;
	height:20px;
	left:-45px;
	list-style-type:none;
	margin:0 14px 0 0;
	padding:0;
	position:relative;
	width:20px;
}
#header_language .it {background-position:0 0;}
#header_language .en {background-position:-17px 0;}
#header_language .fr {background-position:-34px 0;}
#header_language .de {background-position:-51px 0;}
#header_language .es {background-position:-68px 0;}
#header_language .pt {background-position:-85px 0;}
#header_language .ru {background-position:-102px 0;}
#header_language li a {
	display:block;
	float:left;
	height:16px;
	line-height:11px;
	width:16px;
}
#header_language li a strong{
	display:none;
}

/*---------------- Callcenter ------------------*/
#header_callcenter{
	left:410px;
	position:absolute;
	top:3px;
}
#info-callcenter{ 
	background:#fff url(/img/preno_tel.gif) no-repeat scroll left 0;
	display:block;
	cursor:pointer;
	position:absolute;
	text-decoration:none;
	top:0;
	left:30px;
	width:175px;
	height:40px;
}
#info-callcenter.ru{background-position:left 2px;}
#info-callcenter.pt{background-position:left -58px;}
#info-callcenter.es{background-position:left -118px;}
#info-callcenter.fr{background-position:left -178px;}
#info-callcenter.en{background-position:left -238px;}
#info-callcenter.de{background-position:left -298px;}
#info-callcenter.it{background-position:left -358px;}

#header_callcenter a span{ 
	position:absolute;
	top:-3000px;
}
#popup-callcenter{
	display:none;
	position:absolute;
	background-color:#FFFFFF;
	border:1px solid #FF852F;
	font-size:11px;
	line-height:15px;
	padding:7px;
	text-align:left;
	top:50px;
	left:450px;	
	width:385px;
	z-index:10;
}
#popup-callcenter h3{
	font:bold 1.5em/22px arial,verdana,helvetica,sans-serif;
	color:#008CAD;
	margin:0;
	text-transform:none;
}
#popup-callcenter p{
	margin:0;
	padding:0;
}
#popup-callcenter p.phone_numbers{
	clear:both;
	margin:10px 0;
	overflow:hidden;
}
#popup-callcenter p.phone_numbers span{
	float:left;
	width:175px;
	font-weight:bold;
	font-size:14px;
	color:#008CAD;
}
#popup-callcenter p.phone_numbers span.en{
	background-position:left -14px;
}
#popup-callcenter p.phone_numbers span.it{
	background-position:left 4px;
}
#popup-callcenter p.warning strong{
	color:#f00;
	font-weight:bold;
}

/*---------------- Logo ------------------*/
#header_logo{	
	position:absolute;
	top:2px;
	left:0;
}
/*---------------- Nav ------------------*/
#header_nav{	
	position:absolute;
	bottom:0;
	left:190px;
}

#header_nav ul{	
	margin:0;
	padding:0;
	list-style-type:none;
}

#header_nav li{	
	display:inline;
	list-style-type:none;
}

#header_nav a{	
	display:block;
	float:left;
	text-align: center;
	width:92px;
	height:32px;
	line-height:32px;
	color:#fff;
	background:transparent url(/img/tab_menu.png) no-repeat scroll left top;
	text-decoration:none;
	margin-right:2px;
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
}

#header_nav .active a{	
	background:transparent url(/img/tab_menu.png) no-repeat scroll right top;
}

#header_nav a:hover{	
	background:transparent url(/img/tab_menu.png) no-repeat scroll right top;
}

/*---------------- SubNav ------------------*/
#header_subnav{	
	position:absolute;
	bottom:0;
	right:0;
}

#header_subnav ul{	
	margin:0;
	padding:0;
	list-style-type:none;
}
 
#header_subnav li{	
	display:inline;
	list-style-type:none;
}

#header_subnav a{	
	color: #0896FF;
	text-decoration:none;
	line-height:20px;
	padding-left:5px;
	margin-left:4px;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
}

#header_subnav li:last-child a{
	border-left: 1px solid #038aab;
}

#header_subnav a:hover{
	text-decoration:underline;
}



/*FOOTER*/
#footer  {
	border-bottom:1px solid #416e92;
	margin-bottom:10px;
	text-align:left;
}

#footer  a{
	font-weight:normal;
} 
  
#footer p {
	margin: 5px 0;
	line-height:1.5em;
	font-size:11px;
}	  
  
#footer .copy {
	border-bottom:2px solid #FF6600;
	color:#142A3B;
	margin:-10px 0 0;
	padding-bottom:5px;
	text-align:left;
	font-size:11px;
}

#footer .orange, #footer .orange a {
	color:#FF6600;
	font-weight:normal;
}

#footer .red, #footer .red a {
	color:#FF0000;
	font-weight:normal;
}

#footer .cian, #footer .cian a {
	color:#038AAB;
	font-weight:normal;
}

#footer .orange a:hover, #footer .red a:hover {
	color:#038AAB;
	text-decoration:underline;
}

#footer .cian a:hover {
	color:#FF6600;
	text-decoration:underline;
}


