/* CSS per Standard layout Ver.1.0
Versione fullScreen con menu sulla sinistra, news sulla destra */

/* ***************** ************** ************** */
/* ***************** TAG GENERICI ************** */
/* ***************** ************** ************** */
* {margin: 0; padding: 0;}
body {
	text-align:center;
	color: #333;
	margin:0;
	padding: 0 35px;
	border: 0;
	background: #000000 url(../images/home/page_bg.jpg) top left repeat-x;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size:0.8125em;
}


/* ***************** ************** ************** */
/* ***************** CLASSI ************** */
/* ***************** ************** ************** */
.nascosto{
	display:none;
}

.floatClear{
	clear: both;
}


/* ***************** ************** ************** */
/* ***************** TAG ************** */
/* ***************** ************** ************** */
h1{
	color: #9e0b0f;
	font-size: 20px;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

h2{
	color: #9e0b0f;
	font-size: 16px;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

p{
	margin-bottom: 13px;
	font-size: 0.88em;
	line-height: 1.5em;
}

a{
	color: #9e0b0f;
	text-decoration: none;
}

a:hover{
	color: #9e0b0f;
	text-decoration: underline;
}

/* ***************** ************** ************** */
/* ***************** PAGINA (contiene tutto) ************** */
/* ***************** ************** ************** */
#paginaExt{
	padding:0; border:0;
	position: relative;
	margin: 18px auto 0 auto;
	width:803px;
}

#paginaInt{
	margin:0; padding:0; border:0;
	width:100%;
}

/* ***************** ************** ************** */
/* ***************** MENU IN ALTO ************** */
/* ***************** ************** ************** */
#top_menu{
	display: block;
	height: 80px;
	width: 803px;
	background: #000000 url(../images/home/menu_top_bg.jpg) top left no-repeat;
	color: #FFFFFF;
	text-align: center;
}

#top_menu ul{
	width: auto;
	padding-top: 51px;
}

#top_menu li{
	list-style: none;
	display: inline;
	letter-spacing: 1.1px;
}
#top_menu li a{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
}
#top_menu li a:hover{
	text-decoration: underline;
}
/* ***************** ************** ************** */
/* ***************** testata ************** */
/* ***************** ************** ************** */
#testata{
	display: block;
	height: 242px;
	width: 803px;
	background: #000000 url(../images/home/header_bg.jpg) top left no-repeat;
}
#testata h1{
	display: none;
}
#testata p{
	display: none;
}

/* ***************** ************** ************** */
/* ***************** Menu ************** */
/* ***************** ************** ************** */
#menu{
	display: block;
	height: 35px;
	width: 803px;
	background: #000000 url(../images/home/menu_bg.jpg) top left no-repeat;
	text-align: center;
}
#menu ul{
	width: auto;
	padding: 7px 0 0 0;
}
#menu li{
	display: inline;
	list-style: none;
	letter-spacing: 1.1px;
	text-align: center;
	margin: 0 10px;
}
#menu li a{
	color: #a19792;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(../images/home/triangolino.gif) bottom center no-repeat;
	padding-bottom: 6px;
}
#menu li a:hover{
	color: #FFFFFF;
	background: transparent url(../images/home/triangolino_full.gif) bottom center no-repeat;
}

/* ***************** ************** ************** */
/* ***************** Contenuti ************** */
/* ***************** ************** ************** */
#contenuti{
	background-color:#fff;
	width: 780px;
	margin: 0 10px 0 11px;
	padding:  20px 0 0 0;
	text-align: left;
}

	#contenutoTesta{
		width: 740px;
		padding: 0 20px;
	}


	#contenutoDoppio_ext{
		background: #eee url(../images/home/filo_oriz.jpg) top center no-repeat;
		background-color: #eeeeee;
		float: left;
		width: 780px;
		margin: 0; padding: 0;
	}
	
	#contenutoDoppio_int{
		background: transparent url(../images/home/filo_vert.jpg) top center repeat-y;
		float: left;
		width: 780px;
		margin: 0; padding: 0;
	}
	
	
	#contenutoDoppio_singolo{
		background: #eee url(../images/home/filo_oriz.jpg) top center no-repeat;
		background-color: #eeeeee;
		float: left;
		width: 740px;
		margin: 0; padding: 20px;
	}
	
	
		#contenutoSinistra{
			width: 350px;
			float: left;
			padding: 20px;
		}
		#contenutoDestra{
			width: 350px;
			float: right;
			padding: 20px;
		}
		
	#contenuti ul{
		list-style: none;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
		font-variant: small-caps;
	}
	#contenuti ul li{
		list-style: none;
		margin: 0 0 10px 0;
	}
	#contenuti ul li a{
		background: transparent url(../images/home/icona.gif) center left no-repeat;
		padding: 0 0 0 23px;
	}
	#contenuti ul li a:hover{
	}



/* ***************** ************** ************** */
/* ***************** Piede ************** */
/* ***************** ************** ************** */
#piede{
	display: block;
	width: 780px;
	margin: 0 10px 0 11px;
	height: 45px;
	background: #000000 url(../images/home/footer_bg.jpg) top left no-repeat;
	text-align: center;
}
#piede p{
	padding: 13px 0 0 0;
	font-size: 10px;
	color: #534741;
	letter-spacing: 1.05px;
}
#piede p span{
	font-weight: bold;
}
#piede p a{
	text-decoration: none;
}
#piede p a:hover{
	text-decoration: underline;
}





