html,body{margin:0;padding:0}

body{
  font: 12px Helvetica,Arial,Verdana,sans-serif;
  font-color: #FFF;
  text-align:center;
  margin-top: 10px;
  background: #42210b;
}

p{
  margin:0 10px 10px;
}

div#globale{
  width:920px;
  background: transparent;
  text-align:left;
  margin:0 auto;
}

#contenitore{
  width:920px;
  margin:0 auto;
  padding: 0px;
  background: #42210b;
}

#contenuti{
  position: relative;
  float:left;
  width:678px;
  height:398px;
  background: #371b08;
  margin: 0px;
  padding: 0;
  border: 1px solid #722600;
}
#contenuti img{
  position: relative;
  top: 0px;
  left: 0px;
}
#logo{
  float:right;
  width:240px;
  height:400px;
  margin: 0px;
  padding: 0px;
  background: #42210b;
  /*border-left: #9F2E3D 1px solid;*/
}

#logo h3{
  font: 11px Arial;
  font-weight: 500;
  color: #c17323;
  text-align: center;
  margin: 45px 0 0;
}

#logoimg{
  padding: 45px 0 0 20px;
}

#bandamenu{
  float:left;
  width:680px;
  height:180px;
  background: #42210b;
  margin: 0px;
  padding: 0px;
}

#bandamenu ul {
  font: 13px Tahoma;
  padding: 0px;
  margin: 15px 0px 0px 10px;
  list-style-type: none;
}
#bandamenu ul li {
  font-weight: bold;
  font-color: #e5ddcc;
  text-decoration: none;
  float: left;
}
#bandamenu ul li a {
  color: #e5ddcc;
  text-decoration: none;
	padding-right: 25px;
}
#bandamenu ul li a:hover {
  color: #FFF;
  text-decoration: none;
}

#bandamenu h2 {
  margin: 0px;
	padding: 5px 0px 5px;
	font: 14px Helvetica,Arial,Verdana,sans-serif;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	color: #484848;
}

#bandamenu p{
  font-size: 13px;
  padding: 5px 0px 2px;
  text-align: justify;
  line-height: 1.5;
}

#bandamenu h3{
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  line-height: 1.6;
}

#bandamenu h5{
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}

#bandamenu img{
  float: left;
  display: block;
  /*padding: 8px 10px 5px 0px;*/
  margin-bottom: 5px;
}

#contdesc {
  position: relative;
  float: left;
  clear: left;
  font-size: 16px;
  font-weight: 600;
  color: #e4be9c;
  text-align: center;
  top: 25px;
  left: 25px;
  width: 330px;
  height: 70px;
}
#conttitolo {
  position: relative;
  float: left;
  font-size: 12px;
  font-weight: 600;
  color: #e4be9c;
  text-align: center;
  top: 15px;
  left: 90px;
  width: 220px;
  height: 80px;
}
#conttitolo h1{
  font: 18px Times;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  margin: 0;
}
#conttitolo h2{
  font: 10px Arial;
  font-weight: 600;
  color: #c17323;
  text-align: center;
  margin: 5px 0 0;
}
#contlink{
  position: relative;
  float:left;
  clear: left;
  /*text-align:right;*/
  width:300px;
  height:30px;
  top:40px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}
#contlink img{
  display: inline;
  border: 0;
  margin: 0;
  padding: 0 5px 0 5px;
}
#contlink a{
  padding: 0px;
}

div#contimage{
  float:right;
  width:240px;
  height:180px;
  margin: 0px;
  padding: 0px;
  background: #42210b;
  /*border-left: #9F2E3D 1px solid;*/
}

div#piede{
  clear: left;
  margin: 0;
	border: 0;
  padding: 10px 0 0 0;
	height: 20px;
  color: #C6929B;
	width: 920px;
	font-family: font: 10px Helvetica,Arial,Verdana,sans-serif;
	font-weight: normal;
}
div#piede p{
  margin:0px;
  padding: 0px 2px 0;
}
#piede a {
  color: #C6929B;
	/*font-weight: 600;*/
  text-decoration: none;
  padding-left: 10px;
}
#piede a:hover {
  color: #E2C9CD;
  text-decoration: none;
}
div#piedesx{
  float: left;
  margin: 0;
	border: 0;
	width: 680px;
}
div#piededx{
  float: right;
  text-align: right;
  margin: 0;
	border: 0;
	width: 240px;
}

.spotpopup{
  position: relative;
  z-index: 0;
}

.spotpopup:hover{
  background-color: transparent;
  z-index: 50;
}

.spotpopup span{
  position: absolute;
  background-color: transparent;
  padding: 5px;
  top: -156px;
  left: -1000px;
  border: none;
  visibility: hidden;
  color: black;
  text-decoration: none;
}

.spotpopup span img{ /*CSS for enlarged image*/
  border-width: 0;
  padding: 2px;
}

.spotpopup:hover span{
  visibility: visible;
  top: -156px;
  left: 0;
}