body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: url(./img/sito/background4.png) top left repeat-x #FFF; 
	
	background-color: #E0F0FB;
}

/*
* Headings
*/

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #990000; background-color: inherit; }
h1 { font-size: 2.3em; margin-bottom: .6em;}
h2 { font-size: 1.8em; margin-bottom: .5em; }
h3 { font-size: 1.5em; margin-bottom: .5em; }
h4,h5,h6 { font-size: 1em; font-weight: bold; margin-bottom: 1em; }

/*
* Links
*/

a:link, a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*
* Blocks
*/

.clearer {
	clear: both;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

/*
* Header
*/

#header {
	width: 100%;
	/*height: 168px;*/
	height: 108px;
	background: url(./img/sito/rainbow.png) no-repeat bottom left;
/*	background-color: #FFF; */
	background-color: #E0F0FB;
}

#header h1 {
	display: none;
}

#header #logo {
	float: left;
	margin-top: 2px;
	width: 250px;
	/*height: 120px;*/
	height: 90px;
}

#header #lingue {
	float: right;
/*	margin-top: 30px;*/
	margin-top: 10px;
}

#content {
	width: 100%;
}

/*
* Menu
*/

#menu {
	width: 100%;
	height: 36px;
	background: url(./img/sito/menu-bg.png) top left repeat-x;
	background-color: #333;
}

#menu ul {
	float: right;
}

#menu ul li {
	float: left;
	height: 36px;
}

#menu ul li a {
	display: block;
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
	padding: 10px 15px;
	font-size: 1.3em;
	background: url(./img/sito/menu-bg.png) top left repeat-x;
	text-transform: lowercase;
}

#menu ul li a.current {
	font-weight: bold;
}

#menu ul li a:hover {
	text-decoration: underline;
}

/*
* Corpo
*/

#corpo-home {
	width: 100%;
	
	background-color: #E0F0FB;
}

#corpo-home p {
	font-size: 1.2em;
	line-height: 1.1em;
	color: #333;
	background-color: inherit;
}

#corpo-home #alto {
	width: 100%;
	height: 363px;
	/*background-color: #000;*/
	background-color: #E0F0FB;
}

#corpo-home #medio {
	padding-top: 4px;
	width: 100%;
	height: 55px;
}

#corpo-home #medio #lista-home {
	margin-left: 4px;
}

#lista-home li {
	width: 184px;
	height: 46px;
	background-color: #E2DBDB;
	float: left;
	margin-right: 8px;
	text-transform: lowercase;
}

#lista-home li#primo {
	border-top: 5px solid #AE3192;
}

#lista-home li#secondo {
	border-top: 5px solid #040B6B;
}

#lista-home li#terzo {
	border-top: 5px solid #06A167;
}

#lista-home li#quarto {
	border-top: 5px solid #ECB704;
}

#lista-home li#quinto {
	border-top: 5px solid #AC1615;
	margin-right: 0;
}

#lista-home li a {
	display: block;
	color: #666;
	font-size: 1.2em;
	line-height: 1.2em;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	padding-top: 8px;
}

#lista-home li a:hover {
	text-decoration: underline;
}

#corpo-home #basso {
	width: 100%;
	margin-top:10px;
	padding-bottom: 20px;
/*	background-color: #FFF;*/
	background-color: #E0F0FB;
}

#corpo-doctor{
	/*	background-color: #FFF;*/
	background-color: #E0F0FB;
	width: 100%;
}

#corpo-doctor #basso {
	width: 900px;
	padding: 30px;
	padding-top: 20px;
}

#corpo-doctor #basso table td{
	padding:10px;
	padding-bottom: 5px;
}

#basso #sinistra {
	float: left;
	width: 645px;
	border-right: 1px solid #666;
	padding-right: 15px;
}

#sinistra #intro {
	width: 450px;
	padding: 20px;
	padding-top: 10px;
	background-image: url(../img/sito/omino.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 160px;
}

#sinistra #barretta {
	height: 1px;
	margin-left: 20px;
	background: url(./img/sito/barretta.png) top left no-repeat;
	clear: both; 
}

#sinistra #newsletter {
	width: 350px;
	padding-top: 20px;
	padding-left: 20px;
	height: 170px;
}

#sinistra #newsletter h2 {
	width: 420px;
}

#sinistra #newsletter p {
	width: 420px;
}

#newsletter #omino {
	position: relative;
	top: -190px;
	left: 130px;
	z-index: 0;
}

#form-newsletter {
	float: left;
	width: 250px;
	margin-top: 10px;
	display: block;
}

