html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 560px;
    font-family: Arial, Verdana, Helvetica, Sans Serif;
    line-height:1.3;
    font-size:86%;
    text-align:center; /*Explorer*/
    background: #fff;
}

*{
    padding: 0;
    margin: 0;
}


h1{
    padding: 20px 0 0 10px;
    font-family: Courier, Times;
    font-size: 24px;
    font-weight: bold;
    color: #497335;
}

/*div{
    border: 1px solid #000;
}*/

/* contenitore generale */
div#container {
    margin: 0 auto 0 auto;
    width: 990px!important;
    width: 992px;
    height: 586px;
    text-align: left;
    position: relative;
    border: 1px solid #000066;
    background: #fff;
    /*opacity:0.5;
    filter: alpha(opacity=55);*/
}

div#main_menu {
   float:left;
   width: 310px;
   height: 586px;
   position:relative;
   background-color:#373b8e;
}
/*LISTA IMMAGINI DI SFONDO DEL MENU-------------*/
/* predisposto per fade in / out----------------*/

div#main_menu div.bg {	
	position:absolute;
	width:310px;
	height:586px;
	background-image:url(../images/menu/menu_10.jpg);
	z-index:2;
}


div#main_menu div.bg1 {	
	background-image:url(../images/menu/menu_10.jpg);
}

/*i_laboratori_sanoflore*/
div#main_menu div.bg2 {	
	background-image:url(../images/menu/menu_6.jpg);
}

/*il_nostro_impegno*/
div#main_menu div.bg3 {	
	background-image:url(../images/menu/menu_7.jpg);
}

/*Sanoflore per voi*/
div#main_menu div.bg4 {	
	background-image:url(../images/menu/menu_8.jpg);
}

/*Cosmetica Bio*/
div#main_menu div.bg5 {	
	background-image:url(../images/menu/menu_3.jpg);
}

/*Tisane bio*/
div#main_menu div.bg6 {	
	background-image:url(../images/menu/menu_2.jpg);
}

/*FINE LISTA IMMAGINI DI SFONDO DEL MENU-------------*/

div#main_menu ul {	
	list-style:none;
	width:100%;
	margin-top:210px;
}

div#main_menu ul li {	
	display:block;
	width:100%;
}

div#main_menu ul li.active {	
	background-color:#373b8e;
}

div#main_menu h1 {	
	position:absolute;
	top:40px;
	left:74px;
	z-index:3;
	width:161px;
	height:111px;
	background-image:url(../images/menu/logo.jpg);
}

div#main_menu h1 a {	
	display:block;
	width:100%;
	height:100%;
}

div#main_menu h1 a span {	
	display:none;
}

div#main_menu ul li a {
	letter-spacing:1px;	
	text-transform:uppercase;
	padding:10px 0 10px 0;
	display:block;
	width:100%;
	font-weight:bold;
	font-family:Courier new;
	text-align:center;
	font-size:15px;
	color:#fff;
	text-decoration:none;
}

div#main_menu div.bg1  ul li a {	
	color:#373b8e;
}

div#main_menu div.bg1 ul li a:hover {	
	opacity:0.8;	
	background-color:#fff;
}

div#main_menu ul li a:hover {
	opacity:0.9;	
	font-family:Courier new;
	text-align:center;
	background-color:#373b8e;
}

div#right_box {
   float:left;
   width: 680px;
   height: 580px;
}

div#top_menu {
   margin: 0 10px 0 10px!important;
   margin: 0 10px 0 10px;
   width: 660px;
   height: 25px!important;
   height: 30px;
   background-color: #fff;
   border-bottom: 2px solid #3C3986;
}

div#menu_2lv {
   margin: 10px 10px 0 10px!important;
   margin: 10px 5px 0 10px;
   width: 660px;
   height: 30px;
}

div#title {
   margin: 0 10px 0 10px!important;
   margin: 0 5px 0 8px;
   width: 660px;
   height: 75px;
/*   background-color: red;*/
}

div#title p {
    padding: 10px 0 0 0;
    font-family: Courier, Times;
    font-size: 20px;
    font-weight: bold;
    color: #497335;
}

div#title span {
 /*  padding: 40px 0 0 0;*/
   display: block;
   font-family: Courier, Times;
   font-size: 30px;
   font-weight: bold;
   color: #497335;
}

div#content_left {
   float:left;
   width: 480px;
   height: 410px;
}

div#content_right {
   margin: 10px 0 0 30px;
   float:left;
   width: 160px;
   height: 380px;
}

div#footer {
   float:left;
   margin: 0 10px 0 10px!important;
   margin: 0 5px 0 5px;
   width: 660px;
   height: 20px;
   border-top: 2px solid #3C3986;
}


