﻿html, body
{
	font-family:Tahoma,Times New Roman,Arial;
	font-size:12px;
	color:#9e9da1;
	margin:0px;
}

.head
{
	width:2300px;
	height:234px;
	background:url(back.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#f1f2f4;
}

.head_store
{
	width:2655px;
	height:234px;
	background:url(back.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#f1f2f4;
}

.head_azienda
{
	width:3300px;
	height:234px;
	background:url(back.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#f1f2f4;
	
}

.news
{
	width:100%;
	background:url(back2.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.menu
{
	color:#828387;
	font-size:15px;	
	padding-bottom:5px
}

/* 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: 79px;
	/*left: 10px; */
	/*left: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollLeft +(documentElement.clientWidth-this.clientWidth) : document.body.scrollLeft +(document.body.clientWidth-this.clientWidth));*/
	left:1065px;
	width: 148px;
	height: 75px;
	cursor: pointer;
		
}

#arrows ul {	
	list-style:none;
	margin: 0;
	padding: 0;
	
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display: inline;
	width: 69px;
	height: 75px;
	
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 69px;
	height: 75px;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9000px;
	font-size: 50em;
}

#arrows ul #arleft a {background: transparent url('FRECCIA-SN.png') no-repeat;}
#arrows ul #arright a{background:transparent  url('FRECCIA-DS.png') 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  */



         
a.menu2:link, a.menu2:visited, a.menu2:active, a.menu2:visited {
text-decoration:none;
   letter-spacing:0px;	
   color:#828387;
   font-size:13px;
}			

a.menu2:hover {
color:#c9c9cb;
         text-decoration:none;
         letter-spacing:1px;
}

a.menu3:link, a.menu3:visited, a.menu3:active, a.menu3:visited {
text-decoration:none;
   letter-spacing:0px;	
   color:#d2721c;
   font-size:13px;
}			

a.menu3:hover {
color:#e8b783;
         text-decoration:none;
         letter-spacing:1px;
}



/* CUSTOMENU   */


.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:#828387;
    font-family:Tahoma,Times New Roman,Arial;    
    text-decoration:none;
	/* 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;
	}
	
	
	/* FINE CUSTOMENU */
	

.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;
}

.DivProduct
{
	width:671px;
	height:324px;
	text-align:right;
	background-repeat:no-repeat;
	
}

.DivSubProduct
{
	padding-right:20px;
	padding-top:100px;
	color:#fff;
}

.DivSubMainProduct
{
	color:#77767b;
    width:516px;
    height:166px;
    background-image:url(furgone4.jpg);
    border:solid 0px red;
    vertical-align:top;
}

.DivSubMainProduct2
{
	color:#77767b;
    width:516px;
    height:166px;
    background-image:url(furgone6.jpg);
    border:solid 0px red;
    vertical-align:top;
}

.DivSubMainProduct3
{
	color:#77767b;
    width:516px;
    height:166px;
    background-image:url(furgone7.jpg);
    border:solid 0px red;
    vertical-align:top;
}


.DivSubMainProduct32
{
	color:#77767b;
    width:516px;
    height:166px;
    background-image:url(furgonevuoto.jpg);
    border:solid 0px red;
    vertical-align:top;
}

.DivSubMainProduct35
{
	color:#77767b;
    width:516px;
    height:330px;
    background-image:url(coge.jpg);
    border:solid 0px red;
    vertical-align:top;
}
