/* CSS RESET *********************************************************************/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
margin-top:0;
margin-left:0;
}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing="0"’ in the markup */
table {
border-collapse: separate;
border-spacing: 0; 
vertical-align:top;

}
td,tr{
padding:3px;
font-family:Arial;
font-size:13px;
color:#000000;
padding-left:10px;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/**********************************************************************/
body {
padding:0;
bottom:0px;
}

p
{
	font-family: arial;
	font-size: 12px;
	color:#000;
	line-height:1.3em;
	text-align:justify;

}
a {
	font-family: arial;
	font-size: 12px;
	color:#ff6826;
	text-decoration:none;
	
}
a:hover {
	font-family: arial;
	font-size: 12px;
	color:#969696;
	text-decoration:underline;
}

.break
{
	clear: both;
}

.righino
{
	clear: both;
	background-image:url(img/righino.png);
	background-repeat: no-repeat;
	background-position:center;
	height:5px;
	margin-bottom:10px;
	margin-top:5px;
	width:500px;

	
}


h1
{
	font-family: arial;
	font-size: 10px;
	color:#000;
	height:10px;
	background-image: url(img/bg_h1.png);
	background-repeat:repeat-x;
	text-align:left;
	margin:0;
	padding:10px 0;
	/*border:1px solid red;*/
}
.fascetta{
	height:30px;
	background-image: url(img/bg_h1.png);
	background-repeat:repeat-x;
	text-align:left;
	margin:0;
}
#bg{
	background-image:url(img/quadrato.png);
	background-repeat:repeat;
	z-index:0;
	min-height:852px;
	
	/*height:538px;*/
}
#bg_hp{
	background-image:url(img/quadrato.png);
	background-repeat:repeat;
	min-height:1000px;
	/*height:538px;*/
}
#container_hp{
	/**/text-align:left;
	margin-right:0px;
	float:left;
	width:1250px; 
}
#container{
	margin:auto;
	text-align: left;
	margin-left:0px;
	/*	width:1234px; 
min-height:852px;*/

}
.box_login{
		float:left;
		background-image: url(img/bg_login.png);
		background-repeat:no-repeat;
		height:122px;
		text-align: left;
		width:122px;
		padding:10px;
	}

.field{
	width:120px;
	border:1px solid #e8e8e8;
	margin-bottom:10px;
	}
.invia{
	background-color:#30712d; 
    color:#fff; 
	font-family:arial;
	font-size:11px;
	margin-bottom:12px;
	border:0;
	padding:5px 10px;

	}
/*********************************************************************/


/*** header ***************************************************/

#header { 
	height:142px;
	text-align:center;
	

	/*border:1px solid #339900;*/
}
.flash{
	float:left;
	width:835px;
	text-align:center;


	}
