/* CSS Index */

body{
background: #f00000 url(../img/sfondo_index.gif) repeat-x;
}


#container{
  width: 800px;
  height:560px;
  margin:auto;
  /*border: green 1px solid;*/
}

#pulsantiera{
  width: 700px;
  height:65px;
  margin:auto;
  margin-top:25px;
  /*border: green 1px solid;*/
}

#pulsante_sx
,#pulsante_dx {
  width: 200px;
  height:65px;
  margin:auto;
  float:left;
  margin:auto;
  /*border: green 1px solid;*/
}

#pulsante_sx{
margin-left:100px;
}

#pulsante_dx{
  float:right;
  margin-right:100px;
}

#entra_agriturismo a
,#entra_cantina a{
  display:block;
  width:200px;
  height:60px;
  background:transparent url(../img/agriturismo_entra.gif);
  text-decoration:none;
}

#entra_agriturismo a:hover{
  background-image:url(../img/agriturismoH_entra.gif);
}

#entra_agriturismo a h3
,#entra_cantina a h3 {
	color: #FFFFFF;
	font: normal 0.8em Verdana,sans-serif;
	text-align: center;
	position:relative;
  z-index:-1;
}

#entra_cantina a{
  background:transparent url(../img/cantina_entra.gif);
}

#entra_cantina a:hover{
  background-image:url(../img/cantinaH_entra.gif);
}


#footer{
  width: 800px;
  height:65px;
  margin:auto;
  margin-top:100px;
  /*border: green 1px solid;*/
}

#footer h4
,#footer h5{
  color:#eab833;
  margin:auto;
  margin-top:1px;
  margin-bottom:1px;
  padding:1px;
  font-family: Arial, sans-serif;
  text-align:center;
  font-size:0.7em;
}

#footer h5{
  text-align:right;
  font-size:0.6em;
  margin-top:15px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #1d2123;
	text-decoration: underline;
}

/* intestazione:
Pixy CoverUp Span ottenuta con la
"Gilder Image Transform" tecnique */
.intestazione {
  width: 500px;
  height: 290px;
  position: relative;
  margin-right:auto;
  margin-left:auto;
}

.intestazione span{
	background: transparent url(../img/index.gif);
	background-repeat: no-repeat;
	background-position:top center;
	position: absolute;
	width:100%;
	height:100%;
}

.intestazione h1,h2 {
	color: #FFFFFF;
	font-size: 1em;
	text-align: center;
}