* { /*azzeriamo tutti i margini e padding*/
	margin:0;
	padding:0;
}
body html {
	height:100%;
}

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

#sottobody{
	background:#1A1A1A url(../images/fondo_body.jpg) repeat-x top;
}


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

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

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:940px;
	margin:0 auto;
	background-color:#000;
	color:#fff;
	/*margin-bottom:130px;*/
	min-height:100%;
	height:auto !important;
	height:100%;
}
#contanier {
	padding-bottom:130px; 
}
#header {
	height:100px;
	background: url(../images/fondo_header.jpg) repeat-x;
	color:#fff;
}

#logo {
	height:77px;
	padding-top:30px;
}

#logo a.mir {
	display:block;
	width:143px;
	height:77px;
	background:url(../images/logo.jpg) no-repeat center center;
}
#header h3, #header h6 {
	padding-top:15px;
	padding-left:20px;
}

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

#menunav {
	clear:right;
	float:right;
	width:555px;
	height:25px;
	margin-top:10px;
}

#contentarea {
	min-height: 430px;  /* per i browser moderni */
    height: auto !important;  /* per i browser moderni */
    height: 100%;      /* per IE5.x e IE6 */
	background:#000 url(../images/sfondo_container_altri.jpg) repeat-y;
	overflow:hidden;
	width:940px;
}

#contentarea_home {
	background: url(../images/fondo_home.jpg) no-repeat top;
	overflow:hidden;
	width:940px;
	height:430px;
}

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

#maincontent {
	display:inline;
	float:right;
	width:700px;
	margin:10px;
}

#footer_home {
	width:940px;
	margin:0 auto;

	height:130px;
	clear:both;
	background:#000 url(../images/footer.jpg) no-repeat center top;
	font-size:.8em;
	text-align:center;
	color:#4a4a4a;
}

#footer_wrapper{

	background-color:#000;
}

#footer {
	width:940px;
	margin:0 auto;

	height:130px;
	clear:both;
	font-size:.8em;
	text-align:center;
	color:#4a4a4a;
	background-color:#000000;
}

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


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

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

#menunav ul li a {
	height:24px;
	line-height:24px;
	float:left;
	padding:0 5px;
	margin-left:5px;
	color:#888888;
	text-decoration:none;
	font-size:.9em;	
}
#menunav ul li a:hover {
	color:#fff;
}
#menunav ul li a.active {
	color:#fff;
}

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

/*MENUCAT*/
/*######################################################*/
#mennucat {

}

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

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	text-align:right;
	display:block;
	padding:5px;
	margin:5px;
	color:#FFFFFF;
	text-decoration:none;
}

#menucat ul li a:hover,
#menucat ul li a.current {
	color:#bbb;
}

#menucat ul ul li a {
	padding-right:2em;
	color:#fafafa;
	background-color:#666;
}

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

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

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

/*RICERCA*/
/*######################################################*/
#cerca {
	margin:5px;
	padding:10px;
	float:right;
	width:240px;
}

#cerca input.pulsante_ricerca {
	margin-top:5px;
	float:right;
	margin-left:8px;
}

#cerca input.testo_ricerca {
	width:120px;
	float:right;
	background-color:#000000;
	color:#999999;
	border:1px solid #433d3d;
	height:1.2em;
}

span.testo_cerca{
	float:left;
	margin-right:2px;
	display:inline;
	margin-top:3px;
	color:#bdbdbd;
	font-size:0.9em;
}
/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	margin:20px 5px 0;
	float:left;
	width:230px;
	color:#bdbdbd;
	text-align:left;
}
input.testo_newsletter{
	width:120px;
}
#mailing_list p {
	font-size:.9em;
	margin-left:65px;
}
/*######################################################*/


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

h3.titolo_prodotti{
	text-align:right;
	font-size:1.8em;
	color:#FFF;
	font-weight:normal;
	display:block;
	margin:50px 10px 20px;
}

h3.titolo_prodotti_home{
	text-align:right;
	font-size:1.8em;
	color:#FFF;
	font-weight:normal;
	display:block;
	margin:50px 5px 20px;
}

button.reset {
	border:0;
	background:#000;
	cursor:pointer;
{