@charset "UTF-8";

* {
	padding:0;
	margin:0;
	outline:none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { font-weight:normal; }
li, dd { margin-left:5%; }

.clear{ clear:both; height:0px; font-size:0px; line-height:0px; }
a img{ border:none; }



html{
	background:#cbc2ad url(images/bg_html.jpg) repeat-y center top;
}

body{
	background:transparent url(images/bg_body.jpg) no-repeat center top;
	font-family:"Times New Roman", serif, Arial;
	font-weight:normal; 
	color:#6d5d4f;
	font-size:13px;
	line-height:18px;
}


.inside{
	width:860px;
	margin:0 auto;
	padding:20px;
}

.main{
	width:480px;
	float:right;
}

.sidebar{
	width:346px;
	float:left;
}

.separator{
	padding-bottom:15px;
	border-bottom:1px dashed #b4aa99;
	margin-bottom:20px;
}

a{
	text-decoration:none;
	color:#3c332b;
}

a:hover{
	text-decoration:none;
	color:#8f1d14;
}

a.uppercase{
	color:#3c332b;
	text-transform:uppercase;
	text-decoration:none
}

a.uppercase:hover{
	color:#8f1d14;
}


p{
	margin-bottom:20px;
}


h1 a, h2 a, h3 a{
	text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover{
	text-decoration:none;
}

h1, h1 a{
	font-size:28px;
	color:#8f1d14;
	line-height:30px;
	font-style: italic;
	font-weight:bold;
}


h2, h2 a{
	font-size:18px;
	color:#605145;
	line-height:24px;
}

h3, h3 a{
	font-size:14px;
	color:#8f7967;
	line-height:18px;
	padding-bottom:10px;
	border-bottom:1px dashed #b4aa99;
	margin-bottom:15px;
}

.didascalia{
	font-size:10px;
	line-height:17px;
	color:#a69382;
}


#header{
	height:365px;	
}

* html body #header{
	margin-bottom:-65px;
}

a#logo{
	display:block;
	text-indent:-99999px;
	width:206px;
	height:85px;
	margin:190px 0 0 650px;
}

#menu{
	margin-top:55px;
	margin-top /**/:35px;
}

*:first-child+html body #menu{
	margin-top:55px;
}

.menuvoce{
	display:block;
	line-height:11px;
	height:22px;
	font-size: 12pt;
	color: #605145;
	text-align: center;
	font-weight: bold;
}


.menuvoce:hover{
	color: #160F0A;
	border-bottom:3px solid #6d5d4f;
	text-decoration: none;
}



#content .main{
	margin-top:120px
}



.testo_download{
	padding-top:100px;
}





#footer{
	background:transparent url(images/bg_footer.jpg) no-repeat center bottom;
	height:270px;
}

#footer .inside{
	padding-bottom:0;
}

#indirizzo{
	margin-top:450px;
	padding-top:200px;
	text-align:left;
	font-size:14pt;
	line-height:22px;
}

#indirizzo a{
	color:#A69382;
	text-decoration:none;	
}

#indirizzo a:hover{
	color:#751911;
}

#copy{
	margin-top:25px;
	text-align:left;
	font-size:10pt;
	line-height:21px;
	color:#8f1d14;
}

#copy a{
	color:#8f1d14;
}

.diapo {
	border: solid 10px white;
	background-color: white;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=135, Strength=3);
}
