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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff url(../images/sfondoShort.gif) repeat-x top left;
}

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

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

img, input, select {
	vertical-align:middle;
}

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:980px;
	margin:0 auto;
}

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

#header a.mir {
	display:inline;
	float:left;
	margin-top:1px;
	margin-left:39px;
	width:332px;
	height:74px;
	background:url(../images/logoBig.gif);
}

/*RICERCA*/
/*######################################################*/
#cerca {
	display:inline;
	float:right;
	margin-right:34px;
	margin-top:4px;
}

#cerca input.text {
	background-color:#001033;
	border:1px solid #b0c8ff;
	padding:1px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	width:130px;
	color:#fff;
}

#lingue {
	display:inline;
	float:right;
	margin-right:16px;
	margin-top:6px;
}

#menunav {
	height:31px;
	padding:0 20px;
	background:url(../images/header.jpg) no-repeat bottom left;
}

#slogan {
	height:61px;
	background:url(../images/bannerShort.jpg) no-repeat top left;
}

#contentarea {
	width:100%;
	float:left;
	background:url(../images/sfondoContentarea.jpg) no-repeat top left;
}

#sidebar {
	display:inline;
	margin:14px 30px 10px 0px;
	float:right;
	width:242px;
}

#sidebar h4 {
	padding:10px;
	font-size:13px;
}

#maincontent {
	display:inline;
	float:left;
	width:664px;
	margin:13px 0 20px 30px;
}

#prefooter {
	clear:both;
	margin:0 30px;
	border-top:1px solid #1b73f3;
}

#footer {
	height:6em;
	line-height:2em;
	clear:both;
	padding:5px;
	background:url(../images/footer.gif) repeat-x top left;
	font-size:.8em;
	text-align:center;
}

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

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

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

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

#menunav ul li a {
	height:31px;
	line-height:31px;
	float:left;
	padding:0 20px;
	background:url(../images/sprite.gif) repeat-x left -62px;
	outline:none;
}

#menunav ul li a:hover {
	background-position:left -31px;
}

#menunav ul li a:active {
	background-position:left 0px;
}

/*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:4px 10px;
	text-decoration:none;
}


#menucat ul ul {
	border:1px solid #ccc;
	border-width:1px 0;
	background-color:#eee;
}

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

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

#menucat ul ul li a:hover {
}

#menucat ul ul ul li a {
}



/*ELENCO LISTA EVENTI NEWS   */
#lista_eventi_news .news {
	padding:10px 10px 10px 10px;
}

#lista_eventi_news .data {
	font-weight:bold;
	color:#666;
	font-size:10px;
}

#lista_eventi_news .titolo {
	font-weight:bold;
}

#lista_eventi_news .link a {
	color:#2757c4;
	font-weight:bold;
}

#lista_eventi_news .link a:hover {
	color:#311;
	font-weight:bold;
}

/*INDIRIZZO*/
#indirizzo {
	padding:10px;
	font-size:11px;
	float:left;
	color:#1a2747;
	font-weight:bold;
}


/*MAILING_LIST*/
#mailing_list {
	float:right;
	display:inline;
	float:right;
	width:242px;
	padding:10px 0;
	font-size:11px;
}

#mailing_list h5 {
	padding-bottom:5px;
}

#mailing_list .text {
	width:200px;
}


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