body {
	background-image: url(../../img/body-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #474747;
}
a {
	color: #3D98C8;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 10px;
}
input,
textarea {
	background-color: #FFFFFF;
	border: 1px solid #373737;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding-right: 5px;
	padding-left: 5px;
	color: #474747;
}
button, .button {
	color: #000000;
	background-color: #53a0c9;
	border: 1px solid #2a5065;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 1em;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	cursor: pointer;
}
#main {
	text-align: left;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	color: #FFFFFF;
	background-color: #474747;
	height: 80px;
	margin-bottom: 7px;
	position: relative;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #29B1FF;
	z-index: 10;
}
.lingua {
	background-color: #373737;
	text-align: right;
	padding-top: 2px;
	padding-right: 22px;
	padding-bottom: 2px;
	padding-left: 22px;
	text-transform: uppercase;
}
.lingua a {
	color: #FFFFFF;
}
.lingua a:hover {
	color: #29B1FF;
	text-decoration: none;
}
.lingua .active {
	color: #3fbdff;
	text-decoration: none;
}
#header .logo {
	background-image: url(../../img/logo.png);
	height: 76px;
	width: 322px;
	text-indent: -9999px;
	position: absolute;
	left: 10px;
	top: 25px;
}
#header .logo a {
	display: block;
	height: 75px;
}
.main-menu {
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px;
	list-style-type: none;
	width: 340px;
	margin-top: -7px;
}
.main-menu li {
	float: left;
}
.main-menu a {
	color: #c4c4c4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #75a7c3;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	display: block;
}
.main-menu li:first-child a {
	border-left-color: #474747;
}
.main-menu a:hover {
	color: #9AD9FA;
	text-decoration: none;
	background-color: #555555;
}
.main-menu .active {
	background-color: #3e7493;
	color: #FFFFFF;
}
.main-menu li:first-child .active {
	border-left-color: #75a7c3;
}
.banner {
	border: 1px solid #000000;
	position: relative;
	z-index: 5;
}
.banner .slogan {
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(../../img/slogan.png);
	height: 111px;
	width: 388px;
	text-indent: -9999px;
}
#conts {
	padding-top: 35px;
	font-size: 1.2em;
	line-height: 1.3em;
}
h2 {
	font-family: "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 3.6em;
	font-weight: 300;
	color: #30a801;
	margin-bottom: 20px;
	line-height: 1.2em;
}
h2.bilo,
h2.trilo {
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	padding-top: 3px;
}
h2.bilo {
	background-image: url(../../img/icon-bilo.gif);
	color: #5EABEC;
}
h2.trilo {
	background-image: url(../../img/icon-trilo.gif);
	color: #30a801;
}
h3 {
	font-weight: normal;
	font-size: 1.6em;
	text-transform: uppercase;
	line-height: normal;
	color: #8C8C8C;
	margin-bottom: 5px;
}
.titolo {
	font-family: "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 2em;
	line-height: normal;
	color: #4098D0;
	margin-top: 25px;
}
.nota {
	margin-top: 10px;
	color: #258B05;
}
#conts img {
	background-color: #FFFFFF;
	padding: 2px;
	border: 5px solid #3e7493;
}
img.a-sinistra {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.a-destra {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.mini-scheda {
	font-size: 0.9em;
	line-height: 1.2em;
	background-color: #f1f1f1;
	padding: 12px;
	border: 1px solid #d7d7d7;
	float: left;
	margin: 8px;
	width: 360px;
}
.mini-scheda h3 {
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	text-indent: -9999px;
	margin-bottom: 15px;
}
#conts  .mini-scheda img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#conts  .mini-scheda  h3 img {
	border: 1px solid #474747;
}
.mini-scheda .bilo {
	background-image: url(../../img/mini-scheda-logo-bilo.gif);
}
.mini-scheda .trilo {
	background-image: url(../../img/mini-scheda-logo-trilo.gif);
}
.in-scheda {
	float: right;
	margin-right: 0px;
	width: 75px!important;
	margin-left: 20px;
}
.in-scheda h3.trilo {
	background-image: url(../../img/mini-scheda-logo-trilo-small.gif);
	height: 75px;
}
.in-scheda h3.bilo {
	background-image: url(../../img/mini-scheda-logo-bilo-small.gif);
	height: 75px;
}
.in-scheda h3 img {
	display: none;
}
.scopri-link {
	font-size: 1.2em;
	text-align: right;
	margin-bottom: 0px;
}
.scopri-link a {
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.scopri-link a:hover {
	background-color: #EAF8FF;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #C4D9E4;
	text-decoration: none;
}
.gallery {
	clear: both;
}
.gallery a {
	float: left;
	margin: 10px;
}
.prezzi p {
	margin-bottom: 0px;
}
.prezzi th {
	font-weight: bold;
	background-color: #EAEFF1;
	border: 1px solid #DFE5E7;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #5B646B;
	line-height: normal;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}
.prezzi td {
	padding: 3px;
	border: 1px solid #EFEFEF;
	font-size: 11px;
}
#conts  .gallery  a img {
	border-top-color: #258B05;
	border-right-color: #258B05;
	border-bottom-color: #258B05;
	border-left-color: #258B05;
}
#conts .gallery a:hover img {
	border-top-color: #30C70B;
	border-right-color: #30C70B;
	border-bottom-color: #30C70B;
	border-left-color: #30C70B;
}
#footer {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-color: #474747;
}
#footer .conts {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #29B1FF;
	text-align: left;
	color: #d2d2d2;
}
.footer-menu {
	background-color: #373737;
	text-align: right;
	padding: 3px;
	text-transform: uppercase;
}
.footer-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.footer-menu li {
	display: inline;
}
.footer-menu a {
	color: #c4c4c4;
	margin-right: 10px;
	margin-left: 10px;
}
.footer-menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p {
	padding-left: 60px;
	margin-left: 20px;
	margin-top: -15px;
}
#footer  strong {
	font-size: 1.2em;
	color: #838383;
	font-weight: normal;
}
#footer .logo {
	background-image: url(../../img/footer-logo.gif);
	height: 61px;
	width: 252px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#footer .contatti {
	float: right;
	padding-top: 15px;
	margin-right: 20px;
}
#footer .contatti h3 {
	font-family: "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.2em;
	font-weight: 300;
	color: #61bcec;
	margin-bottom: 10px;
	text-transform: none;
}
#footer .contatti p {
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#footer .contatti form {
	font-size: 1.4em;
	line-height: 1.3em;
}
.contatti label {
	text-align: right;
	float: left;
	width: 50px;
	clear: both;
	margin-right: 10px;
}
.footer-menu .active {
	color: #FFFFFF;
}