/* BLOCCHI NEL Container*/

/* blocco per adattare il container */
div.cleaner {
    display: block!important;
    display: none;
    border: 0;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
    clear: both;
}


/* contenuto footer */
ul.ftr_item {
   float: right;
   margin-right: 20px!important;
   margin-right: 10px;
}

ul.ftr_item li{
   margin-bottom: 10px;
   display: inline;
   padding-left: 20px;
}

ul.ftr_item li a{
   font-family: Tahoma, arial, sans-serif;
   font-size: 11px;
   text-decoration: none;
   color: #3C3986;
}

/* contenuto topmenu */
ul.top_item {
   margin: 5px!important;
   margin: 5px;
}

ul.top_item li{
   display: inline;
   margin-right: 10px!important;
   margin-right: 12px;
}

ul.top_item li.open{
   display: inline;
    padding:0 4px;
   font-family: Courier New, Courier, mono, Times;
   font-size: 15px;
   font-weight: bold;
   background-color: #3C3986;
   color:#fff;
}

ul.top_item li a {
   padding:0 4px;
   font-family: Courier New, Courier, mono, Times;
   font-size: 15px;
   font-weight: bold;
   text-decoration: none;
   color:#3C3986;
}

ul.top_item li a:hover{
   background-color: #3C3986;
   color: #fff;
}

/* contenuto 2lvmenu */
ul.slv_item {
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
}

ul.slv_item li{
   display: inline;
}

ul.slv_item li.open{
   display: inline;
}

ul.slv_item li a{
   font-family: Courier New, Courier, mono, Times;
   font-size: 15px;
   font-weight: bold;
   color: #fff;
   text-decoration: none;
   display: block;
   float: left;
   width: 131px!important;
   width: 130px;
   background-color: #3C3986;
   line-height: 1;
   text-align: center;
}

ul.slv_item li span a{
   line-height: 2;
}

ul.slv_item li span {
   font-family: Courier New, Courier, mono, Times;
   font-size: 15px;
   font-weight: bold;
   color: #fff;
   line-height: 2;
}

ul.slv_item li a:hover{
   background-color: #2C912A;
}

/**/

div#menu_3lv{
    position: absolute;
    top: 75px;
    left: 320px;
    width: 600px;
}

ul.tlv_item {
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
}

ul.tlv_item li{
   display: block;
}

ul.tlv_item li.open{
   display: block;
}

ul.tlv_item li a{
   font-family: Courier New, Courier, mono, Times;
   font-size: 12px;
   font-weight: bold;
   color: #fff;
   text-decoration: none;
   display: block;
   float: left;
   width: 123px!important;
   width: 140px;
   background-color: #3C3986;
   line-height: 1;
   text-align: center;
}

ul.tlv_item li a:hover{
   background-color: #2C912A;
}



/*_________________testi___________*/

p.text {
   margin: 10px 0 0 10px;
   padding-top: 5px;
   border-top: 3px solid #3C3986;
   font-family: Courier New, Courier, mono, Times;
   font-size: 12px;
   color: #3C3986;
}

p.text a{
   text-decoration: none;
   font-weight: bold;
   color: #497335;
}

p.quote{
  /* width: 350px;*/
   margin-top: 50px;
   font-family: Courier New, Courier, mono, Times;
   font-size: 12px;
   color: #000;
   text-align: center;
}

.quotevir{
   font-size: 26px;
   color: #958;
   line-height: 0.6;
}

.cit{
   float: right;
   margin-top: 15px;
   width: 300px;
   font-family: Courier New, Courier, mono, Times;
   font-size: 11px;
   font-weight: bold;
   color: #000;
   text-align: right;
}


div.cadre{
   position: absolute;
   top: 430px!important;
   top: 415px;
   left:850px;
   width: 102px;
   height: 102px;
   background-color: #373B8E;
}


div.cadre2 {
background-image:url(../images/img_olio2.jpg);
width:102px;
height:102px;
margin:10px;
float:left;
}

div.cadre2 a{
   display: block;
   width: 100%;
   height: 100%;
   text-decoration: none;
}

div.cadre a{
   display: block;
   margin-top: 35px;
   text-align: center;
   font-family: Courier New, Courier, mono, Times;
   font-size: 12px;
   text-decoration: none;
   color: #fff;
   font-weight: bold;
}
div.cadre1 a{
   display: block;
   margin-top: 35px;
   text-align: center;
   font-family: Courier New, Courier, mono, Times;
   font-size: 12px;
   text-decoration: none;
   color: #fff;
   font-weight: bold;
}
.pink{
   color: #F360A2;
}

.sand{
   color: #D3A136;
}

.green{
   color: #22AF4E;
}

.blue{
   color: #373B8E;
}


