@charset "utf-8";

/* -------------------------
	ELEMENTS FORMAT            
	------------------------- */

.format .heading {border-color:#999999;}
.format h1, .format h2, .format h5, .format h4, .format h5, .format h6 {color:#002457; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal;}
.format h1 {font-size:3.0em; line-height:1.25; margin-bottom:0.5em;}
.format h2 {font-size:1.2em; line-height:1.25; margin-bottom:0.75em; font-weight:bold; text-transform:uppercase;}
.format h5 {font-size:1.0em; line-height:1.25; margin-bottom:0.3em; color:#be9e56;}
.format h4 {font-size:1.3em; line-height:1.25; font-weight:bold; margin-bottom:0.25em; color:#002457;}
.format h5 {font-size:1.1em; font-weight:bold; color:#002457; margin-bottom:1.5em;}
.format h6 {font-size:1em; font-weight:bold;}
.format p, .format ul, .format ol, .format dl, .format label {color:#002457;}
.format p a, .format ul a, .format ol a, .format dl a, .format h1 a, .format h2 a, .format h5 a, .format h4 a, .format h5 a, .format h6 a {color:#be9e56;}
.format p a:hover, .format ul a:hover, .format ol a:hover, .format dl a:hover, .format h1 a:hover, .format h2 a:hover, .format h5 a:hover, .format h4 a:hover, .format h5 a:hover, .format h6 a:hover {color:#896c2c;}
.format hr {background:#ccc; color:#ccc;}
.format a img {border-color:#1d7c00; background-color:#fff;}
.format a img:hover {border-color:#999; background-color:#fff;}
.format img {border-color:#999; background-color:#fff;}
.format ul li {background:url(../images/freccia.gif) no-repeat 3px 6px; list-style:none; margin-left:12px;}
/*.format ul li:hover {background:url(../images/freccia.gif) no-repeat 4px 6px;}*/
.format label {float:left; margin-bottom:10px}
.hidden {display:none;}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #F8B915;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#sfondo {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}
#centra {
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position:relative;
	
}

img {float:right}

#header {
	height: 599px;
	border:1px solid #fff;
}
#nav {
	bottom: 85px;
	left:255px;
	width: 185px;
	float: left;
	position:absolute;
}
#nav h1 {
	color:#FFF;
	font-family: Arial, "Helvetica", "Helvetica Neue", sans-serif, "Myriad Pro", "Myriad",; 
	font-weight:bold;
	font-size:1.62em; 	
	line-height:1.0em;
	text-align:center;
}

#main {
	bottom: 220px;
	left:240px;
	width: 660px;
	position:absolute;
}

#main h1 {
	color:#999;
	font-family:"Helvetica", "Helvetica Neue", Arial, sans-serif, "Myriad Pro", "Myriad",; 
	font-weight:bold;
	font-size:3.5em; 	
		line-height:1.0em;
}

#main p {
	color:#727272;
	font-family:"Helvetica", "Helvetica Neue", Arial, sans-serif, "Myriad Pro", "Myriad",; 
	font-weight: normal;
	font-size:1.1em; 	
}

#footer a {
	color:#000;
		
}

.button_en {
width: 51px;
height: 37px;
float:left;
}

.button_en a {
display: block;
width: 51px;
height: 37px;
background: url(images/en.jpg) no-repeat top left;
margin-left:5px;


}

.button_en a:hover {
background-position:top right;
}

.button_fr {
width: 51px;
height: 37px;
float:left;
}

.button_fr a {
display: block;
width: 51px;
height: 37px;
background: url(images/fr.jpg) no-repeat top left;
margin-left:16px;


}

.button_fr a:hover {
background-position:top right;
}
.button_ru {
width: 51px;
height: 37px;
float:left;
}

.button_ru a {
display: block;
width: 51px;
height: 37px;
background: url(images/ru.jpg) no-repeat top left;
margin-left:27px;

}

.button_ru a:hover {
background-position:top right;
}

.button_adv {
width: 170px;
height: 26px;
float:left;
}

.button_adv a {
display: block;
width: 170px;
height: 26px;
background: url(images/adv.png) no-repeat top left;

}

.button_adv a:hover {
background-position:top right;
}


