/*###################################### Reset dafault browser ######################################*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

body {
line-height: 1;
color: black;
background: white;
}

ol, ul {
list-style: none;
}

/* tables still need ‘cellspacing="0"’ in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}

caption, th, td {
text-align: left;
font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}

blockquote, q {
quotes: "" "";
}

body{
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clear{
	clear:both;
}

.clearRight{
	clear:right;
}	
	
.clearLeft{
	clear:left;
}

/*###################################### CONTAINER #######################################################*/

div#container{
	position: relative;
    width: 820px;
	height: 620px;
	margin: 0px auto; /*centra negli altri browsers*/
	background-image: url(img/bk_cont.gif);
    text-align: left;   /*ripristina l' allineamento*/
    } 

/*###################################### HEADER #######################################################*/
	
div#header{
	position:absolute;
	top:0px;
	left:20px;
	width: 780px;
	height: 100px;
	margin: 0px auto;
	/*background:aqua;*/
    }

#header a.logo{
	position:relative;
	float:left;
	width:155px;
	height:75px;
	margin:12px 0;
	background:url(img/logo.gif) no-repeat;
	text-indent:-5000px;
}

#header h2{
	font-size:11px;
	font-weight:normal;
	color:#AF100D;
}
	
#header ol{
	position:relative;
	float:right;
	margin-top:12px;
	width:135px;
    }

#header li{
	margin-top:3px;
}

#header li.language{
	text-indent:2px;
}
		
#header .textImput{
	width:126px;
	padding:1px;
	border:1px solid #999999;
	font-size:10px;
	color: #666666;
}

#header .button{
	width:15px;
	height:15px;
	padding:0px;
	border:0px;
	background:#AF100D url(img/freccina.gif) no-repeat center;
}

#header a.language{
	font-size:11px;
	color: #666666;
	text-decoration:none;
}

#header a:hover.language{
	text-decoration:underline;
}

#header a.languageSel{
	font-size:11px;
	color: #666666;
	text-decoration:underline;
}


/*###################################### IMMAGINE PRINCIPALE IN ALTO #################################################*/

div#img_big{
	position:absolute;
	top:140px;
	left:211px;
	width: 588px;
	height: 180px;
	margin: 0px auto;
    }
	
div#img_big .tr01{
	position:relative;
	height:180px;
	background: url(img/IMG_0219.jpg) no-repeat;
    }

div#img_big .tr02{
	position:relative;
	height:180px;
	/*background: url(img/IMG_0214.jpg) no-repeat;*/
	background: url(img/IMG_0255.jpg) no-repeat;
    }
	
div#img_big .tr03{
	position:relative;
	height:180px;
	background: url(img/IMG_0261.jpg) no-repeat;
    }

div#img_big .tr04{
	position:relative;
	height:180px;
	background: url(img/IMG_0255.jpg) no-repeat;
    }
	
div#img_big .tr05{
	position:relative;
	height:180px;
	background: url(img/IMG_0208.jpg) no-repeat;
    }

div#img_big .tr06{
	position:relative;
	height:180px;
	background: url(img/IMG_1962.jpg) no-repeat;
    }
	
div#img_big .company{
	position:relative;
	height:180px;
	background: url(img/company.jpg) no-repeat;
	background-image: url(img/company.jpg);
    }
	
div#img_big .companyen{
	position:relative;
	height:180px;
	background: url(img/company_en.jpg) no-repeat;
	background-image: url(img/company_en.jpg);
    }	
	
div#img_big .settori{
	position:relative;
	height:180px;
	background: url(img/settori.jpg) no-repeat;
    }

div#img_big_home{
	position:absolute;
	top:140px;
	left:20px;
    width: 780px;
	height: 180px;
	margin: 0px auto;
    }

/*###################################### AREA DI TESTO #######################################################*/
	
div#text{
	position:absolute;
	top:330px;
	left:210px;
    width: 418px;
	height: 243px;
	margin: 0px auto;   /*centra negli altri browsers*/
	background-color: #FFFFFF;
	border: 1px solid #555555;
    text-align: left;   /*ripristina l' allineamento*/
    }
	
