body {
	margin:0;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size :11px;
	color:#505050;
	background:#c6c3b2 url(images/bg.jpg);
	background-repeat:repeat-x;
	text-align:center;  /* fix per explorer 5 */
}

html, body {
	height: 100%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size :11px;
}

.centra {
	width:825px;
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -77px; /* the bottom margin is the negative value of the footer's height */
}


.footer, .push {
	height: 77px; 
}

.footer {
font-size: 10px;
vertical-align:top;
background-image:url(images/bg_footer.jpg);
background-repeat:repeat-x;
color:white;
text-align:center;
padding:0;
margin:0;
padding-top:24px;
width:100%;
border:0;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size :10px;
	font-weight: normal;
}


h1 {font-size: 16px; font-family:  Arial,Helvetica, sans-serif; color:#505050; font-weight: bold; margin-bottom:6px;}
h2 {font-size: 11px;}
h3 {font-size: 11px;}
h4 {font-size: 12px;}
p {font-size: 11px;}
b {font-weight: normal; }
ul {margin:5px 0 13px 0;}
li {margin-left:20px;}

input.campo {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #000;
	background: #ddd;
	padding: 1px 3px 1px 3px;
	margin-left: 2px;
	width: 130px;		
	height:18px;
	border: 0;
}

input.camposmall {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #000;
	background: #ddd;
	padding: 1px 3px 1px 3px;
	margin-left: 2px;
	width: 70px;		
	height:18px;
	border: 0;
}

select.camposmall {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #000;
	background: #ddd;
	padding: 1px 0px 1px 1px;
	margin-left: 2px;
	width: 40px;		
	height:18px;
	border: 0;
}

select.campo {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #000;
	background: #ddd;
	padding: 1px 0px 1px 1px;
	margin-left: 2px;
	width: 130px;		
	height:18px;
	border: 01;
}

textarea.campo {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #000;
	background: #ddd;
	border: 0;
	padding: 2px;
	width: 366px;
	height: 77px;	
	margin: 0px;
	margin-top: 5px;	
	margin-bottom: 5px;
}

input.pulsante {
	margin: 0px 8px 0px 4px;
	padding: 1px;	
	border: 0px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #777;
	font-weight:bold;
}

.paginainiziale {
	margin:4px 0 0 0;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size :10px;
	line-height:1.05em;
}

a {color: #505050;text-decoration:underline;font-weight:bold;}
a:visited {color: #505050;text-decoration:underline;font-weight:bold;}
a:hover {color: #b41427;text-decoration:underline;font-weight:bold;}

.prodotti a {color: #505050;text-decoration:none;font-weight:normal;}
.prodotti a:visited {color: #505050;text-decoration:none;font-weight:normal;}
.prodotti a:hover {color: #949494;text-decoration:none;font-weight:normal;}


a:hover.minimap {color:#3a4445; font-weight: normal;  display:inline; text-decoration:none;}
a.minimap {color:#505050; font-weight: normal; display:inline; text-decoration:none;}

.footer a {color: #7e7e7e;text-decoration:underline;font-weight:normal;}
.footer a:visited {color: #7e7e7e;text-decoration:underline;font-weight:normal;}
.footer a:hover {color: #444444;text-decoration:underline;font-weight:normal;}



.dhtmlgoodies_question{
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:20px;
	color:#7c643d;
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	
	border:0px solid #317082;
	width:400px;	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
}
