/* FOGLIO DI STILE CSS PER www.cantineterrefedericine.it - SET COLORI SCURO

Realizzato da Umberto "UmbyTheJediKnight" Biscotti
	
	=== INFORMAZIONI SULLA NOMENCLATURA ============================================== 	

	*** NOTE *************************************************************************
	I nomi degli elementi contengono un numero offset indicante il codice esadecimale
	relativo al colore, in modo che il colore 4 ad esempio è sempre lo stesso anche se
	si riferisce a classi diverse. Il numero nel nome va indicato se i testi saranno
	uguali e utilizzati in contesti simili ma verranno differenziati solo dal colore.
	Allo stesso modo sono indicati i tipi di carattere.
   
    ELENCO DEI CODICI PER I COLORI
    COD	COLORE		CODICE HEX
    ---------------------------
    0 	Nero		000000
    1	Bianco		FFFFFF
    2 	Argento		C0C0C0
    3 	Giallo		FFCC00
    4 	Dorato		C59D4F
    5	Arancio		FF6600
    6 	Paglierino	FFCC66
    7 	Scarlatto	996633

	ELENCO DEI CODICI PER I CARATTERI
	COD	STILE		CARATTERE	
	---------------------------
	Elg	Elegant		Garamond, "Times New Roman"
	Nrm	Normale		Verdana, Tahoma, "Ms Sans Serif"



	*** SOMMARIO CLASSI **************************************************************
	
	TAG HTML ORIGINALI, RIDEFINITI
		Body
		A
		H1
		H2
		H3
		H4
		H5
	
	CLASSI NUOVE
		A.lnk_menu
		A.lnk_img
		A.lnk_benvenuto
		A.lnk_mini
		A.lnk_normale4
		SPAN.txt_bold
		.txt_normale1
		.txt_sottotitolo1
		.txt_normale2
		.txt_normale0
		.txt_storia3
		.txt_citazione
		.txt_autorecitazione
		.txt_copyright
		.tbl_mainstructure
		.cll_title
		.cll_fascia
		.cll_menu
		.cll_corpo
		.cll_approf

		.txt_menu_cantina
		.tbl_1
		.tbl_3
		.tbl_menu_cantina


	=== RIDEFINIZIONE TAG HTML PREDEFINITI ============================================= */

													/* Corpo pagina */
BODY { 
  background-color: #000000;
/*  background-image: url('elementi_grafici/sfondo_2_jpg.jpg'); */
  background-attachment: fixed;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  color: #ffffff; 	/* colore scrittura */
} 
													/* Link standard */
A:link {
	font-family: verdana, tahoma, "ms sans serif";
/*	font-size: x-small;
	font-style: none;
	text-decoration: none;
	text-align: center;	*/
	color: #ff6600;
}

A:hover {
	font-family: verdana, tahoma, "ms sans serif";
/*	font-size: x-small;
	font-style: none;
	text-decoration: underline;
	text-align: center;	*/
	color: #ffffff;
}

A:visited {
	font-family: verdana, tahoma, "ms sans serif";
/*	font-size: x-small;
	font-style: none;
	text-decoration: none;
	text-align: center;	*/
	color: #ff9999;
}
													/* Titolo di una sezione */
H1 {
	font-family: garamond, "times new roman";
	font-size: x-large;
	font-style: none;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	margin-top: 5;
	margin-bottom: 5;
}
													/* Titolo di un paragrafo */
H2 {
	font-family: garamond, "times new roman";
	font-size: medium;
	font-style: italic;
	text-decoration: none;
	text-align: none;
	color: #c0c0c0;
	margin-top: 3;
	margin-bottom: 5;
	/* line-height: 10%; */
	margin-left: 0.2cm;
	margin-right: 0.2cm;
}