.orange{
   color: #E57E10;
}


.red{
   color: #958;
}

.bold{
   font-weight: bold;
}

/*_____________________pulsanti paginazione testi_________________*/

a.prev{
  float: right;
  display: block;
  width: 30px;
  height: 14px;
  background-image: url(../images/prev.gif);
}

a.prev span{
  display:none;
}

a.next{
  float: right;
  display: block;
  width: 30px;
  height: 14px;
  background-image: url(../images/next.gif);
}

a.next span{
  display:none;
}

/*____________________________generali______________________________________*/

div.thumb img {
    border:0;
}

.back_btn{
    color:#373B8E;
    text-decoration:none;
    padding-left:30px;
    background-image:url(../images/prev.gif);
    background-repeat:no-repeat;
    background-position:0 50%;
    position:absolute;
    top:100px;
    left:720px;
    width:100px;
}
/**_______________________________________________________*/

div.text p {
   margin: 10px 0 0 10px;
   padding-top: 5px;
   border-top: 3px solid #3C3986;
   font-family: Courier New, Courier, mono, Times;
   font-size: 12px;
   color: #3C3986;
   width: 660px;
}

form.reg{
    position: relative;
    margin: 10px 0 0 10px;
    overflow:auto;
    height:335px;
}

form.reg label{
   font-weight:bold;
   display: block;
   font-family: Courier New, Courier, mono, Times;
   font-size: 14px;
   color: #3C3986;
   margin: 10px 10px 0 0;
}

form.reg p{
    font-weight:bold;
   font-family: Courier New, Courier, mono, Times;
   font-size: 12px;
   color: #3C3986;
}

form.reg p a {
   font-weight: bold;
   text-decoration: none;
   color: #3C3986;
}

a.sondaggio_btn {
   text-decoration:none;
   color: #3C3986;
   font-family: Courier New, Courier, mono, Times;
   font-size:12px;
   margin-bottom: 20px;
   display: block;
}

.price {
   margin-top:10px;
   font-weight:bold;
   color: #3C3986;
   font-family: Courier New, Courier, mono, Times;
   font-size:12px;
}

/* paginazione */

ul.paging{
   position: absolute;
   top: 510px; 
}

ul.paging li {
  display: inline;
  height: 20px;
  padding: 5px;
  margin: 3px;
  color: #3C3986;
  font-family: Courier New, Courier, mono, Times;
  font-size:14px;
  font-weight: bold;
}

ul.paging li.nobor {
  display: inline;
  height: 20px;
  padding: 5px;
  margin: 3px;
  border-width: 0;
  }

ul.paging li.psel {
  display: inline;
  height: 20px;
  padding: 5px;
  margin: 3px;
  text-decoration: underline;
  font-family: Courier New, Courier, mono, Times;
  font-size:14px;
  font-weight: bold;
  }

ul.paging li a {
  text-decoration: none;
  color: #3C3986;
  font-family: Courier New, Courier, mono, Times;
  font-size:14px;
  font-weight: bold;
  }

p.text_coupon {
   margin: 10px 0 0 10px;
   padding-top: 5px;
   font-family: Courier New, Courier, mono, Times;
   font-size: 12px;
   color: #3C3986;
}
p.text_tiny {
   margin: 10px 0 0 10px;
   padding-top: 5px;
   font-family: Courier New, Courier, mono, Times;
   font-size: 11px;
   color: #3C3986;
}
p.text_plan {
   padding-top: 5px;
   font-family: Courier New, Courier, mono, Times;
   font-size: 12px;
   color: #3C3986;
}
.lamp {
   font-family: Courier New, Courier, mono, Times;
   color: #fff;
   padding-left: 15px;
   cursor: pointer;
   font-weight: bold;
   letter-spacing:1px;
   font-size: 15px;
   background-image:url(../images/lamp.gif);
   background-position: center left;
   background-repeat: no-repeat;
   width: 120px;
   margin-left:92px;
   height: 28px;
   padding-top:8px;
}
.interruttore {
    width: 990px!important;
    width: 992px;
    margin:0 auto 0 auto;
    z-index:0;
    background: #000;
    border-left: 1px solid #000066;
    border-right: 1px solid #000066;
    border-top: 1px solid #000066;
    height: 26px;
}
.lamp2 {
   height: 24px;
   width: 320px;
   font-family: Courier New, Courier, mono, Times;
   color: #fff;
   padding-left: 20px;
   font-weight: bold;
   letter-spacing:1px;
   font-size: 15px;
   background-image:url(../images/accendi.gif);
   background-position: center left;
   background-repeat: no-repeat;  
   margin: auto;
   padding-top:3px;
}
.lamp2 a {
   color: #fff;
   text-decoration: none;
}
