@charset "utf-8";
/* CSS Document */

body { background-color: #d6cebe; background-image: url(immagini/backlegno.jpg); background-repeat: repeat; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 76%; color: #201102; margin:0; padding:0; }
a, a:hover, a:link, a:active { color:#201102;}
#container { width:1024px; margin:0 auto; padding:0; background-image: url(immagini/bg_container.png); background-repeat: no-repeat; }
#sfondo  { width:1024px; margin:0 auto; padding:0;}
#header { background-image: url(immagini/header.png); background-repeat: no-repeat; margin:0; padding-bottom:10px;}
#dghed { background-image: url(immagini/header_b.png); background-repeat: no-repeat; background-position: left top; padding-bottom:327px; }
#content { background-image: url(immagini/bg_content.png); background-repeat: no-repeat; margin:0; padding-top:20px; padding-bottom:40px;}

#text { width:790px; padding-left:112px; padding-top:0; padding-right:35px; margin-top:20px; margin-right: 0; margin-bottom: 5px; margin-left: 0; }
#tx{ width: 750px; }
#footer { background-image: url(immagini/bg_footer.png); background-repeat: no-repeat; text-align:center; padding-top: 80px; padding-right: 70px; padding-bottom: 10px; padding-left: 40px; color:#F8F3ED; margin:0;}
#footer a{ color:#F8F3ED;}
#footer a:hover{ color:#F8F3ED;}
#footer a:link{ color:#F8F3ED;}
#footer a:active { color:#F8F3ED;}
#Stilit.ui-tabs .ui-tabs-panel { 
	display: block; 
	border: 0px solid #201102; 
	padding: 1ex 1.4em;
	background: #ffffff; 
	font-family: inherit;
	font-size: 0.8em/*{fsDefault}*/; 
}

/* Component containers
----------------------------------*/
#Stilit .ui-widget { 
	
}
#Stilit .ui-widget-content { 
	border: 1px solid #aaaaaa/*{borderColorContent}*/; 
	background: #ffffff; 
	color: #201102/*{fcContent}*/; 
}
#Stilit .ui-widget-content a { 
	color: #201102/*{fcContent}*/; 
}
#Stilit .ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; color: #201102/*{fcHeader}*/; font-weight: bold; font-family: inherit; font-size: 0.8em/*{fsDefault}*/; background-color: #94754c; background-repeat: repeat-x; background-position: 50% 50%; }

/* Interaction states
----------------------------------*/
#Stilit .ui-state-default, .ui-widget-content .ui-state-default { 
	border: 1px solid #201102/*{borderColorDefault}*/; 
	background: #c0b19a;
	font-weight: normal/*{fwDefault}*/; 
	color: #555555 /*{fcDefault}*/; 
	
}
#Stilit .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { 
	color: #201102/*{fcDefault}*/; 
	text-decoration: none; 
}
#Stilit .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { 
	border: 1px solid #201102/*{borderColorHover}*/; 
	background-color: #c0b19a; 
	font-weight: normal/*{fwDefault}*/; 
	color: #212121 /*{fcHover} #212121*/; 
	font-family: inherit;
	font-size: inherit/*{fsHover}*/; 
}
#Stilit .ui-state-hover a, .ui-state-hover a:hover { 
	color: #201102/*{fcHover}*/; 
	text-decoration: none; 
}
#Stilit .ui-state-active, .ui-widget-content .ui-state-active { 
	border: 1px solid #201102/*{borderColorActive}*/; 
	background-color: #ffffff; 
	font-weight: normal/*{fwDefault}*/; 
	color: #212121/*{fcActive}*/; 
	font-family: inherit;
	font-size: inherit/*{fsSelected}*/; 
}
#Stilit .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { 
	color: #201102/*{fcActive}*/; 
	text-decoration: none; 
}
