* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}
.footer {
	background-image: url(footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}


/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
h2, h3, h4 {
	font-size: 18px;
	font-weight: normal;
	color: #0092DC;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #d15813;
	text-decoration: none;
}


#header {
	background-image: url(header.gif);
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
	height: 109px;
}
#ombra {
	width: 100%;
	height: 6px;
	background-image: url(ombra.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header h1 {
	display: block;
	margin: 0px;
	height: 67px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 42px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 319px;
	font-weight: normal;
	float: left;
	width: 150px;
}
.inside {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header a {
	display: block;
	float: right;
	padding-right: 198px;
	padding-top: 33px;
}
.menu {
	float: left;
	width: 160px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ececeb;
}
.menu a:hover {
	background-image: url(hover.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu ul li {

}
.menu a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececeb;
	background-position: right center;
}
.contenuto {
	width: 775px;
	float: left;
	margin-left: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contenuto .sx {
	float: left;
	width: 514px;
}
.wrapper .inside .contenuto .sx a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.wrapper .inside .contenuto .sx a:hover {
	text-decoration: underline;
}


.contenuto .dx {
	float: right;
	width: 249px;
}
.contenuto .dx a {
	display: block;
	background-image: url(contattaci.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 64px;
	width: 249px;
}
.elenco {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F0F0EF;
}
.wrapper .inside .contenuto .sx .testo {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	width: 348px;
	margin-bottom: 4px;
	padding: 5px;
}
.wrapper .inside .contenuto .sx .invia {
	background-color: #7F7E7C;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
