/* menus.css (c)2009 SugarHill Works LLC - http://www.sugarhillworks.com */


/* -------------- header SS --------------- */

#images_ss_hdr { 
	position: relative;
	float: left;
	width: 160px;
	height: 110px;
	margin: 0 auto 0 0;
	text-align: center;
	z-index: 210;
}
#images_ss_hdr img {
	position: absolute; /* ! IMPORTANT ! */
	left: 0px;
	padding: 5px;
	margin: 0 auto;
	z-index: 220;
}


/* -------------- text is in main_cntr div ---------------- */

.pasto {
	margin: 20px auto 0px auto;
	font-size: 120%;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
}

.titolo { 
	margin: 20px auto 25px auto;
	font-size: 130%;
	text-align: left;
}

.menu_item {

}

.piatto { 
	margin: 20px auto 5px auto;
	color: #E3F6B4;
}

.prezzo { 
	float: right;
	width: 100px;
	text-align: right;
}

.descrizione { 

}

/* -------------- wine list --------------- */

#winelist_summer09 #rt_cntr .pic_cntr { 
	position: relative;
	left: 5px;
	margin: 30px 0px 30px 0px;
	width: 295px;
	height: auto;
	text-align: left;
}

.vinilista {
	margin: 20px auto 0px auto;
	font-size: 120%;
	font-weight: normal;
	text-align: center;
}

.geo {
	margin: 20px auto 15px auto;
	/*font-size: 130%;*/
	text-align: left;
}

.subtitolo { 
	margin: 40px auto 20px auto;
	font-size: 130%;
	text-align: left;
}

.prezzodesc {
	float: right;
	width: 100px;
	font-size: 70%;
 	font-weight: normal;
	text-align: right;
	visibility: hidden; /* this should be set to "hidden" only if the prices are NOT shown on the site; set to "visible" to make prices show up */
}
.prezzo_bottle {
	float: right;
	width: 60px;
	font-size: 70%;
 	font-weight: normal;
	text-align: right;
	visibility: hidden; /* this should be set to "hidden" only if the prices are NOT shown on the site; set to "visible" to make prices show up */
}
.prezzo_glass {
	float: right;
	width: 80px;
	font-size: 70%;
 	font-weight: normal;
	text-align: right;
	visibility: hidden; /* this should be set to "hidden" only if the prices are NOT shown on the site; set to "visible" to make prices show up */
}
 
h3 { font-size: 130% }

.regione {
	font-size: 90%;
	font-weight: normal;
}

.vino {
	margin: 0px 0px 25px 0px;
}

.vinotitolo {
	margin: 0px auto 5px auto;
	color: #E3F6B4;
	font-size: 110%;
}

.produttore {
	font-size: 90%;
	font-weight: normal;
}

.uva {
	/*font-weight: normal;*/
	font-size: 90%;
}

.vinoprezzo {
	float: right;
	width: 100px;
	text-align: right;
	visibility: hidden; /* this should be set to "hidden" only if the prices are NOT shown on the site; set to "visible" to make prices show up */
}
.vinoprezzo_bottle {
	float: right;
	width: 60px;
	text-align: right;
	visibility: hidden; /* this should be set to "hidden" only if the prices are NOT shown on the site; set to "visible" to make prices show up */
}
.vinoprezzo_glass {
	float: right;
	width: 80px;
	text-align: right;
	visibility: hidden; /* this should be set to "hidden" only if the prices are NOT shown on the site; set to "visible" to make prices show up */
}