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

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fefefe;
}

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

/* MIR IMAGE REPLACEMENT */
.mir {
	text-indent:-999em;
	letter-spacing:-999em;
	overflow:hidden;
	outline:none;
}

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:1000px;
	margin:0 auto;
	background-color:#fff;
}

#header {
	height:179px;
	background: url(/images/header.jpg) no-repeat;
	color:#fff;
	padding:0 20px;
}
#header  a.logo_home {
	display:block;
	padding:20px 0 0 10px;
}
#lingue {
	float:right;
}

#menunav {
	height:26px;
	background:#fefefe url(/images/sfondo_nav.jpg) no-repeat;
	padding: 0 20px;
}

#contentarea {
	background:#fefefe url(/images/sfondo_ombra.jpg) repeat-y center;
	padding:0 20px;
}

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

#maincontent {
	background: url(/images/sfondo_pagina.jpg) no-repeat 40px 20px;
	display:inline;
	float:right;
	width:690px;
	margin:10px;
	min-height: 291px;  /* per i browser moderni */
    height: auto !important;  /* per i browser moderni */
    height: 291px;      /* per IE5.x e IE6 */
}

#footer {
	background:#fefefe url(/images/footer.jpg) no-repeat;
	clear:both;
	padding:20px 5px 0;
	font-size:.8em;
	text-align:center;
}
/*######################################################*/


/*MENUNAV*/
/*######################################################*/
#menunav a {
	font-weight:bold;
	text-decoration:none;
	font-size:.8em;
}

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

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

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

#menunav ul li a {
	background: url(/images/pulsante_normal.jpg) repeat-x;
	/*width:99px;*/
	padding:0 30px;
	border-right: 1px solid;
	border-left: 1px solid;
	color:#000;
	height:26px;
	line-height:26px;
	float:left;
	text-align:center;
	margin:0 7px 0 0;
	border-color: #E2E2E2;
}

#menunav ul li a.active {
	background: url(/images/pulsante_over.jpg) repeat-x;
	color: #000;
}

#menunav ul li a:hover {
	background: url(/images/pulsante_over.jpg) repeat-x;
	color:#FFF;
}
/*######################################################*/

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

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	display:block;
	padding:5px 10px;
	background: url(/images/triangolo.jpg) no-repeat left;
	margin:0 10px 5px 10px;
	text-decoration:none;
}

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

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

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

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

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

/*RICERCA*/
/*######################################################*/
#cerca {
	float: right;
	width: 200px;
	margin:5px 3px;
}

input.testo_ricerca{
width:120px;
float:left;
}
span.scritta_cerca{
color:#000;
float:left;
margin:3px 5px 0 0;
}

input.pulsante_ricerca{
	float:right;
	margin-top:2px;
}
/*######################################################*/

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

h4.titolo_prodotti {
	display: block;
	height:31px;
	width:232px;
	background: url(/images/sfondo_titolo_prodotti.jpg) no-repeat;
	color:#ba0024;
	margin:10px 0 0 5px;
	padding:7px 0 0 5px;
	font-style: italic;
}

img.foto_home {
	float:right;
}

p.slogan {
	margin-top:30px;
	color:#606060;
	text-align:center;
	font-size:1.8em;
	font-weight:bold;
	float:right;
	clear:right;
	width:250px;
	font-style:italic;
}

span.red{
color:#ba0024;
}