* { /*azzeriamo tutti i margini e padding*/
	margin:0;
	padding:0;
	color: #FFF;
}

input {color:#000000;}
option {color:#000000;}
select {color:#000000;}
textarea {color:#000000;}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color:#000;
}

table {
	font-size: 1em; /*corregge i font delle tabelle*/
}

.eng{
	font-style: italic;
	color:#b6a58b;
	}

	.bordoImg{
		border: 1px solid #b6a58b;
	}
/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:1020px;
	margin:0 auto;
	background-color:#000;
	/*border:2px solid #666;
	border-top:none;*/
}

#header {
	height:100px;
	background-color: #00008B;
	color:#fff;
}

#lingue {
	float:right;
}

#menunav {
	height:90px;
	text-align:center;	
	
}

#contentarea {
	
}
#contentareaHome {
	
}

#maincontentHome{
	background: url(../images/logoHome.jpg) no-repeat left;
	background-position: 0 0;
}

#testoHome{
	padding: 300px 0 0 580px 
}

#sidebar {
	float:left;
	width:150px;
}

#maincontent {
	display:inline;
	float:right;
	width:870px;
	margin:10px 0;
}

#maincontentProdotti{
	display:inline;
	float:right;
	width:99%;
	margin:10px;
}
#maincontent img{
	/*border:1px solid #b6a58b;*/

}

#footer {
	border-top: 1px solid #b6a58b;
	height:3em;
	line-height:2em;
	clear:both;
	padding:5px;
	margin-top: 5px;
	font-size:.8em;
	text-align:center;

}
/*######################################################*/


/*MENUNAV*/
/*######################################################*/
#menunav a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:.9em;
}

#menunav a:hover {
	color:#fff;
}

#menunav ul {

	background: url(../images/lineaNav.jpg) repeat-x;
	height:70px;
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#menunav ul li {
	height:70px;
	float:left;
}

#menunav ul li a {
	
	height:70px;
	line-height:25px;
	float:left;
	padding:20px 25px 0 10px;
}

#menunav ul li a.active {
	background: url(../images/manuNav-over.jpg) no-repeat center;
}

#menunav ul li a:hover {
	background: url(../images/manuNav-over.jpg) no-repeat center;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#menucat ul {
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	font-size:0.9em;
	text-decoration: none;
	background: url(../images/menuCat.gif) no-repeat top left;
	background-position: 0 -3px;
	display:block;
	padding:0 5px 5px 20px;
	color:#FFF;
	margin:0 5px;
}

#menucat ul li a:hover {
	color:#b6a58b;
}

#menucat ul ul li a {
  background: url(../images/menuCat.gif) no-repeat left;
	padding-left:1em;
	
}

#menucat ul ul li a:hover {
	background-color:#eee;
}

#menucat ul ul ul li a {
	padding-left:2em;
}

/*######################################################*/

/*RICERCA*/
/*######################################################*/
#cerca {
	margin:5px;
	padding:10px;
	background-color:#ccc;
}
/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	margin:5px;
	padding:10px;
	background-color:#eee;
}

#mailing_list p {
	font-size:.8em;
}
/*######################################################*/


/*ELENCO LISTA EVENTI NEWS   */
/*######################################################*/
#lista_eventi_news {
	margin:5px;
	padding:10px;
	background-color:#ddd;
	font-size:.8em;
}

.listaeventinews_elenco {
	border-bottom:1px solid #bbb;
	margin-bottom:5px;
	padding-bottom:3px;
}

.listaeventinews_elenco .titolo {
	font-size:1em;
	font-weight:bold;
	padding:3px 0;
}

.listaeventinews_elenco .descrizione {
	
}
/*######################################################*/

/*INDIRIZZO*/
#indirizzo {
	margin:5px;
	padding:10px;
	background-color:#ccc;
}

#indirizzo .ragione_sociale {
	font-weight:bold;
	text-align:center;
	padding:.5em 0;
}

#indirizzo .testo_indirizzo {
	
}

/*FORM LOGIN*/
#form_login {
	margin:5px;
	padding:10px;
	background-color:#eee;
}
