@charset "utf-8";
/* CSS Document */


body{
	background-image: url(/immagini/sfondo.gif);
	background-position:center;
	/*background-repeat:repeat-x;*/
	background-position:top;
	background-attachment:fixed;
	margin:0 auto;
	background-repeat:no-repeat;

	}


.contenitore {
	
	width: 750px;
	margin:0 auto;
	font-size:11px;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
}

p {
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#555454;
	margin-bottom:6px;
	font-weight:normal;

}



.header {
	float:left;	
	width: 750px;
	padding-bottom:1px;
	border-bottom:1px solid #663300;
	margin-bottom:1px;
}

.header_sx {
	float:left;	
	width: 500px;
}
.header_sx img {
	border:none;
}

.header_dx {
	float:left;	
	width: 250px;
}

.bordo_header {
	float:left;
	width: 750px;
	background-color:#663300;
	height:3px;

}



.sx {
	float:left;
	width:140px;
}

.sx_menu {
	float:left;
	width:140px;
	background-image:url(/immagini/sfondo_sx.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	
}

.sx_banner {
	float:left;
	width:140px;
}

.centro {
	float:left;
	width:610px;
	margin-top:1px;
}

.testatina {
	float:right;
	width:610px;

}

.centro_bordo_su {
	float:left;
	width:610px;
	height:16px;
	margin-top:1px;
	background-image:url(/immagini/bordo_su.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.centro_contenuto {
	float:left;
	width:558px;
	/*border-left:1px solid #663300;
	border-right:1px solid #663300;*/
	padding-left:25px;
	padding-right:25px;
}
.centro_bordo_down {
	float:left;
	width:610px;
	height:16px;
	background-image:url(/immagini/bordo_down.jpg);
	background-repeat:no-repeat;
	background-position:top;
}



/*********IMMAGINE NEL TESTO********/
div.textimage {font-size:11px;
	color:#555454;
}

div.textimage img#uno {
border:0 none;
float:left;
margin:0px 13px 8px 0px;
border:1px solid #d7bda4;
padding:4px;
}

div.textimage img#due {
border:0 none;
float:right;
margin:0px 13px 8px 0px;
border:1px solid #d7bda4;
padding:4px;
}


div.textimage img#tre {
border:0 none;
margin:0 auto;
border:1px solid #d7bda4;
padding:4px;

}
div.clearer {
clear:left;
}

.tit2 {
	color:#f89c30;
	font-size:14px;
	display:block;
	border-bottom:1px solid #FFD2A6;
	margin-bottom:4px;
	padding-left:283px;
	font-weight:bold;
}

.tit4 {
	color:#f89c30;
	font-size:13px;
	display:block;
	margin-bottom:4px;
	font-weight:bold;
	font-style:italic;
}


.footer {
	float:left;	
	width: 750px;
	height:50px;
	padding-bottom:1px;
	margin-bottom:1px;
	background-image:url(/immagini/footer_sfondo.jpg);
	background-repeat:no-repeat;
	background-position:right;
	text-align:center;
	margin-top:4px;
}
.footer p{
	margin:0;
	padding:0;
	font-size:10px;
	margin-left:161px;
	margin-top:4px;
}
.footer a{
	color:#666;
}


.centro_contenuto a{
	background-image:url(/immagini/link.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:15px;
	text-decoration:none;
	color:#f89c30;
}

.centro_contenuto a:hover{
	background-image:url(/immagini/link_h.gif);
	background-repeat:no-repeat;
	background-position:left bottom;

	text-decoration:underline;
	color:#663300;
}


.tit3 {
	color:#f89c30;
	font-size:14px;
	display:block;
	margin-bottom:4px;
	background-image:url(/immagini/tit3.gif);
	background-repeat:no-repeat;
	background-position:  center left;
	padding-left:5px;

}


ul, li {
/*list-style-image: url(/immagini/tit3.gif);*/
list-style-position:outside;
list-style-type:disc;
list-style-image:url(/immagini/list.gif);
margin:0 0 5px 10px;
padding:0;
/*	text-transform:capitalize;*/
color:#555454;
}

ol li{
/*list-style-image: url(/immagini/tit3.gif);*/
list-style-position: outside;
list-style-type: decimal;
list-style-image: none;
color: #f89c30;
margin:0 0 5px 10px;
padding:0;
/*	text-transform:capitalize;*/
font-size:15px;
font-weight:bold;
}


ol ol li{
	/*list-style-image: url(/immagini/tit3.gif);*/
list-style-position: outside;
	list-style-type: lower-alpha;
	list-style-image: none;
	color: #f89c30;
	margin:0 0 5px 10px;
	padding:0;
/*	text-transform:capitalize;*/
	font-size:13px;
	font-weight:bold;
}


.sx_banner2{float:left;
	margin-top:12px;

	}
.sx_psw{
	float:left;
	width:140px;
	margin-top:4px;
	}


.sx_psw a{
	background-image:url(/immagini/link_sx.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:12px;
	text-decoration:none;
	color:#f89c30;
}

.sx_psw a:hover{
	background-image:url(/immagini/link_sx_h.gif);
	background-repeat:no-repeat;
	background-position:left bottom;

	text-decoration:underline;
	color:#663300;
}
