@charset "utf-8";
html {
	height: 100%;
	width: 100%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	color: #332C24;
	line-height: 1em;
}
a:link, a:active, a:visited {
	color: #00CAB6;
}
a:hover {
	color: #43716E;
}
a img {
	border: none;
}
.clearfix {
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
p, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	margin: 0 0 1em 0;
	padding: 0;
}
hr {
	clear: both;
	display: hidden;
}
/* TEMPLATE CSS */
body {
	background: url(../images/body.jpg) center top fixed no-repeat;
}
#container {
	width: 960px;
	margin: 0 auto;
	background: url(../images/wrap.png) 0 170px repeat-x #fff;
	position: relative;
	font-size: 1.2em;
}
#wrap {
	width:100%;
	float:left;
	position:relative;
}
#wrap2 {
	margin:0 10px;
	background: #fff;
	position:relative;
	min-height:250px;
}
#main {
	width: 730px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
#main2 {
	width: 500px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
#corner-left {
	width:16px;
	height:16px;
	position:absolute;
	top:0;
	left:0;
	background: url(../images/corner-left.png);
}
#corner-right {
	width:16px;
	height:16px;
	position:absolute;
	top:0;
	right:0;
	background: url(../images/corner-right.png);
}
#head {
	width: 100%;
	float: left;
	position:relative;
	z-index:1;
	padding-top:20px;
}
#head .pad {
	padding:5px 10px;
}
#header {
	float: left;
	width: 100%;
	height: 140px;
	background-image: url(../images/header.png);
	position: relative;
}
#menu {
	width: 100%;
	float: left;
	background:  url(../images/menu_a.png) center;
	position: relative;
  	z-index: 2;
	height: 30px;
}
#pathway {
	padding:0 10px 5px 30px;
	color: #000;
	vertical-align:middle;
	line-height:2.5em;
	font-size:12px;
	background:  url(../images/pathway.png) bottom left no-repeat;
}
#pathway a {
	color: #008B7C;
}
#banner {
	width:100%;
}
#banner .pad {padding:5px;}
#content {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	background:url(../images/grad-bot.png) no-repeat bottom right;
}

#content .pad, #content2 .pad {
	padding: 5px 20px 10px 20px;
}
#side {
	width: 400px;
	float: left;
	background:#9cbfb8;
	position:relative;
	background:#9cbfb8  url(../images/sidebar.png) repeat-x bottom;
}
#sidebar1 {
	width: 100%;
	float: left;
	color: #333;
	position: relative;
	z-index:0;
}
#sidebar1 .pad {padding: 5px;}
#sidebar2 {
	width: 200px;
	float: left;
	color: #333;
	position: relative;
	min-height:180px;
}
#sidebar2 .pad {padding:  5px 2px 5px 5px;}
#sidebar3{
	width: 200px;
	float: left;
	color: #333;
	position: relative;
}
#sidebar3 .pad {padding: 5px 5px 5px 2px;}
#footer {
	float: left;
	height: 46px;
	width: 100%;
	position: relative;
	background: url(../images/footer.png) bottom;
}
#footer .pad {
	padding: 10px;
}
.module {
	padding: 5px;
	margin: 3px 5px;
	background: #FFF0CE;
	border: solid #CCB17C 1px;
  	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.scheda {
	border:solid #C8EAE8 3px;
	background: #C8EAE8;
	position: relative;
	margin: 3px 0;
	color: #3A3A3A;
	padding:5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 3px 0px #ccc;
	box-shadow: 0px 5px 3px 0px #ccc; 
	
}
.scheda .pad {padding:0 !important;}
.scheda:hover {
	border:solid #77C4BD 3px;
	background:#DCF3EF;
	cursor:pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.scheda2 {
	background: #EDE9D7;
	position: relative;
	margin: 3px 0;
	color: #3A3A3A;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
}
.scheda2.pad {padding:0;}

.pagination {
	color: #016158;
	margin: 3px 0;
	line-height:1;
	font-size:10px;
	clear:both;
}
.pagination .pad {
	padding:0;
}

#etichetta {
	background:  url(../images/etichetta.png) center ;
	width:190px;
	height:90px;
	position:absolute;
	top:0;
	left:35px;
	z-index:1;
}
.modulo .pad {
	padding:5px;
}

/* ------------------------------------------------------- MENUSIDEBAR */
#side ul.menu{
	list-style-position: inside;
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	text-align: center;
}
#side ul.menu li {
	line-height: 1.3em;
	margin: 1px 0;
	background:  url(../images/butgrad.png) repeat-x center ;
	float: left;
	width: 100%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#side ul.menu li a {
	padding: 3px 10px;
	text-decoration: none;
	display: block;
}
#side ul.menu li a:hover {
	color: #FFFFFF;
	background:  url(../images/butgrad-h.png) repeat-x center ;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#side #current a {
	color: #FFFFFF;
	background:  url(../images/butgrad-h.png) repeat-x center ;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
/* -------------------------------------------------------- TYPO -------------------------------*/
@font-face {
	 font-family: Cooper;
	 src: url("../images/cooper.eot") /* EOT file for IE */
}
@font-face {
	 font-family: Cooper;
	 src: url("../images/cooper.otf") /* TTF file for CSS3 browsers */
}
#top h1 {
	position: absolute;
	left: -9999px;
	top: -9999px;
	font-size: 1.3em;
	font-weight: bold;
	color: #14235B;
	text-decoration: none;
}
#content h2 {
	font-family:Cooper;
	font-size:25px;
}

 h1,  h2,  h3,  h4,  h5,  h6 {
	color:#008B7C; 
}
#banner h3, .box h3, .box2 h3, .catsep h3 {
	line-height:1em;
	margin:0;}