H3 {
	font-family: tahoma, verdana, "ms sans serif";
	font-size: small;
	font-style: none;
	text-decoration: none;
	text-align: bottom;
	color: #c0c0c0;
	margin-top: 3;
	margin-bottom: 5;
	/* line-height: 10%; */
	margin-left: 0.2cm;
	margin-right: 0.2cm;
}
													/* Sottotitolo normale 1 */
H4 {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: xx-small;
	font-style: none;
	font-weight: bold;
	text-decoration: none;
	text-align: none;
	color: #FFFFFF;
	margin-top: 5;
	margin-bottom: 3;
	margin-left: 0.5cm;
	margin-right: 0.5cm;
	/* line-height: 10%; */
}

H5 {
	font-family: tahoma, verdana, "ms sans serif";
	font-size: x-small;
	font-style: none;
	text-decoration: none;
	text-align: bottom;
	color: #c0c0c0;
	margin-top: 3;
	margin-bottom: 5;
	/* line-height: 10%;
	margin-left: 0.2cm;
	margin-right: 0.2cm; */
}

BIG {
	text-weight: bold;
}


/* === ELEMENTI PERSONALIZZATI ======================================================= */

													/* Link per il MENU DI NAVIG */
A.lnk_menu:link {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: 12px;
	font-style: none;
	text-decoration: none;
/*	text-align: center;	*/
	color: #ff6600;
}
A.lnk_menu:hover {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: 12px;
	font-style: none;
	text-decoration: underline;
/*	text-align: center;	*/
	color: #ffffff;
}

A.lnk_menu:visited {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: 12px;
	font-style: none;
	text-decoration: none;
/*	text-align: center;	*/
	color: #ff9999;
}
													/* Link per le immagini */
A.lnk_img:link {
	color: #c59d4f;
}
A.lnk_img:hover {
	color: #FFcc66;
}

A.lnk_img:visited {
	color: #FFcc00;
}

													/* Link per l'ingresso al sito */
A.lnk_benvenuto:link {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: x-small;
	font-style: none;
	text-decoration: none;
/*	text-align: center;	*/
	letter-spacing: 0.5em;
	color: #ff6600;
}
A.lnk_benvenuto:hover {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: x-small;
	font-style: none;
	text-decoration: underline;
/*	text-align: center;	*/
	letter-spacing: 0.5em;
	color: #ffffff;
}

A.lnk_benvenuto:visited {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: x-small;
	font-style: none;
	text-decoration: none;
/*	text-align: center;	*/
	letter-spacing: 0.5em;
	color: #ff9999;
}

													/* Link color dorato */
A.lnk_normale4:link {
	font-family: verdana, tahoma, "ms sans serif";
/*	font-size: x-small;
	font-style: none;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.5em;  */
	color: #C59D4F;
}
A.lnk_normale4:hover {
	font-family: verdana, tahoma, "ms sans serif";
/*	font-size: x-small;
	font-style: none;
	text-decoration: underline;
	text-align: center;	*/
	color: #c0c0c0;
}

A.lnk_normale4:visited {
	font-family: verdana, tahoma, "ms sans serif";
/*	font-size: x-small;
	font-style: none;
	text-decoration: none;
	text-align: center;	*/
	color: #ffcc66;
}
													/* Link color nero */
A.lnk_normale0:link {
/*	font-family: verdana, tahoma, "ms sans serif"; */
	font-family: garamond, "times new roman";
	font-size: 12pt;
	font-weight: bold;
/*	font-style: none;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.5em;  */
	color: #000000;
}
A.lnk_normale0:hover {
/*	font-family: verdana, tahoma, "ms sans serif"; */
	font-family: garamond, "times new roman";
	font-size: 12pt;
	font-weight: bold;
/*	font-style: none;
	text-decoration: underline;
	text-align: center;	*/
	color: #000000;
}
A.lnk_normale0:visited {
/*	font-family: verdana, tahoma, "ms sans serif"; */
	font-family: garamond, "times new roman";
	font-size: 12pt;
	font-weight: bold;
/*	font-style: none;
	text-decoration: none;
	text-align: center;	*/
	color: #000000;
}

													/* Link mappa sito (MAIN) */
