html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	text-align:left;
	vertical-align:baseline;
	}
	
a img, :link img, :visited img {border:0}

table { border-collapse: collapse; border-spacing:0}

q:before, q:after, blockquote:before, blockquote:after {content: ""}

:focus {outline:0}

html{ width:100%; height:100%;}

body{
	margin:0 auto;
	height:100%;
	background:#E5F0C8 url(/images/sfondo.gif) top repeat-x;			
	font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
	font-size:13px;
	text-align:center;	
	color:#70725B;
	letter-spacing:0;
	}
	
p{
	font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
	font-size:13px;
	color:#70725B;
	letter-spacing:0;
	line-height:20px;
	text-align:left;
	margin:0 0 10px 0;
	}
	
h1{
	font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
	font-size:20px;
	color:#5F6534;
	text-align:left;
	letter-spacing:1px;
	margin:9px 10px 8px 10px;
	}
	
h2{
	font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
	font-size:17px;
	color:#819269;
	text-align:left;
	margin:10px 0 10px 0;
	letter-spacing:1px;
	}
	
h3{
	font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
	font-size:16px;
	color:#5F6534;
	text-align:left;
	margin:10px 0 15px 0;
	}
	
h4{
	font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
	font-size:14px;
	color:#5F6534;
	text-align:left;
	margin:15px 0 5px 0;
	}
	
h5{
	font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
	font-size:13px;
	color:#5F6534;
	text-align:center;
	margin:10px 0 0 0;
	}
	
h6{
	font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
	font-size:13px;
	color:#70725B;
	text-align:left;
	margin:10px 0 0 0;
	}

ul {
	padding: 0 0 0 15px;
	margin: 0 0 0 8px;
	color:#70725B;
	font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
	text-align:left;
	font-size:13px;
	list-style-type:disc;
}

ol {
	padding: 0 0 0 18px;
	margin: 0 0 0 10px;
	color:#70725B;
	font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
	text-align:left;
	font-size:13px;
	list-style-type:decimal;
}


li {
	padding:0 0 5px 0;
	margin: 0;
	color:#5B5D41;
	font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
	font-size:13px;
	}
		
a{color:#1F3F27; text-decoration:none; font-size:13px;}
	
a:hover{ color:#A4AE5B; text-decoration:none; font-size:13px;}
	
/* ------------------------------------------------- layout ------------------------------------------------ */
#centrato{
	width:980px;
	height:auto !important;
	height:800px;
	min-height:800px;
	margin:0 auto;
	text-align:center;
	}

#container{
	width:948px;
	height:auto;
	position:relative;
	float:left;
	z-index:1;
	background:#FFF;
	padding:0 16px 25px 16px;
	}
	
#top{
	width:948px;
	height:173px;
	background:url(/images/fiori_top.gif) top right no-repeat;
	/*border:1px solid red;*/
	}
	
#top_banner{
	width:948px;
	height:130px;
	background:url(/images/banner_top.jpg) top right no-repeat;
	/*border:1px solid orange;*/
	}

	/* -----------------------  menu ----------------------------- */	
		#menu{
		width:948px;
	    height:36px;
		/*padding:3px 0 0 0;*/
	    background:url(/images/sfondo_menu.gif) left no-repeat;
		position:relative;
		z-index:2}		
			#menu ul, #menu li{list-style-type:none}
		
		#menu a{cursor:pointer}		
		.menu, .menu ul {
			position:relative;
			margin:0;
			padding:0;
			border:0;
			list-style-type:none;
			display:block;
			z-index: 6;
			padding:5px 0 0 30px;
			}
		.menu li {
			margin:0;
			padding:0;
			border:0;
			display:block;
			float:left;
			position:relative;	
			z-index:7}
		.menu li:hover{white-space:normal}
		.menu li li{
			float: none;
			position: relative;	
			z-index: 7;
			}
		.menu ul {
			visibility: hidden;	
			position: absolute;
			z-index: 6;
			left: 0;
			top: 0;
			}
		.menu li:hover > ul {
			visibility: visible;/* display submenu them on hover */
			top: 100%;	/* 1st level go below their parent item */
			}
		
		.menu li li:hover > ul {	/* 2nd+ levels go on the right side of the parent item */
			top: 0;
			left: 100%;
			}
		.menu, .menu ul {	/* IE7 float clear: */
			min-height: 0;
			}
		
		/* -- sticky.submenu --
			it should not disappear when your mouse moves a bit outside the submenu
			YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
			if you do it, make sure you 110% know what you do */
		.menu ul {
			/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
			background-image:url(/images/empty.gif);
			padding: 14px 30px 30px 30px;
			margin: -7px 0 0 -30px;
			/*background-color: #f00;*/	/* uncomment this if you want to see the "safe" area. you can also use to adjust the safe area to your requirement */
		}
		.menu ul ul {
			padding: 30px 30px 30px 10px;
			margin: -30px 10px 0 -9px;
		}
		/* -- sticky.submenu.END -- */
		.menu{
			font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
			font-size:13px;
		}
		.menu ul li {
			font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
			font-size:13px;
 		    background-image:url(/images/bck.png);
	        background-repeat:no-repeat;
		}
		.menu ul {
			width: 160px;
		}
		.menu a {
			font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
			font-size:13px;
			color:#70725B;
			text-decoration:none;
			padding: .10em 14px; /*1em*/
			display: block;
			position: relative;
		}
		.menu ul li a {
			text-align:left;
			padding:5px
		}
		.menu a:hover, .menu li:hover > a {
			color:#40482A;
		}
		.menu li li {	/* create borders around each item */
			border-bottom: 1px solid #70725B;
		}
		.menu ul > li + li {	/* and remove the top border on all but first item in the list */
			border-top: 0;
		}
		/* Fix for IE5/Mac \*//*/
		.menu a {
			float: left;
		}
		/* End Fix */
		
		/*]]>*/

	/* -----------------------  fine menu ----------------------------- */
	
