/*********************************************/
/* CSS DI BASE                               */
/*********************************************/

html, body {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff url(../img/sfondo_sito.gif) repeat-x top;
    color: #444444;
    font: 11px/16px arial, helvetica, sans-serif;
    text-align: center;
}

/* Set elementi standard html */
p {
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 16px;
}

p.end {
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 0;
}

ul {
    margin-top: 12px;
    margin-bottom: 12px;
}

span.punti_vendita {
    color: #b40202;
    font: 12px/16px arial, helvetica, sans-serif;
    font-weight: bold;
}

img { border: 0 none; }

form {
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    color: #446d8c;
    text-decoration: none;
}
a:hover, a:active {
    color: #444444;
    text-decoration: underline;
}

a.sot:link, a.sot:visited {
    color: #446d8c;
    text-decoration: underline;
}
a.sot:hover, a.sot:active {
    color: #444444;
    text-decoration: underline;
}

/*********************************************/
/* CSS SEZIONI                               */
/*********************************************/

div#container {
    width: 920px;
    margin: 0 auto;
    text-align: left;
}

div#header {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 920px;
    height: 316px;
}

#wrapper {
    background: #ffffff url(../img/content_background.gif) repeat-y 0 0;
    overflow: hidden;
    width: 100%;
}

div#sidebarsx {
    float: left;
    width: 212px;
    margin-left: 22px;
    margin-right: 22px;
    display: inline; /* Risolve Double Margin Bug IE */
}

div#content {
    float: left;
    width: 620px;
    margin-left: 22px;
    margin-right: 22px;
    display: inline; /* Risolve Double Margin Bug IE */
}

div#footer {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 920px;
    height: 140px;
}

.clear { clear: both; background: none; }

/*********************************************/
/* CSS HEADER                                */
/*********************************************/

img#page-marchio {
    position: absolute;
	top: 11px;
	left: 0;
	width: 224px;
	height: 39px;
}

img#page-iso9001 {
    position: absolute;
	top: 3px;
	left: 278px;
	width: 232px;
	height: 40px;
}

img#page-flags {
    position: absolute;
	top: 13px;
	left: 685px;
	width: 220px;
	height: 23px;
}

img#header-foto {
    position: absolute;
	top: 78px;
	left: 0;
	width: 920px;
	height: 189px;
}

img#page-innovations {
    position: absolute;
	top: 45px;
	left: 0;
	width: 920px;
	height: 39px;
}

img#page-header {
    position: absolute;
	top: 267px;
	left: 0;
	width: 920px;
	height: 30px;
}

/*********************************************/
/* CSS CONTENT                               */
/*********************************************/

div#banner_flash {
    width: 620px;
    height: 170px;
}

.giustificato {
    text-align: justify;
}

span.titolo {
    font-size: 22px;
    line-height: 26px;
}

div.bordi {
    width: 620px;
    padding: 0;
}

div.box_contenuto {
    background-color: #eeeeee;
    width: 576px !important;
    width /**/: 620px;
    padding-top: 10px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 10px;
    text-align: center;
}

span.top, span.bottom {
    display: block;
    background-color: #ffffff;
}
span.top span, span.bottom span {
    display: block;
    overflow: hidden;
    background-color: #eeeeee;
    height: 1px;
}
span.riga1 {
    margin: 0 5px;
}
span.riga2 {
    margin: 0 3px;
}
span.riga3 {
    margin: 0 2px;
}
span.top span.riga4, span.bottom span.riga4 {
    margin: 0 1px;
    height: 2px;
}

/*********************************************/
/* CSS FOOTER                                */
/*********************************************/

img#footer-address {
    position: absolute;
	top: 30px;
	left: 0;
	width: 920px;
	height: 36px;
}

div#footer-address-text {
    position: absolute;
	top: 86px;
	left: 0;
	width: 920px;
	height: 32px;
}

/*********************************************/
/* CSS FORM                                  */
/*********************************************/

/*********************************************/
/* CSS FORM                                  */
/*********************************************/

.testo_privacy {
	font-family: arial,sans-serif;
	font-size: 9px;
	color: #5C5C5C;
    text-align: justify;
}

.testo_privacy_dicitura {
	font-family: arial,sans-serif;
	font-size: 10px;
    text-decoration: underline;
    line-height: 14px;
	color: #000000;
}

.campi_input {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #a0adaa;
	width: 310px;
}

.campi_textarea {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #a0adaa;
	width: 422px;
}

.campi_button {
	font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    background-color: #5c1f13;
    border-style: outset;
    border-color: #752a19;
}
