/*#####reset#####*/
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; font-style : normal; font-weight : normal;}

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var, dt, b
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/*-----struttura-----*/
html,body{
	margin:0;
	padding:0;
	}
	
body{
	font-size: 84%;
	font-family: "Calibri","Trebuchet Ms", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	text-align:center;
	color: #202020;
	background-color: #f6ffe0;
	}
	
div#fondino_top{
	width: 990px;
	height: 24px;
	background-image: url(sfondo_top.gif);
	background-repeat: no-repeat;
	margin: 0;
	border: 0;
	padding: 0;
}

div#fondino{
	width: 990px;
	height: 24px;
	background-image: url(sfondo_bottom.gif);
	background-repeat: no-repeat;
	margin: 0;
	border: 0;
	padding: 0;
}
	
div#contenitore{
	width: 988px;
	margin:0 auto;
	text-align:left;
	padding: 0;
	background-image: url(sfondo_middle.gif);
	background-repeat: repeat-y;
	}
	
div#testata {
	position: relative;
	width: 970px;
	height:126px;
	left:10px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	}
	
div#header {
	position: relative;
	width: 972px;
	height:148px;
	left:9px;
	background: transparent url(banner.jpg) no-repeat;
	}
	
div#base {
   	width: 970px;
	margin: 0 auto;
	background: transparent;
 }

div#navigazione{
	float: left;
	width: 200px;
	background: transparent;
	}
	
div#extra{
	float: left;
	width: 200px;
	background: transparent;
	clear: left;
	}
	
div#margine_nav{
	margin: 0;
}

div#margine_extra{
	margin: 15px;
}
	
div#contenuto{
	float:right;
	width:770px;
	background: transparent;
	}
	
div#margine_cont{
	margin: 15px;
}
	
div#footer{
	clear:both;
	width:100%;
	text-align: center;
	background: transparent;
	margin: 0;
	padding: 0;
	}
	
div#margine_foot{
	padding: 5px;
}	

div#fondino{
	width: 990px;
	margin:0 auto;
	padding: 0;
	border: 0;
}
	
/*-----tipografico-----*/

.nascosto {
	display: none !important;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

/*-----tipografico del contenuto-----*/

/*da indentare h1 { 
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em; 
	}*/
	
div#contenuto h2 {
	font-size: 1.9em;
	margin: 1.2em 0em 0.4em 0em;
	font-weight: bold;
	border-bottom: 1px solid #536E59;
	color: #536E59;
	}
	
div#contenuto h3 {
	font-size: 1.7em;
	margin: 0.4em 0em 0.4em 0em;
	font-weight: normal;
	color: #244054;
	}
	
div#contenuto h4 {
	font-size: 1.5em;
	margin: 0.4em 0em 0.4em 0em;
	font-weight: bold;
	color: #A79787;
	}
	
div#contenuto h5 {
	font-size: 1.3em;
	margin: 0.4em 0em 0.4em 0em;
	font-weight: bold;
	color: #3A3D2D;
	}
	
div#contenuto h6 {
	font-size: 1.2em;
	margin: 0.4em 0em 0.4em 0em;
	font-weight: bold;
	color: #000;
	}
	
div#contenuto p{
	font-size: 1.0em;
	line-height: 1.8em;
	margin-bottom: 1em;
	text-align: justify;
	}
	
div#contenuto ul {
	list-style: square;
	font-size: 1.0em;
	line-height: 1.4em;
	margin-left: 1em;
	padding-left: 1em;
	}
	
div#contenuto a:link {
	color: #244054;
	text-decoration: underline;
	font-weight: bold;
	}
	
div#contenuto a:visited {
	color: #808080;
	text-decoration: underline;
	font-weight: bold;
	}
	
div#contenuto a:hover {
	color: #1A89D6;
	text-decoration: underline;
	font-weight: bold;
	}
	
div#contenuto span.foreign {
	font-style: italic;
	border-bottom: 1px dotted #000;
	cursor: help;
}

div#contenuto acronym {
	font-style: italic;
	border-bottom: 1px dotted #000;
	cursor: help;
}

div#contenuto b {
	font-weight: bold;
}

div#contenuto i {
	font-style: italic;
}

/*-----tipografico delle barre laterali-----*/

.glossymenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
/*border: 1px solid #9A9A9A;*/
border-bottom-width: 0;
}

.glossymenu li a{
background: blue url(glossyback.gif) repeat-x bottom left;
font: bold 13px "Calibri","Trebuchet Ms", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
margin: 0;
}


.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background: blue url(glossyback2.gif);
}

.glossymenu li {
margin: 0;
padding: 0;
border: 0;
display: inline;
}


div#extra ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0em;
	text-indent: 0em;
	line-height: 1.8em;
	}
	
div#extra li {
	display: block;
	margin-bottom: 1em;
}
	
div#extra a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
div#extra a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
div#extra a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
div#extra a:hover {
	color: #A24C4C;
	text-decoration: none;
	font-weight: bold;
	}

/*-----tipografico del piede-----*/

div#footer p{
	margin: 0;
	padding: 0;
	border: 0;
	color: #606060;
	font-size: 0.9em;
	}
	
div#footer a:link {
	color: #01438A;
	text-decoration: none;
	}
	
div#footer a:visited {
	color: #01438A;
	text-decoration: none;
	}
	
div#footer a:active {
	color: #A24C4C;
	text-decoration: none;
	}
	
div#footer a:hover {
	color: #A24C4C;
	text-decoration: none;
	}
	
img.sinistra {
	float: left;
	margin-right: 0.5em;
}

img.destra {
	float: right;
	margin-left: 0.5em;
}

/*----rotazione dei banner----*/

div#header2 {
	position: relative;
	width: 972px;
	height:148px;
	left:9px;
	background: transparent url(banner2.jpg) no-repeat;
	}
	
div#header3 {
	position: relative;
	width: 972px;
	height:148px;
	left:9px;
	background: transparent url(banner3.jpg) no-repeat;
	}
	
div#header4 {
	position: relative;
	width: 972px;
	height:148px;
	left:9px;
	background: transparent url(banner4.jpg) no-repeat;
	}
	
div#header5 {
	position: relative;
	width: 972px;
	height:148px;
	left:9px;
	background: transparent url(banner5.jpg) no-repeat;
	}
	
div#header7 {
	position: relative;
	width: 972px;
	height:148px;
	left:9px;
	background: transparent url(banner7.jpg) no-repeat;
	}
	
div#header8 {
	position: relative;
	width: 972px;
	height:148px;
	left:9px;
	background: transparent url(banner8.jpg) no-repeat;
	}
	
div#header9 {
	position: relative;
	width: 972px;
	height:148px;
	left:9px;
	background: transparent url(banner9.jpg) no-repeat;
	}
	

