body {
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 1em;
	background-image: url(../img/bg-body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

p {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	text-align: justify;
}
h1 {
	color: #3B4B28;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../img/ico-h1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

h2 {
	font-size: 1.5em;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #58745C;
	font-size: 1.2em;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px;
	color: #3B4B28;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h5 {
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px;
	color: #F9A92B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h6 {
	color: #666666;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.capital {
	font-size: 30px;
}



ul {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	list-style-type: square;
	padding-left: 15px;
}

li {
	font-size: 0.8em;
	margin-bottom: 5px;
}
a:link {
	color: #5C6F43;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #3B4B28;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CC9900;
	font-weight: bold;
}
a:active {
	color: #CC9900;
	font-weight: bold;
}

.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}

.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

table {
	font-size: 0.7em;
}

#container {
	height: auto;
	width: 865px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 1;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
	background-image: url(../img/bg-container.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#top {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 150px;
	width: 100%;
	position: relative;
	z-index: 2;
	background-image: url(../img/bg-top.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#nav {
	margin: 0px;
	float: left;
	height: 35px;
	width: 100%;
	position: relative;
	z-index: 3;
	line-height:normal;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/bg-nav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C6F43;
}

#nav ul
{
	border: 0;
	list-style-type: none;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 7px;
}

#nav ul li
{
	text-align: center;
	padding: 0;
	float: left;
	display: block;
	margin: 0px;
}

#nav ul li a
{
	width: 90px;
	height: 35px;
	color: #3B4B28;
	text-decoration: none;
	text-align: center;
	background-image: url(../img/bg-button.gif);
	font-size: 10px;
	font-style: normal;
	line-height: 33px;
	font-weight: bold;
	font-variant: normal;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

#nav ul li a:hover
{
	color: #FFFFFF;
	background-image: url(../img/bg-buttonhover.gif);
}

#nav a:active
{
color: #FFFFFF;
	background-image: url(../img/bg-buttonhover.gif);
}

#nav li#active a
{
color: #FFFFFF;
	background-image: url(../img/bg-buttonhover.gif);
}



.home #intro {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 220px;
	width: 100%;
	position: relative;
	z-index: 4;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C6F43;
}
.page #intro {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 100%;
	position: relative;
	z-index: 4;
	background-color: #5C6F43;
}
#flashcontent {
	margin: 0px;
	padding: 0px;
}


#sidebar {
	float: left;
	height: auto;
	width: 215px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 5;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 17px;
	font-size: 0.9em;
	display: inline;
}
.datanews {
	color: #666666;
	font-weight: normal;
}

.side-news{
	background-image: url(../img/bg-sidebar.gif);
	background-repeat: no-repeat;
	width: 175px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 25px;
}

.side-news a {
	padding-left: 15px;
}

#sidebar .side-news .mail {
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 0px;
}
#subnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#subnav li {
	margin-bottom: 5px;
}
#subnav a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#subnav a:hover {
	color: #022966;
}
#subnav #subcurrent a {
	color: #022966;
}





#content {
	margin: 0px;
	padding: 20px;
	float: right;
	height: auto;
	width: 610px;
	position: relative;
	z-index: 6;
	background-color: #FFFFFF;
	display: inline;
}
.img-prod {
	float: left;
	margin-top: 15px;
}

#content a img  {
	padding: 1px;
	background-color: #CCCCCC;
	text-decoration: none;
}

#content a:hover img  {
	padding: 1px;
	background-color: #5C6F43;
	text-decoration: none;
}


.prod-home{
	float: left;
	margin-top: 0px;
	width: 65%;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 0px;
}

.prod-home img{
	border: 2px solid #5C6F43;
}

.inside{
	float: left;
	margin-top: 0px;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.side-home{
	background-image: url(../img/bg-sidebar.gif);
	background-repeat: no-repeat;
	width: 185px;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 25px;
	float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	background-position: center top;
}

#gallery {
	margin: 0px;
	float: right;
	width: 75px;
	padding-right: 0px;
	padding-left: 15px;
	position: relative;
}

#gallery img{
	border: 2px solid #5C6F43;
}


#sidebar .side-news .banner {
	background-image: none;
	margin-left: -12px;
}

#footer {
	height: 60px;
	width: 100%;
	position: relative;
	z-index: 7;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	clear: both;
	background-image: url(../img/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer p{
	font-size: 0.7em;
	color: #003300;
	text-align: center;
}

#desc {
	color: #5C6F43;
	font-weight: bold;
}#tabeventi {
	font-size: 0.7em;
}
#tabeventi th {
	text-align: left;
	font-weight: bold;
	color: #5A6D43;
}
