* {
	margin:0px;
	padding:0px;
}
body {
	padding:0;
	margin:0 auto;
	width: 860px;
	font-family: Arial, Helvetica, sans-serif;
}
/* TESTO + CLASSI */

p {
	margin:2px 0 10px;
	padding:0px;
	font-size: 12px;
	color:#666;
}
.testosemplice {
	margin:2px 0 10px;
	padding:0px;
	font-size: 12px;
	text-decoration:none;
	color:#666;
}
ul {
	font-size: 12px;
	color:#666;
	margin:5px 0;
}
li {
	list-style-position:outside;
	list-style-type: disc;
	margin:5px 0 2px 10px;
}
h1 {
	font-weight:100;
	font-size: 18px;
	color:#666;
	margin-bottom:15px;
}
h2 {
	font-size: 14px;
	color:#7eb900;
}
h3 {
	font-size: 14px;
	color:#666;
}
a {
	font-size: 12px;
	text-decoration:none;
	color:#666;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}
.small {
	font-size:10px;
}
.green {
	color:#7eb900;
}
.black {
	color:#000;
}
.white {
	color:#fff;
}
.content {
	margin-top:15px;
	margin-left:10px;
	margin-right:20px;
}
.picture {
	float: left;
	margin-right:10px;
}
.clear {
	clear:both;
}
.line {
	width:100%;
	height:1px;
	font-size:0px;
	line-height:0px;
	background:url(../img/bg_line.jpg) left top repeat-x;
	margin-top:10px;
	margin-bottom:20px;
}
a.more img, a.more-box img {
	margin-left:6px;
}
.arrow {
	margin-left:6px;
}
a.more {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
a.more:hover {
	text-decoration:underline;
}
a.more-box {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
a.more-box:hover {
	text-decoration:underline;
}
a.on-top {
	float: right;
	margin:10px;
	color:#7eb900;
}
.ico16 {
	position:relative;
	top:4px;
	margin-right:5px;
}
.ico32 {
	position:relative;
	top:6px;
	margin-right:5px;
}
/* SITO */

#site {
	padding:0;
	margin:0 auto;
	width: 100%;
	background-color:#fff;
}
/* box */
#box {
	width:220px;
	height:180px;
	padding:20px;
	position:absolute;
	background:url(../img/bg_box.png) left top repeat-x;
	margin-left:580px;
	margin-top:220px;
}
#box p {
	margin-top:-12px;
	color:#fff;
}
.demo {
	margin:-4px 8px 5px 0;
	float:left;
}
.icon {
	margin:-3px 5px 7px 0;
	float:left;
}
/* top */
#top {
	width:860px;
	height:5px;
	background-color:#7eb900;
	line-height:0px;
	font-size:0px;
}
/* menu */
#menu {
	height:90px;
	width:100%;
}
#logo {
	position:absolute;
	margin-top:10px;
	margin-left:15px;
}
#menu ul {
	position:absolute;
	margin-left:290px;
	list-style: none;
	margin-top:0;
}
#menu li {
	float:left;
	text-decoration:none;
	list-style: none;
	margin-top:0;
	display:inline; /* <---Solution for bug IE6 */
}
#menu li a {
	font-weight:bold;
	text-decoration:none;
	vertical-align:baseline;
	color:#666;
	margin:0 13px;
}
#menu li a:hover {
	color:#7eb900;
}
#menu li form {
	position:absolute;
	top: 34px;
	margin: 0 20px;
}
#img-header {
	height:175px;
	width:860px;
	border-top:solid 2px #7eb900;
}
/*left*/
#left {
	float:left;
	width:280px;
	margin:15px 0;
}
/* center */
#center {
	float:left;
	width:300px;
	margin:15px 0;
}
/* right */
#right {
	float:right;
	width:280px;
	margin:190px 0 15px 0;
}
/*double*/
#double {
	float:left;
	width:560px;
	margin:15px 0;
}
.menu2 li a {
	margin-left:0;
	font-weight:bold;
	text-decoration:none;
	color:#7eb900;
}
.menu2 a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#7eb900;
}
/* bottom */
#line_bot {
	width:100%;
	height:5px;
	background-color:#333;
	line-height:0px;
	font-size:0px;
}
#address a {
	font-size:10px;
}
#address a:hover {
	font-size:10px;
	text-decoration:none;
	color:#7eb900;
}
#copy {
	float:left;
	margin:10px 0;
}
#address {
	float:left;
	margin:10px 60px;
}
#credits {
	float:right;
	margin:10px 0;
}
.menu2 li a.menuattivo {
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