div#text .content{
	display:inline;
	float:left;
	width:390px;
	height: 197px;
	margin: 15px 10px 0px 10px;   /*centra negli altri browsers*/
	padding-right:10px;
	overflow:auto;
	font-size:11px;
	text-align:justify;
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color: #666666; 
	scrollbar-darkshadow-color: #CCCCCC; 
	scrollbar-face-color: #CCCCCC; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #666666;
	scrollbar-track-color: #FFFFFF;
    }		

div#text .title{
	display:inline;
	float:left;
	width:300px;
	height: 10px;
	margin: 10px 10px 0px 10px;   /*centra negli altri browsers*/
	font-size:11px;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	color:#AF100D;
    }
	
/*###################################### AREA DI TESTO home #######################################################*/

div#text_home{
	position:absolute;
	top:330px;
	left:210px;
    width: 418px;
	height: 243px;
	margin: 0px auto;   /*centra negli altri browsers*/
	background-color: #FFFFFF;
	border: 1px solid #555555;
    text-align: left;   /*ripristina l' allineamento*/
    }
	
div#text_home .content{
	display:inline;
	float:left;
	width:390px;
	height: 120px;
	margin: 15px 10px 0px 10px; 
	padding-right:10px;
	overflow:auto;
	font-size:11px;
	text-align:justify;
    }	

div#text_home .title{
	display:inline;
	float:left;
	width:300px;
	height: 10px;
	margin: 10px 10px 0px 10px;   /*centra negli altri browsers*/
	font-size:11px;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	color:#AF100D;
    }
	
div#text_home .imagescroller{
	display:inline;
	float:left;
	width:418px;
	height:80px;
	margin:0px;  
    }
	
/*###################################### FORM - CAMPO DI COMPILAZIONE ##############################################*/

div#form{
	position:absolute;
	top:330px;
	left:210px;
    width: 586px;
	height: 243px;
	margin: 0px auto;  
	background-color: #FFFFFF;
	border: 1px solid #555555;
	text-align:center;
    }

div#form .title{
	display:inline;
	float:left;
	width:300px;
	height: 10px;
	margin: 10px 10px 0px 10px;  
	font-size:11px;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	color:#AF100D;
    }
	
div#form .log-in{
	display: inline;
	float:left;
    width: 586px;
	height: auto;
	margin-top:100px;
	/*background:aqua;*/
	font-weight: bold;
	font-size: 11px;
	color: #AF100D;
	border:none;
    }
		
div#form .label{
	display: inline;
	/*float:left;*/
	width:130px;
	height:15px;
	margin: 8px 0 0 0;
	padding:0 0 0 3px;
	line-height:15px;
	border: #555555 1px solid;
	font-size:11px;
	color: #999999;
    }

div#form .textnews{
	display:inline;
	float:left;
    width: 566px;
	height: 223px;
	margin: 10px 0px 0px 10px;
	/*background-color: aqua;*/
	text-align: justify;
	font-size:11px;
	overflow:auto;
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color: #666666; 
	scrollbar-darkshadow-color: #CCCCCC; 
	scrollbar-face-color: #CCCCCC; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #666666;
	scrollbar-track-color: #FFFFFF;
    }
	
div#form .titolonotizia{
	display:inline;
	float:left;
	width:536px;
	height:15px;
	margin: 0px;
	font-weight:bold;
	color:#AF100D;
    }
	
div#form .notizia{
	display: inline;
	float: left;
	width: auto;
	height: auto;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-right:10px;
	border-bottom:1px #555555 solid;
    }

div#form .contatti{
	display: inline;
	float:left;
    width: 320px;
	height:223px;
	margin:10px 0px 0px 10px;
	text-align:left;
	overflow:auto;
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color: #666666; 
	scrollbar-darkshadow-color: #CCCCCC; 
	scrollbar-face-color: #CCCCCC; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #666666;
	scrollbar-track-color: #FFFFFF;
    }
	
div#form .label2, .captcha input{
	display: inline;
	float:left;
	width:137px;
	height:15px;
	margin: 0 8px 8px 0;
	padding:0 0 0 3px;
	line-height:15px;
	border: #555555 1px solid;
	font-size:11px;
	color:#333333;
    }
.captcha input{
    width:215px;
}

div#form .label3{
	display: inline;
	float:left;
	width:287px;
	height:117px;
	padding:3px 0 0 3px;	
	border: #555555 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color: #666666; 
	scrollbar-darkshadow-color: #CCCCCC; 
	scrollbar-face-color: #CCCCCC; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #666666;
	scrollbar-track-color: #FFFFFF;
    }

