body {
  margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px;
}
	
#divMenu {
	position:static;
	width:540px;
	height:40px;
	z-index:1;
	/* margin-right: 0px;
	margin-bottom: 0px; */
	margin-left: 230px;
	margin-top:60px;
}

#divUtility {
	position:static;
	width:570px;
	height:32px;
	z-index:-1;
	/* margin-right: 0px;
	margin-bottom: 0px; */
	margin-left: 210px;
	margin-top:0px;
	margin-right: 0px;
}

#divMapLog{
  position:static;
  margin-left: 0px;
  margin-top:0px;
  width: 210px;
  height: 100px;
  float: left;
	z-index:-1;
}
#divBott {
	position:static;
	width:149px;
	height:376px;
	z-index:1;
	margin-left: 25px;
	margin-top: 200px;
}

#divColonna {
	float: left;
	width: 49%;
}

#divColonna2 {
	float: right;
	width: 49%;
}


#divContenitore {
	width:100%;
}

div.split2 div{
	float: left;
	width: 45%;
	width: 49%;
	width: 45%;
	padding: 2px
    }

div.clearer{
    float: none; clear: left
    } 

.tdBott {
	background: url(img/bott.jpg)  center center;
	background-repeat: no-repeat;
    background-position: top center;
}

.tdBox {
	background: url(img/bk_box2.gif)  center center;
	background-repeat: no-repeat;
    background-position: top center;
}
	.tdBoxClub {
	background: url(img/bk_box3.gif)  center center;
	background-repeat: no-repeat;
    background-position: top center;
}
	.tdBoxClub2 {
	background: url(img/bk_box3.gif)  center center;
	background-repeat: repeat-x;
	background-position: top center;
}

	
	.tdBorder {
	border: 1px solid #3c2c20;
}
	.tdContent {
	background: url(img/bk_content.jpg)  center center;
	background-repeat: no-repeat;
    background-position: top center;
	background-color: #000000;
}
   .Titoli {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #f28000;
	font-style: italic;
}
   .TitoliMedium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #f28000;
}
 .TitoliSpalla {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #a6b8e6;
	font-style: italic;
	padding-left: 6px;
}
 .TitoliSpallaLabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #a6b8e6;
	font-style: italic;
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom: 10px;
	background-image: url(img/label_home.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	line-height: 32px;
}
   .Textgrigio {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #757575;
}

   .Textbianco {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #FFFFFF;
}

   .Testo_pressroom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}

a:link {
	color: #07fafa;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #07fafa;
}
a:hover {
	text-decoration: none;
	color: #00CCCC;
}
a:active {
	text-decoration: underline;
}

a.Spalla:link {
	text-decoration:none;
	color: #804e2d;
	line-height: 20px;

}

a.Spalla:visited {
	text-decoration:none;
	color: #804e2d;
	line-height: 20px;

}
a.Spalla:hover {
	color: #26e4d2;
	line-height: 20px;
	
}
/*
a.SpallaAutore {
	position:relative; /*questa Ë fondamentale
    z-index:24; 
    background-color: #000000;
  text-decoration:none;
	color: #804e2d;
	line-height: 20px;

}
a.SpallaAutore:hover {
	z-index: 25;
  background-color: #000000;
  color: #26e4d2;
	line-height: 20px;
	
}
a.SpallaAutore span {
  display: none;
}
a.SpallaAutore:hover span {
  display: block; 
  position:absolute;
  top: 0em; 
  left: 1em; 
  width: 1em;
  border: 0px solid #3B2B20; 
  background-color: #3B2B20; color:#000;
  font-size: 80%;
  text-align: center;
}
*/

/*TOOLTIP*/
div#container{
position: static;
    margin: 0px;

}
a.tooltip{ 
    position:relative; /*questa Ë fondamentale*/
    z-index:24; 
    background-color: #000000;
    color: #000;
    text-decoration: none;
    left: 0px;
}
a.tooltip:hover{ 
    z-index: 25; 
    background-color: #000000;
    width: 95px; 
}
a.tooltip span{
    display: none;
}
a.tooltip:hover span{ /*lo span verrý mostrato solo sullo stato :hover */
    display: block; 
    position:absolute;
    border: 1px solid #3B2B20; 
    background-color: #3B2B20; 
    color:#000;
    font-size: 80%;
    text-align: center;
}
/*FINE TOOLTIP*/

