﻿html, body
{
	font-family:Times New Roman,Arial;
	font-size:12px;
	color:#6A6A6A;
}

.MenuHome
{
    width:80px; 
	height:10px;	  
    top:3px;  
    left:63px;
    position:absolute;
    font-weight:bold;

}

.MenuHome2
{
    width:80px; 
	height:10px;	  
    top:3px;  
    left:410px;
    position:absolute;
   font-weight:bold;
   
}

.MenuHomeC
{
    width:130px; 
	height:10px;	  
    top:3px;  
    left:63px;
    position:absolute;
    font-weight:bold;

}

.MenuStoria
{
    width:220px; 
	height:10px;	  
    top:3px;  
    left:176px;
    position:absolute;
   font-weight:bold;
   
}

.MenuStoria2
{
    width:220px; 
	height:10px;	  
    top:2px;  
    left:165px;
    position:absolute;
   font-weight:bold;
   
}

.MenuStoriaC
{
    width:220px; 
	height:10px;	  
    top:3px;  
    left:270px;
    position:absolute;
   font-weight:bold;
   
}

.MenuFornitori
{
    width:360px; 
	height:10px;	  
    top:27px;  
    left:176px;
    position:absolute;
    font-weight:bold;
   
}

.MenuFornitori2
{
    width:360px; 
	height:10px;	  
    top:27px;  
    left:125px;
    position:absolute;
   font-weight:bold;
   
}

.MenuFornitoriC
{
    width:360px; 
	height:10px;	  
    top:27px;  
    left:110px;
    position:absolute;
   font-weight:bold;
   
}

.MenuGrappe
{
    width:120px; 
	height:10px;	  
    top:45px;  
    left:270px;
    position:absolute;
    font-weight:bold;
    color:Red;
       
}

.MenuGrappe a
{
	color:Red;
}


.MenuGrappe a:link
{
	color:Red;
}

.MenuGrappe a:visited
{
	color:Red;
}


.MenuGrappe a:hover
{
	color:#E4D8C8;
}

.MenuGrappe2
{
    width:120px; 
	height:10px;	  
    top:45px;  
    left:123px;
    position:absolute;
    font-weight:bold;
}

.MenuGrappe2 a
{
	color:Red;
}


.MenuGrappe2 a:link
{
	color:Red;
}

.MenuGrappe2 a:visited
{
	color:Red;
}

.MenuGrappe2 a:hover
{
	color:#E4D8C8;
}

.MenuBasket
{
    width:550px; 
	height:25px;	  
    top:45px;  
    left:70px;
    position:absolute;
    
       
}

.ServizioClienti
{
    width:120px; 
	height:10px;	  
    top:27px;  
    left:50px;
    position:absolute;
    font-weight:bold;
   
}

.MenuSopra1
{
    width:462px; 
	height:22px;	  
    top:11px;  
    left:30px;
    position:absolute;
    color:#E4D6BF;
    font-size:11px;
   
}

.MenuSopra2
{
    width:565px; 
	height:19px;	  
    top:35px;  
    left:358px;
    position:absolute;
    color:#E4D6BF;
    font-size:11px;
   
   
}

.MenuSopra01
{
    width:462px; 
	height:22px;	  
    top:11px;  
    left:455px;
    position:absolute;
    color:#E4D6BF;
    font-size:11px;
   
}

.MenuSopra02
{
    width:565px; 
	height:19px;	  
    top:35px;  
    left:65px;
    position:absolute;
    color:#E4D6BF;
    font-size:11px;
   
}

a:link{
text-decoration: none;
color: #A89666;
}

a:visited{
text-decoration: none;
color: #A89666;
}

a:hover{
text-decoration: none;
color: #E4D8C8;
}


.customenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.customenu .content {
	position:absolute;
	margin-top:7px;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.customenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.customenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.customenu td {
    font-size:12px;
}

.customenu .item {
    color:#A89666;
    font-family:Times New Roman,Arial;    
    text-decoration:none;
    text-transform: uppercase;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	 font-size:13px;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.customenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.customenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.customenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.customenu .item.hover {
	background:#ffffff;
	  color:#E4D8C8;
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.customenu .item img {
	margin-left:5px;
	}


.menugroup a:link, .menugroup a:visited {
  background-color: #E60003;
  display: block;
  cursor: pointer;
}

.menugroup a:hover, .menugroup a:active {
  background-color: #000;
  display: block;
  cursor: pointer;
}

#menu .hover {
  color: #E60003;
  background-color: #FFFFFF;
}
#wrap {	
	width: 100%;
	background-color: #FFFFFF;
    }
#menu {
	background-color: #D9D9E6;
	margin: 0px;
	/*background-image: url(../images/Skin%20CVT/bg_menu.png);*/
	background-repeat: repeat-x;
	background-position: left bottom;
	text-transform: uppercase;
    }
#menu a {

    }
#menu a.hover {
	background:#F4F9FF;
	color: #666666;
    }
#img {
    vertical-align:bottom;
    }

#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
#subnav span {
    color:silver;
    margin-right:1em;
    }
    
    
 /* ARROWS   */

#container {
  height: 100%; /*IE6*/
  width: 100%; /*IE6*/
  min-height: 100%;
 
} 
 
#content {
	margin: 0 0 0 0;
	float:left;
	font: 11px/17px "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	
}
 
 
 #arrows {
	position: fixed;
	top: 50px;
	/*left: 10px; */
	/*left: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollLeft +(documentElement.clientWidth-this.clientWidth) : document.body.scrollLeft +(document.body.clientWidth-this.clientWidth));*/
	right:10px;
	width: 140px;
	height: 65px;
	cursor: pointer;
	
}