div#form .label4{
	display: inline;
	float:left;
	width:535px;
	height:60px;
	padding:3px 0 0 3px;	
	border: #555555 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color: #666666; 
	scrollbar-darkshadow-color: #CCCCCC; 
	scrollbar-face-color: #CCCCCC; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #666666;
	scrollbar-track-color: #FFFFFF;
    }


div#form .informativa{
	display: inline;
	float: right;
    width: 230px;
	height:70px;
	padding:3px 3px 3px 3px;	
	border: #555555 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #666666;
	margin:10px 10px 0px 0px;
	text-align: justify;
	overflow:auto;
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color: #666666; 
	scrollbar-darkshadow-color: #CCCCCC; 
	scrollbar-face-color: #CCCCCC; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #666666;
	scrollbar-track-color: #FFFFFF;
    }

div#form .sel_informativa{
	display:inline;
	float:right;
	width:238px;
	height:20px;
	line-height:23px;
	/*background-color:aqua;*/
	margin:5px 10px 0 0;
	text-align:left;
	font-size:10px;
	
}

#form .button{
	width:15px;
	height:15px;
	padding:0px;
	border:0px;
	background:#AF100D url(img/freccina.gif) no-repeat center;
}


/*###################################### IMMAGINI SECONDARIE A DX #######################################################*/	
	
div#img_up{
	position:absolute;
	top:330px;
	left:639px;
    width: 159px;
	height: 117px;
	margin: 0px auto;
	border:#555555 1px solid;
    }
	
div#img_down{
    position:absolute;
	top:457px;
	left:639px;
    width: 159px;
	height: 117px;
	margin: 0px auto;
	border:#555555 1px solid;
    }

/*###################################### IMMAGINI SECONDARIE A DX home ###########################################*/	

div#img_up_home{
	position:absolute;
	top:330px;
	left:638px;
    width: 160px;
	height: 117px;
	margin: 0px auto;   /*centra negli altri browsers*/
	background-image: url(img/dx_home.gif);
    }

div#img_up_home .titolazione{
	display: inline;
	float:left;
    width: 140px;
	height: 16px;
	margin: 10px 10px 0px 10px;
	font-size: 11px;
	font-weight:bold;
	color: #FFF;
    }
	
div#img_down_home{
    position:absolute;
	top:457px;
	left:638px;
    width: 160px;
	height: 117px;
	margin: 0px auto;   /*centra negli altri browsers*/
	background-image: url(img/dx_home.gif);
    text-align: left; /*ripristina l' allineamento*/
    }
	
div#img_down_home .titolazione{
	display: inline;
	float:left;
    width: 140px;
	height: 16px;
	margin: 10px 10px 0px 10px;
	font-size: 11px;
	font-weight:bold;
	color: #FFF;
    }
	
/*###############################################FOOTER#######################################*/

#footer{
	position:absolute;
	top:583px;
	left:0px;
	width:780px;
	height:30px;
	margin:5px 20px 0 20px;
}

#footer .infoVMC{
	position:relative;
	float: left;
	width: auto;
	padding:10px 0;
	font-size:11px;
	color: #666666;
}

#footer .infoVMC a{
	color: #666666;
	text-decoration:none;
}

#footer .infoVMC a:hover{
	text-decoration:underline;
}

#footer .infoRDI{
	position:relative;
	float: right;
	width: auto;
	padding:10px 0;
	font-size:11px;
}

#footer .infoRDI a{
	color: #666666;
	text-decoration:none;
}

#footer .infoRDI a:hover{
	text-decoration:underline;
}

/*###################################### NAVIGAZIONE PRINCIPALE ORIZZONTALE ########################################*/
	
#topMenu{
	/*position:relative;
	width:780px;
	height:30px;*/
	position:absolute;
	top:100px;
	left:20px;
	margin:0 auto;
}

#topMenu li{
	display:inline;
	float:left;
	position:relative;
	width:108px;
	height:30px;
	margin-left:3px;
}

#topMenu li a{
	display:block;
	width:108px;
	height:30px;	
	background: url(img/bk_main_nav_grey.gif) repeat-x;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	line-height:30px;
}

