@charset "utf-8";
.oneColFixHdrFtr #headerContainer {
	background: url(../images/BKG_Header_Winemaking.jpg) no-repeat;
}
.oneColFixHdrFtr #footerContainer {
	background: url(../images/BKG_Footer_Winecircus.jpg) no-repeat;
}
.oneColFixHdrFtr #sidebar h1 {
	background: url(../images/h1_winemaking.jpg) no-repeat;
	height:80px;
	text-indent: -9999px;
}
.oneColFixHdrFtr #content h2 {
	background: url(../images/h2_winemaking_vini.jpg) no-repeat;
	width: 250px;
	height: 80px;
	text-indent: -9999px;
	padding: 0px 0px 38px 0px;
}
.oneColFixHdrFtr #content h3 {
	padding: 0px 0px 15px 60px;
	text-transform:uppercase;
	color: #f55e00;	
}
.oneColFixHdrFtr #content h3 a {
	margin: 0px 0px 28px 0px;
	color: #f55e00;
	text-decoration:none;
	font-style:italic;
	font-weight: bold;
	text-transform:uppercase;
	display: block;
	overflow: hidden;
	font-size: 0.9em;
}
.oneColFixHdrFtr #content h3 a:hover {
	background-color:#f55e00;
	color: #f4f4f4;
}
.oneColFixHdrFtr #content p {
	margin: 0px 0px 30px 0px;
}

/* SPAN CLASSES */
.white {color: #000000; font-weight:bold;}
.vermiglio {color: #f55e00; font-weight:bold;}
/*   PANES   */
.panes div { 	
	margin: 30px 0px 0px 60px;
}
/*   TABS   */
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important;
	padding: 0px 0px 0px 60px;	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../images/tabs65.png) no-repeat 0px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 65px;
	text-align:center;	
	text-decoration:none;
	color:#333333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0px -31px;	
	color:#000000;
	font-weight:bold;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0px -62px;		
	cursor:default !important; 
	color:#ffffff !important;
	font-weight: bold;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}
/*  TABELLA  */
.viniTabella {
	width: 650px;
	padding: 0;
	margin: 0;
	font-size: 0.75em;
	letter-spacing: -0.02em;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.viniTabella th {
	font-weight:bold;
	letter-spacing: -0.02em;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-transform: uppercase;
	text-align: left;
	background: #f55e00;
	padding: 6px 6px 6px 12px;
}
.viniTabella td {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #f1f1f1;
	color: #f55e00;
	padding: 6px 6px 6px 12px;
}
.viniTabella td.alt {
	background: #f5ded0;
	color: #333333;
}
.viniTabella th.spec {
	border-left: 1px solid #ffffff;
	border-top: 0;
	background: #f1f1f1;
	color:#f55e00;
	font-variant:small-caps;
	font-size: 11px;
}
.viniTabella th.specalt {
	border-left: 1px solid #ffffff;
	border-top: 0;
	background: #f5ded0;
	color: #333333;
	font-variant:small-caps;
	font-size: 11px;
}
.viniTabella th.reduct {
	letter-spacing: -0.1em;
}