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

body {
	font: 75% Georgia, "Times New Roman", Times, serif;
	background: transparent url(images/sfondo.jpg) repeat scroll top center;
	background-color: #e9ecf3;
	margin: 0px;
	padding: 0px;
	color: #25201b;
}
.h1 { font: Georgia, Times New Roman, Times, serif; color: #b4aea2; font-size: 11px; line-height: 15px; font-style:italic}
.h2 { font: Georgia, Times New Roman, Times, serif; color: #993300; font-size: 20px; line-height: 18px; font-weight:bold; }
.clear { width:100%; font-size: 0px; line-height: 0px; height:0px; clear:both; position:relative; z-index:2;}
.small { color: #ffffff; font-style: normal; font-size: 12px; line-height: normal; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none }
p{ font: Georgia, Times New Roman, Times, serif; font-size:13px; color:#63615e; line-height:1.3em}
.chiaro { font: Georgia, Times New Roman, Times, serif; color:#e1e1df; font-style:italic; font-weight:bold; line-height:2em}


a.giallo:link { color: #ffcc33; text-decoration: none; font-weight:bold; }
a.giallo:visited  { color: #ffcc33; text-decoration: none; font-weight:bold; }
a.giallo:hover{ color: #FFFFFF; text-decoration: none; font-weight:bold;}

a:link { color: #993300; text-decoration: underline; font-weight:bold; }
a:visited  { color: #993300; text-decoration: underline; font-weight:bold; }
a:hover{ color: #455162; text-decoration: none; font-weight:bold; }








#container {
	width: 938px;
	height: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
}

/*		LOGO		*/

#header {
	background: transparent url(images/fondo.jpg) no-repeat top left;
	width: 938px;
	height:507px;
	margin-top:-15px;
}

#header_sez {
	background: transparent url(images/fondo_sez.jpg) no-repeat top left;
	width: 938px;
	height:507px;
	margin-top:-15px;
}

#header h1.logo a {
	float:left;
	text-indent:-900em;
	text-decoration:none;
	background: url(images/logo.jpg) no-repeat top left;
	width: 300px;
	height: 200px;
	display:block;
	padding-top:10px;
}

#header_sez h1.logo a {
	float:left;
	text-indent:-900em;
	text-decoration:none;
	background: url(images/logo.jpg) no-repeat top left;
	width: 300px;
	height: 200px;
	display:block;
	padding-top:10px;
}

#menu_alto{
text-align:right;
	width:900px;
	height: 200px;
}

#navigation ul
{
list-style: none;
padding: 0;
margin-top:0px;
}

#navigation li
{
float: left;
margin: 0 0.0em;
width:auto;
margin-top:45px;
padding-right:1.2em;
}

#navigation li a
{
/*background: url(background.gif) #fff bottom left repeat-x;*/
height: 2em;
line-height: 2em;
float: left;
width: auto;
display: block;
color: #cccccc;
font-size: 14px;
text-decoration: none;
text-align: center;
font-weight:600;
font-style:normal;
}

#navigation a:link, #navigation a:visited {
	display: block;
	color: #b4aea2;
	margin:0.0em 0;
	padding: 0.2em 0.6em;
	text-decoration: none;
	border: none;
}
#navigation a:hover, #navigation a:focus, #navigation a:active {
	color: #fff;
	/*background-color: #FFFF00;*/
}



#navigation li a.current, #navigation li a.current:hover {
	color: #000;
	background-color: #ddd;
}

#testo {
	width:582px;
	float:left;
	padding:20px 40px 20px 40px;
	text-align:left;
}
#testo_sez {
	background-color:#FFFFFF;
	width:580px;
	height:auto;
	min-height:400px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0px;
	padding:20px 20px 0px 20px;
	text-align:left;
	position:relative;
	z-index:3;
	top:-300px;
}

#dx {
	/*background-color:#625d57;*/
	width:256px;
	float:left;
	padding:10px;
	height:auto;
}

#footer {
width:938px;
text-align:center;
height: 50px;
background-color:#483f37;
/*vertical-align:bottom;*/
}

#contenuto {
	background: url(images/sfondo_linea.jpg) repeat top left;
	/*background-color:#e9e5dd;*/
	width: 938px;
	height: 470px;
	padding: 0px 0px 0px 0px;
	margin-bottom:0px;
	position:relative;
	z-index:1;
}

#contenuto2 {
	background: url(images/sfondo_linea.jpg) repeat top left;
	/*background-color:#e9e5dd;*/
	width: 938px;
	height:750px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index:1;
}
#contenuto3 {
	background: url(images/sfondo_linea.jpg) repeat top left;
	/*background-color:#e9e5dd;*/
	width: 938px;
	height:950px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index:1;
}
#contenuto4 {
	background: url(images/sfondo_linea.jpg) repeat top left;
	/*background-color:#e9e5dd;*/
	width: 938px;
	height:1500px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index:1;
}

#contenutolungo {
	background: url(images/sfondo_linea.jpg) repeat top left;
	/*background-color:#e9e5dd;*/
	width: 938px;
	height:2200px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index:1;
}

