html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 100%;
}



body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

select,input,textarea{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

ul, li {
	margin: 0px;
	padding: 0px;

}


/************ HEADER ***********/

#header {
	background-color: #FFFFFF;
	height: 130px;
	background-image: url(img/header_sfondo.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	margin-right: 2.5%;

}

#header h1 {
	text-indent: -3000px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DE0029;
	border-bottom-color: #DE0029;
	margin-top: 22px;
	position: absolute;
	left: 2.5%;
	top: 0px;
	width: 95%;
	height: 84px;
	background-image: url(img/header_sfondo_dx.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;

}

/********* PAGINA *************/

#pagina {
	background-color: #F6F6F6;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 2.5%;
	border-bottom-width: 40px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}

#pagina h2 {
	padding: 0px;
	height: 47px;
	background-image: url(img/guida_titolo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14%;

}

#pagina .menu {
	overflow: hidden;
	background-color: #EDEDED;
	background-image: url(img/menu_sfondo.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	width: 100%;

}

#pagina .menu h3 {
	height: 60px;
	width: 18%;
	background-color: #EDEDED;
	float: left;
	font-size: 14px;
	color: #999999;
	line-height: 15px;
	background-image: url(img/filetto_verticale_menu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	

}

#pagina .menu h3.voce1 {
	font-size: 18px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;

}


#pagina .menu h3#open {
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-color: #DE0029;

}

#pagina .menu h3#open a {
	color: #DE0029;

}


#pagina .menu h3 a {
	padding-top: 4px;
	display: block;
	padding-left: 10px;
	color: #999999;
	text-decoration: none;
	padding-bottom: 6px;

}


#pagina .menu h3 a:hover {
	color: #DE0029;


}






/*********** CONTENT *****************/

#content {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	z-index: 2;
	overflow: hidden;
	width: auto;
	position: static;
	line-height: 18px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	color: #333333;

}

#content .table5 {
	width: 100%;
	background-color: #FAFAFA;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #FAFAFA;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FAFAFA;
	line-height: 42px;
	font-size: 16px;
	border-bottom-style: none;
	
}

#content .table5 tr {
	border-collapse: collapse;
}

#content .table5  th {
	line-height: 20px;
	height: 42px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	
}


#content .table5  td {
	height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	
}

#content  .bottom {
	border-bottom: none!important;	
}


#content .table5  .col-dx {
	color: #DE0029;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	
}



#content h4 {
	font-size: 32px;
	font-weight: normal;
	color: #DE0029;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	margin-bottom: 4px;

}


#content .due-colonne {
	width: 46%;
	float: left;
	margin-right: 4%;
	overflow: hidden;
}

#content .due-colonne img {
	margin-left: auto;
	margin-top: 5px;
	margin-right: auto;
	display: block;
	margin-bottom: 0px;

}


#content .due-colonne img.dx {
	float: right;
	margin-right: 50px;
	margin-top: -10px;
	margin-left: 20px;

}



#content a {
	color: #DE0029;
	font-weight: bold;

}

#content a:visited {
	color: #DE0029;
	font-weight: bold;

}

#content a:hover {
	background-color: #DE0029;
	color: #FFFFFF;
	font-weight: bold;

}


#content p {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 24px;

}

#content p.icone {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;

}

#content p.right {
	text-align: right;
	margin-right: -120px;
}

#content .big {
	font-size: 32px;
	font-weight: normal;
	color: #DE0029;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	margin-bottom: 4px;

}



#content .scheda3 {
	padding-left: 130px;
	padding-top: 20px;
	width: 450px;
	padding-right: 120px;
	background-image: url(img/scheda3_1.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;

}


#content em {
	font-style: normal;
	background-color: #EDEDED;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;


}

#content strong {
	color: #DE0029;
	font-weight: bold;
	

}


#content ul {
	list-style-type: none;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 24px;

}

#content ul li {
	padding-left: 27px;
	background-image: url(img/freccia_punto_elenco.png);
	background-repeat: no-repeat;
	background-position: 6px 7px;
	color: #CC0033;
	font-weight: bold;

}

#content ol {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 16px;
	line-height: 24px;

}

#content ol li {
	padding-left: 0px;
	margin-left: -10px;

}

#content img {
	/*	border: 4px solid #CCCCCC;
*/	margin-left: 0px;
	margin-top: 1em;
	margin-bottom: 1em;

}

#content img.freccia {
	margin: 0px;
	padding: 0px;
}


#content img.scheda2 {
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}


#content img.nomargin {
	border: 4px solid #CCCCCC;
	margin-left: 0px;
	margin-top: 1em;
	margin-bottom: 1em;

}


#content img.sx {
	display: inline;
	vertical-align: middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#content img.dx {
	float: right;
	margin-right: 10px;
	margin-left: 40px;

}


#content img.center {
	margin-left: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: auto;
	display: block;

}

#content .vantaggi {
	width: 46%;
	float: left;
	margin-right: 4%;
	overflow: hidden;
	margin-top: 12px;
}

#content .vantaggi p {
	padding-left: 48px;
	line-height: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 12px;

}

#content .vantaggi p.voce1 {
	background-image: url(img/icona1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
#content .vantaggi p.voce2 {
	background-image: url(img/icona2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
#content .vantaggi p.voce3 {
	background-image: url(img/icona3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
#content .vantaggi p.voce4 {
	background-image: url(img/icona4.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
#content .vantaggi p.voce5 {
	background-image: url(img/icona5.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
#content .vantaggi p.voce6 {
	background-image: url(img/icona6.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
#content .vantaggi p.voce7 {
	background-image: url(img/icona7.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
#content .vantaggi p.voce8 {
	background-image: url(img/icona8.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
#content .vantaggi p.voce9 {
	background-image: url(img/icona9.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
#content .vantaggi p.voce10 {
	background-image: url(img/icona10.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}


#content .vantaggi em {
	width: 46%;
	float: no;
	overflow: hidden;
	margin: 0%;
	padding: 0px;
	display: inline;
	background-color: #FFFFFF;
	color: #DE0029;
	text-transform: uppercase;
}

