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

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0b2e82;
	background-image:url(../immagini/backswoosh.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
}

#container {
	position: relative;
	z-index:0;
    width: 955px;
    margin: 0 auto;
	
}
#contenuti {
	position: relative;
	z-index:1;
    width: 955px;
    margin: 0 auto;
	
}

#header {
	position:relative;
	z-index:2;
	width: 955px;
	height: 130px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align:left;	
}

#left {
	float: left;
	width: 372px;
	height:100%;
	background-color: #FFCCFF;
	color: #000066;
	font-size: 20px;
	font-weight: bold;
}

/*#main {
	float: right;
	width: 556px;
	height:100%;
	min-height: 464px;
	font-size: 10px;
	font-weight:normal;
	background-image:url(../immagini/foto_latte.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	z-index:2;
	

}*/
#footer {
	position:relative;
	z-index:5;
	height: 33px;
	width: 955px;
	text-align:center;
}

#menu1{
	width: 955px;
	height:300px;
	position:absolute;
	top: 0px;
	z-index:10;
	left: 0px;
	text-align:center;
}

#clon_sx{
	float: left;
	width:48px;
}
#clon_dx{
	float:right;
	width:48px;
	height: 100%;
}

.clearCol { 
	clear: both;
	height: 0px;
}

.dati_a { 
	font-size: 12px;
	font-weight:normal;
	padding-top:1px;
}

.datiHome { 
	font-size: 12px;
	font-weight:normal;
	padding-top:1px;
}


.datiIPI { 
	font-size: 12px;
	font-weight:normal;
	padding-top:1px;
}

.datiProdotti { 
	font-size: 12px;
	font-weight:normal;
	padding-top:1px;
}
.datiSoluzioni { 
	font-size: 12px;
	font-weight:normal;
	padding-top:1px;
}
.datiContatti { 
	font-size: 12px;
	font-weight:normal;
	padding-top:1px;
}
.sf_sx { 
	background-image:url(../immagini/sfu__sx.jpg);
	background-repeat:repeat-y;
	background-position:right;
	width:45px;
}

.sf_dx { 
	background-image:url(../immagini/sfu__dx.jpg);
	background-repeat:repeat-y;
	background-position:left;
	width:45px;
}
/*Formattazione testo*/
#link{
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding-top:5px;
	width:146px;
	height:26px;
	float:left;
	margin-right:20px;
	margin-left:30px;
	z-index:11;
}

a{

	color:#0b2e82;/* colore dei link */
	font-size:14px;/* dimnesione dei font dei link */
	text-decoration:none;/* il valore 'none' indica 
							di non mettere  la sottolineatura
							standard al link background-color:#e7eaf3;*/
	
}

a:hover{/* il valore hover indica come si deve comportare la
		scritta del link al passaggio (hover) del mouse su
		di essa*/

	color:#0b2e82;/* colore della scritta on mouse over background-color:#B4E1F8;*/
	
}

.tit_sezione{
	padding-top:0px;
	font-weight:bold;
	font-size:14px;
}


.titolo{
	font-weight:bold;
	font-size:14px;
}

.testoBold{
	font-weight:bold;
}

.slogan{
	padding-top:0px;
	font-weight:bold;
	font-size:12px;
}

p{
	padding-right:10px;
}

#uploadform {
	width: 830px; 
	margin-left:0px; 
	padding-left:10px;
}
.required {
	color: red;
}


