﻿/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 130%;	
}
h2 {
	font-size: 120%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}
h4 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}

/* images */

/*img {
	background: #FAFAFA;
   border: 1px solid #E5E5E5;
	padding: 5px;
}*/
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

.imgtop {
  background: #FAFAFA;
  border: 1px solid #E5E5E5;
  padding: 5px;
}
.imgtop-left {
  background: #FAFAFA;
  border: 1px solid #E5E5E5;
  padding: 5px;
  margin: 5px 10px 10px 0px;
}
.imgtop-right {
  background: #FAFAFA;
  border: 1px solid #E5E5E5;
  padding: 2px;
  margin: 2px 2px 2px 2px;
}


h1, h2, h3, h4, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul li {
	list-style-image: url(bullet.gif);
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/* start - table */
/* table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */



/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
/*	background-color: #FAFAFA;  */
}
label {
	display:block;
	font-weight:bold;
	margin:3px 0;
}

input {
	padding:2px;
	border:1px solid #CFCFCF;
	font: normal 1em Verdana, sans-serif;
	color:#777;
  background:#ffffff url(inputBg.gif) top left no-repeat;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #CFCFCF;
	height:100px;
	display:block;
	color:#777;
  background:#ffffff url(inputBg.gif) top left no-repeat;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(button-bg.jpg) repeat-x 0 0;
	border: none;
}

select {
	padding:2px;
	border:1px solid #CFCFCF;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

fieldset {border:0;margin:0; padding:0;clear:both;}
fieldset.imposta_ricerca {float:right; padding:0 10px 0 0;}
fieldset.imposta_ricerca label {font-weight:bold; margin:0 0 0 15px;}
fieldset.imposta_ricerca select {margin:0 3px 0 3px;   background:#ffffff url(inputBg.gif) top left no-repeat;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 5px 0 15px 0;
	width: 600px;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
	width: 380px;
	color: #777;
	height: 14px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 20px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 950px;
	background: #CCC url(content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 890px;
	padding: 0; 
	margin: 10px auto;
}
#header {
	width: 950px;
	position: relative;
	height: 143px;
	background: #CCC url(header.jpg) no-repeat center top; 
	padding: 0;	
	color: #FFF;
	/* font-size: 14px; */
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 10px; left: 47px;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 100px; left: 55px;		
}

#header h2#slogan10anni {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 10px; left: -10px;		
}

#header h2#slogannatale {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 0px; left: -90px;		
}

#header h3#immaginetop {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 30px; left: 480px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 116px; right: 50px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: url(menu.jpg) repeat-x 0 0;	
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 37px;
	width: 900px;	
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color: #D4E59F;	
}
#menu ul li a#current {	
	color: #D4E59F;
}
#home .home, #ricerca .ricerca, #dovesiamo .dovesiamo, #azienda .azienda, #contatti .contatti, #registrati .registrati, #faq .faq, #carrello .carrello, #ordini .ordini, #documenti .documenti, #link .link, #eventi .eventi{
	color: #D4E59F;
} 

/* Main Column */
#main {
	float: left;
	width: 610px;
	padding: 0; margin: 0 0 0 5px;
	display: inline;
}
#main h1 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;	
}

.post {
	margin: 0; padding: 0;	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
.sidebox {
	margin-bottom: 10px;	
}

#sidebar-left {
	float: left;
	width: 136px;
	padding: 0; margin: 0;	
	color: #68774A;	
}	
#sidebar-left h1 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #728D26;	
}

#sidebar {
	float: right;
	width: 136px;
	padding: 0; margin: 0;	
	color: #68774A;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #728D26;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #68774A;	
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}

/* Footer */	
#footer {
	color: #C6DDEE;
	background: #CCC url(footer.jpg) no-repeat center top;
	clear: both;
	width: 950px;
	height: 65px;
	text-align: center;	
	font-size: 92%;	
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/* equipe */
.inputbox {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-size: 10px;
	background: #FFFFFF url(/images/modulo.gif);
	border: 1px solid #316AC5;
	padding: 1px 1px 1px 2px;
}
.testofont {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-size: 10px;
}

.testohome {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-size: 8px;
}

.testohometitolo {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-size: 9px;
}

.copertinahome {
border: solid; border-width:1px; border-color: #000000;
}

.linearicerca {width:auto; margin:1px auto 0 auto;background: url(riga2.gif) bottom center repeat-x; font-size:1px; height:1px; clear:both}

/* sfondo immagini */
.img-shadow {
  float:left;
  display: inline; 
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 5px 0 0 5px !important;
  margin: 10px 0 0 5px;
}
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 0px;  /* se aumenta crea cornice */
} 


