body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	
	font-family: "Times New Roman", serif;
	color:#3D3D3D;
	font-size:90%;

	background: #454545 url("../grafica/sfondo_body.png") repeat-x 0px 125px;
	/* background-color: #ddd;*/
	background-color: #ddd;
}
#contenitore_totale {
	width:auto;
	height:auto;
	margin:auto;
	padding:10px 0px;
	background: url("../grafica/sfondo_ombreggiato.png") repeat-x top center;
	/*background: url("../grafica/sfondo_quadrettato.png") repeat center;*/
}
#contenitore_ombra_dx {
	width:1015px;
	margin: auto;
	background: url("../grafica/ombra_dx.png") no-repeat top right;
}
#contenitore {
	width:960px;
	height:auto;
	margin:0px auto;
	text-align:left;
	padding:3px;
	background:white;
	border:1px solid #aaa;
	/*border-color:white;*/
}

#header {
	width:auto;
	height: 150px;
	background: url("../grafica/sfondo_header.png") no-repeat center right;
	background-color: #285F8C;
	padding: 10px;
	margin-top:8px;
	border-bottom: none;
	text-align:right;
}

#menu {
	height: 25px;
	background: #C9A581;
	border-bottom: 1px solid gray;
}
#menu.ie7 {
	height: 32px;
	margin-top: -7px;
}
#menu.ie8 {
	height:24px;
}

#ombra_menu {
	height: 20px;
	width: auto;
	background: url("../grafica/ombra_menu.png") repeat-x top center;
}

.navigation {
	height:auto;
	width:160px;
	/*
	background:#5A758C;
	background:#FFE1B5;
	*/
	background-color: white;

	/* background-image: url("../grafica/sfondo_righettato.png");
	background-repeat: repeat;
	background-position: 0px 0px;
	*/
	margin-bottom:1px;
	padding-bottom: 10px; /* valore collegato con #contenuto */
}

#contenuto {
	width:auto;
	min-height:500px;
	
	/*background:#efefef;*/
	margin-left: 165px;
	margin-right: 165px;
	border:1px dotted;
	border-color: white #bfbfbf;
	padding-bottom: 10px; /* valore collegato con #navigation */
}

#footer {
	clear:both;
	height:150px;
	margin-top: 3px;
	border-top: 1px dotted #bfbfbf;
	/*
	background-color:#866646; 
	background-color: #31495D;
	background: url('../grafica/sfondo_footer.png') repeat-x bottom center;
	background: none;
	*/
	/*border-top:1px solid #D4DCDD;*/
	/* background: #fbfbfb url("../grafica/sfondo_righettato.png") repeat center center; */ 
	background: transparent url("../grafica/sfondo_righettato.png") repeat center center;
	text-align:left;
	letter-spacing: 0.1em;
	padding:5px;
	color:#433323;
	color: #999;
	color: #777;
	margin-bottom:0px;
}
#footer2 {
	background: url("../grafica/sfondo_footer_2.png") repeat-x 0px 0px;
}

/* ===================== */

/* generici */

a, a:link, a:visited, a:active {
	color:#484767;
	color: #3F70A2;
	text-decoration:underline;
}
a:hover {
	color:#757489;
	color: #777;
	text-decoration:none;
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
}
h1 {
	color:#285F8C;
	text-align:center;
	background: url('../grafica/separator2.png') no-repeat bottom center;
	padding-bottom:20px;
	margin-bottom: 35px;
}
h2 {
	color: #866646;
}
h3 {
	color: #C9813A;
}
h4 {
	color: #977C61;
}
h5 {
}

/* header */

#title {
	font-size:xx-large;
	font-weight:bold;
	color:white;
}
#subtitle {
	font-size:large;
	color:white;
	margin-top: 50px;
}
#titleImage {
	border:none;
	
}

/* menu */

#menu > ul {
	/* border: 1px solid red; */
	list-style-type: none;
	list-style-position: inside;
	padding-left: 10px;
	margin: 0px;
	/* background: url('../grafica/menu_separator.png') no-repeat center left; */
}
#menu > ul > li {
	display: inline;
	display: block;
	float:left;
}
#menu > ul > li.ie7 {
	line-height: 34px;
}

#menu > ul > li > a, #menu > ul > li > a:link, #menu > ul > li >a:visited, #menu > ul > li > a:active {
	padding: 8px 30px;
	margin-right: 5px;
	/* background: url('../grafica/menu_separator.png') no-repeat center right; */
	text-decoration:none;
	text-transform:capitalize;
	font-variant:small-caps;
	color: #866646;
	letter-spacing: 0.3em;
	border-style:solid;
	border-color:#C9A581;
	border-bottom-color:gray;
	border-width:1px;
}
#menu > ul > li > a:hover {
	color: white;
	border-right-color: #DCB58D;
	border-left-color:  #BC9A78;
	border-top-color:#BC9A78;
	border-bottom-color: #C9A581;
	/* background: #C9A581;
	background-image:url("../grafica/menu_button.png");
	background-position: 0px 0px;
	background-repeat:no-repeat; */
	background: url("../grafica/sfondo_righettato.png") repeat center;
}
#menu > ul > li > a.ie7:hover {

}
#menu > ul > li > a.active, #menu > ul > li > a.active:hover{
	color: white;
	border-color:#C9A581;
	border-right-color: #ddd;
	background: #C9A581;
	background-image:url("../grafica/menu_button.png");
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
#menu > ul > li > a.ie7, #menu > ul > li > a.ie7:hover {
		background-position: 1px 1px;
}