.logo{
	width:110px;
	float:left;
	padding-top:20px;
	margin-left:33px;
	margin-right:15px;
	/*background-image:url(img/bg_logo.png);
	background-repeat:no-repeat;*/

}
	.topmenu{
	height:100px;
	width:1200px;
	float:left;
	margin-left:20px;
	margin-right:20px;
	
	}
	
	.topmenu ul
	{
		list-style: none;
	padding-top:70px;
		
	}

	.topmenu li
	{
		
		display: inline;
		color: #000;
		font-family: arial;
		font-size: 10px;
		text-decoration: none;
		/*float: left;*/
		margin:0;
		width:169px;
		height:70px;

		
			
	}
	.topmenu li a 
	{
		color: #000;
		font-family: arial;
		font-size: 10px;
		text-decoration: none;
	}

	.topmenu li a:hover
	{
		color: #000;
		font-family: arial;
		font-size: 10px;
		text-decoration: underline;

	}
	.topmenu li.azienda a
	{
		
		color: #000;
		font-family: arial;
		font-size: 10px;
		background-image:url(img/menu_azienda.png);
		background-repeat:no-repeat;
		background-position:top;
		text-decoration: none;
		padding:20px 30px 0 30px;
		margin-right:15px;
	
	}
	.topmenu li.azienda a:hover
	{
		color: #f38003;
		text-decoration: underline;
	}
	.topmenu li.eventi a
	{
		
		color: #000;
		font-family: arial;
		font-size: 10px;
		background-image:url(img/menu_eventi.png);
		background-repeat:no-repeat;
		background-position:top;
		text-decoration: none;
		padding:20px 10px 0 10px;
		margin-right:15px;
	}
	.topmenu li.eventi a:hover
	{
		color: #9e2150;
		text-decoration: underline;
	}
	.topmenu li.location a
	{
		
		color: #000;
		font-family: arial;
		font-size: 10px;
		background-image:url(img/menu_loc.png);
		background-repeat:no-repeat;
		background-position:top;
		text-decoration: none;
		padding:20px 22px 0 22px ;
		margin-right:15px;
	}
	.topmenu li.location a:hover
	{
		color: #2e64aa;
		text-decoration: underline;
	}
	.topmenu li.menu a
	{
		
		color: #000;
		font-family: arial;
		font-size: 10px;
		background-image:url(img/menu_menu.png);
		background-repeat:no-repeat;
		background-position:top;
		text-decoration: none;
		padding:20px 33px 0 33px;
		margin-right:15px;
	
	}
	.topmenu li.menu a:hover
	{
		color: #612f12;
		text-decoration: underline;
	}
	.topmenu li.photogallery a
	{
		
		color: #000;
		font-family: arial;
		font-size: 10px;
		background-image:url(img/menu_photo.png);
		background-repeat:no-repeat;
		background-position:top;
		text-decoration: none;
		padding:20px 10px 0 10px;
		margin-right:15px;
	}
	.topmenu li.photogallery a:hover
	{
		color: #ecc403;
		text-decoration: underline;
	}
	.topmenu li.area_sposi a
	{
		
		color: #000;
		font-family: arial;
		font-size: 10px;
		background-image:url(img/menu_sposi.png);
		background-repeat:no-repeat;
		background-position:top;
		text-decoration: none;
		padding:20px 20px 0 20px;
		margin-right:15px;
	}
	.topmenu li.area_sposi a:hover
	{
		color: #155e11;
		text-decoration: underline;
	}

	.topmenu li.contatti a
	{
		
		color: #000;
		font-family: arial;
		font-size: 10px;
		background-image:url(img/menu_cont.png);
		background-repeat:no-repeat;
		background-position:top;
		text-decoration: none;
		padding:20px 25px 0 25px;
		margin-right:15px;
	
	}
	.topmenu li.contatti a:hover
	{
		color: #94AC20;
		text-decoration: underline;
	}
	.topmenu li.news a
	{
		
		color: #000;
		font-family: arial;
		font-size: 10px;
		background-image:url(img/menu_news.png);
		background-repeat:no-repeat;
		background-position:top;
		text-decoration: none;
		padding:20px 36px 0 36px;
		margin-right:15px;
	
	}
	.topmenu li.news a:hover
	{
		color: #6c0298;
		text-decoration: underline;
	}

/******* centro pag**************************************************************/


#content { 

	width:910px; 
	text-align:center;
	margin-left:284px;
	/*border:2px solid #ff0000;*/
}

.col_centro{
	width:710px;
	text-align:center;
	background-image:url(img/bg_box.png);
	background-repeat:repeat-y;
	min-height:568px;
	float:left;

	}
.col_centro p{
	color:#323232;
	padding:10px;
	margin-right:142px;
	width:px;
	text-align:justify;
}
.col_centro ul{
text-align:left;
padding-left:10px;
}
.col_centro li{
		color: ##323232;
		font-family: arial;
		font-size: 12px;
		background-image:url(img/quadretto2.png);
		background-repeat:no-repeat;
		background-position:center left;
		padding:5px 0 5px 10px;

}
	
.col_dx{
	float:left;
	width:140px;
	background-image:url(img/bg_box.png);
	background-repeat:repeat-y;
	text-align:left;
	}
