/* CSS Document */
body{
	background-color: #FFFFFF;
	font-family: "Lucida Sans Unicode", Tahoma, Verdana;
	background-image: url(../img/back_sito3.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

div#centrato {
  display:     block;
  width:       1180px;
  height:      800px;
  position:    absolute;
  top:         50px;
  left:        50%;
  margin:      0 0 0 -590px;

}

div#centratoinside {
  display:     block;
  width:       960px;
  position:    absolute;
  left:        50%;
  margin:      20px 0 0 -480px;

}

div#centratoprivate {
  display:     block;
  width:       150px;
  height:      20px;
  position:    absolute;
  top:         50%;
  left:        50%;
  margin:      -10px 0 0 -75px;

}
div#footer{
	width: 960px;
	font-family: "Lucida Sans Unicode", Tahoma, Verdana;
	font-size: 10px;
	color: #313131;
	text-align: center;
}

div#menuinside{
	width: 700px;
	font-family: "Lucida Sans Unicode", Tahoma, Verdana;
	font-size: 10px;
	color: #313131;
	text-align: center;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
}

div#menu{
	width: 960px;
	float:left;
	text-align: center;

}

div#lingua{
	float:left;
	padding-left: 120px;
}

div#row{
	background-color: #C82F1F;
	width: 960px;
	height: 3px;
	margin-bottom: 15px;
}

div#logo{
	width: 250px;
	height: 550px;
	float:left;
	text-align: center;

}

div#flash{
	width: 700px;
	height: 40	0px;
	float:right;
	text-align: center;
/*	border: thin solid #999999;*/
}


div#contenuto{
	width: 660px;
	height: auto;
	float:right;
	color:#FFFFFF;
	font-size: 11px;
	padding-left: 20px;	
	padding-right: 20px;
	text-align: justify;
}

div#boxvideo{
	width: 300px;
	height: 260px;
	float:left;
	margin-top: 10px;


}
div#boximmagini{
	width: 300px;
	height: 260px;
	float:right;
	margin-top: 10px;


}


/* Stili testo */

.menu{
	font-size:10px;
	color: #847A72;	
}

a.menudown {
	color: #666666;
	text-decoration: none;
}
a.menudown:hover {
	color: #666666;
	text-decoration: underline;
}

.link{
	color: #999999;
}

#boximmagini img{
	margin-left: 5px;
	margin-top: 5px;
	}

.titolo {
	font-size: 12px;
	font-weight: bold;
	color:#C82F1F;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

