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

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

body {
    background-color: #ffffff;
    color: #444444;
    font: 12px/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;
}

img { border: 0 none; }

form, table {
    margin: 0;
    padding: 0;
}

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

a.prodotto:link, a.prodotto:visited {
    color: #444444;
    text-decoration: none;
    font-weight: bold;
}
a.prodotto:hover, a.prodotto:active {
    color: #e14400;
    text-decoration: none;
}

a.non_sottolineato:link, a.non_sottolineato:visited {
    color: #444444;
    text-decoration: none;
}
a.non_sottolineato:hover, a.non_sottolineato:active {
    color: #e14400;
    text-decoration: underline;
}

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

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

div#header {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 960px;
    height: 205px;
    margin-bottom: 26px;
}

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

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

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

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

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

img#intestazione {
    position: absolute;
	top: 55px;
	left: 0;
	width: 960px;
	height: 150px;
}

img#intestazione-logo {
    position: absolute;
	top: 4px;
	left: 35px;
	width: 195px;
	height: 65px;
}

img#intestazione-english {
    position: absolute;
	top: 0;
	right: 0;
	width: 516px;
	height: 55px;
}

img#intestazione-italiano {
    position: absolute;
	top: 0;
	right: 0;
	width: 516px;
	height: 55px;
}

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

span.testo_rosso {
    color: #e10000;
    font-weight: bold;
}

span.piccolo {
    color: #444444;
    font: 11px/16px arial, helvetica, sans-serif;
}

table.scheda {
    border-collapse: collapse;
}
table.scheda td {
    border: solid 1px #c7c7c7;
    font: 11px/14px arial, helvetica, sans-serif;
}

div.giustificato {
    text-align: justify;
}

div.pagina {
    margin: 0;
    padding: 0;
}

div.pagina p {
	margin: 0;
	padding: 0;
}

div.pagina a:link, div.pagina a:visited {
    color: #444444;
    text-decoration: underline;
}
div.pagina a:hover, div.pagina a:active {
    color: #e14400;
    text-decoration: none;
}

div.pagina a.pagina_titolo:link, div.pagina a.pagina_titolo:visited {
    color: #00875a;
    text-decoration: none;
}
div.pagina a.pagina_titolo:hover, div.pagina a.pagina_titolo:active {
    text-decoration: underline;
}

div.pagina ul {
	margin-top: 0;
	margin-bottom: 0;
}

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

img#footer-bar {
    position: absolute;
	top: 26px;
	left: 0;
	width: 960px;
	height: 54px;
}

div#footer-address {
	position: absolute;
	top: 76px;
	left: 153px;
    width: 960px;
	margin: 0;
	padding: 0;
    text-align: left;
}

div#footer-statistiche {
    position: absolute;
	top: 120px;
	left: 153px;
	width: 299px;
	height: 17px;
}

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

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

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

.campo_button {
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background: #fc6925 url(../img/sfondo_button.gif) repeat-x top;
    border: 1px solid #000000;
    padding: 2px;
    cursor: pointer;
    width: 80px;
}

.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;
}
