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

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

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

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:960px;
	margin:0 auto;
	background-color:#F5FAFF;
	border:1px solid #DCDCDC;
	border-top:none;
}

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

#lingue {
	float:right;
	margin: 3px 3px 0 3px;
}

#menunav {
	height:27px;
	background: url(../images/fondo_nav.jpg) no-repeat; 
}

#contentarea {
	
}

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

#maincontent_home {
	background:#EAF4FE url(../images/sfondo_home.jpg) no-repeat 0 0px ;
	min-height: 471px;  /* per i browser moderni */
   height: auto !important;  /* per i browser moderni */
   height: 470px;      /* per IE5.x e IE6 */
	display:inline;
	float:right;
	width:700px;
	margin:0;
	padding: 10px 5px;
}

#maincontent {
	background: url(../images/sfondo.jpg) no-repeat #EAF4FE;
	min-height: 471px;  /* per i browser moderni */
   height: auto !important;  /* per i browser moderni */
   height: 470px;      /* per IE5.x e IE6 */
	display:inline;
	float:right;
	width:700px;
	margin:0;
	padding: 10px 5px;
}

#footer {
	height:6em;
	line-height:2em;
	clear:both;
	padding:5px;
	background-color:#F5FAFF;
	font-size:.8em;
	text-align:center;
	border-top: 1px solid #CCC;
}
/*######################################################*/


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

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

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

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

#menunav ul li a {
	height:27px;
	line-height:27px;
	float:left;
	padding:0 25px;
	background: url(../images/linea_nav.jpg) no-repeat right;
}

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

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

/*MENUCAT*/
/*######################################################*/
#linea_menu_cat{
	border: 1px solid #ccc;
	margin: 0 15px 0 16px;
}
#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;
	background-color:#b7d2d3;
	background-image:url(../images/sfondoMenuLaterale.gif);
	background-position:top left;
	background-repeat:repeat-x;
	text-decoration: none;
	border-bottom:1px solid #94a8a9;
	color:#003;
}

#menucat ul li a:hover {
	background-color:#1f5088;
	background-position:top right;
	color:#fff;
}

#menucat ul ul li a {
	padding-left:35px;
}

#menucat ul ul li a:hover {
}

#menucat ul ul ul li a {
	padding-left:65px;
}

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

/*RICERCA*/
/*######################################################*/
#cerca {
	clear:both;
	float: right;
	width:220px;
	margin:5px;
}

.pulsante_ricerca{
	float:right;
}

.testo_ricerca{
	float: left;
}
/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	margin:0 15px 10px 16px;
	padding:10px;
	background-color:#fbfbf7;
	border:1px solid #a9b0b7;
	text-align: center;
}

#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 {
	clear: right;
	float: right;
	margin:5px;
	width: 250px;
	color: #000;
	
}

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

#indirizzo .testo_indirizzo {
	font-size: 0.9em;
}

/*FORM LOGIN*/
#form_login {
	margin:5px;
	padding:10px;
	background-color:#eee;
}

#titolo_prodotti_img {
	background: url(../images/titolo_prodotti_en.jpg) no-repeat center;
	height: 30px;
	margin-top: 10px;
}

#titolo_newsletter_img {
	background: url(../images/titolo_newsletter.jpg) no-repeat center;
	height: 30px;
	margin-top: 10px;
}

#img_menu{
	margin: 20px 0;
	text-align: center;
}

#home_page {
	margin-top: 190px;
	margin-right: 230px;
}