/* CSS Document */

body {
	background: #8A312C url(images/bodybg.gif) repeat-x fixed; 
	margin: 20px 0; 
	font-family:"trebuchet MS", tahoma;
	font-size:79%;
}




#header {

width: 676px; 
height: 140px; 
background: url(images/headerbg.gif) no-repeat;
margin:0 auto;
border-top:3px solid white;
border-left:3px solid white;
border-right:3px solid white;
}

#titolo{
	
	width: 676px; 
	height: 34px; 
	background: url(images/navbg.gif) no-repeat;
	margin:0 auto;
	
border-left:3px solid white;
border-right:3px solid white;
	
	
	
}

#wrapper {
	margin: 0 auto;
	width: 676px;
	border-left:3px solid white;
	border-right:3px solid white;
	background-image:url(images/contentbg.gif);
background-repeat:repeat-y;
	
/*border-right:3px solid white;*/
	
}



#content {
	width: 450px; 
	/*background: url(images/contentbg.jpg) repeat;*/
	/*background-color:white;*/
	float:left;
	padding:10px;
	
	
}

#p-contatti{
font-size:120%;
}


img{
float:left;

margin:0px 8px 0px 0px;
border: 1px solid #7A231E;
padding:2px;
}

#menu{
width:154px;
padding:20px;
float:right;

color: #333333;
}

#menu ul{
list-style-type:none;
text-indent:-35px;
line-height:25px;
}

#menu li a{
text-decoration:none;
color:#333333;
}

#menu li a:hover{
text-decoration:none;
color: #666666;
border-bottom:1px solid #666666;
}



.li-download{
list-style-type:none;
text-indent:-15px;
line-height:28px;
list-style-image:url(images/acrobat_ico.gif);
}




/*<group=Footer>*/

#foot {
	/*clear: both;*/
	
	width: 676px;
	height: 77px;
	padding-top: 6px;
	text-align: center;
	background: #8A312C url(images/footbg_ver2.gif) no-repeat;
	
}

#footer{
width: 656px;
	/*height: 34px; */
	/*background: url(images/footer.gif) no-repeat;*/
	padding:10px;
	background-color:#7A231E;
	color:#999999;
	font-size:11px;
	padding-left:10px;
	
	margin:0px auto;
	border-bottom:3px solid white;
border-left:3px solid white;
border-right:3px solid white;
	}
/**************************************************
	sIFR
***************************************************/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 { /*utilizzato per i titoli principali*/
	visibility: hidden;
	font-size: 26px;
}

.sIFR-hasFlash h2 {/*utilizzato per i sottotitoli*/
	visibility: hidden;
	/*letter-spacing: -9px;*/
	font-size:40px;
}

.sIFR-hasFlash h3 {  /*utilizzato per le voci dentro al box a sinistra*/
	visibility: hidden;
	/*letter-spacing: -3px;*/
	font-size: 20px;
}

.sIFR-hasFlash h4 { /*utilizzato per le macrovoci di menù*/
	visibility: hidden;
	/*letter-spacing: -5px;*/
	font-size: 20px;
}

.sIFR-hasFlash h5 {
	/*letter-spacing: -4px;*/
	visibility: hidden;
	font-size: 16px;
}