.p-shadow {
  width: 90%;
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: none !important;
  background: url(shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  color: #777;
  background-color: #fff;
  font: italic 1em georgia, serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }


/* livevalidation  */
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
.LV_valid {
    color:#00CC00;
}
.LV_invalid {
    color:#CC0000;
}
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

/* per menu verticale  */
.glossymenu{
margin: 5px 0;
padding: 0;
width: 130px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 1px;
}
.glossymenu a.menuitem{
background:  url("glossyback.gif") repeat-x bottom left;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}
.glossymenu a.menuitem:hover{
background-image: url("glossyback2.gif");
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
.glossymenu div.submenu ul li{
display: inline;
}
.glossymenu div.submenu ul li a{
display: block;
font: bold 10px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
margin-top:1px;
color:#72934C;
}
.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
}



/* per menu verticale  OLD */

/*
	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
	    display: inline;
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;
	}
	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
	}
	#dhtmlgoodies_slidedown_menu{		
		width:116px;	
	}
	#dhtmlgoodies_slidedown_menu a{
		color: #000;
		text-decoration:none;	
		display:block;
		clear:both;
		width:114px;	
		padding-left:2px;	
	}
    #dhtmlgoodies_slidedown_menu ul li a:hover {
	    color: #D4E59F;	
    }
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{
		margin-top:1px;
		border-bottom:1px solid #000;
		font-weight:bold;
		color:#2480BF;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{
	margin-top:1px;
	color:#72934C;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	font-size: 8px;
	font-weight: bold;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{
		margin-top:1px;
		font-style:italic;
		color:blue;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{
		margin-top:1px;
		color:red;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{
		margin-top:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}
*/


	/*inizio stile css mappa*/
	#wrap_mappa{
	width:400px;
	border:2px solid #CCCCCC;
	background-color:#EEEEEE;
	min-height: 345px;
	height: auto;
	}
	#mappa img{
	border:none;
	}
	#mappa{
	width:370px;
	height:auto;
	position:relative;
	left:0px;
	top:5px;
	background-color:#FFFFFF;
	border:2px solid #CCCCCC;
	min-height: 330px;
	}
	#mappa a{
	text-decoration:none;
	color:#000000;
	outline:none;
	}
	#mappa a img.regione{
	position:absolute;
	display:block;
	}
	#mappa a:hover img.regione{
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	}
	#mappa a span{
	display:none;
	}
	#mappa a:hover span, #mappa #info{
	display:block;
	width:100px;
	height:auto;
	position:absolute;
	right:10px;
	top:10px;
	border:2px solid #CCCCCC;
	background-color:#FFFFFF;
	padding:5px;
	color:#333333;
	font-size:12px;
	line-height:16px;
	letter-spacing:1px;
	text-align:justify;
	overflow:hidden;
	z-index:20;
	}
	.fixme {
		display:block;
		width:232px;
		height:auto;
		position:absolute;
		right:10px;
		top:10px;
		border:2px solid #CCCCCC;
		background-color:#FFFFFF;
		padding:10px;
		color:#333333;
		font-size:12px;
		line-height:18px;
		letter-spacing:1px;
		text-align:justify;
		overflow:hidden;
		z-index:20;
	}
	.notfixme {
		display:none;
	}
	#mappa span b{
	display:block;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	}
	#aosta{
	left:5px;
	top:37px;
	z-index:1;
	}
	#piemonte{
	left:2px;
	top:27px;
	}
	#liguria{
	left:20px;
	top:77px;
	}
	#lombardia{
	left:41px;
	top:19px;
	}
	#trentino{
	left:80px;
	top:3px;
	z-index:2;
	}
	#veneto{
	left:85px;
	top:15px;
	}
	#friuli{
	left:120px;
	top:15px;
	z-index:3;
	}
	#romagna{
	left:55px;
	top:62px;
	}
	#toscana{
	left:66px;
	top:81px;
	}
	#marche{
	left:118px;
	top:96px;
	}
	#umbria{
	left:113px;
	top:108px;
	}
	#lazio{
	left:105px;
	top:132px;
	}
	#abruzzo{
	left:139px;
	top:128px;
	}
	#molise{
	left:160px;
	top:152px;
	z-index:4;
	}
	#puglia{
	left:182px;
	top:154px;
	}
	#campania{
	left:158px;
	top:169px;
	}
	#basilicata{
	left:194px;
	top:179px;
	z-index:5;
	}
	#calabria{
	left:205px;
	top:210px;
	}
	#sardegna{
	left:30px;
	top:175px;
	}
	#sicilia{
	left:130px;
	top:270px;
	}
	/*fine stile mappa*/

.provincie{
display:none;
    width:100px;
	height:auto;
	position:absolute;
	right:10px;
	top:10px;
	border:2px solid #CCCCCC;
	background-color:#FFFFFF;
	padding:5px;
	color:#333333;
	font-size:12px;
	line-height:16px;
	letter-spacing:1px;
	text-align:justify;
	overflow:hidden;
	z-index:20;
}


#wrap_mappalink{width:570px; min-height: 345px; height:auto;}
#mappalink{width:570px;	height:auto; 
position:relative;	min-height:345px;}
#mappalink a:hover span{display:block; position:absolute;	height:auto;}
#mappalink #info{display:block; position:relative;	height:auto;}

.linkato:hover {COLOR: #FFFFFF; TEXT-DECORATION: none; background-color:#BDD3EF}
.linkato {COLOR: #000066; TEXT-DECORATION: none}
.imgover:hover{
filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
}