.dida {
	font-size: 0.8em;
}
#sidebar1 h3, #sidebar2 h3 {
	color: #D9EFF5;
	white-space: nowrap;
	font-size: 14px;
}
hr {
	clear: both;
	visibility: hidden;
}
.mem {
	font-family:Cooper;
	font-size:1.4em;
	letter-spacing:-0.05em;
	height:40px;
}
.title {
	margin:0;
	line-height:1.2em;
}
.prezzo-offerta {
	color:#F9C46F;
	font-size:25px;
	font-weight:bold;
	line-height:1em;
	margin:0;
	font-family: Cooper;
}
h2 .news {
	font-family: Garamond;
	font-size:1,8em;
}
.box h3 {
	color:#fff;
}
#content ul {
	line-height:1.5em;
}

/* -------------------------------   form   */
input, select, textarea {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#9BB1AD;
	border:none;
	margin:5px;
	border: solid #8FC1BA 1px;
	padding:2px;
	font-size:11px;
	}
input:focus, select:focus, textarea:focus {
	background:#81B1A9;
	-webkit-box-shadow: 0px 0px 3px 3px #F9C46F;
	-moz-box-shadow: 0px 0px 3px 3px #F9C46F;
	box-shadow: 0px 0px 3px 3px #F9C46F; 
	}
.input-modulo {
	font-size: 10px;
	background: #F5E4C8;
	border: solid #CCBFA5 1px;
	}
.input-form {
	font-size: 10px;
	background: #F5E4C8;
	border: solid #666 1px;
	color: #000;
	}
.modulo td {
	}
/* -------------------------------   galleria   */
#galleria {
	}
#galleria .imgs {
	float: left;
	width:;
	border:solid #498a7c 3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 4px 4px 3px #968D7F;
	-webkit-box-shadow: 4px 4px 3px #968D7F;
	margin:3px;
}
#galleria .imgs:hover{
	border:solid #81e4cf 3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 2px 2px 3px #968D7F;
	-webkit-box-shadow: 2px 2px 3px #968D7F;

}
/* ------------------------------- */

#sidebar1 a:hover, #sidebar2 a:hover {
	color: #FFFF00;
	text-align: center;
}
.descrizione img {
	margin:5px;
}
.but a{
	background:#008B7C;
	padding:5px 10px;
	width:70px;
	text-align:center;
	display:block;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px; /* CSS3 */
	text-decoration:none;
	margin:5px;
	vertical-align:middle;
	line-height:1em;
	color:#fff;
	
	}
.but a:hover {
	background:#00655B;
}
/* -------------------------------------------------------------  caroselli    */

.bx-window ul{margin:0 auto; padding:0; width:100%; padding:5px;}
#carousel  {
	background:#CEC0AC;
	float:left;
	padding:0;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#carousel img {
	border:solid #008B7C 3px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:2px;
}
#carousel img:hover {
	border:solid #fff 3px;
}
#carousel li {
}

#head .box {
	margin:0;
	padding:5px;
}
#payoff {
	text-align:left;
	color:#fff;
	line-height:1.2em; 
}
#payoff h3 {
	line-height:1.3em; 
	margin:0;
}
.box {
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	border-radius: 8px; /* CSS3 */
	background:#33988E;
	margin:5px;
	padding:10px;
}
.categorie .boxcat {
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	border-radius: 8px; /* CSS3 */
	border:solid #C8EAE8 3px;
	background: #C8EAE8;
	margin:5px;
	padding:5px;
	display:block;
	line-height:1.2em;
}
.categorie .boxcat:hover {
	border:solid #77C4BD 3px;
	background:#DCF3EF;
	cursor:pointer;
}
.box2 {
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari, Chrome */
	border-radius: 8px; /* CSS3 */
	background:#DAEFEC;
	margin:5px;
	padding:10px;
	-webkit-box-shadow: 0px 3px 10px 0px #387575;
	-moz-box-shadow: 0px 3px 10px 0px #387575;
	box-shadow: 0px 3px 10px 0px #387575; 
}
.bordered {
	border: solid #008B7C 5px;
}
/* ------------------- tooltip 1 */
#cvi_tooltip {
	display:none;
	position:absolute;
	padding:10px 8px;
	color: #000;
	text-shadow: white 0px 1px 0px;
	background: #008B7C;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DAEFEC), to(#008B7C));
	background-image: -moz-linear-gradient(top, #DAEFEC, #008B7C);
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #008B7C;
	max-width: 240px;
	min-width: 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;	
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	-moz-box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	-webkit-box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	z-index:9999999;
}
#cvi_tooltip  b {color: #333333; }

#cvi_tooltip  i {font-family: Times, serif; }
#cvi_tooltip  big {text-transform: uppercase; }

#cvi_tooltip  hr {
	color: orange; 
	border-color: orange; 
	background-color: orange; 
}
#cvi_tooltip h3 {
	line-height:1em;
	margin:0;
	}
/* ------------------- tooltip 2 */
#cvi_tooltip2 {
	display:none;
	position:absolute;
	padding:10px 8px;
	color: #000;
	text-shadow: white 0px 1px 0px;
	background: #fff;
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #008B7C;
	max-width: 150px;
	min-width: 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;	
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	-moz-box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	-webkit-box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	z-index:9999999;
}
#cvi_tooltip2  b {color: #333333; }

#cvi_tooltip2  i {font-family: Times, serif; }
#cvi_tooltip2  big {text-transform: uppercase; }

#cvi_tooltip2  hr {
	color: orange; 
	border-color: orange; 
	background-color: orange; 
}