#main{
	width:948px;
	height:auto !important;
	height:642px;
	}
	
#colonnasx{
	width:634px;
	height:652px;
	float:left;
	overflow:hidden;
	}
	#cnm{
		width:634px;
		height:457px;
		background:url(/images/boxviola.gif) bottom left no-repeat;
		}
		#animazione{
			width:634px;
			height:174px;
			}
			#corsi{
			width:628px;
			height:283px;
			overflow:hidden;
			float:left;
			padding:0 3px 0 3px;
			}
			#corsi .dx{margin: 0 20px 0 0;}
			#corsi h1{margin:7px 0 5px 10px}
					
			#box_naturopathy{
				width:206px;
				height:240px;
				float:left;
				background:url(/images/box_naturopathy.gif) no-repeat top left;
				}
				#box_naturopathy ul, #box_naturopathy ul {padding:165px 10px 0 10px;}
				#box_naturopathy li, #box_naturopathy li{color:#562B18; list-style-type:none; padding:0 0 0 0;}
				#box_naturopathy h5{padding:155px 0 0 0; color:#562B18; margin:0;}
				#box_naturopathy p {margin:17px 0 0 0; color:#562B18;}
				#box_naturopathy a, #box_flower a, #box_nutritional a {color:#562B18; margin:0; font-size:13px}
				#box_naturopathy a:hover, #box_flower a:hover, #box_nutritional a:hover {color:#7B3E23;}
			#box_nutritional{
				width:206px;
				height:240px;
				float:left;
				margin:0 5px 0 5px;
				background:url(/images/box_nutritional.gif) no-repeat top left;
				}
			#box_flower{
				width:206px;
				height:240px;
				float:left;
				background:url(/images/box_flower.gif) no-repeat top left;
				}
				#box_flower ul, #box_nutritional ul {padding:165px 10px 0 10px;}
				#box_flower li, #box_nutritional li{color:#562B18; list-style-type:none; padding:0 0 0 0;}
				#box_flower p, #box_nutritional p{margin:17px 0 0 0; color:#562B18; margin:0;}
				#box_flower a, #box_nutritional a{color:#562B18; margin:0;}
				
#contattaci{
	font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
	font-size:18px;
	float:right;
	margin:-28px 10px 0 0;
	font-weight:bold;
}

#boxnewsl{
	width:634px;
	height:185px;
	margin:10px 0 0 0;
	}
	#newsletter{
		width:207px; /*width:247px; senza padding */
		height:127px; /*height:185px; senza padding*/
		float:left;
		background:url(/images/box_newsl.gif) no-repeat top left;
		padding:48px 20px 10px 20px}
		
		#banner{
			width:375px;
			height:185px;
			float:right;
			/*border:1px solid #000*/}
	
