/* CSS Document */

html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
	  text-align:left;
}
  
 #wrapper {
      margin: 0 auto;
      vertical-align: middle;
      width: 100%;
}


body {
	background:url(../img/bg.gif);
	background-color:#000000;
	background-repeat:repeat-y;
	background-position:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#contenitore-alpha {
	position:relative; 
	width: 656px; 
	height: 416px; 
	overflow: hidden;
	z-index:0;
}

div.fader{
	z-index:1;
}


h1{
	font-size:18px;
	font-weight:normal;
	color:#E86300;
}



ul#aree li {
	color:#E86300;
	margin-bottom:11px;
	margin-left:-6px;
	list-style-type: square;
}

ul#aree span {
	color:#000000;

}



#tabella {
	background-color:#ffffff;
	background-image:url(../img/bg-tabella.gif);
	background-repeat:repeat-y;
	border:1px solid #E86300;
	text-align:left;
}

.tabella-top {
	background-color:#E86300;
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:984px;
}

.tabella-bottom {
	background-color:#E86300;
}





/*--- IMMAGINI PERSONE ----*/


.bg-mannari {
	background-image:url(../img/bg-mannari.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.bg-cosimelli {
	background-image:url(../img/bg-cosimelli.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.bg-pastorelli {
	background-image:url(../img/bg-pastorelli.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.bg-segreteria{
	background-image:url(../img/bg-segreteria.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.bg-contatti{
	background-image:url(../img/bg-contatti.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.bg-profilo{
	background-image:url(../img/bg-profilo.jpg);
	background-repeat:no-repeat;
	background-position:right;
}


.bg-sfumatura{
	background-image:url(../img/bg-sfumatura.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

.piede {
	color:#000;
	font-size:11px;
}




/*--- Link ----*/


a  {
	color: #E86300;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}
a:link { text-decoration: none; }
a:visited  { text-decoration: none; }
a:hover  { text-decoration: underline; color:#FF6600;}
a:active { text-decoration: none; }

.piede a {
	color: #000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.piede a:hover { text-decoration: underline; color:#FFAF3C;}