.col_dx a{
		color: #999;
		font-family: arial;
		font-size:11px;
		text-decoration:none;
		

}
.col_dx a:hover{
		color: #000;
		font-family: arial;
		font-size:11px;
		text-decoration:none;
}
.col_dx a.on_azienda{
		color: #F38003;
		font-family: arial;
		font-size:11px;
		text-decoration:none;
}
.col_dx a.on_menu{
		color: #612f12;
		font-family: arial;
		font-size:11px;
		text-decoration:none;
}
.col_dx a.on_location{
		color: #2E64AA;
		font-family: arial;
		font-size:11px;
		text-decoration:none;
}
.col_dx a.on_contatti{
		color: #94AC20;
		font-family: arial;
		font-size:11px;
		text-decoration:none;
}
.col_dx a.on_areasposi{
		color: #155e11;
		font-family: arial;
		font-size:10px;
		text-decoration:none;
}

.box_testo {
	float:left;
}
.foto{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.logo_ref{
		height:140px;
		width:141px;
		float: left;
		padding:2px 1px 0 0;
		text-align:center;
		
}
.logo_ref_last{
		height:140px;
		width:141px;
		float: left;
		margin:2px 1px 0 0;
		text-align:center;
}

.col_dx_areasposi{
		float:left;
		background-image: url(img/bg_scheda.png);
		background-repeat:repeat-x;
		min-height:397px;
		background-color:#edebeb;
		width:710px;
	}
.col_dx_areasposi h2{
	font-family: arial;
	font-size: 16px;
	color:#000;
	text-align:left;
	line-height:1.3em;
	font-weight:bold;
	padding: 0 10px 10px 10px;
	}
	
.col_dx_areasposi p{
		padding: 0 10px 10px 10px;
	}
.col_dx_areasposi_int{
		float:left;
		width:710px;
	}
.col_dx_areasposi_int p{
		padding: 0 10px 10px 10px;
	}
	
.etichetta_sposi{
	background-image: url(img/bg_etichetta.png);
	background-repeat:no-repeat;
	text-align:center;
	width:142px;
	margin-top:115px;
	color: #000;
	padding-top:8px;
	padding-bottom:8px;
	font-family: arial;
	font-size: 12px;
	vertical-align:middle;
	position:absolute; 
	bottom:0; 
	left:0;
	z-index:1;
	
}
.etichetta_sposi a{
	color: #000;
	font-family: arial;
	font-size: 12px;

}
.etichetta_sposi a:hover{
	color: #23961d;
	font-family: arial;
	font-size: 12px;

}
.box_testo_dett_sposi{
		width:414px; 
		float:left;
		padding-top:15px;
		text-align:justify;
}
.box_testo_dett_sposi_mappe{
		width:344px; 
		float:left;
		padding-top:15px;
}
.box_testo_dett_sposi_mappe p{
		width:344px;
}

.etichetta_location{
	background-image: url(img/bg_etichetta.png);
	background-repeat:no-repeat;
	text-align:center;
	width:142px;
	margin-top:115px;
	color: #000;
	padding-top:8px;
	padding-bottom:8px;
	font-family: arial;
	font-size: 12px;
	vertical-align:middle;
}
.etichetta_location a{
	color: #000;
	font-family: arial;
	font-size: 12px;

}
.etichetta_location a:hover{
	color: #2e64aa;
	font-family: arial;
	font-size: 12px;

}
.etichetta_eventi{
	background-image: url(img/bg_etichetta.png);
	background-repeat:no-repeat;
	text-align:center;
	width:142px;
	margin-top:115px;
	color: #000;
	padding-top:8px;
	padding-bottom:8px;
	font-family: arial;
	font-size: 12px;
	vertical-align:middle;
}
.etichetta_eventi a{
	color: #000;
	font-family: arial;
	font-size: 12px;

}
.etichetta_eventi a:hover{
	color: #b90101;
	font-family: arial;
	font-size: 12px;

}
.etichetta_news{
	background-image: url(img/bg_etichetta.png);
	background-repeat:no-repeat;
	text-align:center;
	width:142px;
	margin-top:115px;
	color: #000;
	padding-top:8px;
	padding-bottom:8px;
	font-family: arial;
	font-size: 12px;
	vertical-align:middle;
}
.etichetta_news a{
	color: #000;
	font-family: arial;
	font-size: 12px;

}
.etichetta_news a:hover{
	color: #6c0298;
	font-family: arial;
	font-size: 12px;

}
.etichetta_photo{
	background-image: url(img/bg_etichetta.png);
	background-repeat:no-repeat;
	text-align:center;
	width:142px;
	margin-top:115px;
	color: #000;
	padding-top:8px;
	padding-bottom:8px;
	font-family: arial;
	font-size: 12px;
	vertical-align:middle;
}
.etichetta_photo a{
	color: #000;
	font-family: arial;
	font-size: 12px;

}
.etichetta_photo a:hover{
	color: #ecbd03;
	font-family: arial;
	font-size: 12px;

}
.content_thumbnail_photo{
	/**/background-image: url(img/bg_thumbnail.png);
	background-repeat:repeat;
	text-align:left;
	float:left;
	min-height:122px;
	padding:10px;
	width:406px;

}
.content_thumbnail_photo_sposi
{
	/**/background-image: url(img/bg_thumbnail.png);
	background-repeat:repeat;
	text-align:left;
	float:left;
	padding:10px;
	width:382px;

}

.thumbnail{
	margin-right:1px;
	margin-bottom:2px;
	border:0;
	
}

.spacer{
		width:132px; 
		float:left; 
		padding:5px;
		height:100px;
}
.spacer_sposi{
		background-image: url(img/spacer_sposi.png);
		background-repeat:no-repeat;
		width:132px; 
		float:left; 
		padding:20px 5px;
		height:102px;
}
.col_dx_location{
		float:left;
		/*background-image: url(img/bg_scheda.png);
		background-repeat:repeat-x;*/
		width:710px;
		height:726px;
	}
.col_dx_location h2{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-style:italic;
		font-weight:bold;
		text-align:left;
		line-height:1.3em;
		padding: 0 10px 10px 10px;
		color:#2e64aa;
		line-height:1.3em;
	}
.col_dx_location p{
		padding: 0 10px 10px 10px;
	}

.col_dx_news{
		float:left;
		/*background-image: url(img/bg_scheda.png);
		background-repeat:repeat-x;*/
		height:426px;
	}
.col_dx_news h2{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-style:italic;
		font-weight:bold;
		color:#6c0298;
		text-align:left;
		line-height:1.3em;
		padding: 0 10px 10px 10px;
	}
.col_dx_photo{
		float:left;
		/*background-image: url(img/bg_scheda.png);
		background-repeat:repeat-x;*/
		width:710px;
		height:726px;
	}
.col_dx_photo h2{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-style:italic;
		font-weight:bold;
		text-align:left;
		line-height:1.3em;
		padding: 0 10px 10px 10px;
		color:#efc823;
	}
.col_dx_location p{
		padding: 0 10px 10px 10px;
	}
.col_dx_news p{
		padding: 0 10px 10px 10px;
	}

.box_testo_dett{
		height:132px; 
		width:408px; 
		float:left;
		text-align:justify;
		padding-top:5px;
}

/*** footer ***************************************************/

#footer { 
	width:710px; 
	height:20px;
	padding-top:15px;
	background-image: url(img/bg_footer.png);
	background-repeat:repeat-x;
	margin-left:284px;
	margin-top:3px;
	margin-right:2px;
	position:relative;
	
	/*border:2px solid #ff9900;*/
}
#footer p{ 
	text-align:center;
    font-family:arial;
	font-size:10px;
	color:#7d7d7d;
}
#footer a{ 
    font-family:arial;
	font-size:10px;
	color:#7d7d7d;
	text-decoration:none;
}
#footer a:hover{ 
    font-family:arial;
	font-size:10px;
	color:#333333;
	text-decoration:none;
}
#footer_hp {
	width:700px;
	height:50px;
	padding-top:15px;
	background-image: url(img/bg_footer.png);
	background-repeat:repeat-x;
	margin-bottom:20px;
	position:relative;
	
	/*border:2px solid #ff9900;*/
}
#footer_hp p{ 
	text-align:center;
    font-family:arial;
	font-size:10px;
	color:#7d7d7d;
}
#footer_hp a{ 
    font-family:arial;
	font-size:10px;
	color:#7d7d7d;
	text-decoration:none;
}
#footer_hp a:hover{ 
    font-family:arial;
	font-size:10px;
	color:#333333;
	text-decoration:none;
}

