body {
	background-color: #e2dede;
	text-align: center;
	border: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}



#container .top {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 990px;
	background: url(/img/css/top.gif) no-repeat center;
	min-height: 15px;
	height: auto !important;
	height: 15px;
}
#container .main {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 988px;
 	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9A9A9A;
	border-left-color: #9A9A9A;
	background-color: #ffffff;
}

#container .footer {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 990px;
	background: url(/img/css/footer.gif) no-repeat center;
	min-height: 15px;
	height: auto !important;
	height: 15px;
}



/*********** STILI HEADER ******************************************/

#header{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 988px;
	background: #ffffff url(/img/css/bg_header.jpg) repeat-x bottom;
	min-height: 92px;
	height: auto !important;
	height: 92px;
}

#header .logo{
	float: left;
	margin: 0px;
	padding-top:0px;
	padding-right:7px;
	padding-bottom:0px;
	padding-left:7px;
	width: 245px;
	height: 90px;
}

#header .banner {
	float: left;
	margin: 0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	width: 728px;
	height: 90px;
}

#navBar {
	display: inline;
	float: left;
	width: 988px;
	padding: 0px;
	margin:0px;
	background: url(/img/css/bg_menu.jpg) repeat-x top;
	min-height: 29px;
	height: auto !important;
	height: 29px;
}


#navBar ul {
	display: inline;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul.dropdown {
 position: relative;
 z-index: 597;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: -2px;
 z-index: 598;
 min-width:160px;
}

ul.dropdown ul li {
 float: none;
 background-color: #7d7d7d;
 width: 180px;
 border: 1px solid #CCCCCC;
}

ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}







#navBar ul li {
	display: inline;
	float: left;
	padding: 7px 10px 0px 10px;
	margin:0px 1px 0px 0px;
	border-right: 1px solid #708090;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	list-style-type: none;
}

#navBar A{
	color: #FFFFFF;
	text-decoration:none;	
}
#navBar A:hover{
	color: #990000;
	text-decoration:none;	
}

/***** STILI FOOTER **************************************************/

#footer{
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 988px;
	min-height: 35px;
	height: auto !important;
	height: 35px;
}

#footer .copy{ 
	float: left;
	margin: 0px 0px 0px 13px;
	padding: 0px;

}
#footer .menu{ 
	float: right;
	margin: 0px 13px 0px 0px;
	padding: 0px;
	
}

#footer span{
	float: left;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 11px;
}

#footer .menu a {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}

#footer .menu a:hover {
	color: #990000;
	text-decoration: underline;
}

/*********** CORPO ******************************/


#container {
	text-align: left;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	width: 990px;
}

#mainContent {
	width: 988px;
	overflow: hidden visible;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#col-sx {
	display: inline;
	float: left;
	width: 668px;
	padding-left: 0px;
	padding-right: 0px;
	clear:both;		
}

#col-dx {
	float: left;
	width: 320px;
	padding-left: 0px;
}



#content {
	float: left;
	width: 510px;
	padding: 3px;
	margin: 0;
}
/* ********** home page **************** */

.HBox{
	float: left;
	width: 645px;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 10px;	
/*	background: url(/img/css/footer_box.gif) repeat-x bottom;	*/
}

.HBoxIntro{
	float: left;
	width: 253px;
	padding-left: 12px;	
}

.HBoxIntro .sezione{
	padding: 0px;
	margin: 0px;
	color:#990000;
	font-size: 21px;
	font-weight:normal;
}

.HBoxIntro .sezione2{
	padding: 0px;
	margin: 0px;
	color:#333333;
	font-size: 21px;
	font-weight:normal;
}

.HBoxIntro .filetto{
	width: 253px;
	padding: 0px;
	margin:0px;
	border-bottom:1px solid #cccccc;
	line-height: 30px;
}

.HBoxIntro p{
	float: left;
	width: 253px;
	padding: 9px 0px 0px 0px;
	margin: 0px;
	color:#333333;
	font-size: 13px;
	font-weight:normal;
	line-height: normal;
}

