/* CSS Document */

/* Elementi generali */
div#schermo {
	position: absolute;
	width: 100%; height: 100%;
}
div#capo {
	position: absolute;
	width: 1000px; height: 576px;
	top: 50%; left: 50%;
	margin-top: -288px; margin-left: -500px;
	overflow: hidden;
}
div#capo div, div#capo *.assoluta {
	position: absolute;
}
div.menu {
  width: 1000px;
	font-size: 12px; color: #fff;
	text-align: center;
}
div#menu_testata {
	top: 113px;
	height: 31px;
	line-height: 31px;
	background: #aa8166;
}
div.menu span {
	padding-left: 25px; padding-right: 25px;
}
div#sottomenu {
	top: 144px;
  height: 26px;
	line-height: 26px;
	background: #b4a695;
}
div#contenuti {
	top: 170px;
	width: 1000px; height: 380px;
	background: #fff;
}
table#testi {
	left: 500px;
	width: 500px;
	background: #fff;
}
table#testi td {
	width: 500px; height: 380px;
}
div#menu_piede {
	top: 550px;
  height: 26px;
	line-height: 26px;
	background: #b4a695;
}

/* Pagina vini */
div#descrizione {
	top: 66px; left: 62px;
  width: 220px;
	font-size: 12px; color: #38241a;
	line-height: 18px;
}
div#indice_vini {
	top: 28px; left: 723px;
	font-size: 12px; color: #aa8166;
	line-height: 12px;
}

/* Pagina News e Rassegna stampa */
div#indice {
	top: 16px; left: 575px;
	width: 340px;
	font-size: 12px; color: #38241a;
	line-height: 14px;
}
div#indice p.news {
	margin-top: 13px;
}
div#indice p.stampa {
	margin-top: 18px;
}
div#indice span.colore {
	color: #aa8166;
}
div#indice span.dimensione {
	font-size: 10px;
}

/* Pagina Gallery */
div#loading {
	width: 340px; height: 380px;
	font-size: 10px; color: #000;
	text-align: center; line-height: 380px;
}
div#indice_gallery {
	top: 100px; left: 575px;
	font-size: 12px; color: #aa8166;
	line-height: 14px;
}




