/* CSS Document */

body {
	/*background-color: #999999;
	background-image: url(../img/bg_grass.jpg);*/
	margin-bottom:20px;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	width:100%;
	height:auto;
	overflow:auto;
	text-align:center;
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:114px;
	z-index:6;
}
#ricerca {
	position:absolute;
	background-image:url(../images/search.jpg);
	right:0px;
	top:0px;
	width:149px;
	height:113px;
	margin:0px;
	z-index:15;
	visibility:visible;
}
#main {
	position:relative;
	top:0px;
	width:950px;
	height:;
	overflow:visible;
	margin:auto;
	z-index:2;
}
#content {
	position:relative;
	left:0px;
	top:0px;
	width:950px;
	z-index:5;
	background-color: #ffffff;
	text-align: left;
	overflow: visible;
}
#red{
	position:absolute;
	background-color:#FF3300;
	left:10px;
	top:6px;
	width:5px;
	height:9px;
}
#yel{
	position:absolute;
	background-color:#66CC33;
	left:10px;
	top:6px;
	width:5px;
	height:9px;
}
#blu{
	position:absolute;
	background-color:#0066CC;
	left:10px;
	top:6px;
	width:5px;
	height:9px;
}
#turchese{
	position:absolute;
	background-color:#0099FF;
	left:10px;
	top:6px;
	width:5px;
	height:9px;
}
#verde{
	position:absolute;
	background-color:#00CC00;
	left:10px;
	top:6px;
	width:5px;
	height:9px;
}
#verde{
	position:absolute;
	background-color:#00CC00;
	left:10px;
	top:6px;
	width:5px;
	height:9px;
}
#fuxia{
	position:absolute;
	background-color:#FF33FF;
	left:10px;
	top:6px;
	width:5px;
	height:9px;
}
#grigio{
	position:absolute;
	background-color:#999999;
	left:10px;
	top:6px;
	width:5px;
	height:9px;
}
#separator {
	position:relative;
	left:0px;
	top:0px;
	margin-top:4px;
	margin-left:20px;
	width:625px;
	height:23px;
	z-index:auto;
	background-color: #333333;
	overflow:hidden;
	margin:0px;
	text-align: left;
}
#testo {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:;
	z-index:auto;
	background-color:;
	overflow:visible;
	margin:0px;
	text-align: left;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#006633;
	font-weight:bold;
	margin-bottom:0px;
	margin-left:20px;
	margin-right:10px;
	margin-top:5px;
	text-transform: uppercase;
}
#footer {
	position:relative;
	left:0px;
	text-align:center;
	width:950px;
	height:41px;
	z-index:auto;
	margin:0px;
	bottom:0px;
	overflow: visible;
}
#testata{
	position:relative;
	left:0px;
	top:0px;
	width:950px;
	height:353px;
	z-index:auto;
	text-align: left;
	overflow: hidden;

}
#banner {
	position:absolute;
	left:133px;
	top:70px;
	width:493px;
	height:197px;
	margin:0 auto;
	z-index:3;
}
#nav {
	position:absolute;
	left:0px;
	top:114px;
	width:950px;
	height:239px;
	margin:0 auto;
	z-index:4;
	overflow: hidden;
}
#nav2 {
	position:absolute;
	left:0px;
	top:114px;
	width:950px;
	height:239px;
	margin:0 auto;
	z-index:4;
	overflow: hidden;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
	text-align:justify;
}
.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #006633;
}
.campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-color: #f6f6f6;
	border:#999 solid 1px;
	padding:5px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #66CC33;
	font-weight:bold;
}
a:visited {
	color: #66CC33;
	font-weight:bold;
}
a:hover {
	color: #66CC33;
	font-weight:bold;
}
a:active {
	color: #66CC33;
	font-weight:bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#006633;
}
.evidenziato{
	background-color:#000000;
	font-weight:bold;
}
.cornice{
	padding-right:10px;
	padding-bottom:10px;
}

#popup {
	position:absolute;
	width:100%;
	height:100%;
	z-index:100000;
	background-image:url(../popupBG.png);
}

#popupLike {
	position:relative;
	width:874px;
	height:417px;
	margin:auto;
	top:90px;
	background-image:url(../popupLike.png);
	z-index:1000000;
}

#popupClose {
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	cursor:pointer;
}