/* sottomenu */

.sottomenu {
	position: absolute;
	z-index:2;
	display: none;
	height: 120px;
	width: 190px;
	background: white;
	border: 1px solid #ccc;
	margin-top: 9px;
	margin-left: 1px;
	
	text-transform:capitalize;
	font-variant:small-caps;
	line-height:1.5em;
	letter-spacing:0.1em;
	word-spacing:0.1em;
	text-indent: 20px;
}
.sottomenu a {
	display: block;
	margin-right: 5px;
}
.sottomenu a:link, .sottomenu a:visited, .sottomenu a:active {
	text-decoration:none;
}
.sottomenu a:hover {
	text-decoration:underline;
}

/* navigation */

.menu_laterale {
	 margin: 10px 2px 0px 2px;
	 padding-bottom: 7px;
	 background: url('../grafica/separator1.png') no-repeat bottom center;
}
.titolo_menu_laterale {
	text-align: center;
}
img.img_titolo_menu_laterale {
	margin: auto;
}

.navigation ul {
	padding-left: 12px;
	list-style-image:url("../grafica/freccetta.gif");
	font-family:sans-serif;
	font-size: 85%;
	letter-spacing:-0.01px;
}
.navigation ul.ie7 {
	padding-left:0px;
	margin-left: 15px;
}
.navigation li {
	margin-bottom: 5px;
}
.navigation li a, .navigation li a:link, .navigation li a:visited, .navigation li a:active {
	display: block;
	text-decoration:none;
}
.navigation li a:hover {
	text-decoration: underline;
}
.navigation li a.active, .navigation li a.active:link, .navigation li a.active:visited, .navigation li a.active:active {
	border-right: 3px solid #285F8C;
	background: #fafafa url("../grafica/sfondo_righettato.png") repeat top center;
	color: #1A3E5B;
	text-decoration:underline;
}

.left, .sinistra {
	float: left;
}
.right, .destra {
	float: right;	
}

#languages {
	text-align:center;
}
#languages img {
	border: none;
}

/* contenuto */

#testo {
	margin: 0px 30px;
	color: #222;
}

#testo #titolo_pagina {
	/* height: 100px; */
	background-color: #E0EBEC;
	background-color: #f5f5f5;
	/*
	background-image:url("../grafica/maschera_titolo_pagina.png");
	background-image: url("../grafica/sfondo_righettato.png");
	background-repeat: repeat;
	*/
	overflow:hidden;
}

#testo #titolo_pagina img#back_titolo_pagina { /* elemento creato dinamicamente */
	position:absolute;
	z-index:0;
	/* display:none; */
	height: 0%;
	/* border: 1px solid red; */
	
}

#testo h1 {
	position: relative;
	z-index:1;
}
#testo p h4 {
	margin-left:25px;
}
#testo p {
	margin-left:25px;
	padding: 20px;
	border: 1px solid #DCD9A0;
	background: transparent url("../grafica/sfondo_paragrafo.png") repeat-x top center;

	letter-spacing:1.0px;
	word-spacing: 1.5px;
	line-height:115%;
	text-align:left;
}
#testo img {
	border:none;
	margin: 5px;
}
#testo img.normale {
    margin: 0px;
}
#testo img.left {
	float:left;
	margin-left: 0px;
}
#testo img.right {
	float: right;
	margin-right:0px;
}
#testo img.piccola {
	width:135px;
}

div.rientrato { /* stessa definizione di [#testo p] */
	margin-left:25px;
	padding: 20px;
	border: 1px solid #DCD9A0;
	background: transparent url("../grafica/sfondo_paragrafo.png") repeat-x top center;

	letter-spacing:1.0px;
	word-spacing: 1.5px;
	line-height:115%;
	text-align:justify;
}
.rientrato { /* stesso di [#testo p] */
	margin-left: 25px;
}
.distanziato {
	margin-top: 20px;
}
.distanziato_ie7{
}
.non_distanziato {
	margin-top: -7px;
}
.non_distanziato_ie7 {
	margin-top: 7px;
}
.allineato {
	margin-left: 0px;
}
.colonna_testo {
    width: 42%;
}
.riga_superiore {
	height: 200px;
}
.riga_inferiore {
	height: 175px;
}
div.clearer {
    clear:both;
}
#testo p#statua_home {
	padding: 20px 20px 21px 20px;
	text-align: center;
    height: 428px;
}
#faqIndex li {
	margin-bottom: 10px;
}
#testo span.capoverso {
	font-size: 40px;
	padding: 0px;
}
.grigetto {
	font-size: 90%;
	color: gray;
	font-style:italic;
}
.voce_download {
	margin: 10px 0px 20px 0px;
	border-bottom: 1px dotted #ccc;
	padding-bottom:10px;
	font-style:italic;
}
/* voce_download*/ .primo {
	margin-top: 0px;
}
/* voce_download*/ .ultimo {
	border-bottom: none;
}
.voce_download a {
	font-style: normal;
	text-transform:capitalize;
	font-variant:small-caps;
	letter-spacing: 0.05em;
}
.voce_download a.file {
	line-height: 50px;
	padding: 15px 0px 15px 50px;
	height: 50px;
}
.voce_download a.pdf {
	background: url("../grafica/icona-pdf.png") no-repeat top left;
}

/* FOOTER */

#footer p {
	margin-top: 70px;
	margin-left: 25px;
	padding-right: 20px;
	display: inline;
	float: left;
}
span.footer_smaller {
	font-size: 90%;
}
