/* begin Page */

body
{
	margin: 0 auto;
	padding-top:10px;
	background:url("../images/sfondo.png") repeat-x;
	/*background:url("../images/sfondoNatale.jpg") repeat-x;*/
	border-top-color:#cfdce4;
	border-top : 2px solid;

	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #445864;
}

.Main {
	background-color:#fff;
	z-index:-3;
}

/* end Page */

/* begin Header */
div.Header-logo
{
	position: relative;
	top: 0;
	left: 0;
	height: 160px;
	/*margin-top:15px;*/
	/*padding-top:15px;*/
	background-image: url('../images/header1.png');
	background-repeat: no-repeat;
	background-position: 328px center;
}


/* end Header */

/* begin Menu */
/* menu structure */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
  text-align:left;
  text-decoration:none;
  outline:none;
  letter-spacing:normal;
  word-spacing:normal;
}

.artmenu, .artmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.artmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background:none;
}

.artmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.artmenu li li
{
  float: none;
}

.artmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background:none;
}

.artmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.artmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.artmenu:after, .artmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.artmenu, .artmenu ul
{
  min-height: 0;
}

.artmenu ul
{
  background-image: url('../images/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}


/* menu structure */

.nav
{
  position: relative;
  /*margin: 0  auto;
  left:6px;*/
  height: 28px;
  z-index: 100;
}

.artmenu { padding: 0px 0px 0px 0px; }


.nav .l, .nav .r, .nav .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 28px;
}

.nav .l
{
  left: 0;
  right: 0px;
}


.nav .r
{
  right: 0;
  width: 0px;
}


.nav .r div
{
  /*width: 940px;*/
  width:100%;
  right: 0;
}


.nav .l, .nav .r div
{
  margin-left:12px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('../images/nav.png');
}

/* end Menu */

/* begin MenuItem */
.artmenu ul li
{
  clear: both;
}

.artmenu a , .artmenu a span
{
  height: 28px;
  display: block;
}


.artmenu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;

}
.artmenu a span span
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: #ECF3F9;
  padding: 0 12px;
  margin: 0 0px;
  line-height: 28px;
  text-align: center;
  background-image: url('../images/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;

}

.artmenu a:hover span span
{
  color: #27333A;
  background-position: left -28px;
}

.artmenu li:hover a span span
{
  color: #27333A;
  background-position: left -28px;
}

.artmenu li a.active span span
{
  color: #C3D4DF;
  background-position: left -56px;
}

.active
{
	color: #C3D4DF;
	background-position: left -56px;	
}
	


/* end MenuItem */

/* begin MenuSeparator */
.nav .separator
{
	display: block;
	width: 100%;
	height: 28px;
	/*padding-right: 20px;*/
	/*background-image: url('../images/item-separator.png');
	background-repeat: no-repeat;*/
}

/* end MenuSeparator */

/* begin MenuSubItem */
.artmenu ul a
{
  display:block;
  text-align: center;
  white-space: nowrap;
  height: 28px;
  width: 206px;
  overflow:hidden;
  line-height: 28px;
  margin-right: auto;
  background-image: url('../images/subitem-bg.png');
  background-position: left top;
  background-repeat: repeat-x;

  border-width: 1px;
  border-style: solid;
  border-color: #D7E3EA;
}

.nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 28px;
  color: #214763;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}

.artmenu ul ul a
{
  margin-left: auto;
}

.artmenu ul li a:hover
{
  color: #000000;
  border-color: #95B3C6;
  background-position: 0 -28px;
}

.artmenu ul li:hover>a
{
  color: #000000;
  border-color: #95B3C6;
  background-position: 0 -28px;
}

.nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span
{
  color: #000000;
}

.nav .artmenu ul li:hover>a span, .nav .artmenu ul li:hover>a span span
{
  color: #000000;
}


/* end MenuSubItem */

