@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	}
	
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-image: url(../img/sfondo.gif);
	background-position: 0 34px;
	background-repeat: repeat-x;
	padding-top: 12px;
	}
	
.centre {
	margin: auto;
	}
	
.centre,
.content {
	width: 951px;
	}
	
.content {
	position: relative;
	float: left;
	}
	
.footer {
	padding: 5px 0;
	font-size: 9px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	width: 951px;
	}
	
	
.bandiera {
	position: absolute;
	right: 0;
	top: 5px;
	}
		
.nav {
	text-align: right;
	font-size: 14px;
	padding: 40px 10px 20px 0;
	
	}
	
.nav li {
	display: inline;
	list-style: none;
	color: #999999;
	}
	
.nav li a {
	text-decoration: none;
	}
	
.nav li a:hover {
	text-decoration: underline;
	}

	
.logo {
	position: absolute;
	top: 22px; left: 0;
	}
	
.foto_home {
	border: 12px solid #FFFFFF;
	clear: both;
	}
	
	
	
	
/***** HOME ******/
.home_top {
	background-color: #f7f4e1;
	height: 266px;
	}
	
.flash_home	{
	width: 928px;
	height: 176px;
	position: absolute;
	top: 80px;
	left: 12px;
	}
	
/**** PAGINE INTERNE *****/


.col_wrap {
	float: left;
	width: 951px;
	}

.col_sx {
	width: 280px;
	float: left;
	padding: 0 20px 20px 330px;
	}
	
.col_dx {
	width: 280px;
	float: left;
	}
	
.foto_interna_1 {
	margin: 20px 0px 20px 25px;
	border: 12px solid #FFFFFF;
	}
	
.foto_interna_2 {
	margin: 20px 0px 20px 20px;
	border: 12px solid #FFFFFF;
	}
	
.quote {
	margin: 0px 0 60px 330px;
	}
	
.flash_azienda	{
	width: 290px;
	height: 140px;
	position: absolute;
	top: 684px;
	left: 619px;
	}
	
.flash_mission	{
	width: 290px;
	height: 160px;
	position: absolute;
	top: 460px;
	left: 619px;
	}
	
.flash_storia	{
	width: 290px;
	height: 140px;
	position: absolute;
	top: 541px;
	left: 619px;
	}			
	
.col_wrap_flash {
	float: left;
	width: 951px;
	height: 5px;
	}