#colonnadx{
	width:304px;
	height:652px;
	float:right;
	
	}
	#bcma{
	width:304px;
	height:164px;
	margin-bottom:7px;
	}
	#news{
	width:284px;
	height:441px;
	padding:40px 0 0 20px;
	background: url(/images/box_news.gif) no-repeat bottom left;
	}
	
	.boxnews{
	width:264px;
	height:90px;
	padding:10px 0 0 0;
	float:left;
	border-bottom:1px solid #CBD790;
	}
	.testohome, .testofocus{
		width:200px;
		height:70px;
		float:right;
		}
		.testohome h3, .testofocus h3{
			margin:0 0 10px 0;
			}
			.testohome a:hover, .testofocus a:hover{
				color:#9CA651;
				}		

	
	#boxfocus{
	width:264px;
	height:125px;
	padding:10px 0 0 0;
	float:left;
	position:absolute;
	top:81%;
	left:69%;
	}
	
	.testofocus a{
				color:#676C3D;
				}		
	


#bottom{
	width:948px; /*width:980px; senza padding*/
	height:50px; /*height:60px; senza padding*/
	background-color:#FFF;
	margin-top:5px;
	float:left;
	padding:5px 16px 5px 16px;
	}
	
	#bottom p, #bottom a{
	font-size: 11px;
	}

	
/* ------------------------------------------ pagina interna ------------------------------------------------ */
#mainist{
	width:948px;
	height: auto !important;
	height:300px;
	min-height:300px;
	float:left;
	background:url(/images/fiori.gif) bottom right no-repeat;
	}

#istituzionale, #corsointerno, #areasoci{
	width:700px;
	height: auto !important;
	height:442px;
	min-height:442px;
	float:left;
	padding:0 10px 0 0;
	border-right:1px solid #EBEFD5}
	#istituzionale ul li{list-style:none}
#istituzionale_dx{
	width:215px;
	height:auto !important;
	height:442px;
	min-height:442px;
	float:left;
	padding:0 10px 0 10px;
}
	
#map{
	width:696px; 
	height:296px;
	border:2px solid #DFE8C8;
	margin:10px 0 15px 0;
	}
	
/* ------------------------------------------ pagina corsi ------------------------------------------------ */

#corsointerno h2, #corsointerno h3, #corsointerno h4{
	/*color: #8E4E9D;
	*/
	}

#corsointerno h3{
/*	color: #8E4E9D;*/
	}
	
#corsointerno h5, #corsointerno h6{
	/*color: #8E4E9D;*/
	text-align:left;
	margin:0 0 10px 0;
	}
	
#corsointerno ul{
	border-bottom:1px solid #8E4E9D; 
	padding:0 10px 10px 18px; 
	margin:15px 0 15px 0
	}

/* ------------------------------------------ pagina riservata bacheca ------------------------------------------------ */

#areasoci h2, #areasoci h3, #areasoci h4, #areasoci p{
	color: #841969;
	}

#areasoci h3{
	color: #841969;
	}
	
#areasoci h5, #areasoci h6{
	color: #5F6534;
	text-align:left;
	margin:0 0 10px 0;
	}
	
#areasoci ul{
	border-bottom:1px solid #841969; 
	padding:0 10px 10px 18px; 
	margin:15px 0 15px 0
	}

#areasoci .verde{color: #70725B;}

.boxsfondo{ background-color:#FCF5FD; padding:10px; margin:15px 0 15px 0}

.sf_bianco{ background:#fff;}

#com_bacheca_t{
	width:215px;
	height:48px;
	float:left;
	clear:both;
	background: url(/images/com_top.gif) no-repeat;
	margin:0;}
#com_bacheca_c{
	width:195px;
	height:auto !important;
	height:200px;
	min-height:200px;
	padding:0 10px 0 10px;
	float:left;
	clear:both;
	background:url(/images/com_cnt.gif) repeat-y;
	margin:0;}
	#com_bacheca_c h4{ padding-top:0; margin-top:0;}
#com_bacheca_b{
	width:215px;
	height:53px;
	float:left;
	clear:both;
	background: url(/images/com_btm.gif) no-repeat;
	margin:0;}
/* ------------------------------------------------- pagina news --------------------------------------------------- */	
.ultimanews{
	width:700px;
	height:auto;
	float:left;
	text-align:left;
	margin-bottom:30px
	}
	.data{
		width:48px;
		height:56px;
		margin:5px 0 0 0;
		float:left;
		}
		.data p{
			padding:0;
			text-align:center;
			margin:0 auto;
			}
	.testo{
		width:640px;
		height:auto !important;
		height:70px;
		min-height:70px;
		float:right;
		}

	.testo_domande{
		width:640px;
		height:auto !important;
		height:70px;
		min-height:70px;
	/*	float:right;*/
		}

		.testo h3{
			margin:0 0 10px 0;
			}
			.testo img{
				width:640px;
				margin:0 0 30px 0;
				border:1px solid #B2A650; 
				float:left
				}
				.testo a:hover{
				color:#9CA651;
				}		

	
