* {padding: 0; margin: 0;}
a {text-decoration: none;}
img {border: none;}
ul {list-style-type: none;}

body {
	background-color: #336633;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}

#container {
	position: relative;
	width: 955px;
	height: 600px;
	margin: auto;
	margin-top:15px;
	margin-bottom: 15px;
	text-align: left;
}

#credits {
	position:absolute;
	width:955px;
	bottom:0;
	left:0;
	width:955px;
	margin-bottom:-15px;
}
#credits a {color:#003c00; margin-right: 4px;}
#credits_link {
	position:relative;
	float:left;
	width:100px;
}
#p_iva {
	position:relative;
	float:right;
	width:200px;
	text-align: right;
}

/************************/
#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 134px;
	height: 600px;
	background-image: url(../img/back-menu.jpg);
}

#menu ul {
	padding-top: 92px;
	padding-left: 15px;
}

#menu li {
	display: block;
	position: relative;
	height: 32px;
	margin-bottom: 32px;
	vertical-align: middle;
}

#menu li img {
	width: 32px;
	height: 32px;
	float: left;
}

#menu li a {
	color: #779e78;
}

#menu li a p {
	position: absolute;
	display: block;
	top: 8px;
	left: 42px;
}

#menu li a.current{
	color: #ffffff;
	font-weight: 700;
}
/************************/
#content {
	position: absolute;
	top: 0;
	left: 134px;
	height: 600px;
	width: 821px;
	background: url(../img/back.jpg) no-repeat;
	padding-left: 1px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#content.fiore {background: url(../img/back-fiore.jpg) no-repeat;}
#content.foglia {background: url(../img/back-foglia.jpg) no-repeat;}
#content.spicchio {background: url(../img/back-spicchio.jpg) no-repeat;}
#content.baccello {background: url(../img/back-baccello.jpg) no-repeat;}
#content.pomo {background: url(../img/back-pomo.jpg) no-repeat;}

/************************/

#flashcontent {
	position: absolute;
	top: 88px;
	left: 40px;
	z-index: 10;
}

#corner {
	position: absolute;
	bottom: 0;
	right: 1px;
	background: url(../img/back-corner.jpg) no-repeat;
	height: 236px;
	width: 215px;
	text-align: right;
}

#corner #corner_inside {
	position: absolute;
	right: 16px;
	bottom: 16px;
}

#corner a {
	display: block;
	color: #779e78;
	margin-top: 8px;	
}

#logo {
	position: absolute;
	top: 16px;
	right: 16px;
}

#testo {
	position: absolute;
	top: 84px;
	right: 8px;
	text-align: right;
	width: 256px;
}

#testonews {
	position: absolute;
	top: 84px;
	right: 8px;
	text-align:justify;
	padding:3px;
	width: 600px;
	height: 450px;
	overflow:auto;
}

#testo.tight {width: 200px;}

#decor {
	position: absolute;
	top: 296px;
	left: 16px;
}

#testo_home {
	position: absolute;
	top: 84px;
	left: 506px;
	width: 170px;
	height: 375px;
	z-index: 100;
	background-image: url(../img/testo-home.gif);
	font-size: 9px;
}

#testo_home_inner {
	padding: 16px;
}

#testo_home_inner h1.title {
	font-size: 16px;
}
/************************/
h1.title {
	font-size: 36px;
	color: #003e00;
	margin-bottom: 16px;
	font-weight: 400;
}

h2.subtitle {
	font-size: 11px;
	font-weight: 700;
}

h2.green {
	font-size: 13px;
	color: #779e78;
	margin-bottom: 16px;
}

h2.close {
	margin-bottom: 0px;
}

#testo p, #testo_home p{
	margin-bottom: 16px;
}

#testo ul a {
	font-size: 11px;
	line-height: 120%;
	color: #000000;
}

#testo ul a.active {
	font-weight: 700;
}

#testo ul a:hover {
	color: #779e78;
}
/************************/
#menu_interno {padding-left: 270px;padding-top: 142px;}
#menu_interno li {display: inline;padding-right:8px;}
#menu_interno li a {color: #003e00; font-size: 12px; font-weight: 700;}
#menu_interno li a:hover {text-decoration:underline;}

/***********************/
#download {
	position: absolute;
	top: 136px;
	right: 16px;
	text-align: right;
	width: 236px;	
}
#download a {
	color: #b57303;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 14px;
	display: block;
}

#newslist{list-style-type:square; list-style-position:inside; margin-top: 16px; width: 200px;}
#newslist li {margin-left: 16px; color: #779e78;}
#newslist a {color: #779e78;}
#newslist a:hover {text-decoration:underline;}

/*** PNG HACK ***/
img, div, span {behavior: url(css/png-hack/iepngfix.htc) }