#form-newsletter #email, #nome, #cognome {
	border: 1px solid #666;
	margin-top:3px;
	margin-bottom: 5px;
}

#basso #destra {
	float: right;
	width: 270px;
	padding: 10px;
}

#basso .destra {
	float: right;
	width: 270px;
	padding: 10px;
}

#basso .destra p {
	padding: 5px;
}

#basso #destra img {
	width: 251px;
	height: 132px;
}

#basso #destra p {
	padding: 5px;
}

/*
* footer
*/

#footer {
	font-size: 1.1em;
	border-top: 1px solid #666;
	padding-top: 10px;
	height: 23px;
	/*	background-color: #FFF;*/
	background-color: #E0F0FB;
}

#footer #copyright {
	float: left;
	width: 690px;
}

#footer #altro {
	float: right;
	width: 100px
}

#footer #altro p {
	display: inline;
}

/*
* Immagini
*/

img.allinea-destra {
	float: right;
	margin-left: 20px;
}

img.allinea-sinistra {
	float: left;
	margin-right: 20px;
}

img.allinea-centro {
	margin: 10px auto; 
	text-align: center;
	display: block;
}


/* Form doctor life */

.cmxform fieldset p.error label { color: red; }
div.container {
	background-color: #000;
	border: 1px solid red;
	margin: 5px;
	padding: 5px;
	color:#fff;
}
div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
}
div.container { display: none }
.container label.error {
	display: inline;
}
form.cmxform { width: 15em; }
form.cmxform label.error {
	display: block;
	margin-left: 1em;
	width: auto;
}

form p{
	margin-top: 0px;
	padding-top: 0px;
}

.container p{
	margin-top: 0px;
	padding-top: 0px;
}

.come_p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding:0px 5px 0px 5px;
	margin: 0px;
	float: left;
}



/*
* Shared text
*/

.testo {
	font-size: 1.2em;
	line-height: 1.1em;
	text-align: justify;
} 

#corpo-privacy {
	/*	background-color: #FFF;*/
	background-color: #E0F0FB;
	width: 100%;
	padding: 20px;
}

/*
* Azienda
*/

#corpo-azienda {
/*	background-color: #FFF;*/
	background-color: #E0F0FB;
	width: 100%;
}

#corpo-azienda #alto {
	width: 960px;
	height: 363px;
	background-color: #333;
	
}

#corpo-azienda #alto img {
	margin: 0 auto;
	display: block;
}

#corpo-azienda #basso {
	width: 900px;
	padding: 30px;
	padding-top: 20px;
}

#corpo-azienda #basso p {
	width: 440px; 
	float: left;
}

#corpo-azienda #basso img {
	float: right;
	margin-right: 20px;
	_margin-right: 10px; /* IE double margin bug */
}

/*
* Perche'
*/

#corpo-perche {
/*	background-color: #FFF;*/
	background-color: #E0F0FB;
	width: 920px;
	padding: 20px; 
	margin-top: 1px;
}

#corpo-perche h1 {
	margin-bottom: 40px;
}

#corpo-perche ul {
	width: 100%;
	margin-top: 0;
}

#corpo-perche li {
	width: 230px;
	float: left;
	margin-left: 60px;
	_margin-left: 30px; /* IE double margin bug */
	margin-bottom: 10px;
}

#corpo-perche img {
	border: 1px solid #666;
	margin-bottom: 20px;
}

/*
* Design
*/

#corpo-design {
/*	background-color: #FFF;*/
	background-color: #E0F0FB;
	width: 900px;
	padding: 30px;
	padding-top: 20px;
	margin-top: 1px;
}

#corpo-design h1 {
	margin-top: 10px;
}

#corpo-design p {
	float: left;
	width: 500px;
}

#corpo-design #design2 {
	float: right;
	width: 400px;
}

/*
* Store
*/

#corpo-store {
	/*	background-color: #FFF;*/
	background-color: #E0F0FB;
	width: 920px;
	padding: 20px;
	margin-top: 1px; 
}

#corpo-store #store1{
	float: left;
	display: block;
	width: 191px;
	margin-left: 50px;
	_margin-left: 25px;
	margin-bottom: 10px;
}

#corpo-store #blocco{
	float: right;
	width: 600px;
	margin-top: 20px;
}

#corpo-store ul {
	margin-top: 20px;
}

#corpo-store ul li {
	float: left;
	width: 102px;
	min-height: 200px;
	margin-left: 40px;
	_margin-left: 20px; /* IE double margin bug */ 
	margin-bottom: 20px;
	/*background-color: #CCC;*/
	background-color: #E0F0FB;
}