A.lnk_map_main4:link {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: x-small;
	font-style: none;
	font-weight: bold;
	text-decoration: none;
	text-align: none;
	color: #C59D4F;
	text-indent: 0px;
	margin-left: 0.5cm;
}
A.lnk_map_main4:hover {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: x-small;
	font-style: none;
	font-weight: bold;
	text-decoration: underline;
	text-align: none;
	color: #c0c0c0;
	text-indent: 0px;
	margin-left: 0.5cm;
}

A.lnk_map_main4:visited {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: x-small;
	font-style: none;
	font-weight: bold;
	text-decoration: none;
	text-align: none;
	color: #ffcc66;
	text-indent: 0px;
	margin-left: 0.5cm;
}
													/* Link mappa sito (SECONDARY) */
A.lnk_map_sec4:link {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: x-small;
	font-style: none;
	font-weight: bold;
	text-decoration: none;
	text-align: none;
	color: #C59D4F;
	text-indent: 20px;
	margin-left: 0.8cm;
}
A.lnk_map_sec4:hover {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: x-small;
	font-style: none;
	font-weight: bold;
	text-decoration: underline;
	text-align: none;
	color: #c0c0c0;
	text-indent: 20px;
	margin-left: 0.8cm;
}

A.lnk_map_sec4:visited {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: x-small;
	font-style: none;
	font-weight: bold;
	text-decoration: none;
	text-align: none;
	color: #ffcc66;
	text-indent: 20px;
	margin-left: 0.8cm;
}
													/* Link mappa sito (TERTIARY) */
A.lnk_map_ter4:link {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: x-small;
	font-style: italic;
	text-decoration: none;
	text-align: none;
	color: #C59D4F;
	text-indent: 40px;
	margin-left: 1.3cm;
}
A.lnk_map_ter4:hover {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: x-small;
	font-style: italic;
	text-decoration: underline;
	text-align: none;
	color: #c0c0c0;
	text-indent: 40px;
	margin-left: 1.3cm;
}

A.lnk_map_ter4:visited {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: x-small;
	font-style: italic;
	text-decoration: none;
	text-align: none;
	color: #ffcc66;
	text-indent: 40px;
	margin-left: 1.3cm;
}



SPAN.txt_bold {
	font-weight: bold;
}

SPAN.txt_tipoprodotto {
	font-weight: bold;
	font-family: verdana, tahoma, "ms sans serif";
	line-height: 200%;
}
													/* Testo normale 1 */
.txt_normale1 {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: xx-small;
	font-style: none;
	text-decoration: none;
	text-align: justify;
	color: #FFFFFF;
	text-indent: 20px;
	margin-left: 0.5cm;
	margin-right: 0.5cm;
}

													/* Testo normale 1 */
.txt_tipovino {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: x-small;
	font-style: italic;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
}

													/* Sottotitolo normale 1 */
.txt_sottotitolo1 {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: xx-small;
	font-style: none;
	font-weight: bold;
	text-decoration: none;
	text-align: none;
	color: #FFFFFF;
}
													/* Testo normale 2 */
.txt_normale2 {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: xx-small;
	font-style: none;
	text-decoration: none;
	text-align: justify;
    color: #c0c0c0;
}
													/* Testo normale 0 */
.txt_normale0 {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: xx-small;
	font-style: none;
	text-decoration: none;
	text-align: justify;
    color: #000000;
}
													/* Testo normale 6 */
.txt_normale6 {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: xx-small;
	font-style: italic;
	text-decoration: none;
	text-align: justify;
    color: #FFCC66;
}
													/* Testo passaggi storici */
.txt_storia3 {
	font-family: garamond, "times new roman";
	font-size: small;
	font-style: none;
	text-decoration: none;
	text-align: justify;
    color: #FFCC00;
}
													/* Testo citazioni */