#footer_hp2 {
	width:990px;
	height:250px;
	background-image: url(img/bg_footer2.png);
	background-repeat:repeat-x;
	padding:5px 10px 20px 10px;
	position:relative;
	text-align:center;
	left:150px;
	top:700px;
	
	/*border:2px solid #ff9900;*/
}


#footer_hp2 h1{ 
	text-align:left;
    font-family:arial;
	font-size:10px;
	color: #666666;
	background-image:none;
	padding: 0;

}
#footer_hp2 p{ 
	text-align:left;
    font-family:arial;
	font-size:10px;
	color:#7d7d7d;
}
#footer_hp2 a{ 
    font-family:arial;
	font-size:10px;
	color:#7d7d7d;
	text-decoration:none;
}
#footer_hp2 a:hover{ 
    font-family:arial;
	font-size:10px;
	color:#7d7d7d;
	text-decoration:none;
}
 .cdweb{
	text-align: right;
	width:100px;
	position:absolute;
	top:10px;
	right:10px;

 
 }
 
/************************************************/

/*** stili testi ***************************************************/

.location{
		color: #2e64aa;
		font-family: arial;
		font-size: 10px;

}
.menu{
		color: #612f12;
		font-family: arial;
		font-size: 10px;

}
.azienda{
		color: #F38003;
		font-family: arial;
		font-size: 10px;

}
.eventi{
		color: #b90101;
		font-family: arial;
		font-size: 10px;

}
.contatti{
		color: #94AC20;
		font-family: arial;
		font-size: 10px;

}
.photogallery{
		color: #ecbd03;
		font-family: arial;
		font-size: 10px;
		margin-left:16px;
}
.areasposi{
		color: #155e11;
		font-family: arial;
		font-size: 10px;
		margin-left:16px;
}
.location2{
		color: #2e64aa;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		/*font-style:italic;*/
		font-weight:bold;
		padding-left:16px;
}
.menu_tit{
		color: #612f12;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-style:italic;
		text-align:center;
}
.menu_tit a{
		color: #612f12;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-style:italic;
		text-align:center;
		text-decoration:none;
}
.menu_tit a:hover{
		color: #a46a4b;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-style:italic;
		text-align:center;
		text-decoration:none;
}
.menu2{
		color: #612f12;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		/*font-style:italic;*/
		text-align:center;
		font-weight:bold;
		padding-left:16px;
}
.menu2 a{
		color: #612f12;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-style:italic;
		text-align:center;
		font-weight:bold;
		
}
.menu2 a:hover{
		color: #612f12;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-style:italic;
		text-align:center;
		font-weight:bold;
		text-decoration:none;
}
.azienda2{
		color: #F38003;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		/*font-style:italic;*/
		font-weight:bold;
		padding-left:16px;
}
.eventi2{
		color: #b90101;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		/*font-style:italic;*/
		font-weight:bold;
		padding-left:16px;
}
.contatti2{
		color: #94AC20;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		/*font-style:italic;*/
		font-weight:bold;
		padding-left:16px;
}
.photogallery2{
		color: #ecbd03;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		/*font-style:italic;*/
		font-weight:bold;
		padding-left:16px;
}
.areasposi2{
		color: #155e11;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		/*font-style:italic;*/
		font-weight:bold;
		padding-left:16px;
}
.areasposi2 a{
		color: #155e11;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-style:italic;
		font-weight:bold;
		padding-left:16px;
}
.areasposi2 a:hover{
		color: #155e11;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-style:italic;
		font-weight:bold;
		text-decoration:none;
		padding-left:16px;
}

