body{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
    color: white;
    background: #F39754 url(immagini_layout/sfondo_totale_sito_dettagli.png) no-repeat center top;
    text-align: left;
}
html{height: 100%;background: #F39754 url(immagini_layout/sfondo_totale_sito.png) repeat-x left top;}
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{position:absolute;left:0px;top:-1000px;width:1px;height:1px;overflow:hidden;}
.aj_div_attesa_vedi{width: 100%;top: 50px;position: relative;text-align:center;background: #ADBB9F;}

a{text-decoration: none;color: white;outline: none;}
a:hover{text-decoration: none;color: #fad0b1;}
img{border: 0px;}
input, textarea, select{background: #AA955B; color: white; border: 1px solid #8E7B4A; 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;}

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

.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;}
.hidden{position:absolute;left:0px;top:-1000px;width:1px;height:1px;overflow:hidden;}

/*********************************************************************************/
/*** INTESTAZIONE ***************************************************************/
/*******************************************************************************/
#intestazione{
	width: 930px;
	height: 132px;
	margin: 0px auto;
	position: relative;
}
	/* logo sito */
#intestazione h1{margin: 0px;padding: 0px;float: left;position: relative;}
	#intestazione h6{ /* Menu lingua */
		width: 70px; /* <- per avere una larghezza certa, e posizionare il menu sotto */
		height: 20px;
		margin: 0px;
		padding: 10px 0px 0px 0px;
		float: right;
		position: relative;
		text-align: right;
		font-size: 10px;
		text-align: center;
		color: white;
		background: #B19E6A;
	}
	#intestazione h6 a:hover{
		padding-top: 10px;
		height: 20px;
		color: black;
		background: #B19E6A;
		display: block;
	}
	
	/* MENU PRINCIPALE */
	ul.menu_principale{
		margin: 80px -70px 0px 0px;
		padding: 0px;
		list-style-type: none;
		float: right;
		position: relative;
	}
	ul.menu_principale li{
		width: 80px;
		float: left;
		font-size: 11px;
		background: #C1B289;
		text-align: center;
	}
	ul.menu_principale li a{
		height: 19px;
		line-height: 19px;
		display: block;
		color: white;
	}
	ul.menu_principale li a:hover, ul.menu_principale li a.attivo{color: #f39754;background: white;}
	ul.menu_principale li.alt_color{background: #B29F6B;} /* per i bottoni del menu con colori alternati */

	/* MENU SECONDARIO (sotto quello principale) */
	ul.menu_approfondimento{
		width: 640px;
		margin: 8px 0px 0px 0px;
		padding: 0px;
		list-style-type: none;
		float: right;
		position: relative;
	}
	ul.menu_approfondimento li{
		margin: 0px;
		padding: 0px;
		display: inline;
		font-size: 11px;
		text-align: center;
	}
	ul.menu_approfondimento li a{
		height: 19px;
		padding: 0px 5px;
		line-height: 19px;
		color: white;
		background: inherit;
	}
	ul.menu_approfondimento li a:hover, ul.menu_approfondimento li a.attivo{color: black;}

/*********************************************************************************/
/*** CONTENUTO ***************************************************************/
/*******************************************************************************/
#contenuto{
	width: 930px;
	height: 440px;
	margin: 0px auto;
}
	/* BOX CENTRALE DI SX */
	#introduzione_contenuto{
		width: 290px;
		height: 440px;
		margin: 0px;
		padding: 0px;
		float: left;
		position: relative;
	}
		#introduzione_contenuto h2{ /* titolo intro */
			margin: 30px 0px 0px 0px;
			font-size: 14px;
			font-weight: bold;
			color: black;
			background: inherit;
		}
		#introduzione_contenuto p{
			width: 240px;
			height: auto;
			max-height: 350px;
			margin: 15px 0px 0px 0px;
			overflow: auto;
			color: white;
		}
		#intro_news{top: 300px;position: absolute;}
		#intro_news h3{
			width: 255px;
			height: 20px;
			line-height: 20px;
			margin: 0px;
			padding: 0px;
			background: url(immagini_layout/intro_news_titolo.png) no-repeat;
		}
		#intro_news p{
			width: 212px;
			height: 52px;
			margin: 0px;
			padding: 5px 5px 5px 8px;
			background: #C1B289;
		}
		#introduzione_contenuto h4{
			height: 15px;
			margin: 0px;
			padding: 0px;
			top: 423px;
			left: 0px;
			position: absolute;
			font-size: 9px;
			font-weight: normal;
			color: white;
			background: inherit;
		}
		
	/* MENU SECONDARIO (sul lato sx)*/
	ul.menu_introduzione{
		width: 240px;
		margin: 25px 0px 0px 0px;
		padding: 0px;
		list-style-type: none;
		float: left;
		position: relative;
	}
	ul.menu_introduzione li{
		margin: 0px;
		padding: 0px;
		font-size: 11px;
	}
	ul.menu_introduzione li a{
		height: 25px;
		padding: 0px 5px;
		line-height: 25px;
		display: block;
		border-bottom: 1px solid #746536;
		color: white;
		background: inherit;
	}
	ul.menu_introduzione li a:hover, ul.menu_introduzione li a.attivo{
		padding: 0px 0px 0px 20px;
		text-transform: uppercase;
		color: black;
		background: url(immagini_layout/freccia.jpg) no-repeat 2px center;
	}

	/* MENU SECONDARIO (sul lato sx)*/
	ul.elenco_news{
		width: 240px;
		margin: 25px 0px 0px 0px;
		padding: 0px;
		list-style-type: none;
		float: left;
		position: relative;
	}
	ul.elenco_news li{
		margin: 0px;
		padding: 0px;
		font-size: 11px;
	}
	ul.elenco_news li a{
		height: 25px;
		padding: 0px 5px;
		line-height: 25px;
		display: block;
		border-bottom: 1px solid #746536;
		color: white;
		background: inherit;
	}
	ul.elenco_news li a:hover, ul.elenco_news li a.attivo{
		padding: 0px 0px 0px 20px;
		text-transform: uppercase;
		color: black;
		background: url(immagini_layout/freccia.jpg) no-repeat 2px center;
	}


	/* BOX CENTRALE DI DX */
	#dettagli_contenuto{
		width: 640px;
		height: 440px;
		margin: 0px;
		padding: 0px;
		float: left;
		position: relative;
		background: #C1B289;
		
	}
		h3.divisione_vetro_artistico a{
	width: 130px;
	height: 440px;
	display: block;
	display: inline;
	float: left;
	background-image: url(immagini_layout/divisione_vetro_artistico/pulsante_vetro1.jpg);
		}
		h3.divisione_vetro_artistico a:hover{background: url(immagini_layout/divisione_vetro_artistico/pulsante_vetro2.jpg);}
		.dettagli_invio{
			width: 500px;
			height: 400px;
			margin: 40px 0px 0px 70px;
		}
		
		/* Bottoni slide immagini */
		div.prev_next{
			width: 130px;
			height: 20px;
			line-height: 20px;
			float: right;
			position: relative !important;
			position: inherit; /* IE */
			margin: -20px 0px 0px 0px;
			color: #d3d3d3;
			background: #f39754;
			text-align: center;
		}
		.prev_next a{
			color: white;
		}
		
		/* Area Press */
		.lista_press{
			width: 620px;
			height: 380px;
			margin: 40px 0px 20px 20px;
			overflow: auto;
		}
		.press_file{
			width: 300px;
			height: 100px;
			margin: 0px 0px 5px 20px;
			border-bottom: 1px solid #746536;
			color: black;
		}
		.press_file .titolo_file{
			width: 150px;
			height: 95px;
			float: left;
			vertical-align: baseline;
		}
		.press_file a.press_bottone{
			width: 30px;
			height: 30px;
			display: block;
			background: url(immagini_layout/press_download1.png);
		}
		.press_file a:hover.press_bottone{
			background: url(immagini_layout/press_download2.png);
		}
		/* News */
		.dettagli_news{
			width: 600px;
			height: 400px;
			margin: 20px 0px 0px 20px;
			padding: 0px 20px 0px 0px;
			overflow: auto;
			color: black;
		}
		.news_img{ /* Immagini nel dettagli news */
			margin: 0px 10px 10px 0px;
			float: left;
			
		}
		h4.down_pdf{
			clear: both;
			margin: 10px 0px 0px 0px;
			color: black;
			background: inherit;
		}
		h4.down_pdf a{color: black;background: inherit;}
		h4.down_pdf a:hover{color: #f39754;}
		
/* -------------------------------------------------------------- */		
	/* DIVISIONE VETRO ARTISICO */
	#divisione_vetro_artistico{
		height: 500px;
		width: 640px;
		top: -55px;
		position: absolute;
		background: #ADBB9F;
	}