.HBoxPromo{
	float: left;
	width: 645px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(/imgs/CSS/bg_boxPromo645.jpg) no-repeat center center;
	min-height: 170px;
	height: auto !important;	
}

.HBoxElenco{
	float: left;
	width: 645px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: transparent url(/img/css/punto_verticale.gif) repeat-y scroll 313px 0px!important;
	overflow: hidden visible;	
}

.HBoxElenco h2{
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	color:#333333;
	font-weight:bold;		
}

.HBoxElenco h3{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color:#333333;
	font-weight:normal;		
}

.HBoxElenco ul{
	float: left;
	width: 302px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
		
}
.HBoxElenco li{
	width: 267px;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color:#990000;
	list-type:none;
	background-image: url(/img/css/punto_orizzontale.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	list-style-type: none;
		
}

.HBoxElenco A {
	color: #990000;
	text-decoration: none;
}

.HBoxElenco A:hover {
	color: #333333;
	text-decoration: underline;
}

.HMenuL {
	float: left;
	width: 300px;
	padding: 0px;
	margin: 4px;
	border: 1px solid #dcdcdc;
}

.HMenuL h2{
	float: left;
	width: 290px;
	padding-left:10px;
	margin:0px;
	background: #990000;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 11px;
}

.HMenuL ul{
	float: left;
	width: 290px;
	padding-left:10px;
	margin:0px;
	list-style-type: none;
}

.HMenuL li{
	float: left;
	width: 290px;
	padding:2px;
	margin:0px;
	list-style-type: none;
	color: #333333;
	font-size: 11px;
}

.HMenuL a {
	color: #191970;
	text-decoration: none;
	font-size: 11px;
}
.HMenuL li a:hover {
	color: #c10000;
	text-decoration: underline;
}

.HMenuL a.bianco {
	color: #FFFFFF;
	text-decoration: none;
}
.HMenuL a.bianco:hover {
	text-decoration: underline;
}
/* ******************************** */

iframe.prenota {
	width: 310px;
	height: 570px;
	margin: 5px;
	border: 0px;
}



div.Line10 {
	clear: both;
	height: 10px;
	display: block;
}


/************** path ***************** */

#path {
	padding: 10px;	
}

#path UL {
	padding: 0px;
	margin: 0px;
	list-style-type: none;	
}
#path LI {
	padding: 0px;
	margin: 0px;
	DISPLAY: inline;
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial;
	color: #999999;
	list-style-type: none;
}
#path A {
	COLOR: #999999;
	text-decoration: none;
	font-weight: normal;
}
#path A:hover {
	COLOR: #990000;
	text-decoration: underline;
	font-weight: normal;
}

#path H1 {
	padding: 0px;
	margin: 0px;
	DISPLAY: inline;
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial;
	color: #999999;
	list-style-type: none;
}


/******** articolo **************************/

#articolo{
	padding: 10px;
	margin: 0px 0px 20px 0px;
	font-size: 12px;
	font-family: Tahoma;
	line-height: 17px;
	color: #333333;
}

#articolo .titolo{
	width: 100%;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
	color:#990000;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
			
}
#articolo .titolo span{
	color:#333333;
	font-weight: normal;
	font-size: 26px;		
}

#articolo .titolo2 {
	border-bottom:2px dotted #CCCCCC; 
	color: #ec8200;
	font-size: 14px;
	margin:0px 0px 5px 0px;
	font-weight:bold;
}


#articolo H1 {
	margin:2px; 
	font-size:14px;
}

#articolo H2 {
	margin:2px; 
	font-size:14px;
}

#articolo H3 {
	margin:2px; 
	font-size:12px;
}


#articolo H3 A {
	color:#006;
	text-decoration:none;
}

#articolo H3 A:hover {
	color:#006;
	text-decoration:underline;
}

#articolo img.foto {
	border: 1px solid #E5E5E5;
	padding: 2px;
	margin: 2px;
}