/* ------------------------------------------------- pagina a 2 colonne ------------------------------------------------ */

#sinistra{ float:left; margin-right:150px}
#destra{ float:left;}

/* ------------------------------------------------- classi ------------------------------------------------ */
.dx{ float:right}

a.linkness{ font-family:Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; color: #000; font-size: 11px;}
a:hover.linkness{ font-family:Tahoma, Arial, Helvetica, sans-serif; text-decoration: none; color: #52A145;}

.giallo{color: #FEEF04;}
.lilla{color: #BC90C6;}
.marrone{color: #562816;}
.verde{color: #70725B;}

.testocentrato{text-align:center}

a.giallo{color: #FEEF04; margin:10px 0 10px 0; font-size:17px}

.boxbordo{border:1px solid #BC90C6; padding:10px; margin:15px 0 15px 0}

.boxbordobacheca{border:1px solid #5F6534; padding:0 10px 10px 10px; margin:30px 0 15px 0; background-color:#f4f7e4;}

.boxbordolegislazione{border:1px solid #5F6534; padding:0 10px 10px 10px; margin:30px 0 15px 0}

.imgpdf{margin:-4px 5px 0 0; padding: 0 0 0 0; display:block; float:left}

a.pdf{color: #7F3690;}
a.pdf1{
	color:#7F3690;
	background:url(/images/icon_pdf.gif) no-repeat;
	padding-left:20px;
	margin-left:25px;
	font-weight:bold}

/* ------------------------------------------------- form contatti --------------------------------------------------- */

.cont form{ 
	margin:0;
	padding:0;
	background:none;
	}
	.cont fieldset{ 
		border:0;
		padding:5px 10px 5px 10px;
		margin:0}
		.cont fieldset.chiaro{background:#EEF6DA}				   
		.cont legend{ 
			font-size:12px;
			font-weight:bold;
			font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
			color:#70725B;
			margin:0;
			padding:0}
			.cont span.riga{ 
			   padding:10px; 
			   margin:0;
			   border:0;
			   display:block;
			   clear:both}
				.cont span.riga_centrata{ 
					padding:10px; 
					margin:0;
					border:0;
					display:block;
					clear:both;
					text-align:center}
					.cont label{ 
						font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
						font-size:12px;
						color:#70725B;
						text-align:right;
						}
						.cont span.elemento_block {
							display:block;
							width:22%;
							margin-top:2px;
							margin-right:15px;
							float:left;
							text-align:right;
							vertical-align: baseline}
							.cont input, .cont select, .cont textarea{ 
								color: #B179BE; 
								font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
								font-size:11px;
								margin:0;
								border:0;
								width:55%}
								.cont input, .cont select{
									border-bottom:1px dotted #E1D5E4 !important;
									border-bottom:1px solid #E1D5E4}
								  .cont input[file]{border-bottom:1px dotted #E1D5E4}
									.cont textarea{
										border:1px dotted #E1D5E4 !important;
										border:1px solid #E1D5E4;
										overflow:auto}
										.cont input:hover, select:hover, textarea:hover{background:#F3E5F6}
										.cont input:focus, select:focus, textarea:focus{background:#F3E5F6}
										.cont  span.asterisco{
											 color:#ff0000;
											 font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
											 font-size:11px;
										     vertical-align:top}
											.cont  span.leggi_privacy { 
													font-family:"Trebuchet MS", Arial,Helvetica, sans-serif;
													font-size:11px;
													color: #70725B;
													text-align:center;
													display:block;
													margin:0;
													padding:20px 0px 8px 0px;
													border-top:1px solid #FFF}
													.cont .spunta {
														border:0;
														width:20px;
														vertical-align:middle;
														padding:0}
														.cont .button{
															width:100px;
															height:25px;
															color:#70725B;
															background:#F4F7E4; 
															border:1px solid #F3E5F6 !important;
															cursor:pointer}
															
.obbligatorio, .conferma{	
	padding:5px;
	text-align:center;
}
.obbligatorio{
	border:2px solid #B71D14;
}
.conferma{
	border:2px solid #D4E7A9;
}

.errore{
	border:1px solid #D4E7A9;
	color: #FF0000;
	padding: 10px;}
	.rientro{
		padding:0 0 0 10px;}
		.rientro li{
				list-style-type:disc !important}
				.organigramma img{
					float:left;
					padding:0 10px 10px 0}
					.organigramma p{
						height:auto !important;
						height:45px;
						min-height:45px;
						float:left;
						padding:5px 0}
				
