* { /*azzeriamo tutti i margini e padding*/
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color:#ccc;
	color: #FFF;
}

table {
	font-size: 1em; /*corregge i font delle tabelle*/
}

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:770px;
	margin:0 auto;
	background-color:#fff;
	border:2px solid #666;
	border-top:none;
}

#header {
	height:144px;
	background: url(../images/header.jpg) no-repeat;
}

#menunav {
	
	margin:8px 3px 0 0;
	float: right;
	height:30px;
}

#contentarea {
	background: #0270BF url(../images/fondo_content.jpg) no-repeat;
}

#sidebar {
	float:left;
	width:190px;
}

#maincontent {
	display:inline;
	float:right;
	width:550px;
	margin:5px;
}

#footer {
	background: url(../images/punti.jpg) repeat-x top;
	height:2em;
	line-height:2em;
	clear:both;
	padding:5px;
	background-color:#0270BF;
	font-size:.8em;
	text-align:center;
}
/*######################################################*/


/*MENUNAV*/
/*######################################################*/

#menunav {
	background: url(../images/punti.jpg)repeat-x bottom;
	margin:8px 3px 0 0;
	float: right;
	height:30px;
}

#menunav a {
	font-size: 0.9em;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#menunav a:hover {
	color:#000;
}

#menunav ul {
	
	height:28px;
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#menunav ul li {
	height:30px;
	float:left;
}

#menunav ul li a {
	height:22px;
	line-height:22px;
	float:left;
	padding:0 5px;
	border-right:1px solid #fff;
}

#menunav ul li a.no_linea {
	border-right:0px;
}

#menunav ul li a.active {
	color:#FF8C00;
}

#menunav ul li a:hover {
	color:#FF8C00;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#menucat ul {
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	color: #002961;
	display:block;
	padding:5px;
	background-color:#FFF;
	margin:0 5px;
	text-decoration: none;
}


#menucat ul li a:hover {
	background-color:#bbb;
}

#menucat ul ul li a {
	padding-left:1em;
	background-color:#E9E9E9;
}

#menucat ul ul li a:hover {
	background-color:#eee;
}

#menucat ul ul ul li a {
	padding-left:2em;
}

/*######################################################*/

/*RICERCA*/
/*######################################################*/
#cerca {
	clear: both;
	display: inline;
	float:right;
	margin:10px 0;
	padding:5px;
	/*background-color:#ccc;*/
}

#cerca input {
	font-size: 0.8em;
	float:left;
}

#cerca #testo_ricerca {
	background: url(../images/fondo_input.jpg) no-repeat;
	background-position:top left;
	background-repeat:no-repeat;
	height:18px;
	padding:2px 0 0 3px;
	width:113px;
	border:none;
}
/*######################################################*/

/*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 25px;
	
}

#indirizzo .ragione_sociale {
	font-weight:bold;
	padding:.5em 0;
	color: #FFF;
}

#indirizzo .testo_indirizzo {
	color:#FFF;
}
hr.clear {
	clear:both;
	height: 0;
	margin: 0;
	border: none;
	visibility:hidden;
}

.tit_prodotti{
	background-color:#002961;
	color: #FFF;
	margin: 0 4px;
	padding: 3px;
}