html{
  padding: 0px;
  margin: 0px;	
}

body{
  margin: 0px;
  border: none;
  padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;	
  text-align: center;	
	background-image: url(img/sfondo_nav.jpg);
  background-color: #DEDEDC;	
	background-repeat: repeat-x;
	background-position: top left;
}

td, div{
  font-size: 12px; 
  font-family: Arial, Verdana;
  color:  #666666;	
}

a{
  font-size: 12px; 
  font-family: Arial, Verdana;
  color:  #666666;
	text-decoration: none;	
}

a:hover{
  font-family: Arial, Verdana;
	text-decoration: none;	
  color:  #8D3E1F;	
}

.menu{
  font-size: 12px; 
  font-family: Arial, Verdana;
  color:  #4D4948;
	text-decoration: none;
	font-weight: 700;	
}

.menu:hover{
  font-family: Arial, Verdana;
	text-decoration: none;	
  color:  #8D3E1F;	
	font-weight: 700;	
}

.menuhover{
  font-size: 12px; 
  font-family: Arial, Verdana;
  color:  #8D3E1F;
	text-decoration: none;
	font-weight: 700;	
}

input, select, textarea{
  font-size: 12px; 
  font-family: Arial, Verdana;
  color:  #666666;
	border: #d0d0d0 1px solid;
}

.titolo{
  font-size: 12px; 
  font-family: Arial, Verdana;
  color:  #4D4948;
	text-decoration: none;
	font-weight: 700;	
}

.titolonav{
  font-size: 20px; 
  font-family: Arial, Verdana;
  color:  #8D3E1F;
	text-decoration: none;
	font-weight: 700;	
}

.btn{
	font-size: 12px; 
	font-family: Arial, Verdana;
	background-color:  #8D3E1F;
	color:  #FFFFFF;
	text-decoration: none;
	font-weight: 500;	
	cursor: pointer;
	width: 80px;
}

.btngrey{
	font-size: 12px; 
	font-family: Arial, Verdana;
	background-color:  #cccccc;
	color:  #FFFFFF;
	text-decoration: none;
	font-weight: 500;	
	cursor: pointer;
	width: 80px;
}

.titolorosso{
  font-size: 12px; 
  font-family: Arial, Verdana;
  color:  #8D3E1F;
	text-decoration: none;
	font-weight: 700;	
}

#div1{
  height: 12px;
  background-color: #4D4948;	
}

#div2{
  width: 760px;
	padding: 1px;
	border-left: #4D4948 1px solid;
	border-right: #4D4948 1px solid;
	border-bottom: #4D4948 1px solid;
	background-color: #ffffff;
  margin: auto;
}

#div3{
  height: 20px;
}

#div4{
  height: 90px;
}

#div5{
  height: 230px;
	background-color: #ffffff;
}

#foot{
  width: 760px;
	margin: auto;
}

#foot2{
  width: 760px;
	margin: auto;
}

.foot{
  font-size: 11px; 
  font-family: Arial, Verdana;
  color:  #666666;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 2px;
}

.linkx{
	font-size: 11px; 
	font-family: Arial, Verdana;
	color:  #aaaaaa;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 2px;
}

  .highslide-wrapper div {
  	font-family: Arial, Verdana;
    font-size: 11px;
  }
  .highslide {
  	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
  }
  .highslide-active-anchor img {
  	visibility: hidden;
  }
  .highslide-wrapper, .drop-shadow {
  	background: white;
  }
  .highslide img {
  	border: none;
  }
  .highslide:hover img {
  	border: none;
  }
  .highslide-wrapper {
  	background: white;
  }
  .highslide-image {
  	border: 10px solid white;
  }
  .highslide-image-blur {
  }
  .highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
    text-align: left;
		font-weight: 700;
  }
  .highslide-loading {
    display: block;
    color: black;
    font-size: 11px;
  	font-family: Arial, Verdana;
  	font-weight: bold;
    text-decoration: none;
  	padding: 2px;
  	border: 1px solid black;
      background-color: white;
  
      padding-left: 22px;
      background-image: url(highslide/graphics/loader.white.gif);
      background-repeat: no-repeat;
      background-position: 3px 1px;
  }
  a.highslide-credits,
  a.highslide-credits i {
      padding: 2px;
      color: silver;
      text-decoration: none;
    font-size: 11px;
  }
  a.highslide-credits:hover,
  a.highslide-credits:hover i {
      color: white;
      background-color: gray;
  }
  
  a.highslide-full-expand {
  	background: url(highslide/graphics/fullexpand.gif) no-repeat;
  	display: block;
  	margin: 0 10px 10px 0;
  	width: 34px;
  	height: 34px;
  }

