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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/sfondoPagina.gif);
	background-repeat:repeat-x;
	background-color:#40474D;
}

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

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	background-color:#fff;
	color:#000;
	width:990px;
	background-image:url(../images/sfondoContent.gif);	
	margin:0 auto;
}

#container_wrapper {
	background-color:#fff;
	background-image:url(../images/sfondoPagina.gif);
	background-repeat:repeat-x;
	background-position:0 -150px;	
	width:100%;
	float:left;
}

#header_wrapper {
	background-image:url(../images/sfondoPagina.gif);	
}

#header {
	width:990px;
	margin:0 auto;
	height:119px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

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

#menunav {
	height:31px;
	width:990px;
	margin:0 auto;
	background-image:url(../images/sfondoMenu.jpg);
	background-repeat:no-repeat;
}

#menunav_wrapper {
	background-image:url(../images/sfondoMenu.jpg);	
}

#contentarea {
	background-image:url(../images/gradienteHome.jpg);
	background-position:0 1px;
	background-repeat:no-repeat;
	float:left;
	width:100%;
}

#sidebar {
	display:inline;
	float:right;
	width:230px;
	margin-right:10px;
}

#maincontent {
	display:inline;
	float:left;
	width:700px;
	margin:20px 0px 20px 20px;
}

#footer_wrapper {
	background-image:url(../images/sfondoWrapperFooter.gif);	
	background-position:top left;
	clear:both;
}

#footer {
	width:990px;
	margin:0 auto;
	height:122px;
	padding-top:10px;
	background-image:url(../images/sfondoFooter.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	clear:both;
	font-size:.9em;
	text-align:center;
	color:#fff;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	color:#ccf;
}
/*######################################################*/


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

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

#menunav ul li a {
	height:30px;
	line-height:30px;
	padding:0 40px;
	float:left;
	color:#ddd;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	font-size:13px;
}
#menunav ul li a:hover {
	color:#eee;
}
#menunav ul li a.active {
	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:15px;
	border-bottom: 2px groove #fff;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	font-size:13px;
}

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

#menucat ul ul li a {
	padding:5px 35px;
	background-color:#ddd;
}

#menucat ul ul ul li a {
	padding:5px 55px;
	background-color:#eee;
}

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

/*RICERCA*/
/*######################################################*/
#cerca {
	margin:5px;
	padding:10px;
	background-color:#ccc;
}

#cerca input {
	vertical-align:middle;
}
/*######################################################*/
#indirizzo {
	float:left;
	text-align:left;
}

#indirizzo p {
	margin-bottom:1em;
	font-size:11px;
}

#indirizzo h6 {
	font-size:10px;
}

#credits {
	display:inline;
	float:right;
	text-align:left;
	width:220px;
	margin-right:15px;
}


#credits p {
	margin-bottom:1em;
	font-size:10px;	
}