/*TOOLTIP PERMISSION*/
div#containerLucchetto{
position: static;
    margin: 0px;
    float: left;

}
a.tooltipLucchetto{ 
    position:relative; /*questa Ë fondamentale*/
    z-index:24; 
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    left: 0px;
}
a.tooltipLucchetto:hover{ 
    z-index: 25; 
    background-color: #000000;
    width: 95px; 
}
a.tooltipLucchetto span{
    display: none;
}
a.tooltipLucchetto:hover span{ /*lo span verrý mostrato solo sullo stato :hover */
    display: block; 
    position:absolute;
    border: 1px solid #3B2B20; 
    background-color: #3B2B20; 
    color:#000;
    text-align: center;
    width:300px;
}
/*FINE TOOLTIP PERMISSION*/

a.Read {
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #07fafa;
	background-attachment: fixed;
	background-image: url(img/banda_rossa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a.Read:hover {
	color: #B8FEFE;
}

a.grigioGeorgia {
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #a8aaa9;
	font-style: italic;
}
a.grigioGeorgia:hover {
	color: #B8FEFE;
}

a.linkGrigio:link {
	text-decoration:none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
	color: #757575;
}
a.linkGrigio:visited {
	text-decoration:none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
	color: #757575;
}
a.linkGrigio:hover {
	color: #FFFFFF;
}



a.linkClub:link {
	text-decoration:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #757575;
}

a.linkClub:visited {
	text-decoration:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #757575;
}
a.linkClub:hover {
	color: #26e4d2;
	text-decoration:none;
}



a.linkUty:link {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a.linkUty:visited {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a.linkUty:hover {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #66CCCC;
}
a.linkUty:active {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


a.linkMenu:link {
  position: relative;
	text-decoration:none;
	background-color: #171717;
	padding:6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
}
a.linkMenu:visited {
	text-decoration:none;
	background-color: #171717;
	padding:6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
  position: relative;
}
a.linkMenu:hover {
  position: relative;
	color: #FFFFFF;
	text-decoration:none;
	border-bottom: 3px solid;
	border-bottom-color: #FF9900;
}
a.linkMenu:active {
	position: relative;
  text-decoration:none;
	background-color: #171717;
	padding:6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
}

a.linkBrands:link {
}

a.linkBrands:visited {

}

a.linkBrands:hover {
	filter:alpha(opacity=70);
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  -moz-opacity:.70;
  opacity:.70;
}
a.linkBrands:hover img { 
  filter: alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  -moz-opacity: .70;
  opacity:.70; 
  }

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E8E7DB;
	border:  3px solid;
	border-color: #000000;
	margin:0px;
  padding:1px;
}

.inputSubmit{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/bk_botton.gif);
	border: 0px;
}
.tdBlog {
	background: url(img/bk_blog.jpg)  center center;
	background-repeat: no-repeat;
    background-position: top center;
}.TitoliMediumSfondo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #f28000;
	background-image: url(img/banda_rossa.jpg);
	background-repeat: no-repeat;
	line-height: 25px;
}
a.Resort {
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(img/banda_rossa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a.Resort:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-attachment: fixed;
	background-image: url(img/banda_rossa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a.Resort2 {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	background-attachment: fixed;
	background-image: url(img/banda_rossa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a.Resort2:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-attachment: fixed;
	background-image: url(img/banda_rossa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.Textmarroncino {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B48058;
}
.Textmarroncino2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B48058;
	background-image: url(img/resort_box_sfondo.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding: 15px;
	height: 120px;
	width: 204px;
}
.sfondoPress {
	background-image: url(img/press_ita_sfondo.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: auto;
	width: 360px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.sfondoPresspiccolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FF6600;
	background-image: url(img/press_ita_sfondo.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 384px;
	width: 371px;
	font-style: italic;
	margin: 20px;
}
