html, body{
	margin:0;
	background-color:#d8d5b2;
	color:#fff;
	text-align:center;
	font: normal 11px Tahoma;
}
form, img{
	margin:0;
	border:0;
}
a{
	color:#fff;
}
h1{
	margin:0 0 8px 0;
	padding:3px 0 5px 35px;
	font: normal 16px Tahoma;
	line-height:20px;
	background:url(../images/bg_white_leaf.png) top left no-repeat;
	width:100%;
}
h1 span{
	font-weight:bold;
	display:inline !important;
}
#container{
	position:relative;
	margin:auto;
	width:988px;
	height:654px;
	text-align:left;
}
a#english{
	position:absolute;
	display:block;
	z-index:5;
	top:20px;
	right:20px;
	padding-left:10px;
	background:url(../images/bg_leaf.gif) top left no-repeat;
	text-decoration:none;
	font: normal 13px Tahoma;
	line-height:23px;
}
#leftmenu{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:157px;
	height:538px;
	background:url(../images/bg_menu_home.jpg) top left no-repeat;
}
#menu{
	position:absolute;
	z-index:10;
	top:196px;
	left:0;
	width:157px;
	height:357px;
	text-align:right;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu ul li{
	list-style:none;
	line-height:27px;
}
#menu ul li a{
	display:block;
	font: normal 13px Tahoma, Arial, Helvetica, sans-serif;
	line-height:27px;
	text-decoration:none;
	margin:0;
	height:auto !important;
	height:10px;
}
#menu ul li a:hover{
	color:#97353e;
}
#menu ul li#corteverde{
	margin-top:7px;
	background:url(../images/bg_leaf_corteverde.png) 63px 2px no-repeat;
}
#menu ul li#corteverde_eng{
	margin-top:7px;
	background:url(../images/bg_leaf_corteverde.png) 58px 0px no-repeat;
}
#menu ul li#corteverde a, #menu ul li#corteverde_eng a{
	font-size:13px;
	color:#61a229;
}
#menu ul li#corteverde a span, #menu ul li#corteverde_eng a span{
	color:#2d6606;
	font-weight:bold;
}
#foto{
	position:absolute;
	top:0;
	left:157px;
	width:409px;
	height:538px;
	background:url(../images/bg_foto_home.jpg) top left no-repeat;
}
#testo{
	position:absolute;
	top:0;
	left:566px;
	width:422px;
	height:538px;
	background:url(../images/bg_text_home.jpg) top left no-repeat;
}
#txt{
	position:absolute;
	bottom:15px;
	left:0;
	width:377px;
	height:auto !important;
	height:330px;
	font:normal 11px Tahoma;
	line-height:15px;
}

#txt img{
	margin:5px 23px 0 0;
}
#txt a{
	text-decoration:underline;
}
#txt a:hover{
	text-decoration:underline;
}

#txt span{
	font:normal 9px tahoma;
	line-height:10px;
}
#txt  br{
line-height:5px;
}
#txt  span.corte{
	font:bold 11px Tahoma;
}
#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:988px !important;
	height:113px;
	border-top:solid 3px #97363f;
}
#logo{
	position:absolute;
	z-index:2;
	top:20px;
	left:30px;
	width:273px;
	height:201px;
	background:url(../images/logo_home.png) top left no-repeat;
}
#footer img {
	border-right: solid 4px #933a45;
}
img.noborder{
	border:0 !important;
}
.foot-home{
	display:block;
	margin-top:25px;
}
/* Inizio modal */
#blackbckg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:20;
	text-align:center;
	display:block;
}
#modal{
	position:absolute;
	width:747px;
	height:580px;
	top:100px;
	zoom: 1;
	display: block;
	background-color:#fff;
	z-index:30;
	display:none;
}
a#closemodal{
	position:absolute;
	z-index:30;
	top:4px;
	right:22px;
	color:#fff;
	padding:0 4px;
	font:bold 14px "Arial Black";
	text-decoration:none;
	display:block;
}
a#closemodal:hover{
	color:#97363f;
}
/* Fine modal */