@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	height:100%;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;	
	background: #9fcb51; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#9fcb51)) fixed; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #9fcb51) fixed; /* for firefox 3.6+ */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFffffff', EndColorStr='#FF9fcb51');
	padding:0;
}

a img {
	border:0;
	}

a:link,a:visited {
	color:#333300;
	text-decoration:none;
}

a:hover,a:active {
	color:#999966;
	text-decoration:none;
}
.current{
	color:#999966 !important;
	cursor:pointer;
}

#wrap {
	margin: 0 auto;
	width:900px;
	padding:0;
}

.shadow {
	-webkit-box-shadow:1px 1px 8px #333;
	-moz-box-shadow: 1px 1px 8px #333;
	box-shadow:1px 1px 8px #333;
	behavior: url('http://consorziopistacchioverde.it/css/PIE.htc');
}

#header {
	height:150px;
	background: #669933; /* for non-css3 browsers */
	background: -moz-linear-gradient(left, #97ca34 0%, #99cc33 100%); /* firefox */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#697ca34), color-stop(100%,#99cc33)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97ca34', endColorstr='#99cc33',GradientType=1 ); /* ie */

}
#logo {
	height:102px;
	/*width:180px;*/
	padding: 20px 0 23px 20px;
	float:left;
}

#menu {
	/*background-image:url(../img/bg_menu.png);*/
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:30px;
	width:700px;
	height:58px;
	float:left;
	text-align:center;
}

#menu li{
	color: #333300;
    cursor: pointer;
    float: left;
    font-family: "Century Gothic",gothicb;
    font-size: 12px;
    font-weight: bold;
    list-style: outside none none;
    margin: 3px 1px 0;
    padding: 0;
    text-transform: uppercase;
}

#bg_m {
	height:150px;
	width:100%;
	background-image:url(../img/bg_m.jpg);
	background-repeat:repeat-y;
	}

.om_s {
	height:150px;
	width:100%;
	background-image:url(../img/om-sup.png);
	background-repeat:no-repeat;
	background-position:bottom;
	
	}

.om_i {
	height:335px;
	width:100%;
	background-image:url(../img/om-inf.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#fff;	
	}

#content {
	min-height:420px;
	width:860px;
	background-color:#fff;
	height:auto;
	padding:20px;
	}

#footer {
	min-height:20px;
	background: #99CC33; /* old browsers */
	background: -moz-linear-gradient(top, #99CC33 0%, #669933 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99CC33), color-stop(100%,#669933)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99CC33', endColorstr='#669933',GradientType=0 ); /* ie */
	color:#fff;
	font-size:10pt;
	padding:10px 10px 6px 20px;
	font-weight:bold;
	}

.box {
	/*background-color:#F0F;*/
	float:left;
	margin:0px 20px 10px 24px;
	min-height:250px;
	width:180px;
	background: #ffffff;
	
	}
	
.box h3{
	color:#669933;
	font-size:20px;
	height:35px;
	padding:0 0 0 16px;
	background-image:url(../img/bg_box.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:0;
	}
	
.box img{
	padding:0;
	margin:0;
	border-top:2px solid #e5e5e5;
	border-bottom:2px solid #cccccc;
	border-left:none;
	border-right:none;
	}

.box_descrizione{
	padding:5px;
	color:#7c7c7c;
	min-height:160px;
	background-color:#fff;
	font-size:13px;
/*	background-image:url(../img/bar-go.jpg);
	background-repeat:no-repeat;
	background-position:bottom;*/
	text-align:justify;
	}

.box_footer a img{
	height:37px;
	border:none;
	}

.elenco {
	float:left;
	width:50%;
	list-style-image:url(../img/li.png);	
	}