#articolo a.articolo {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	background-color: #b00000;
}

#articolo a.TestoMenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00008b;
}

#articolo a.TestoMenu:hover {
	color: #f90000;
}

#articolo .NoLinkGrigio {
	color:#BDC5CC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
	
	

/************* box ******************** */


.corner6 {
	-moz-border-radius: 6px/*{cornerRadius}*/; 
	-webkit-border-radius: 6px/*{cornerRadius}*/;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}



/******************* BOX interventi ****************** */

.BoxContain {
	 font-family: Arial, Helvetica, sans-serif;

	 }

.Box130 {
	width: 130px;
	border:1px solid gray;
	background-color: white; 
}

.Box200 {
	width: 200px;
	border:1px solid gray;
}

.Box300 {
	width: 300px;
	border:1px solid gray;
}

.Box350 {
	width: 350px;
	border:1px solid gray;
}

.Box400 {
	width: 400px;
	border:1px solid gray;
}

.Box600 {
	width: 600px;
	border:1px solid gray;
}


.BoxContain H2 {
	
	font-size:14px;
	font-weight: bold;
	margin: 4px;
}

.BoxContain H3  {
	font-size: 14px;
	margin: 1px;
	padding: 4px;
	color: white;
	background-color: #9c0000;
}


.BoxContain P {
	font-size:12px;
	margin: 4px;
}

.BoxContain A {
	color: #191970;
	text-decoration: none;
}

.BoxContain A:hover {
	color: #8b0000;
	text-decoration: underline;
}


.BoxContain ul.elenco {
	padding-left: 80px;
}


.BoxContain ul li {
	list-style-image: url(/img/arrow_orange.gif) ;
	list-style-position: inside;
	padding:1px;
}

/* ******************** ICONE ********************** */

.VisoDonna{
	background: url(/img/donna_viso.jpg) no-repeat top right;
	padding-right: 70px;
}

.Donna{
	background: url(/img/donna.gif) no-repeat top right;
	padding-right: 200px;
	min-height: 150px;
}

.DonnaViso{
	background: url(/img/donna_viso.jpg) no-repeat top left;
	min-height: 120px;
}

.DonnaSeno{
	background: url(/img/donna_seno.jpg) no-repeat top left;
	min-height: 120px;
}

.DonnaAddome{
	background: url(/img/donna_light.jpg) no-repeat top left;
	min-height: 120px;
}

.DonnaGlutei{
	background: url(/img/donna_glutei.jpg) no-repeat top left;
	min-height: 120px;
}

.VisoUomo{
	background: url(/img/uomo_viso.jpg) no-repeat top right;
	padding-right: 70px;
}

.UomoViso{
	background: url(/img/uomo_viso.jpg) no-repeat top left;
	min-height: 120px;
}

.UomoSeno{
	background: url(/img/uomo_petto.jpg) no-repeat top left;
	min-height: 120px;
}

.UomoAddome{
	background: url(/img/uomo_light.jpg) no-repeat top left;
	min-height: 120px;
}

.UomoGlutei{
	background: url(/img/uomo_glutei.jpg) no-repeat top left;
	min-height: 120px;
}



.ricProv {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}

.ricProv A {
	color: #333333;
	text-decoration: none;
}

.ricProv A:hover {
	text-decoration: underline;
	color: red;
}




.h80 {
	height: 80px;
}

/********************* MENU SX ********************* */

#leftMenu{
	float: left;
	width: 132px;
	padding: 0px;
	margin-left: 15px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/img/footer_box.gif) repeat-x bottom;
}

#leftMenu H3 {
	margin: 0px;
	font-size:10px;
	font-weight: bold;
	background-color: #dcdcdc;
	color: #333333;
	padding: 4px;
	width: 132px;
	border-bottom: 1px solid #ffffff;
}

#leftMenu .bottom {
	background: url(/img/bg_menuLeft.jpg) repeat-x top;
	width: 140px;
	height: 209px;
	border-top: 1px solid #FFFFFF;
}

