﻿*, 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;
  margin-bottom: 175px;
}

div#divPiedino
{
  text-align:center;
  position:absolute;
  bottom:-89px;
  font: 10px/10px Tahoma;
  color:#b0b0b0;
  width:99%;
}


div.piedino-box
{
	width: 250px;
	height: 100px;
	border-left: 1px solid #b0b0b0;
	padding-left: 13px;
	padding-top: 2px;
}

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;
}

div#sendForm
{
	width:450px;
	margin-top:5px;
	    margin-left:auto;
    margin-right:auto;
	color:#666666;
}

div#sendForm h2
{
    color: #444444;
    font: 13px/20px Tahoma;
    text-align: justify;
		padding: 28px 22px 22px;
}

div#sendForm  ul 
{
	list-style:none;
}

div#sendForm  li
{
	list-style:none;
	padding:3px;
	font-family: Tahoma;
    font-size: 12px;

}
 
div#sendForm  li input {
    background: none repeat scroll 0 0 transparent;
    border:  1px #999999 solid;
    color: #999999;
    font-family: Tahoma;
    font-size: 12px;
    height: 18px;
    padding: 2px 0 0 2px;
    width: 300px;
}
div#sendForm  .submit {
    background:#f0f0f0 url(images/inviaform.jpg) top right no-repeat;
    border:  1px #f0f0f0 solid;
		text-align: left;
    color: #666666;
    font-family: Arial;
		font-weight:bold;
    font-size: 12px;
    height: 27px;
    width: 100px;
    float:right;
		margin:0;
		padding-left:5px;
    margin-top:5px;
		margin-bottom:5px;
		margin-right:40px;
}

div#sendForm  .submit:hover {
		background:#0053a1 url(images/inviaformover.jpg) top right no-repeat;
    border:  1px #0053a1 solid;
		text-align: left;
    color: #ffffff;
    font-family: Arial;
		font-weight:bold;
    font-size: 12px;
    height: 27px;
    width: 100px;
    float:right;
		margin:0;
		padding-left:5px;
    margin-top:5px;
		margin-bottom:5px;
		margin-right:40px;}

div#sendForm  li .label
{
	width:100px;
	float:left;
	text-align:right;
	padding:3px;
	font-weight:bold;
}

div#risultato
{
    width:300px;
    margin-left:auto;
    margin-right:auto;
	margin-top:10px;
	color: red;
    font: 13px/20px Tahoma;
    text-align: center;
	padding:0;
}


