/*

- Css Standard Validato 2.0 -
Creato da : Daniele Antonio Barbaglia - RobertoFonio.com
Data : 22 / 01 / 2009

Modificato da : 
Data : 

- Regole per l'impostazione del css -

#id, .classe, tag {
height:; width:; min-height:; min-width:;						<- dimensioni
margin:; border:; padding:; 									<- modello a box
font:; color:; text-align:; text-decoration:; text-transform:;	<- stile testo
float:; display:; clear:;										<- allineamento
position:; top/right/bottom/left:; z-index:;					<- posizione
}

*/

/*------------------------------------------------------------------------------*/
/*_____regole di stile per il corpo_____*/

* {												/* Jolly tag per IE */
margin: 0px;
padding: 0px; 
}

html, body { 											/* Regola per HTML */
height: 100%;
margin: 0px;
padding: 0px;
}

body { 											/* Regola per Body */
font-size: 100%;								/* Impostazione per EM = 16px */
text-align: center;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
background: #27242B url('../img/sfondo.jpg') top center no-repeat;
color:#FFFFFF;
}
 html {
 position:relative;
 }
body div#fixcane {
position: fixed !important;
position: absolute;
bottom:0;
left:0;
clear:both;
}

/*------------------------------------------------------------------------------*/
/*_____regole di stile standard per i tag_____*/

H1, H2, H3, H4, H5, H6 { font-weight: bold; }	/* Impostazioni per i Titoli */
H1 { font-size: 1.5em; }	
H2 { font-size: 1.125em; }	
H3 { font-size: 0.875em; }
H4 { font-size: 0.8125em; }
H5 { font-size: 0.75em; }
H6 { font-size: 0.6875em; }
	
a, img { 										/* Impostazione sulle Immagini e Link per togliere il bordo */
margin: 0px; 
border: 0px;
padding: 0px; 
}
a { text-decoration: none; }					/* Impostazione Link */
a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

INPUT,SELECT,BUTTON { 							/* Impostazione Input */
}

table, td, tr { margin: 0px; border: 0px; padding: 0px; } 				/* Impostazione Tabelle */
dl, dt, dd { margin: 0px; border: 0px; padding: 0px; } 					/* Impostazione lista descrittiva */
ul, li { margin: 0px; border: 0px; padding: 0px; list-style: none; } 	/* Impostazioni lista puntata */
ol, li { margin: 0px; border: 0px; padding: 0px; list-style: none; } 	/* Impostazioni lista numerata */

/*------------------------------------------------------------------------------*/
/*_____regole di stile per lo scheletro_____*/

#container {									/* CONTENITORE SITO */
min-height: 100%; 								/**/
position:relative;
height: auto !important; 						/**/
height: 100%;									/*fix per IE sul parametro min-height*/
width: 990px; 
padding: 0px;
margin: auto;									/*fix per mantenere la pagina centrata [ da usare con body {text-align:center; margin:0px;} ]*/

}

/*------------------------------------------------------------------------------*/
#header {										/* HEADER SITO - TESTATA */
height: 196px; 
width: 990px;
margin-bottom:10px;
}

/*------------------------------------------------------------------------------*/
#testata_menu {
width:960px;
height:165px;
margin: 10px 0 0 0;
background: url('../img/testata.jpg') top repeat-x;
padding:10px 15px 10px 15px;
}
#menu {											/* MENU SITO */
height: 20px;
width: 800px;
margin-left:15px;
}
	.menu_box {									/* BOX DEL MENU DEL SITO */
	height: 40px;
	width: 800px;
	}
		.menu_box dl {
		}
		.menu_box dt {
		height: 20px;
		}
		.menu_box dt a{

		}
		.menu_box dt a:hover, .menu_box dt a:focus, .current{
		}
#submenu {margin: 15px 0px 20px;}
#submenu a {padding: 5px 0px 0px; border-bottom: 1px dotted #DDDFDC; }
#submenu a:hover, #submenu a.current { text-decoration: none; color: #BF1751; }

/*------------------------------------------------------------------------------*/
#content {										/* CORPO DEL SITO */
min-height: 200px; 								/**/
height: auto !important; 						/**/
height: 200px;									/*fix per IE sul parametro min-height*/
width: 990px;
}

	.col_200 {									/* COLONNA DA 200 PX */
	width: 200px;
	}
	.col_350 {									/* COLONNA DA 350 PX */
	width: 350px;
	}
	.col_760 {									/* COLONNA DA 760 PX */
	width: 760px;
	}
		
	.col_dx {									/* COLONNA DESTRA */
	width: 650px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	}
		
	.col_sx {									/* COLONNA SINISTRA */
	width: 200px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	}
	.col_sx a{									/* COLONNA SINISTRA */
	width: 200px;
	}
	.colorato {
	background:#7C1437;
	padding:5px;
	}

#col_immagini {
	width:350px;
	float:right;
	margin:10px;
}

.news {
padding-top: 10px;
border-bottom: #ccc 1px dotted;
width: 100%;
}

.news .testo {
width: 640px;
padding-right:15px;
padding-left:5px;
}

.news .image {
width: 100px;
}
	
#news_box {
width:200px;
padding-top:5px;
position: relative;
height: 200px;
background:url('../img/news_center.jpg') repeat-y;
}
	#news_box a {
	width: 180px;
	padding: 0px 10px;
	}
#col_dx_top {
width:780px;
min-height: 200px;
height: auto !important;
height: 200px;
border-bottom: 2px solid #FFFFFF;
margin-left:10px;
}

#col_dx_bottom {
width:780px;
min-height: 100px;
height: auto !important;
height: 200px;
margin-left:10px;
padding:10px 0 10px 0;
}