.news2{
		color: #6c0298;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		/*font-style:italic;*/
		font-weight:bold;
		padding-left:16px;

}
.arancio{
		color: #F38003;
		font-family: arial;
		font-size: 12px;

}
.azzurro{
		color: #2e64aa;
		font-family: arial;
		font-size: 12px;
		text-align:left;
}
.rosso{
		color: #b90101;
		font-family: arial;
		font-size: 12px;
		text-align:left;
}
.giallo{
		color: #eca703;
		font-family: arial;
		font-size: 12px;
		text-align:left;
}
.viola{
		color: #6c0298;
		font-family: arial;
		font-size: 12px;
		text-align:left;

}

.verde{
		color: #155e11;
		font-family: arial;
		font-size: 12px;
		text-decoration:none;

}
.verde a{
		color: #155e11;
		font-family: arial;
		font-size: 12px;
		text-decoration:none;

}
.verde a:hover{
		color: #7d7d7d;
		font-family: arial;
		font-size: 12px;
		text-decoration:none;


}
.verdeon{
		color: #7d7d7d;
		font-family: arial;
		font-size: 12px;


}
.grigio{
		color: #cccccc;
		font-family: arial;
		font-size: 10px;
		text-align:left;


}
.firma{
		color: #155e11;
		font-family: arial;
		font-size: 11px;
		font-style:inherit;
		float:right;
		text-align:right;
}
.firma_arancione{
		color: #F38003;
		font-family: arial;
		font-size: 11px;
		font-style:inherit;
		text-align:right;
}