#leftMenu H3 A {
	color: #333333;
	background-color: transparent !important;
	border: 0px;
	text-decoration: none;
}

#leftMenu A.menu{
	color: white;
	text-decoration: none;
	display: block;
	font-size: 10px;
	font-weight: bold;
	background-color: #990000;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	width: 130px;
}
#leftMenu A.menu:hover{
	text-decoration: underline;
}

/*********** tag clouds *********************** */

#cloud .box300 {
	width: 300px;
	background-color:#CCC
}
#cloud .titolo{
	background-color:#666666;
	color:#FFFFFF;
	padding:3px;
	font-size: 12px;
	font-weight:bold;
	
}
#cloud a{ 
	COLOR: #990000;
	text-decoration: none;
	font-weight: normal;
}

#cloud a.x-small {font-size: x-small; }
#cloud a.small { font-size: small; }
#cloud a.medium { font-size: medium; }
#cloud a.large { font-size: large; }


/* ************* BARRA TAG ***************** */

.BarraTag {
	color:#708090;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size:12px;
}

.BarraTag a.tag {
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #00008b;
}

.BarraTag a.tag:hover {
	text-decoration: underline;
	color: red;
}

a.LinkIntervento:hover {
	color:Red;
	text-decoration:underline;
}

a.LinkIntervento {
	background-image:url(/img/arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#2879AC;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left:13px;
	text-decoration:none;
}

.w120 {
	width: 120px;
}

.w175 {
	width: 175px;
}

.w200 {
	width: 200px;
}
.cb {
	clear: both;
}

.formC1 {
	font-family: Arial;
	font-size: 11px;
	padding: 4px;
	width:110px; 
	text-align:right; 
}

.formC2 {
	font-family: Arial;
	font-size: 11px;
	width:190px; 
	text-align:left; 
}

.formC3 {
	font-family: Arial;
	font-size: 11px;
	padding: 4px;
	width:80px; 
	text-align:right; 
}

.formC4 {
	font-family: Arial;
	font-size: 11px;
	width:190px; 
	text-align:left; 
}

/* ********* area login ***************/

#AreaLogin {
	width: 292px;
	padding: 4px;
	background-color: #f5f5f5;
	color: #333333;
	border: 1px solid gray;
}

#AreaLogin H3 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#AreaLogin ul {
	list-style: none;
	margin: 0px;
	padding: 3px;
}

#AreaLogin ul li {
	font-size:11px;
	padding: 3px;
}

#AreaLogin input.text {
	border: 1px solid gray;
	width: 180px;
}
/*  **************** LOGIN HOMEPAGE **************** */

#HomeLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 288px;
	padding: 2px 10px 4px 10px;
	background-color: #e9700b;
}

#HomeLogin H3 {
	margin-bottom: 3px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

#HomeLogin div.login {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 3px;
}
#HomeLogin input.login {
	font-family: Tahome, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 6px;
	border: 0px;
}

#HomeLogin a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

#HomeLogin a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div.corpo {
	background-image: url(/img/body.gif);
	background-repeat: no-repeat;
	background-position: center right;
	height: 100%;
}

#BoxHomePrenota {
	background-image: url(/img/staff.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 150px;
	border: 1px solid #b0b0b0;
	width: 500px;
	min-height: 40px;
	background-color: #efefef;
}

#BoxHomePrenota .contain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
}

#BoxHomePrenota a {
	font-size: 18px;
	color: #990000;
	text-decoration: none;
}

#BoxHomePrenota a:hover {
	text-decoration: underline;
}


a.vedo:link { 
	COLOR: #990000;
	text-decoration: none;
	font-weight: normal;
}

a.vedo:visited { 
	COLOR: #990000;
	 text-decoration: none;
}
a.vedo:hover { 
	COLOR: #990000;
	text-decoration: none;
}
a.vedo:active { 
	COLOR: #990000;
	text-decoration: none;
}

.Line10 { height:10px }
