@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:0px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
 	color:#EF8500;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

td,input,textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
 	color:#373737;
}

#bodypage {
	background-image:url(../img/bg_body_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#E8E8E8;
	width:770px;
}

#serv_barb{
	background-image:url(../img/bg_barbarella.gif);
	background-repeat:repeat-y;
	background-position:center
}

#serv_barb .titolo{
	font-family:Arial, Helvetica, sans-serif;
	color:#858585;
	font-size:12px;
	font-weight:bold;
}

.titolo {
	font-family:Arial, Helvetica, sans-serif;
	color:#255985;
	font-size:12px;
	font-weight:bold;
}

.whitef {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

.bordo{
	border:1px solid #C0C0C0;
}

#fotohp {
	width:228px;
	background-color:#F4F4F4;
	border:1px solid #BFBFBF;
	margin-top:10px;
}



#footer {
	background-image:url(../img/bg_footer.gif);
	background-repeat:no-repeat;
	width:770px;
	height:106px;
}

#footer td{
	font-size:11px;
}

#footer a{
	font-weight:normal;
	font-size:11px;
}

.graylight {
	font-family:Arial, Helvetica, sans-serif;
	color:#ACACAC;
	font-size:12px;
}




#navigator{
	border:1px solid #c8c8c8;
	background-color:#FFFFFF;
	/*width:505px;*/
	margin-bottom:5px;
	color:#5e5e5e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	height:20px;
	padding-top:5px;
}

#navigator ul{
	margin:0px;
}

#navigator ul li{
	white-space: nowrap;
	display: inline;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

#navigator li#active{
	white-space: nowrap;
  text-decoration: none;
  font-size: 12px;
  color: #4F7EAC;
  font-family: Arial, Helvetica, sans-serif;
}