body {		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #666;
}
#cnt {
	width: 980px;
	margin: 0px auto;
	margin-bottom: 40px;
	text-align: left;
}
#left {
	background: url(/images/demeter.png) no-repeat;
	background-position: 0px 6px;
	width: 180px;
	float: left;
}
#left .logo {
	display: block;
	margin-top: 58px;
}
#left ul {
	margin: 0px;
	margin-top: 50px;
	padding: 0px;
	list-style: none;
}
#left li {
	padding: 0px 10px;
	margin-bottom: 10px;
}
#left li.line {
	background: url(/images/bg_left_menu.gif) no-repeat;
	background-position: center;
}
#left li.sub {
	padding: 0px 15px;
}
#left li a {
	font-size: 14px;
	text-decoration: none;
}
#left li.sub a {
	font-size: 12px;
}
#left li.act a, #left li a:hover {
	color: #bdcd00;
	text-decoration: underline;
}
/*********************/
#right {
	width: 800px;
	margin-left: 180px;
}
#top {
	height: 150px;
	/*background-image: url(/images/headers/prodotti-web.jpg);*/
	background-repeat: no-repeat;
	background-position: top right;
}
#bollino {
	background: url(/images/bollino.jpg) no-repeat;
	width: 40px;
	height: 27px;
	position: absolute;
	top: 65px;
	margin-left: 725px;
	z-index: 69;
}
#top ul {
	height: 100%;
	margin: 0px;	
	padding: 0px;
	padding-top: 115px;
	padding-left: 30px;
	list-style: none;	
	background-image: url(/images/bg_navbar.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#top li {
	height: 20px;
	border-left: 1px solid #666666;	
	float: left;
}
#top li.no_border {
	border: 0px;
}
#top li a {
	font-size: 14px;
	color: #618b29;
	text-decoration: none;
	height: 20px;
	padding: 3px 5px;	
}
#top li.act a, #top li a:hover {
	color: #bdcd00;
	text-decoration: underline;
}
/********************/
#main {
	background: url(/images/bg_main.gif) repeat-y;
}
.single {
	padding: 20px 50px 20px 38px;	
}
.text_box {
	width: 370px;
	margin-bottom: 10px;
}
.img_box {
	width: 330px;
	margin-bottom: 10px;
	padding-top: 7px;
}
.left {	
	float: left;
}
.right {
	float: right;
}
.small_left {
	width: 180px;
	padding-top: 20px;
	padding-left: 38px;
	float: left;
}
.big_right {
	width: 480px;
	margin-left: 260px;	
}
h2 {
	color: #618b29;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	color: #618b29;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
#lUltime {
	margin-top: 65px;
}
.first {
	margin-top: 0px;
}
#slide {
	background: url(/images/bg_footer.gif) no-repeat;
	background-position: top center;
	width: 704px;
	padding-top: 20px;
	margin-left: 38px;
	overflow: hidden;
}
#slide a {
	display: block;
	width: 115px;
	height: 64px;
	margin-right: 3px;
	float: left;
}
#arrows {
	width: 704px;
	padding-top: 20px;
	margin-left: 38px;
}
.attivita {
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #CCC;
}
.attivita .data {
	color: #999;	
}
.attivita h3 {
	font-size: 14px;
	margin-bottom: 2px;
}
.attivita .abstract {
	margin-bottom: 5px;
}
/********************/
#prodotti {
	padding: 60px;
	padding-bottom: 0px;
	float: left;
}
.prodotto {
	background: url(/images/bg_prodotto.gif) no-repeat;
	background-position: 270px bottom;
	margin-bottom: 30px;
}
.prodotto .thumb {
	width: 100px;
	float: left;
}
.prodotto .medium {
	width: 250px;
	float: left;
}
.prodotto .desc {
	margin-left: 270px;
	padding-left: 2px;
}

.prod_images {
	width: 250px;
	float: left;
}
.product_dett .details {
	margin-left: 270px;
}

#thumb_image {
	width: 250px;
	margin-top: 2px;
	background: #f5f5f5;
	padding-top: 3px;
}

.video {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.video .titolo {
	margin-top: 5px;
	font-size: 14px;
}
/********************/
#footer {
	background-image: url(/images/bg_footer.gif);
	background-position: 25px top;
	background-repeat: no-repeat;	
	font-size: 9px;
	color: #333;
	margin-top: 40px;	
	padding-top: 20px;
	padding-right: 40px;
}
#footer .cascina {
	text-align: center;
	margin-left: 90px;
	float:left;
}
#footer .credits {
	text-align: right;
	float: left;
	margin-left: 80px;
}
#footer .facebook {
	float:left;
	margin-left:30px;
	}
/********************/
.dida {
	font-size: 12px;
	color: #618b29;
	margin-top: 2px;
	margin-bottom: 10px;
}
form {
	padding: 0px;
	margin: 0px;
}
.input {
	border: 1px solid #CCC;
}
.input_error {
	border: 1px solid #cc0000;
}
a {
	color: #618b29;
}
.green {
	color: #618b29;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.tmp {
	color: #cc0000;
	text-decoration: underline;
}
/* vertical */
.vTrack {
	float: left;	
	width: 15px;
	height: 480px; 
	background: none;
	background-color: #cccccc;
	overflow: hidden;
}
/* horizontal */
.oTrack {
	float: left;
	width: 100%;
	height: 15px; 
	background: none;
	background-color: #cccccc;
	overflow: hidden;
}

.handle {
	width: 15px;
	height: 15px;
	background: none;
	background-color: #666666;
	display: block;
}
#news-home{
	background: url(images/tit-news.jpg);
	width: 171px;
	height: 16px;
	margin-top: 87px;
	margin-bottom: 8px;

}
#news-home span{
	display: none;
}