.txt_citazione {
	font-family: garamond, "times new roman";
	font-size: small;
	font-style: none;
	text-decoration: none;
	text-align: justify;
    color: #FFCC00;
	margin-left: 0.5cm;
	margin-right: 0.5cm;
}
													/* Testo autore citazioni */
.txt_autorecitazione {
	font-family: garamond, "times new roman";
	font-size: small;
	font-style: italic;
	text-decoration: none;
	text-align: right;
    color: #FFCC00;
    margin-left: 0.5cm;
	margin-right: 0.5cm;

}
													/* Testo citazioni */
.txt_approf {
	font-family: garamond, "times new roman";
	font-size: small;
	font-style: none;
	text-decoration: none;
	text-align: justify;
    color: #FFCC00;
	margin-left: 0.2cm;
	margin-right: 0.2cm;
}

													/* Testo del copyright */
.txt_copyright {
  font-size: xx-small;
  font-family: verdana, tahoma, "ms sans serif";
  color: #C0C0C0;
  text-align: center;
  margin-left: 0cm;
  margin-right: 0cm;
  text-indent: 0px;
}

.txt_menu_cantina {
  font-size: x-small;
  font-family: verdana, tahoma, "ms sans serif";
  color: #FFFFFF;
  text-align: center;
/*  margin-top: 2;
  margin-bottom: -1;
  line-height: 100%; */
}


													/* Testo normale 0 */
.txt_normale_elg0 {
	font-family: garamond, "times new roman";
	font-size: 11pt;
	font-style: none;
	text-decoration: none;
	text-align: center;
    color: #000000;
	margin-left: 0.7cm;
	margin-right: 0.9cm;
	margin-top: 0.5cm;
	margin-bottom: 0.7cm;
}

/*	=== CLASSI PER LE TABELLE ============================================= */

.tbl_mainstructure {
	background-image: url('../00_gfx/common/cll_sfondo_mainstructure.jpg');
	background-attachment: scroll;
	background-position: 100% 163px;
	background-repeat: no-repeat;
	width: 640px;
	border: none;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
}

.tbl_menustructure {
	width: 640px;
	border: none;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
}

.cll_title {
	background-color: #000000;
	width: 100%;
	text-align: center;
}

.cll_menu_nav {
	background-color: #000000;
	width: 100%;
	height: 1px;
}

.cll_barra_nav {
	background-color: #000000;
	width: 100%;
	font-family: verdana, tahoma, "ms sans serif";
	font-size: xx-small;
	font-style: italic;
	text-decoration: none;
	color: #FFCC66; 
	margin-left: 0.5em;
}

.tbl_menu_pag {
	background-image: url(../00_gfx/altro/pergamena_menu.png);
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 190px;
	vertical-align: top;
	/*background-color: #FFCC33;	text-align: left; */
}

.tbl_menu_pag_en {
	background-image: url(../00_gfx/altro/pergamena_menu_en.png);
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 190px;
	vertical-align: top;
	/*background-color: #FFCC33;	text-align: left; */
}


.cll_fascia{
	background-color: #000000;
	height: 2px;
	text-align: center;
	width: 100%;
}

/* ======= CLASSI STRUTTURE PER PAGINE A TRE SEZIONI ======= */