#corpo-store ul li:first-child {
	margin-left: 50px;
	_margin-left: 25px;
}

#corpo-store ul li img {
	border: 1px solid #999;
}

#corpo-store ul li h2 {
	font-size: 1em;
	line-height: 1.2em;
	padding: 5px;
	font-weight: bold;
	color: #CC0000;
}

#corpo-store ul li .testo-store {
	padding: 5px;
	padding-top: 0;
	font-size: 1em;
	line-height: 1.2em;
}

/*
* News
*/

#corpo-news {
/*	background-color: #FFF;*/
	background-color: #E0F0FB;
	margin-top: 1px;
}

#corpo-news #alto {
	width: 100%;
	height: 250px;
	background-color: #333;
}

#corpo-news #alto img {
	margin: 0 auto;
	display: block;
}

#corpo-news #basso {
	width: 900px;
	padding: 30px;
	padding-top: 20px;
}

#corpo-news #basso p {
	width: 500px; 
	float: left;
}

#corpo-news #basso img {
	float: right;
	margin-right: 20px;
	_margin-right: 10px; /* IE double margin bug */
}

/*
* Eventi
*/

#corpo-eventi {
	width: 900px;
/*	background-color: #FFF;*/
	background-color: #E0F0FB;
	margin-top: 1px;
	padding: 30px;
	padding-top: 20px;
}

#corpo-eventi #intro {
	margin-bottom: 20px;
}

#corpo-eventi #evento1 {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

#corpo-eventi #evento2 {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

/*
* Filiali
*/

#corpo-filiali {
	width: 900px;
/*	background-color: #FFF;*/
	background-color: #E0F0FB;
	margin-top: 1px;
	padding: 30px;
	padding-top: 20px;
}

#corpo-filiali #alto {
	width: 100%;
	height: 231px;
	/*	background-color: #FFF;*/
	background-color: #E0F0FB;
	margin-top: 20px;
	margin-bottom: 20px;
}

#corpo-filiali #alto img {
	margin: 0 auto;
	display: block;
}

#corpo-filiali .filiale {
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

#corpo-filiali .filiale img {
	border: 1px solid #CCC;
}

#corpo-filiali .filiale h2 {
	font-size: 1.3em;
	line-height: 1em;
	background-color: inherit;
	font-weight: bold;
}	

#corpo-filiali .filiale .testo {
	line-height: 1.2em;
}

/*
* Contatti
*/

#corpo-contatti {
	/*	background-color: #FFF;*/
	background-color: #E0F0FB;
	margin-top: 1px;
}

#corpo-contatti #alto {
	width: 100%;
	height: 250px;
	background-color: #333;
	margin-bottom: 5px;
}

#corpo-contatti #alto img {
	margin: 0 auto;
	display: block;
}

#corpo-contatti #basso {
	padding: 20px;
}

#corpo-contatti #basso h1 {
	margin-bottom: 15px;
}

#corpo-contatti #dati-contatti {
	padding-left: 10px;
	border-left: 5px solid #CCC;
	margin-bottom: 20px;
	float: right;
	margin-right: 50px;
	_margin-right: 25px; /* IE double margin bug */
}

#dati-contatti .testo {
	line-height: 1.2em;
}

/*
* Form 
*/

#form-contatti {
	width: 570px;
	margin: 0;
}

#form-doctor {
	width: 770px;
	margin: 0;
}

#form-doctor .partecipanti{
	display: block;
	float: left;
}

.partecipanti input{
	margin-left: 10px;
}

.partecipanti label{
	margin-left: 10px;
}

.forms fieldset {
	border: 1px solid #CCC;
	padding: 20px;
}

.forms label,
.forms legend {
	font-variant: small-caps;
	font-size: 1.2em;
}

.forms legend {
	border: 1px solid #CCC;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

.forms input {
	margin-bottom: 8px;
}

.forms input[type="reset"],
.forms input[type="submit"] {
	margin-top: 20px;
}

.forms input[type="reset"] {
	float: left;
	margin-left: 10px;
}

.forms input[type="submit"] {
	float: right;
	margin-right: 10px;
}

#form-contatti p#nota {
	font-size: 1.2em;
	margin-top: 10px;
}

#form-contatti label[for="privacy"] {
	font-size: 1.2em;
}

.forms #messaggio {
	padding: 5px;
	margin-bottom: 10px;
}

#form-contatti p#privacy-testo {
	border: 1px dashed #cecece;
	padding: 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.conferma img,