/* begin BlockHeader */
.BlockHeader
{
	position: relative;
	overflow: hidden;
	height: 30px;
	z-index: 0;
	line-height: 30px;
	padding: 0 4px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.left
{
	margin-left:0;
}
.right
{
	float:right;
	margin-right:0;
}

.annunci {
	margin-top:50px;
	text-align:center;
}

.sidebar{
	margin-left:50px;
	
}	
.BlockHeader a,
.BlockHeader a.visible
{
	font-family: Georgia, "Times New Roman", Times, Serif;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
	background: url("../images/switch_minus.png") 90% 50% no-repeat;
	display: block;
	padding: 4px 8px;
	margin: -4px -6px;
	border: none;
}

.BlockHeader span
{
	font-family: Georgia, "Times New Roman", Times, Serif;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
	display: block;
	padding: 4px 8px;
	margin: -4px -6px;
	border: none;
}

/* Adds special style to an unvisited link. */
.BlockHeader a:link
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
  /*color: #3B7DB0;*/
  color: #000;
}

/* Adds special style to a visited link. */
.BlockHeader a:visited, a.visited
{
	font-family: Georgia, "Times New Roman", Times, Serif;
	text-decoration: none;
	color: #000;
}

/* :hover - adds special style to an element when you mouse over it. */
.BlockHeader a:hover, a.hover
{
	font-family: Georgia, "Times New Roman", Times, Serif;
	text-decoration: blink;
	color: #333;
	/*color:#666666;*/
}

.BlockHeader a.hidden,
.BlockHeader a.hidden:hover {
	background-image: url("../images/switch_plus.png");
	color: #1D3F58;
}

.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.BlockHeader .l
{
  left:  0px;
  right: 6px;
}


.BlockHeader .r
{
  right: 0;
  width: 6px;
}


.BlockHeader .r div
{
  width: 888px;/*888px;*/
  right: 0;
}


.BlockHeader .l, .BlockHeader .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('../images/BlockHeader.png');
}

/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.BlockContent-body
{
  position: relative;
  z-index: 0;
  margin: 7px;
}


.BlockContent-body
{
  color:#212B31;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}

.BlockContent-body a:link
{
  color: #2D5F86;
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: underline;
}

.BlockContent-body a:visited, .BlockContent-body a.visited
{
  color: #8099A8;
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: underline;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
  color: #3B7DB0;
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
}


.BlockContent-body ul
{
  list-style-type: none;
  color: #556E7C;
  margin:0;
  padding:0;
}

.BlockContent-body li
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 13px;
  text-decoration: none;
}

.BlockContent-body ul li
{
  padding:0px 0 0px 17px;
  background-image: url('../images/BlockContentBullets.png');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
/*.Post
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}*/


/*.Post-body
{
  position: relative;
  z-index: 0;
  margin: 7px;
}*/


/*.Post
{
  margin: 10px;
}*/

/* begin PostMetadata */

.PostMetadataHeader
{
  background-color: #D4E0E8;
  border-color: #AFC6D4;
  border-style: dashed;
  border-width: 0px;
  padding:2px;
  margin-top:10px;
}

.PostMetadataHeaderCi
{
  background-color: #4D9FCB;
  border-color: #AFC6D4;
  border-style: dashed;
  border-width: 0px;
  padding:2px;
  margin-top:10px;
  text-decoration:none;
  margin: 0.2em 0;
  padding:5px;
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  word-spacing:normal;
  font-variant:normal;
  text-decoration:none;
  font-variant:normal;
  text-transform:none;
  text-align:left;
  text-indent:0;
  line-height:inherit;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #183449;
}

/* end PostMetadata */

/* begin PostHeaderIcon */
.PostHeaderIcon-wrapper
{
  text-decoration:none;
  margin: 0.2em 0;
  padding: 0;
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  word-spacing:normal;
  font-variant:normal;
  text-decoration:none;
  font-variant:normal;
  text-transform:none;
  text-align:left;
  text-indent:0;
  line-height:inherit;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #183449;
}


.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #183449;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:link
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
  text-align: left;
  color: #1F415C;
}

