/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;

	scrollbar-face-color: #7a8084; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-track-color: #7a8084; 
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #7a8084;
	scrollbar-darkshadow-color: #7a8084;
}

body {
	background-color: #f9f9f9;
}

.menutop {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #007830;
	text-decoration: none;
}

.menutop a:link {
	color: #666666;
	text-decoration: none;
}
.menutop a:visited {
	color: #666666;
	text-decoration: none;
}
.menutop a:hover {
	color: #007830;
	text-decoration: none;
}

.Bianco {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
}
a.Bianco {
	color: #FFFFFF;
}
a.Bianco:hover {
	color: #007830;
}

.Nero {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333333;
}
.NeroSmall {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
.NeroBig {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #333333;
}
.VerdeBig {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #007830;
}

.Piede {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #666666;
}

div.btn {
	width: 25px;
	height: 402px;
	background-position: left;
	cursor: pointer;
}

div.btn_hover {
	width: 25px;
	height: 402px;
	background-position: right;
	cursor: pointer;
}

div.btnoriz {
	width: 292px;
	height: 19px;
	background-position:top;
	cursor: pointer;
}

div.btnoriz_hover {
	width: 292px;
	height: 19px;
	background-position:bottom;
	cursor: pointer;
}

input, textarea {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}

div.azienda {
	width:775px;
	height:280px;
	background-color:#7a8084;
	overflow:auto;
}

div.News {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
}
div.News a:link {
	color: #007830;
	text-decoration:none;
}
div.News a:visited {
	color: #007830;
	text-decoration:none;
}
div.News a:hover {
	color: #007830;
	text-decoration:underline;
}

.gallery {
	table-layout:fixed;
}
.gallery td {
	text-align:center;
}
.gallery img {
	width:200px;
	margin-right:16px;
	margin-bottom:16px;
}