
body{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 13px;
    height: 100%;
    color: Black;
    background: white url(../immagini_layout/sfondo.jpg) center top no-repeat;
    text-align: left;
}
html{height: 100%;}
table{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}

.aj_div_attesa_nascondi, .aj_div_principale_nascondi{display:none;}
.aj_div_attesa_vedi{width: 100%;top: 50px;position: relative;text-align:center;}

a{text-decoration: none;color: Black;}
a:hover{text-decoration: none;color: Black;outline: none;}
img{border: 0px;}
input, textarea{background: White; color: Black; border: 1px solid black; margin: 0px; padding: 2px;}
.input_noborder{background-color: transparent;color: Black; border: 0px;}
form{margin: 0px;padding: 0px;}
.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}
.giustificato{text-align: justify;}
.barrato {text-decoration: line-through;}

h1{font-size: 16px; margin: 0px;}
h2{font-size: 14px; margin: 0px;}
h3{font-size: 12px; margin: 0px;}
h4{font-size: 11px; margin: 0px;}
h5{font-size: 10px; margin: 0px;}
.testo9, .testo9_rosso, .testo9_bianco{font-size: 9px;}
.testo10, .testo10_rosso, .testo10_bianco{font-size: 10px;}
.testo11, .testo11_rosso, .testo11_bianco{font-size: 11px;}
.testo12, .testo12_rosso, .testo12_bianco{font-size: 12px;}
.testo13, .testo13_rosso, .testo13_bianco{font-size: 13px;}
.testo14, .testo14_rosso, .testo14_bianco{font-size: 14px;}
.testo16, .testo16_rosso, .testo16_bianco{font-size: 16px;}
.testo18, .testo18_rosso, .testo18_bianco{font-size: 18px;}
.testo25_normal {font-size: 25px; font-weight: normal;}

.testo9_rosso, .testo10_rosso, .testo11_rosso, .testo12_rosso, .testo13_rosso, .testo14_rosso, .testo16_rosso, .testo18_rosso{color: Red;}
.testo9_bianco, .testo10_bianco, .testo11_bianco, .testo12_bianco, .testo13_bianco, .testo14_bianco, .testo16_bianco, .testo18_bianco{color: White;}
.bianco{color: White;}
.privacy{color: Gray; font-size: 10px;}
.hidden{position:absolute;left:0px;top:-1000px;width:1px;height:1px;overflow:hidden;}
.sostituzione {display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 50;}

/*=====================================*/
/* INTESTAZIONE */
/*=====================================*/
#intestazione { 
	width: 970px;
	height: 105px;
	margin: 0px auto;
	padding: 0px;
}

	#intestazione h1 {
		margin: 0px;
		padding: 0px;
		position: relative;
	}
	
	#intestazione ul {
		margin: 75px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		list-style: none;
		float: right;
		
	}
	
		#intestazione ul li {
			float: left;
			height: 25px;
			padding: 0px;
			background: url(../immagini_layout/navigazione.png) right bottom no-repeat;
			position: relative;
		}
		
			#intestazione ul li a {
				float: left;
				height: 15px;
				padding: 0px 20px 10px 20px;
				color: white; 
				background: url(../immagini_layout/navigazione_hover.png) left 50px no-repeat;
				
			}
				#intestazione ul li a.attivo, #intestazione ul li a:hover {
					background-position: left bottom;
				}

/*========================================*/		
/* CONTENUTO */
/*========================================*/
#homepage, #chisiamo, #perche_sceglierci, #contatti {
	width: 970px;
	height: auto;
	margin: 120px auto 0px auto;
	position: relative;
}

#faq, #dettagli_offerta, #scelta_grafica, #personalizza_grafica, #richiesta_ordine {
	width: 930px;
	margin: 120px auto 0px auto;
	background: white;
	padding: 20px;
	position: relative;
}
	
	
	
	.contenuto:after {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}


/* box a sx più stretto dove presente */
#contenuto2 {
	width: 705px;
	margin: 0px;
	padding: 20px;
	background: white;
	float: left;
}
/****/

	.contenuto h2 {
		font-size: 16px;
		font-weight: normal;
		color: #FF6600;
		border-bottom: 1px solid #FF6600;
		margin-bottom: 20px;
	}
	
	.contenuto h3 {
		font-size: 22px;
		color: #0E3178;
		font-weight: normal;
		font-family: Georgia;
		padding-bottom: 5px;
	}
	
	
	.contenuto h4 {
		margin: 20px 0px;
		color: #FF6600;
		font-size: 13px;
	}
	
	
	.contenuto p {
		margin: 0px 0px 15px 0px;
	}

a.pulsante  {
	display: block;
	width: 186px;
	height: 35px;
	line-height: 35px;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	background: url(../immagini_layout/dettagli_offerta.png) left top no-repeat;
}
	a.pulsante:hover {color:#0E3178;}
	

/*====================================*/
/* FOOTER */
/*====================================*/

#info_home {
	width: 970px;
	height: 63px;
	margin: 20px auto 0px auto;
	border-top: 1px solid #009EE0;
	border-bottom: 1px solid #009EE0;
	clear: left;
}

	#info_home h5 {
		width: 196px;
		height: 42px;
		float: left;
		position: relative;
		margin: 10px 0px 0px 0px;
	}
	
		#info_home h5 .sostituzione {background: url(../immagini_layout/soluzione_portali.png) left top no-repeat;}
	
	#info_home p.numero_verde {
		width: 92px;
		height: 32px;
		float: right;
		position: relative;
		margin: 15px 0px 0px 20px;
	}
	
		#info_home p .sostituzione {background: url(../immagini_layout/info_home.png) left top no-repeat;}
		
	#info_home a.richiedi_informazioni {
		display: block;
		width: 100px;
		height: 32px;
		font-size: 14px;
		line-height: 14px;
		padding: 0px 20px 0px 40px;
		margin: 20px 0px 0px 0px;
		float: right;
		color: #0E3078;
		border-right: 1px solid #009EE0;
		background: url(../immagini_layout/richiedi_info.png) left top no-repeat;
	}
	
		#info_home a.richiedi_informazioni:hover {color: #FF6600;}

#info_interno {
	width: 950px;
	height: 40px;
	margin: 0px auto 0px auto;
	padding-left: 20px;
	padding-top: 13px;
	background: #D9D9D9;
}

	#info_interno span {
		position: relative;
		top: -10px;
		left: 5px;
		color: #008F36;
	}

h6.footer {
	clear: both;
	width: 970px;
	margin: 0px auto;
	padding-top: 5px;
	font-size: 11px;
	color: #cccccc;
}






