﻿*, html, body, form, input, img, ul, li, a, div {margin:0; padding:0}
h1, h2, h3, table, th, tbody, fieldset, legend, input {margin:0; padding:0}

html,body
{
  margin:0px;
  padding:0px; 
  background-color:White;
}

.divColonnasinistra
{
  float:right;
  width:100%;
  background-color:White;
}

.divColonnasinistra.blue
{
  background-color:#0053a0;
}

.divColonnadestra
{
  background-color:White;
}

.divColonnadestra.blue
{
  background-color:#0053a0;
}

.divLogo
{
  width:440px;
  height:102px;
  float:right;
}

.divContenitoreNavigatore
{
  width:510px;
  height:102px;
  background: url(Images/ombra-verticale-left.jpg) repeat-y;
}

.divMenuLingue
{
  width:409px;
  height:52px;
  /*background: url(Images/ombra-verticale-right.jpg) repeat-y right;*/
  float:right;
}

.divMenuNavigatoreRight
{
  width:26px;
  height:50px;
  float:right;
}

.divMenuNavigatore
{
  width:484px;
  height:50px;
  float:right;
  position:relative;
  background: url(Images/ombra-verticale-right.jpg) repeat-y right;
}

.divBottoneFlashContenitore
{
  width:440px; /* +2px quando si toglie il bordo ex 432px psd */
  height:287px; /* +2px quando si toglie il bordo */
  float:right;
  background-color:White;
}

.divBottoneFlashRotoli
{
  width:440px; /* +2px quando si toglie il bordo ex 432px psd */
  height:143px; /* +2px quando si toglie il bordo */
}

.divBottoneFlashCarta
{
  width:440px; /* +2px quando si toglie il bordo ex 432px psd */
  height:144px; /* +2px quando si toglie il bordo */
}

.divImmagineTestata
{
  width:484px;
  height:287px;
}

.divFooter
{
  width:100%;
  height:86px;
  background: url(Images/footer-sfondo.jpg) no-repeat bottom center;
  position:relative;
}

.divFooterNews
{
  width:100%;
  height:86px;
  background: url(Images/footer-sfondo-news.jpg) no-repeat bottom center;
  position:relative;
}

.divFooterProdotti
{
  width:100%;
  height:86px;
  background: url(Images/footer-sfondo-prodotti.jpg) no-repeat bottom center;
  position:relative;
}

.divFooterAzienda
{
  width:100%;
  height:86px;
  background: url(Images/footer-sfondo-azienda.jpg) no-repeat bottom center;
  position:relative;
}

.divFooterQualita
{
  width:100%;
  height:86px;
  background: url(Images/footer-sfondo-qualita.jpg) no-repeat bottom center;
  position:relative;
}

.divFooterTecnologia
{
  width:100%;
  height:86px;
  background: url(Images/footer-sfondo-tecnologie.jpg) no-repeat bottom center;
  position:relative;
}

.divFooterContatti
{
  width:100%;
  height:86px;
  background: url(Images/footer-sfondo-contatti.jpg) no-repeat bottom center;
  position:relative;
}

div#divPiedino
{
  text-align:center;
  position:absolute;
  bottom:0px;
  font: 10px/10px Tahoma;
  color:#b0b0b0;
  width:99%;
}

a.credits
{
  text-decoration: none;
  color: #b0b0b0;
}

a.credits:hover
{
  text-decoration:underline;
  color: #b0b0b0;
}

.divBoxContenitore
{
  float:right;
  height:220px;
  width:221px;
  display:inline;
}

.divChiusura
{
  width:10px; 
  height:237px; 
  position:absolute; 
  top:389px;
  background: url(Images/sfumatura-chiusura.jpg) repeat-y right;
}

.divChiusuraBottom
{
  width:10px; 
  height:207px; 
  position:absolute; 
  top:237px;
  background: url(Images/sfumatura-chiusura-bottom.jpg) no-repeat bottom right;
}

.divContenuto
{
  width:484px;
  min-height:400px;
  float:left;
  background: url(Images/sfumatura-contenuto-sx.jpg) no-repeat top left;
  padding-bottom:5px;
}

.divContenutoDx
{
  width:100%;
  height:100%;
  background: url(Images/sfumatura-contenuto-dx.jpg) no-repeat top right;
}

.divContentTemplate
{
  position:relative; 
}

.divAjaxLoading
{
  z-index:1000;
  width:100%; 
  height:100%; 
  position:absolute; 
  top:0px; 
  left:0px; 
  background-color:White;
  filter:alpha(opacity=70); 
  opacity:0.7;
  background-image:url(Images/Loading.gif);
  background-repeat:no-repeat;
  background-position:center;
}