@charset "utf-8";
/* CSS Document */

/* menu */

a#home {
	background:url(images/menu_home.gif) no-repeat 11px 0;
}

a#home:hover, a#home.ON {
	background:url(images/menu_homeON.gif) no-repeat 11px 0;
}

a#azienda {
	background:url(images/menu_azienda.gif) no-repeat 4px 0;
}

a#azienda:hover, a#azienda.ON {
	background:url(images/menu_aziendaON.gif) no-repeat 4px 0;
}

a#produzione {
	background:url(images/menu_produzione.gif) no-repeat 11px 0;
}

a#produzione:hover, a#produzione.ON {
	background:url(images/menu_produzioneON.gif) no-repeat 11px 0;
}

a#territorio {
	background:url(images/menu_territorio.gif) no-repeat 1px 0;
}

a#territorio:hover, a#territorio.ON {
	background:url(images/menu_territorioON.gif) no-repeat 1px 0;
}

a#press {
	background:url(images/menu_press.gif) no-repeat 11px 0;
}

a#press:hover, a#press.ON {
	background:url(images/menu_pressON.gif) no-repeat 11px 0;
}

a#contatti {
	background:url(images/menu_contatti.gif) no-repeat 5px 0;
}

a#comprare {
	background:url(images/menu_comprare.gif) no-repeat 11px 0;
}

a#comprare:hover, a#comprare.ON {
	background:url(images/menu_comprareON.gif) no-repeat 11px 0;
}

a#contatti:hover, a#contatti.ON {
	background:url(images/menu_contattiON.gif) no-repeat 5px 0;
}

/* tooltip - - - - - - - - - - - - - - */
.tooltip {
	display:block;
	width:100px;
	border-top:#CCCCCC 1px solid;
	background:transparent url(images/bgtooltip.gif) no-repeat center bottom;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/bgtooltip.png');*/
	/*padding:2px 0px 25px 0px;*/
	/*filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;*/
	padding-bottom:20px;
}

/* IE ignores styles with [attributes], so it will skip the following. */
.tooltip[class] {
  background:url(images/bgtooltip.png) no-repeat center bottom;
}

.winetooltip {
	display:block;
}

.tcontent p {
	width:90px;
	float:left;
	margin:0px;
	padding:5px 5px 24px 5px;
}

.tcontent img {
	margin:5px 0 0 10px;
	padding:0px;
	border: #ffffff 1px solid;
}

.tooltip_hidden {
	display:none;
}

.thickbox_content {
	display:none;
	color:#000000;
}

a.thickbox {
	color:#FFFFFF;
	text-decoration:none;
}

p.thickbox {
	background:#646256;
}

#container {
	position:relative;	
}

div#langs-bar {
	position:absolute;
	top:30px;
	right:50px;
}