/* -------------------------------------------------------------- */
	
	/* PREVENTIVO */
	.form_preventivo{margin: 25px 0px 0px 20px;padding: 0px;}
	.form_preventivo fieldset{border: 0px;}
	.form_preventivo label{
		width: 295px;
		height: 40px;
		margin: 0px 0px 6px 0px;
		display: block;
		float: left;
		position: relative;
	}
	.form_preventivo label input, .form_preventivo label select{width: 80%;margin-top: 2px;}
	.form_preventivo label.richieste{clear: both;width: 100%;}
	.form_preventivo label.richieste textarea{width: 87%;height: 40px;margin-top: 2px;}
	.form_preventivo label.privacy{clear: both;margin: 20px 0px 0px 0px;font-size: 10px;}
	.form_preventivo label.privacy input{border: 0px; width: auto; background: none;}
	.form_preventivo input.invio{float: left;clear: both;margin: 0px 0px 0px 0px;}
	
	/* CONTATTI */
	.form_contatti{margin: 25px 0px 0px 20px;padding: 0px;}
	.form_contatti fieldset{border: 0px;}
	.form_contatti label{
		width: 295px;
		height: 40px;
		margin: 0px 0px 6px 0px;
		display: block;
		float: left;
		position: relative;
	}
	.form_contatti label input{width: 80%;margin-top: 2px;}
	.form_contatti label.richieste{clear: both;width: 100%;}
	.form_contatti label.richieste textarea{width: 87%;height: 40px;margin-top: 2px;}
	.form_contatti label.privacy{clear: both;margin: 20px 0px 0px 0px;font-size: 10px;}
	.form_contatti label.privacy input{border: 0px; width: auto; background: none;}
	.form_contatti input.invio{float: left;clear: both;margin: 0px 0px 0px 0px;}

/*********************************************************************************/
/*** PIE DI PAGINA ***************************************************************/
/*******************************************************************************/
#pie_di_pagina{
	width: 930px;
	height: 25px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
}
	#pie_di_pagina h6{
		margin: 15px 6px 0px 0px;
		padding: 0px;
		display: inline;
	}