.PostHeader a:visited, .PostHeader a.visited
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
  text-align: left;
  color: #324049;
}

.PostHeader a:hover, .PostHeader a.hovered
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
  text-align: left;
  color: #183449;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */

p, .PostContent
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #445864;
  padding-left:5px;
}
 
.PostContent image
{
    margin:0;
    padding:0;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a{
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
  color: #3B7DB0;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
  color: #3B7DB0;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
  color: #303E46;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
  color: #1D3F58;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 31px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #2D5F86;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #2D5F86;
}

.contatti h2,
.contatti h3,
.contatti h4,
.contatti h5
{
	text-align:center;
}

.contatti h4 a:hover
{
	background-color:#D4E0E8;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #3E5F74;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #212B31;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #212B31;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #212B31;
}
/* Finish Content headings Fonts & Colors  */

/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ul
{
  list-style-type: none;
  color: #111518;
  margin:0;
  padding:0;
}

li
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 13px;
}

.Post 
{
		margin: 10px;
}		

/*normative*/
.Post ul li a
{
  padding:0px 0 0px 16px;
  background-image: url('../images/PostBullets.png');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:30px;
}


/*Servizi*/
.PostServizi
{
	margin:0 auto;
	margin-top:15px;
}

.PostServizi ul
{
	/*line-height: 26px;*/
	list-style-position: outside;
	list-style-image: url('../images/PostBullets.png');
}

.PostServizi ul li h5
{
	text-align: justify;
}


/* Finish Content list */
/* end PostBullets */

/* begin Button */
button.Button, a.Button
{
  position:relative;
  float:right;
  /*display:inline-block;*/
  width: auto;
  outline:none;
  border:none;
  background:none;
  line-height:37px;
  margin:0;
  padding:0;
  overflow: visible;
  cursor: pointer;
  text-decoration: none !important;
}


/*This HACK needed for ie7 (button position)*/
*:first-child+html button.Button, *:first-child+html a.Button
{
  display:list-item;
  list-style-type:none;
  float:right;
}

.Button .btn
{
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  z-index: 0;
  height: 37px;
  color: #224967;
  white-space: nowrap;
  float:right;
}

.Button .t
{
  height:37px;
  white-space: normal;
  padding: 0 26px;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  line-height: 37px;
  text-decoration: none !important;
}

input, select
{
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}

.Button .active
{
  color: #F0F3F5;
}

.Button .hover,  a.Button:hover
{
  color: #EEF3F6;
  text-decoration: none !important;
}

.Button .active .r
{
  top: -74px;
}

.Button .hover .r
{
  top: -37px;
}

.Button .r
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 15px;
  height: 111px;
}


.Button .r span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:419px;
  height: 111px;
}


.Button .active .l
{
  top: -74px;
}

.Button .hover .l
{
  top: -37px;
}

.Button .l
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 15px;
  height: 111px;
}


.Button .l, .Button .r span
{
  background-image: url('../images/Button.png');
}

/* end Button */

/* begin Contact */
.contatti
{
	padding:5%;
	text-align:center;
}

/* end Contact */

/* begin Footer */
#site_info {
	background-image: url("../images/foot.png");
	background-repeat:repeat-x;
	background-attachment:scroll;
	border-bottom-color:#cfdce4;
	border-bottom : 2px solid;
	margin:0;
	padding:0;
	z-index:-2;
	min-height:85px;
	width:100%;
	/*display:block;*/
	position:absolute;
	left:0;
	/*overflow:hidden;*/
}

#site_info p {
	margin:0
}

.footer
{
  display:inline-block;
  color:#1A364D;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 12px;
  z-index:-1;
  margin-top:22px;
}

.footer p
{
  margin: 0;
  text-align:center;
}

.contatore
{
	font-weight:bold;
	font-size:10pt;
	color:#000000;
	font-family:"Times New Roman", Times, Serif;
}