#col_contenuti {
width:780px;
min-height: 420px;
height: auto !important;
height: 200px;
margin-left:10px;
}

#conta_visita {
background: url('../img/visitatore_num.png') no-repeat 0 0;
width:150px;
height:25px;
padding:4px 0 4px 125px;
}
/*------------------------------------------------------------------------------*/
#footer {									/* FOOTER DEL SITO - PIE DI PAGINA */
width: 990px;
height:40px;
text-align: center;
float:left;
}

/*------------------------------------------------------------------------------*/
/*_____regole per i float_____*/

.left {										/* ALLINEAMENTO A SINISTRA */
float: left;
display: inline;							/* fix per il FLOAT su IE6 */
}
.right {									/* ALLINEAMENTO A DESTRA */
float: right;
display: inline;							/* fix per il FLOAT su IE6 */
}
.left_b {									/* ALLINEAMENTO A SINISTRA CON PULITURA SU ENTRAMBI I LATI */
float: left;
display: inline;							/* fix per il FLOAT su IE6 */
clear: both;
}
.right_b {									/* ALLINEAMENTO A DESTRA CON PULITURA SU ENTRAMBI I LATI */
float: right;
display: inline;							/* fix per il FLOAT su IE6 */
clear: both;
}
.left_l {									/* ALLINEAMENTO A SINISTRA CON PULITURA A SINISTRA */
float: left;
display: inline;							/* fix per il FLOAT su IE6 */
clear: left;
}
.right_l {									/* ALLINEAMENTO A DESTRA CON PULITURA A SINISTRA */
float: right;
display: inline;							/* fix per il FLOAT su IE6 */
clear: left;
}
.left_r {									/* ALLINEAMENTO A SINISTRA CON PULITURA A DESTRA */
float: left;
display: inline;							/* fix per il FLOAT su IE6 */
clear: right;
}
.right_r {									/* ALLINEAMENTO A DESTRA CON PULITURA A DESTRA */
float: right;
display: inline;							/* fix per il FLOAT su IE6 */
clear: right;
}

/*------------------------------------------------------------------------------*/
/*_____regole per posizioni_____*/

.abs_tr0 {									/* posizione assoluta in alto a destra */
position: absolute;
top: 0px;
right: 0px;
}
.abs_tl0 {									/* posizione assoluta in alto a sinistra */
position: absolute;
top: 0px;
left: 0px;
}
.abs_br0 {									/* posizione assoluta in basso a destra */
position: absolute;
right: 0px;
bottom: 0px;
}
.abs_bl0 {									/* posizione assoluta in basso a sinistra */
position: absolute;
bottom: 0px;
left: 0px;
}

/*------------------------------------------------------------------------------*/
/*_____regole per i testi_____*/
.text {
font-family: Arial, Verdana, Helvetica, Geneva, sans-serif; 
}
.text b {
}
.text em {
}

/*_____regole per i colori dei testi_____*/
.tx_color {
color: ;
}
.tx_link {
color: ;
}

.white {
color: #FFFFFF;
}
.black {
color: #000000;
}

.red {
color: #FF0000;
}
.green {
color: #00FF00;
}
.blue {
color: #0000FF;
}

.yellow {
color: #FFFF00;
}
.pink {
color: #FF00FF;
}
.aqua {
color: #00FFFF;
}

/*_____regole per la dimensione dei testi_____*/ /* RISPETTO AL BODY */
.tx_8 {										/* font-size: 8px; */
font-size: 0.5em;
}
.tx_9 {										/* font-size: 9px; */
font-size: 0.5625em;
}
.tx_10 {									/* font-size: 10px; */
font-size: 0.625em;
}
.tx_11 {									/* font-size: 11px; */
font-size: 0.6875em;
}
.tx_12 {									/* font-size: 12px; */
font-size: 0.75em;
}
.tx_13 {									/* font-size: 13px; */
font-size: 0.8125em;
}
.tx_14 {									/* font-size: 14px; */
font-size: 0.875em;
}
.tx_18 {									/* font-size: 18px; */
font-size: 1.125em;
}
.upc {										/* tutto maiuscolo */
text-transform: uppercase;
}

/*__________________regole per l'allineamento_________________________________*/
.tx_left {									/* ALLINEAMENTO A SINISTRA */
text-align: left;
}
.tx_center {								/* ALLINEAMENTO CENTRATO */
text-align: center;
}
.tx_right {									/* ALLINEAMENTO A DESTRA */
text-align: right;
}
.tx_justify {								/* ALLINEAMENTO GIUSTIFICATO */
text-align: justify;
}

/*------------------------------------------------------------------------------*/
/*__________________regole per varie__________________________________________*/
.clean {									/* PULIZIA BOX MODEL */
margin: 0px;
border: 0px;
padding: 0px;
}
.test { border: 1px solid #000 }			/* TEST PER IL BORDO */
* html #fixcane {position:absolute;}
.h300 {
	height:300px;
}
/*******************************************************************************/
/*slideviewer gallery*/
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
margin: 0 0 0 0;
z-index:49;
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none;
z-index:50;
} 
.stripViewer ul li {  
float:left;
display: inline;
}
.stripViewer ul li div.li {  
float:left;
display: inline;
width: 350px;
height: 300px;
overflow: hidden;
text-align: right;
}
.stripTransmitter { 
display: none;
overflow: auto; 
width: 1%; 
background: transparent;
margin: 0 auto 30px;
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative;
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px;
float: left;
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font-weight: bold;
font-size:  12px;
text-align: center; 
line-height: 20px; 
color: #003447; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, .stripTransmitter a.current{ 
color: #009FE0; 
} 