/* +------------------------------------------------------------------------+ */
/* | 20121018 1900 mORA - www.roam.it                                       | */
/* +------------------------------------------------------------------------+ */

/* +-----+------------------------------------------------------------------+ */
/* | BGN | Mappa                                                            | */

/* -----( Mappa - Titoli )--------------------------------------------------- */
#smap h2,
#smap h3
{
	padding: 0;
	border: 0;
	margin: 0 0 1em 0;

	font-family: Trebuchet MS, Georgia, Verdana, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color: #E6E6E6;
	text-decoration: none;
	text-align: left;

	background-color: transparent;

	clear: both;

	z-index: 1;
}
#smap div h3
{
	margin: 1em 0 .5em 0;
	font-size: 100%;
}
/* -----( Mappa - Testo )---------------------------------------------------- */
.smap_text
{
	padding: 0;
	border: 0;
	margin: 0;

	font-family: Trebuchet MS, Georgia, Verdana, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: left;

	background-color: transparent;

	z-index: 1;
}
/* -----( Mappa - Testo - Link )--------------------------------------------- */
.smap_text a:link
{
	color: white;

	background-color: transparent;

	z-index: 5;
}
.smap_text a:visited
{
	color: white;

	background-color: transparent;

	z-index: 5;
}
.smap_text a:hover
{
	color: #FFCC66;

	background-color: #4C4C4C;

	z-index: 5;
}
/* -----( SGG (3.4) - Mappa del Sito - Contenuto )--------------------------- */
#smap_lega_text
{
	padding: 0;
	border: 0;
	margin: 0;

	top: 0;
	left: 0;
	width: 100%;
	clear: both;

	background-color: transparent;

	z-index: 1;
}
/* -----( SGG (3.4) - Mappa del Sito - Contenuto - Testo )------------------- */
#smap_lega_text p
{
	padding: 0 2em 1em 2em;
	border: 0;
	margin: 0;

	font-family: Verdana, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: white;
	text-decoration: none;
	text-align: center;

	background-color: transparent;

	z-index: 5;
}
/* -----( SGG (3.4) - Mappa del Sito - Contenuto - Testo - Link )------------ */
#smap_lega_text a:link
{
	color: #FFCC66;

	background-color: transparent;

	z-index: 5;
}
#smap_lega_text a:visited
{
	color: #FFCC66;

	background-color: transparent;

	z-index: 5;
}
#smap_lega_text a:hover
{
	color: white;

	background-color: #4C4C4C;

	z-index: 5;
}
/* | END | Mappa                                                            | */
/* +-----+------------------------------------------------------------------+ */
