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

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

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

.mir {
	text-indent:-999em;
	letter-spacing:-999em;
	overflow:hidden;
	outline:none;
}

.clearfix { clear: both; }

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	color:#000;
	background:#F5EB36 url(/images/sfondo_superiore.gif) repeat-x top left;
}

#container .wrapper {
	background: url(/images/sfondo_ripetuto_body.gif) repeat-y top left;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0; 
}

#header {
	height:110px;
	color:#fff;
	background-image:url(/images/header.jpg);
}

#header h1 a {
	float:left;
	width:330px;
	height:100px;
}

#lingue {
	float:right;
	padding:4px;
}

#menunav {
	height:30px;
	background:#F5EB36 url(/images/sfondo_superiore.gif) repeat-x left -110px;
	padding-left:340px;
}

#contentarea {
	background:url(/images/sfondo_principale.jpg) no-repeat left -1px;
}

#sidebar {
	float:left;
	width:350px;
	padding-top:20px;
}

#maincontent {
	display: inline;
	float: right;
	width: 590px;
	margin: 10px 25px 0 0;
	padding-bottom: 30px;
	text-align: justify;
}

#footer {
	clear:both;
	padding-top:20px;
	background:#323232 url(/images/sfondo_inferiore.gif) repeat-x top left;
	font-size:12px;
	color:#fff;
}

#footer .wrapper {
	background-image: none;
}

#footer .datieuro {
	color: #666;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	font-size: 11px;
}

#footer .column_left {
	float: left;
	width: 55%;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

#footer .column_left img {
	margin-right:10px;
	margin-top:3px;
}

#footer .column_right {
	float: right;
	width: 35%;
	padding: 0;
	margin: 0;
	text-align: right;
	color: #aaa;
	line-height: 1.5em;
}

#footer a {
	color: #bbb;
}

#footer a:hover {
	color: #eee;
}

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

#sidebar_titolo_prodotti {
	width:350px;
	height:40px;
	background:url(/images/sprite_sidebar.gif) right 0 no-repeat;
}

#sidebar_titolo_cerca {
	width:350px;
	height:40px;
	background:url(/images/sprite_sidebar.gif) right -40px no-repeat;
}

/*MENUCAT*/
/*######################################################*/
#menucat {
	padding-top:10px;
	padding-left:40px;
	padding-bottom:30px;
}

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

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	display:block;
	line-height:30px;
	background:url(/images/bullet_menu.gif) top left no-repeat;
	padding-left:24px;
	text-decoration:none;
	color:#081cd0;
	font-weight:bold;
	font-size:14px;
}

#menucat ul li a:hover {
	background-position:bottom left;
	color:#333;
}

#menucat ul ul li a {
	padding-left:44px;
	background-position:20px top;
}

#menucat ul ul li a:hover {
	background-position:20px bottom;
}

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

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

/*RICERCA*/
/*######################################################*/
#cerca {
	padding-top:10px;
	padding-left:40px;
	padding-bottom:30px;
}

#cerca input {
	vertical-align:middle;
	font-size:14px;
}

#cerca input.testo_ricerca {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px;
	border:2px solid #333;
	color:#081cd0;
}
/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	padding:10px;
}

#mailing_list p {
	font-size:.8em;
}
/*######################################################*/


/*ELENCO LISTA EVENTI NEWS   */
/*######################################################*/
#lista_eventi_news {
	padding:10px;
	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 {
	
}