.footer a:link
{
  text-decoration: none;
  color: #254F6F;
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: underline;
}

.footer a:visited
{
  text-decoration: none;
  color: #516876;
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: underline;
}

.footer a:hover
{
  text-decoration: none;
  color: #326A95;
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family:Arial;
  font-size:10px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
  color:#7DAED4;
}

.page-footer
{
  margin:1em;
  text-align:center;
  text-decoration:none;
  color:#98ADB9;
}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .sidebar1
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 177px;
}

/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 533px;
}

/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .sidebar2
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 177px;
}

/* end LayoutCell */

form {
	overflow:hidden;
}
fieldset {
	padding:10px;
	position:relative;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:3pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}

/* the news box */
/*#news a
{
	color:#000;
}*/

#news, .link ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news, .link li{
	line-height:2em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:120px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

/*inizio stile css mappa*/
#mappa img{
	border:none;
}
	
#mappa{
	height:380px;
	position:relative;
	left:10px;
	top:20px;
}

#mappa a{
	text-decoration:none;
	color:#000000;
	outline:none;
	}
#mappa a img.regione{
	position:absolute;
	display:block;
	}
#mappa a:hover img.regione{
		filter:alpha(opacity=60); /*60*/
		/*-moz-opacity:0.6;*/
		opacity:0.6;
	}
#mappa a span{
	display:none;
}
#mappa a:hover span, #mappa #info{
		display:block;
		width:232px;
		height:273px;
		position:absolute;
		right:10px;
		top:10px;
		border:2px solid #CCCCCC;
		background-color:#FFFFFF;
		padding:10px;
		color:#333333;
		font-size:12px;
		line-height:18px;
		letter-spacing:1px;
		text-align:justify;
		overflow:hidden;
		z-index:20;
	}

.fixme {
		display:block;
		width:232px;
	    height:273px;
		position:absolute;
		right:10px;
		top:10px;
		border:2px solid #CCCCCC;
		background-color:#FFFFFF;
		padding:10px;
		color:#333333;
		font-size:12px;
		line-height:18px;
		letter-spacing:1px;
		text-align:justify;
		overflow:hidden;
		z-index:20;
	}
.notfixme {
		display:none;
	}
#mappa span b{
		display:block;
		height:30px;
		line-height:30px;
		margin-bottom:10px;
		border-bottom:1px solid #CCCCCC;
	}
#aosta{
	left:5px;
	top:37px;
	z-index:1;
	}
#piemonte{
	left:2px;
	top:27px;
	}
	#liguria{
	left:20px;
	top:77px;
	}
	#lombardia{
	left:41px;
	top:19px;
	}
	#trentino{
	left:80px;
	top:3px;
	z-index:2;
	}
	#veneto{
	left:85px;
	top:15px;
	}
	#friuli{
	left:120px;
	top:15px;
	z-index:3;
	}
	#romagna{
	left:55px;
	top:62px;
	}
	#toscana{
	left:66px;
	top:81px;
	}
	#marche{
	left:118px;
	top:96px;
	}
	#umbria{
	left:113px;
	top:108px;
	}
	#lazio{
	left:105px;
	top:132px;
	}
	#abruzzo{
	left:139px;
	top:128px;
	}
	#molise{
	left:160px;
	top:152px;
	z-index:4;
	}
	#puglia{
	left:182px;
	top:154px;
	}
	#campania{
	left:158px;
	top:169px;
	}
	#basilicata{
	left:194px;
	top:179px;
	z-index:5;
	}
	#calabria{
	left:205px;
	top:210px;
	}
	#sardegna{
	left:30px;
	top:175px;
	}
	#sicilia{
	left:130px;
	top:270px;
	}
/*fine stile mappa*/
	
	
div#provagratuita
{
	margin: 0 auto;
	width: 450px;
}

.banner
{
	margin:0 auto; 
	text-align:center; 
	padding-top:20px;
}



