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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/sfondo_body_dark.jpg);
	background-position:top left;
	color:#fff;
}

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

.imgRepl {
	overflow:hidden;
	text-indent:-999em;
	letter-spacing:-999em;
}

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

/*LAYOUT PAGINA*/
/*######################################################*/
#lingue {
	height:30px;
	margin:0 auto;
	width:960px;
	text-align:right;
	line-height:30px;
}

#lingue img {
	margin:0 10px;
	vertical-align:middle;
}

#container {
	width:1060px;
	margin:0px auto 50px;
}

#header_wrapper {
	background-image:url(/images/sfondoHeader.png);
	height:170px;
	overflow:hidden;
	width:960px;
	padding:0 50px;		
}

#header {
	height:170px;
	width:960px;	
	background-image:url(/images/header.jpg);
}

#menunav {
	height:40px;
	width:960px;	
	background-image:url(/images/sfondo_menu.jpg);
	float:left;
}

#content_wrapper {
	background-image:url(/images/sfondoContent.png);
	padding:0 50px;
	float:left;
	width:960px;
}

#content {
	background-image:url(/images/sfondo_contentarea.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	width:960px;
}

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

#maincontent {
	display:inline;
	float:right;
	width:680px;
	padding:15px 10px 10px 0;
}

#footer_wrapper {
	background-image:url(/images/sfondoFooter.png);
    background-repeat:no-repeat;
	background-position:center -10px;
	height:180px;
	overflow:hidden;
	padding:0 50px;
	float:left;
	width:960px;
}

#footer {
	clear:both;
	text-align:left;
	float:left;
	width:880px;
	background-image:url(/images/sfondo_footer.jpg);
	height:70px;
	padding:10px;
	padding-left:70px;
	color:#fff;
	font-weight:bold;
}

#footer h3 {
	color:#fff;
	font-weight:bold;
	font-size:1em;
}

#footer p {
	font-size:1em;
	color:#e5abc2;
	font-weight:normal;
}

#credits {
	height:40px;
	line-height:20px;
	color:#999;
	text-align:center;
	font-size:0.8em;
}

#credits a {
	color:#999;
}
/*######################################################*/


/*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*/
/*######################################################*/
#menucat ul {
	list-style-type:none;
	padding:0; /*ri-azzero il padding*/
}

#menucat ul li {
	display:inline;
}

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

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

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

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

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

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

#sidebar h4 {
	font-family:Georgia, "Times new roman", serif;
	font-weight:normal;
	padding:15px 0 5px;
}

/*RICERCA*/
/*######################################################*/
#cerca {
	padding:10px;
}

#cerca input{
	vertical-align:top;
}

#cerca input.text {
	border:1px solid #DF8BB0;
	background-color:#5A2E3F;
	width:130px;
	padding:2px;
	font-family:arial,helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

#cerca input.button {
	font-family:arial,helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:22px;	
	width:60px;
	background-image:url(/images/sfondo_pulsanti.gif);
	border-width:0px;
	background-color:transparent;
}

#boxLogged { padding:10px; border:1px solid #DF8BB0; margin:5px 20px 0 10px; background:#863a5c; }
#boxLogged h4 { padding:0 0 5px; margin-bottom:5px; background-image:url(/images/bordino_titoli.gif); background-position:left bottom; background-repeat:repeat-x; }

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

/*MAILING_LIST*/
/*######################################################*/
#mailing_list {
	padding:10px;
}

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

#mailing_list input{
	vertical-align:top;
}

#mailing_list input.text {
	border:1px solid #DF8BB0;
	background-color:#5A2E3F;
	width:130px;
	padding:2px;
	font-family:arial,helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

#mailing_list input.button {
	font-family:arial,helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:22px;	
	width:60px;
	background-image:url(/images/sfondo_pulsanti.gif);
	border-width:0px;
	background-color:transparent;
}
/*######################################################*/




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

/*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 {
	float:right;
    font-size:11px;
    font-weight:normal;
}

#form_login input.text {
	border:1px solid #DF8BB0;
	background-color:#3F1727;
	width:130px;
	padding:2px;
	font-family:arial,helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

#form_login input.button {
	font-family:arial,helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:22px;	
	width:60px;
	background-image:url(/images/sfondo_pulsanti.gif);
	border-width:0px;
	background-color:transparent;
}