.cll_menu_pag {
	width: 190px;
	height: 341px;
	vertical-align: top;
	background-image: url('../00_gfx/common/cll_sfondo_menupag.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 100%;
	text-align: center;
}

.cll_corpo {
	width: 346px;
	height: 341px;
	vertical-align: top;
}

.cll_approf {
	width: 110px;
	vertical-align: top;
	background-color: #000000;
}

.cll_fascia_vert{
	/* text-align: center; */
	background-position: 0% 0%;
	background-repeat: no-repeat;
	width: 2px;
	vertical-align: top;

/* ======= CLASSI STRUTTURE PER PAGINE A DUE SEZIONI (1) ======= */

.cll_menu_pag2 {
	width: 190px;
	height: 341px;
	vertical-align: top;
	background-image: url('../00_gfx/common/cll_sfondo_menupag.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 100%;
	text-align: center;
}

.cll_corpo2 {
	width: 448px;
	height: 341;
	vertical-align: top;
}

/* ======= CLASSI STRUTTURE PER PAGINE A DUE SEZIONI (2) ======= */

.cll_menu_pag3 {
	width: 240px;
	vertical-align: middle;
	text-align: center;
}

.cll_corpo3 {
	width: 400px;
	vertical-align: top;
}

.tbl_prod_pergamena {
	background-image: url('../00_gfx/common/pergamena_grande.jpg');
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 398px;
	border: none;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
}

.cll_prod_pergamena {
	width: 100%;
	height: 400px;
	vertical-align: top;
}

.tbl_prod_pergamena_testo {
	width: 300px;
	border: none;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	


/* ============ PREMI ======================================= */

.tbl_premio {
	width: 310 px;
	border: none;
	margin-left: 0.5cm;
}

.cll_premio_foto {
	width: 190px;
	text-align: center;
	margin-left: 30;
}

.cll_premio_testo {
	width: 240px;
}

.premio_testo {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: xx-small;
	font-style: none;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 8;
	margin-right: 8;
}

/* ============ DA ELIMINARE ======================================= */

.tbl_1 {
  background-image: url('../00_gfx/altro/sfondo_3_jpg.jpg');
  background-attachment: scroll;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.tbl_3 {
  background-image: url('../00_gfx/altro/tab_corpo_bianco_centrale_up.png');
  background-attachment: fixed;
  background-color: #FFFFFF;
  background-position: 0% 0%;
  background-repeat: repeat-x;
}

.tbl_menu_cantina {
	background-color: #C59D4F;
/*	background-image: url('elementi_grafici/gradiente_1.png');
    background-repeat: repeat-x;
	font-size: xx-small;			*/
	font-family: verdana, tahoma, "ms sans serif";
/*	font-weight: bold; 		*/
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle
}

.AutunnoBaroccoData {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #660066;
}


.AutunnoBaroccoCity {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: large;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin-left: 0.5cm;
}
.AutunnoBaroccoProgrammaData {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #99CC00;
	margin-left: 0.2cm;
}

.AutunnoBaroccoOrario {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	margin-left: 0.3cm;
}
.AutunnoBaroccoText {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin-left: 0.5cm;
}
.AutunnoBaroccoText2 {
	font-family: Tahoma, Verdana, sans-serif, "times New Roman";
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-align: center;
	margin-top: 0.1cm;
	margin-right: 0.5cm;
	margin-bottom: 0.5cm;
	margin-left: 0.5cm;
}

.AutunnoBaroccoCella {
	font-family: Garamond, Georgia, "Times New Roman";
	background-color: #660066;
	color: #FFFFFF;
}
.AutunnoBaroccoCella2 {
	font-family: Garamond, Georgia, "Times New Roman";
	background-color: #ffffff;
	color: #000000;
}
.AutunnoBaroccoText3 {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, sans-serif, "times New Roman";
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
A.lnk_AutunnoBarocco:link {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: 12px;
	font-style: none;
	text-decoration: underline;
	/*	text-align: center;	*/
	color: #99FF00;
}
A.lnk_AutunnoBarocco:hover {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: 12px;
	font-style: none;
	text-decoration: underline;
	/*	text-align: center;	*/
	color: #FFFFFF;
}
A.lnk_AutunnoBarocco:visited {
	font-family: verdana, tahoma, "ms sans serif";
	font-size: 12px;
	font-style: none;
	text-decoration: underline;
	/*	text-align: center;	*/
	color: #ff9999;