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

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background:#000 url(/images/edimarzia_newer.jpg) repeat-x top center;
}

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

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

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:940px;
	margin:0 auto;
	background:url(/images/sfondo_continuo.gif) repeat-y top left;
	position:relative;
}

#header {


	color:#fff;
}

h1#logo {
	height:103px;
	padding-top:0;
}

h1#logo a.mir {
	display:block;
	width:436px;
	height:103px;
	background:url(/images/logo.png) no-repeat center center;
}


#lingue {
	float:right;
}

#menunav {
	height:30px;
	background-color: #FF8C00;
}

#contentarea {
	
	
}
#contentarea_top {
	overflow:hidden;
	width:940px;
	background: url(/images/top_container.jpg) no-repeat top;
}

#contentarea_top_home {
	/*overflow:hidden;*/
	width:940px;
	background:url(/images/top_container_home.jpg) no-repeat top;
}

#contentarea_bottom {
	clear:both;
	background:#000 url(/images/bottom_contanier.jpg) no-repeat 0px bottom;
	height:54px;
}

#sidebar {
	margin-top:228px;
	float:right;
	width:240px;

}

#maincontent {
	position:relative;
	background:#F5E6C9 url(/images/top_container.jpg) no-repeat left -103px;
	display:inline;
	float:left;
	width:680px;
	min-height: 640px;  /* per i browser moderni */
    height: auto !important;  /* per i browser moderni */
    height: 640px;      /* per IE5.x e IE6 */
	margin:0 0 0 0;
	padding:110px 10px 10px 10px;
}

#maincontent_home {
	position:relative;
	background:#F5E6C9 url(/images/top_container_home.jpg) no-repeat left -103px;
	display:inline;
	float:left;
	width:680px;
	min-height:640px;  /* per i browser moderni */
    height: auto !important;  /* per i browser moderni */
    height: 640px;      /* per IE5.x e IE6 */
	margin:0 0 0 0;
	padding:110px 10px 10px 10px;
}

#footer {
	line-height:2em;
	clear:both;
	padding:5px;
	font-size:.8em;
	text-align:left;
	color:#453732;
	background-color:#000;
}

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


/*MENUNAV*/
/*######################################################*/

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

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

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

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

#menunav ul li a {
	height:30px;
	line-height:30px;
	float:left;
	padding:0 5px;
	border-right:1px solid #fff;
}

#menunav ul li a.active {
	background-color:#00008B;
}

#menunav ul li a:hover {
	background-color: #B06100;
}
/*######################################################*/

/*MENUCAT*/
/*######################################################*/
#sopra_menucat {
	background:url(/images/menucat_rip.jpg) repeat-y top left;
}

#menucat {
	background:url(/images/fondo_menucat.jpg) no-repeat top left;
	padding-top:60px;
	padding-left:10px;
}

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

#menucat ul li {
	display:inline;
}

#menucat ul li a {
	font-weight:bold;
	font-style:italic;
	display:block;
	padding:3px 3px;
	text-decoration:none;
	margin:0;
}

#menucat ul li a:hover {
	color:#D2382C;
}

#menucat ul ul li a {
	padding-left:1em;
	color:#333333;
}

#menucat ul ul li a:hover {
	color:#333333;
}

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

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

/*RICERCA*/
/*######################################################*/
#cerca {
	background: url(/images/fondo_cerca.jpg) no-repeat;
	margin:0;
	padding:5px;
}

#cerca input.testo_ricerca{
	margin-top:10px;
	width:120px;
}
/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	margin:30px 0 0 0;
	padding:5px;
	background: url(/images/fondo_newsletter.jpg) no-repeat;
	height:186px;
}

#mailing_list input.testo_newsletter{
	margin-top:55px;
	width:110px;
}
#mailing_list input.pulsante_newsletter {
	float:right;
	width:21px;
	height:24px;
	margin:50px 92px 0 0;
	display:inline;
}
#mailing_list p {
	font-size:.9em;
	margin-right:90px;
	margin-top:10px;
}
/*######################################################*/


/*ELENCO LISTA EVENTI NEWS   */
/*######################################################*/
#lista_eventi_news {
	position:absolute;
	top:400px;
	left:-9px;
	width:210px;
	height:169px;
	padding:100px 3px 5px 5px;
	font-size:1em;
	background:url(/images/fondo_news.jpg) no-repeat 
}

#lista_eventi_news a{
	text-decoration:none;
}

.listaeventinews_elenco {
	border-bottom:1px dashed #bbb;
	margin-bottom:8px;
	padding-bottom:5px;
	margin-left:5px;
	margin-right:5px;
}

.listaeventinews_elenco .titolo {
	font-size:0.9em;
	font-weight:bold;
	padding:0 5px;
	float:left;
}

.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 {
	
}

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

img.banner{
	margin:270px 0 10px 220px;
}

a.viavita{
	position:absolute;
	display:block;
	width:220px;
	height:220px;
	top:60px;
	left:20px;
}

a.chisiamo{
	position:absolute;
	display:block;
	width:220px;
	height:220px;
	top:80px;
	left:240px;
}

a.diritti{
	position:absolute;
	display:block;
	width:220px;
	height:220px;
	top:90px;
	left:450px;
}

a.semevola {
	position:absolute;
	display:block;
	width:250px;
	height:280px;
	top:20px;
	right:40px;
}