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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	background-color: #2a1700;
	color:#D9C7B7;
}

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

/*LAYOUT PAGINA*/
/*######################################################*/
#container {
	width:760px;
	margin:10px auto;
	background-color: #A27B50;
	color:#D9C7B7;
	background-image:url(../images/sfondo_container.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

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

#header h1, #header h6 {
	padding-top:15px;
	padding-left:20px;
}

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

#menunav {
	padding-top:55px;
	height:25px;
}

#contentarea {
	
}

#content_wrapper {
	background-image:url(../images/alpha_black_50.png);
	padding:10px;
	margin: 10px 10px 10px 100px;
	min-height:400px;
}

#sidebar {
	display:inline;
	float:left;
	width:190px;
	margin:10px 0px 10px 10px;
}

#maincontent {
	background-image:url(../images/alpha_black_50.png);
	display:inline;
	float:right;
	width:520px;
	margin:10px;
	padding:10px;
	min-height:400px;
}

#footer {
	clear:both;
	text-align:center;
	font-size:.8em;
	background-color:#2a1700;
	color: #A47C58;
	padding:5px 0;
	line-height:2em;
}

#footer a {
	color: #A47C58;
}

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


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

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

#menunav ul li a {
	height:25px;
	line-height:25px;
	float:left;
	padding:0 15px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:.8em;	
}
#menunav ul li a:hover {
background-color: #6F492A;
}
#menunav ul li a.active {
background-color: #98704C;	
}

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

/*MENUCAT*/
/*######################################################*/
#menucat h4 {
	font-family:Georgia, "Times new roman", times, serif;
	font-weight:normal;
	color: #503D27;
	font-variant: small-caps;
	border-bottom:3px double #503d27;
	padding-top:20px;
	clear:both;
}

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

#menucat ul li {
	float:left;
	clear:both;
}

#menucat ul li a {
	color:#503d27;
	font-size:.9em;
	font-weight:bold;
	text-decoration:none;
	float:left;
	width:190px;
	padding:3px 0;
	border-bottom: 1px solid #7C5E3D;
}

#menucat ul li a:hover {
	color:#000;
	background-color: #926F49;
}

#menucat ul ul li a {
	padding-left:20px;
	width:170px;
}

#menucat ul ul ul li a {
	padding-left:40px;
	width:150px;
}

#menucat ul ul ul ul li a {
	padding-left:60px;
	width:130px;
}

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

/*RICERCA*/
/*######################################################*/
#cerca h4 {
	font-family:Georgia, "Times new roman", times, serif;
	font-weight:normal;
	color: #503D27;
	font-variant: small-caps;
	border-bottom:3px double #503d27;
	padding-top:20px;
	clear:both;
}

#cerca {
	clear:both;
}

#cerca form {
	padding-top:5px;
	text-align:center;
}

#cerca input {
	vertical-align:middle;
}

#cerca .testo_ricerca {
	width:130px;
	background-color: #8B6A45;	
	border: 1px solid #503D28;	
	color:#fff;
}

#cerca .pulsante_ricerca {
	background-color: #8B6A45;
	font-size:11px;
	padding:1px;
	font-weight:bold;
	border: 1px solid #503d28;
	border-top-color:#C8AE90;
	border-left-color: #C8AE90;
	color:#fff;
}
/*######################################################*/

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	margin:5px;
	padding:10px;
	background-color:#eee;
}

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


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