#topMenu li a:hover{	
	background: url(img/bk_main_nav_red.gif) repeat-x;
}

#topMenu li a.sel{	
	background: url(img/bk_main_nav_red.gif) repeat-x;
}
	
/*###################################### NAVIGAZIONE SECONDARIA SX ######################################*/

div#navigationSX {
	position:absolute;
	top:140px;
	left:20px;
	width: 170px;
	height: 425px;
	background-image: url(img/bk_nav.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:5px;
	border: 0px;
	font-size: 11px;
	font-weight: normal;
}

div#navigationSX ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#navigationSX li {
	display: inline;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	}
	
div#navigationSX li a {
	display: inline;
	float: left;
	width: 170px;
	height:13px;
	color: #FFFFFF;
	margin:0;
	line-height:13px;
	vertical-align: middle;
	text-decoration: none;
}

div#navigationSX li a:hover {
	color: #000000;
	text-decoration: none;
}

div#navigationSX li a.sel {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

/*###################################### INFOR SX ######################################*/

div#infor {
	position:absolute;
	top:140px;
	left:20px;
	width: 160px;
	height: 415px;
	background-image: url(img/bk_nav.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:10px;
	border: 0px;
	font-size: 11px;
	font-weight: normal;
}

div#infor .title{
	display:inline;
	clear:left;
	margin: 0px;
	font-size:11px;
	text-align:left;
	font-weight: bold;
	color: #FFFFFF;
}

div#infor .text{
	display:inline;
	float:left;
	margin-top: 10px;
	font-size: 11px;
	text-align:left;
	font-weight: normal;
	color: #FFFFFF;
	text-align:justify;
}

/*###################################### INFOR SX contatti ######################################*/

div#infor_contatti {
	position:absolute;
	top:140px;
	left:20px;
	width: 160px;
	height: 415px;
	background-image: url(img/bk_infor.gif);
	background-repeat: no-repeat;
	margin:0px;
	padding:10px;
	border: 0px;
	font-size: 11px;
	font-weight: normal;
}

div#infor_contatti .title{
	display:inline;
	clear:left;
	margin: 0px;
	font-size:11px;
	text-align:left;
	font-weight: bold;
	color: #FFFFFF;
}

div#infor_contatti .text{
	display:inline;
	float:left;
	margin-top: 10px;
	font-size: 11px;
	text-align:left;
	font-weightrgin-top: 10px;
	font-sizrgin-top: 10px;
	font-size: 11px;
	text-align:left;
	font-weight: normal;
	color: #FFFFFF;
	text-align:justify;
}

/*###################################### NEWS ######################################*/
		
div#news{
	position:absolute;
	top:330px;
	left:20px;
    width: 180px;
	height: 245px;
	margin: 0px auto;   /*centra negli altri browsers*/
/*	background-image: url(img/sx_home.gif);
	background-repeat:repeat-x;*/
    text-align: left;   /*ripristina l' allineamento*/
    }
	
div#news .titolazione{
	display: inline;
	float:left;
    width: 160px;
	height: 16px;
	margin: 10px 10px 0px 10px;
	font-size: 11px;
	font-weight:bold;
	color: #FFF;
    }
	
/***************GOOGLE MAP*************************/
#map{
	position:absolute;
	top:140px;
	left:211px;
	width: 588px;
	height: 180px;
}


.linkInfoWin{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color: #00254F;
}

.linkInfoWin a{
	text-decoration: none;
	color: #00254F;
}

.linkInfoWin a:hover{
	text-decoration: underline;
	color: #00254F;
}

.captcha img {
	width: 220px;
	height: 40px;
	margin-bottom: 5px;
}
.bottonegrigio {
    border: 0px;
    background: #555555;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
	font-size: 11px;
	padding: 5px 43px;
	font-weight: bold;
	text-decoration: none;
}

/*###################################### LINK DOWNLOAD #######################################################*/
	
a.link{
display:inline;
float:left;
height:25px;
margin-top:10px;
padding-left:30px;
line-height:25px;
background-image:url(img/pdf-ico.png);
background-repeat:no-repeat;
color:#000000;
text-decoration:none;
}

a.link:hover{
color:#AF100D;
background-image:url(img/pdf-ico2.png);
background-repeat:no-repeat;
}