.errore img {
	width: 16px;
	height: 16px;
}

.conferma {
	padding: 5px;
	border: 1px solid green;
	margin: 10px;
	color: #333;
}

.conferma img,
.errore img {
	margin-right: 10px;
}

.errore {
	padding: 5px;
	border: 1px solid red;
	margin: 10px;
	color: #333;
}

.forms .error {
	color: red;
}


/*
* Prodotti
*/

#corpo-prodotti {
	/*	background-color: #FFF;*/
	background-color: #E0F0FB;
	margin-top: 1px;
}

#corpo-prodotti #alto {
	width: 100%;
	height: 250px;
	background-color: #333;
}

#corpo-prodotti #alto img {
	margin: 0 auto;
	display: block;
}

#corpo-prodotti #basso {
	padding: 30px;
	padding-top: 20px;
}

#corpo-prodotti #basso h1 {
	margin-bottom: 25px;
}

#corpo-prodotti #basso ul.prodotti {
	float: left;
	margin-right: 10px;
	width: 200px;
	text-transform: lowercase;
}

#corpo-prodotti #basso ul.prodotti li {
	min-height: 50px;
	margin-bottom: 10px;
}

#corpo-prodotti #basso .prodotti img{
	float: left;
	width: 42px;
	height: 42px;
	margin-right: 5px;
	border: 1px solid #ababab;
}

#corpo-prodotti #basso .prodotti h2{
	width: 138px;
	float: right;
	font-size: 1.1em;
	line-height: 1.1em;
}

#corpo-prodotti #basso .prodotti .testo{
	width: 138px;
	float: right;
	font-size: 1em;
	line-height: 1em;
	text-align: left;
}

#corpo-prodotti #basso .prodotti a:hover {
	color: #900;
}

/*
* Scheda
*/

#corpo-scheda {
	/*	background-color: #FFF;*/
	background-color: #E0F0FB;
	width: 100%;
}

#corpo-scheda #sidebar {
	float: left;
	width: 200px;
	padding: 20px;
	background-color: #990000;
	min-height: 960px;	
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}

#corpo-scheda #sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: black;
	padding: 10px;
	display: block;
	font-size: 1.1em;
}

#corpo-scheda #sidebar h2 {
	color: #FFF;
	font-size: 1.8em;
}

#corpo-scheda #sidebar h3 {
	color: #f2f2f2;
	font-size: 1.2em;
	font-variant: small-caps;
}

#corpo-scheda #sidebar ul {
	margin-bottom: 10px; 
}

#corpo-scheda #sidebar ul li {
	border-bottom: 1px solid #660000;
}

#corpo-scheda #sidebar a:hover {
	color: #FFF;
	background: url(./img/life_selected_l.jpg) no-repeat right center;
}

#corpo-scheda #sidebar .current_scheda {
	color: #FFF;
	background: url(./img/life_selected_l.jpg) no-repeat right center;
}

#corpo-scheda #scheda {
	float: right;
	width: 720px;
}

#corpo-scheda #alto {
	width: 100%;
}

#corpo-scheda #basso {
	width: 660px;
	padding: 30px;
	padding-top: 20px;
}

#corpo-scheda #tecnici {
	float: left;
	width: 400px;
}

#corpo-scheda #tecnici img {
	margin-top: 10px;
}

#corpo-scheda #basso #testo{
	font-size: 1.1em;
	line-height: 1em;
	margin-bottom: 15px;
	float: right;
	width: 240px;
}

#corpo-scheda #basso h2.sottotitolo,
#corpo-scheda #basso #testo h3 {
	color: #333;
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

#corpo-scheda #basso .mini {
	margin-top: 10px;
	width: 450px;
}

#corpo-scheda #basso .mini img {
	border: 1px solid #666;
}

#corpo-scheda #basso .mini p {
	float: right;
	width: 150px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.1em;
}

#corpo-scheda #basso .mini a {
	text-decoration: none;
	color: #333;
}

#corpo-scheda #tabella h1 {
	margin-top: 8px;
}

#corpo-scheda #tabella h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#corpo-scheda #tabella {
	float: left;
	width: 650px;
	margin-bottom: 20px;
}			

#corpo-scheda #tabella td {
	border-bottom: 1px solid #999;
	padding: 2px;
	line-height: 1.1em;
}

#corpo-scheda #basso table h5 {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: bold;
}


.fasi{
	margin-left:20px;
	margin-top: 5px;
}

.network img{
	border:0px;
	margin-top: 10px;
}
