@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #edede9;
	text-align: center;
	color: #000000;
}
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
a:link, a:visited {
	color:#FFFFFF;
}
a:hover, a:active {
	color:#FFCC33;
	text-decoration:none;
}
#wrap {
	background-image: url(../immagini/index_bkg_rt.jpg);
	background-repeat: repeat-x;
	background-position: left 160px;
	text-align:center;
}
#top {
	height:160px;
	width:100%;
	background-image: url(../immagini/bkg_index.jpg);
	background-repeat: repeat-x;
	background-position: left 0;
	text-align:left;
}
#des, #content, #foot {
	width:75%;
	margin:0 25% 0 0;
	text-align:right;
}
#top h1 {
	font-size:14px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding:25px 0 2px 0;
	color:#FFFFFF;
	white-space: nowrap;
	line-height:1em;
	width:650px;
	text-align:center;
	margin: 0 0 0 auto;
	overflow:hidden;
}
#main {
	padding-bottom: 90px;
	margin:0;
	padding:0;
}
#content {
	background-image: url(../immagini/index_bkg_lt.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 550px;
	padding:0;
	min-height:550px;
	min-width:650px;
}
#footer {
	position: relative;
	margin: -50px 0 0 0;
	clear:both;
	background-image: url(../immagini/bkg_index.jpg);
	background-repeat: repeat-x;
	background-position: left 0;
	padding:0;
	width:100%;
	min-width:650px;
}
#foot h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color:#ffffff;
	padding:30px 0 10px 0;
	text-align:center;
	width:650px;
	margin:0 0 0 auto;
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
noscript {
	text-align:right;
}
p {
	color:#FFFFFF;
	text-align:center;
	font-size:1em;
	margin:0;
	padding:0;
}
.indirizzo {
	text-align:center;
	width:650px;
	margin:0 0 0 auto;
	padding:20px 0 0 0;
	font-size:0.9em;
}
.no {
	font-size:0.8em;
	color:#333333;
	background-color:#edede9;
	text-align:center;
	margin: 30px auto;
}
.web {
	width:650px;
	margin:0 0 0 auto;
	font-size:0.8em;
	padding:20px 0 10px 0;
	color:#5E3F00;
	text-align:center
}
.web a:link, .web a:visited {
	font-weight:normal;
	color:#5E3F00;
	text-decoration:none;
}
.web a:hover, .web a:active {
	color:#CB9F07;
	text-decoration:underline;
}
h4 a:link, h4 a:visited {
	color:#000000;
}
h4 a:hover, h4 a:active {
	color:#ffffff;
	text-decoration:none;
}