.link_dx_verde{
		color: #155e11;
		font-family: arial;
		font-size: 10px;
		text-decoration:none;

}
.link_dx_verde a{
		color: #155e11;
		font-family: arial;
		font-size: 10px;
		text-decoration:none;

}
.link_dx_verde a:hover{
		color: #155e11;
		font-family: arial;
		font-size: 10px;
		text-decoration:underline;

}
.link_dx_nero{
		color: #4b4b4b;
		font-family: arial;
		font-size: 11px;
		text-decoration:none;

}
.link_dx_nero a{
		color: #4b4b4b;
		font-family: arial;
		font-size: 11px;
		text-decoration:none;

}
.link_dx_nero a:hover{
		color: #4b4b4b;
		font-family: arial;
		font-size: 11px;
		text-decoration:underline;

}

		.colonna_sxwrap
		{
			padding: 0px;
			text-align:left;
		}

		.colonna_sxwrap ul
		{
			list-style: none;
			margin-top: 10px;
		}
		.colonna_sxwrap li
		{
			padding: 4px 0 4px 16px;
			background-image: url(img/puntino.png);
			background-repeat:no-repeat;
			background-position:center left;
		}
		.colonna_sxwrap a
		{
			color: #999;
			text-decoration: none;
			font-family:arial;
			font-size: 11px;
		}

		.colonna_sxwrap a:hover
		{
			color: #333;
		}


		.colonna_sxwrap li.selected
		{
			padding: 4px 0 4px 16px;
			background-image: url(img/puntino.png);
			background-repeat:no-repeat;

		}

		.colonna_sxwrap li.selected a
		{
			color: #000;
			font-weight:bold;
		}


/********************* site map **************/

	.sitemap
		{
			padding:5px;
			width:400px;
		}

		.sitemap ul
		{
			list-style: none;
			margin-bottom: 5px;
		}

		.sitemap li
		{
		    width:500px;
			padding: 0px 25px ;
			background: transparent url(img/site_tree.gif) no-repeat center left;
			
		}
		.sitemap li.sotto
		{
		    width:500px;
			padding: 0px 25px ;
			margin-left: 10px;
			background: transparent url(img/site_tree.gif) no-repeat center left;
			
		}

		.sitemap a
		{
			font-family: arial;
			font-size: 12px;
			color:#323232;
			text-decoration:none;
	
		}

		.sitemap a:hover
		{
			color: #666666;
		}

