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

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

body {
    background: #194775 url(../img/sfondo.gif) repeat-x top;
    color: #336699;
    font: 13px/16px verdana, arial, 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 {
    margin: 0;
    padding: 0;
}

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

a.menu:link, a.menu:visited {
    font: 12px/16px verdana, arial, sans-serif;
    font-weight: bold;
    color: #336699;
    text-decoration: none;
}
a.menu:hover, a.menu:active {
    text-decoration: underline;
}

a.mail:link, a.mail:visited {
    color: #336699;
    text-decoration: none;
}
a.mail:hover, a.mail:active {
    text-decoration: underline;
}

a.opera:link, a.opera:visited {
    font: 13px/16px verdana, arial, sans-serif;
    font-weight: bold;
    color: #336699;
    text-decoration: none;
}
a.opera:hover, a.opera:active {
    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: 208px;
}

div#wrapper {
    background: #ffffff;
    overflow: hidden;
    width: 100%;
}

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

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

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

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

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

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

img#intestazione-logo {
    position: absolute;
	bottom: 0;
	left: 27px;
	width: 183px;
	height: 189px;
}

img#intestazione-promozioni {
    position: absolute;
	top: 62px;
	left: 650px;
	width: 128px;
	height: 42px;
}

div#titolo_pagina {
	position: absolute;
	bottom: 2px;
	left: 269px;
	margin: 0;
	padding: 0;
    font-weight: bold;
}

div#titolo_pagina_home {
	position: absolute;
	bottom: 2px;
	left: 597px;
	margin: 0;
	padding: 0;
    font-weight: bold;
}

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

td.separator {
    background: #ffffff url(../img/content_separator_vertical.gif) repeat-y top;
}

span.testo_piccolo {
    font-size: 11px;
}

span.testo_medio {
    font-size: 16px;
    line-height: 20px;
}

span.testo_grande {
    font-size: 18px;
    line-height: 22px;
}

span.testo_bianco {
    color: #ffffff;
}

div.giustificato {
    text-align: justify;
}

div.scheda_spazio {
    margin: 16px 0 0 0;
    padding: 0;
}

div.pagina_home {
    margin: 0;
    padding: 0;
    text-align: left;
}

div.pagina {
    margin: 0;
    padding: 0;
    text-align: justify;
}

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

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

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

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

img#footer-bottom {
    position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 145px;
}

div#footer-address {
	position: absolute;
	top: 40px;
	left: 0;
    width: 960px;
	margin: 0;
	padding: 0;
    color: #336699;
    font: 11px/14px arial, helvetica, sans-serif;
    text-align: center;
}

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

.campo_ricerca {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #336699;
	background-color: #ffffff;
   	border: 1px solid #c7c7c7;
	width: 155px;
}

.campo_button {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  background-color: #336699;
  border: 1px solid #c7c7c7;
  padding: 2px;
  cursor: pointer;
  width: 82px;
}

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

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

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

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

.campo_input_login {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #336699;
	background-color: #ffffff;
	border: 1px solid #c7c7c7;
	width: 140px;
}

.campo_input_utente {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #336699;
	background-color: #ffffff;
	border: 1px solid #c7c7c7;
	width: 176px;
}

.campo_quantita {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #336699;
	background-color: #ffffff;
   	border: 1px solid #c7c7c7;
	width: 30px;
}