#arrows ul {	
	list-style:none;
	margin: 0;
	padding: 0;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display: inline;
	width: 64px;
	height: 65px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 64px;
	height: 65px;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9000px;
	font-size: 50em;
}

#arrows ul #arleft a {background: transparent url('img/sinistra.jpg') no-repeat;}
#arrows ul #arright a{background:transparent  url('img/destra.jpg') no-repeat;}   


* html #arrows {
  position: absolute;
  bottom: 0;
  left: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollLeft +(documentElement.clientWidth-this.clientWidth) : document.body.scrollLeft +(document.body.clientWidth-this.clientWidth));
  overflow: visible;
  top: 0;
}

/* END ARROWS  */

/* PRODUCT */

.ProductBottiglia
{
    width:75px; 
	height:350px;	  
    top:0px;  
    left:6px;
    position:absolute;
    
   
}

.ProductDescription
{
    width:116px; 
	height:178px;	  
    left:2px;
    top:5px;
    position:absolute;
    text-align:right;
    font-size:13px;  
    line-height:13px; 
}

.ProductScritta
{
    width:32px; 
	height:178px;	  
    left:125px;
    top:-3px;
    position:absolute;  
    
}

.ProductMap
{
    width:145px; 
	height:176px;	    
    left:170px;
    top:0px;
    position:absolute; 
    vertical-align:bottom; 
}

.ProductProvenienza
{
    width:148px; 
	height:28px;	    
    left:176px;
    top:185px;
    position:absolute;  
    
}

.ProductTestoProvenienza
{
    width:118px; 
	height:35px;	    
    left:30px;
    top:188px;
    position:absolute; 
    color:#B29A30;
    text-align:right; 
    font-size:10px;
    font-weight:bold;
    
}


.ProductGrado
{
    width:148px; 
	height:13px;	    
    left:176px;
    top:223px;
    position:absolute; 
    
}

.ProductTestoGrado
{
    width:114px; 
	height:18px;	    
    left:34px;
    top:223px;
    position:absolute; 
    color:#B29A30;
    text-align:right; 
    font-size:10px;
    font-weight:bold;
    
}

.ProductCapacita
{
    width:148px; 
	height:13px;	    
    left:176px;
    top:244px;
    position:absolute; 
}

.ProductTestoCapacita
{
    width:114px; 
	height:18px;	    
    left:34px;
    top:246px;
    position:absolute; 
    color:#B29A30;
    text-align:right; 
    font-size:10px;
    font-weight:bold;
    
}

.ProductCode
{
    width:148px; 
	height:13px;	    
    left:176px;
    top:264px;
    position:absolute; 
    
}

.ProductTestoCode
{
    width:114px; 
	height:18px;	    
    left:34px;
    top:266px;
    position:absolute; 
    color:#B29A30;
    text-align:right; 
    font-size:10px;
    font-weight:bold;
    
}

.ProductCertificato1
{
    width:77px; 
	height:170px;	    
    left:447px;
    top:10px;
    position:absolute;
    vertical-align:bottom;
    
}

.ProductCertificato2
{
    width:73px; 
	height:79px;	    
    left:449px;
    top:189px;
    position:absolute; 
    
    
}

/* END PRODUCT */


.textB
{
	border-right: silver 1px solid;
    border-top: silver 1px solid; font-size: 11px; border-left: silver 1px solid;
    border-bottom: silver 1px solid; font-family: Tahoma
}

.textBC
{
	border-right: silver 1px solid;
    border-top: silver 1px solid; font-size: 10px; border-left: silver 1px solid;
    border-bottom: silver 1px solid; font-family: Tahoma; font-weight:bold; text-align:center;
}

.textNote
{
	border-right: silver 2px solid;
    border-top: silver 2px solid; 
    font-size: 11px; 
    border-left: silver 2px solid;
    border-bottom: silver 2px solid; font-family: Tahoma;
}

/* E-COMMERCE */

.ButtonDelete
{	
    color:#A0A0A0;
    font-family:Arial;    
    font-size:11px;
    text-decoration:underline;
    border:none;
    background-color:#FFFFFF;
    cursor:pointer;
}

.StepsCommerce
{
	/*padding-top:24px;
	color:#333333;	
	font-size:14px;	
	font-family:Times New Roman;
	letter-spacing:2px;*/
	color: #999;
	/*font: 12pt Georgia, "Times New Roman", Times, serif;*/
	padding-top:24px;

}

.StepsCommerceSelected {
	color: #333;
	/*font: 16pt Georgia, "Times New Roman", Times, serif;*/
}

.StepsCommerceDeselected {
	color: #5c7a83;
	/*font: 12pt Georgia, "Times New Roman", Times, serif;*/
}

.BoxLoginRegister
{
	/*font-family:Arial;
	font-size:12px;
	border:solid 1px #343434;
	width:265px;*/
	border-right: silver 1px solid;
    border-top: silver 1px solid; font-size: 11px; border-left: silver 1px solid;
    border-bottom: silver 1px solid; font-family: Tahoma;
    width:265px;
	
}

.TextRegister
{
	color:#5C7A83;
	font-weight:bold;
}

.FormRegister
{
	
	font-size:10pt;
}

.TitleRegister
{
	font-weight:bold;
	width:90px;
	background-color:#eeeeee;
}

.TitlePages
{
	padding-top:24px;
	color:#5C7A83;	
	font-size:14px;	
	font-family:Times New Roman;
	letter-spacing:2px;
}

/* END E-COMMERCE */



