body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background: url("../img/top-bk.gif") top repeat-x;
}

body.index {
	margin-top: 60px;
	text-align: center;
	background: none;
}

#indexmenu ul {
	margin: 0;
	padding: 0;
	height: 43px;
	overflow: hidden;
	list-style: none;
	display: inline;
	text-align: center;
}

#indexmenu ul li {
	margin: 0 12px;
	padding: 0;
	display: inline;
	line-height: 42px;
	color: #00aa58;
}

#indexmenu ul li a {
	text-decoration: none;
	color: #00aa58;
}

#indexmenu ul li a:hover {
	color: #000;
}

.verde {
	color: #00aa58;
}

#container {
	width: 952px;
	margin: 0 auto;
}

#header {
	width: 952px;
	height: 140px;
	overflow: hidden;
	margin: 0 auto;
	background: url("../img/header.gif") top left no-repeat;
}

#header img {
	margin-top: 7px;
	float: left;
}

#header a img {
	border: 0;
}

#header ul {
	margin: 0;
	padding: 0;
	float: right;
	width: 184px;
	height: 43px;
	background: #FFF url("../img/lingue.gif");
	overflow: hidden;
	list-style: none;
	display: inline;
	text-align: center;
}

#header ul li {
	margin: 0 12px;
	padding: 0;
	display: inline;
	line-height: 42px;
	color: #00aa58;
}

#header ul li a {
	text-decoration: none;
	color: #000;
}

#header ul li a:hover {
	color: #00aa58;
}

#subheader {
	width: 952px;
	background: url("../img/home-macchine-bk.gif") top no-repeat;
	padding-top: 1px;
	margin-bottom: 30px;
}

#home-prodotti {
	width: 950px;
	height: 253px;
	overflow: hidden;
	margin: 0 auto;
	background: #987c7b url("../img/home-prodotti.gif") bottom center no-repeat;
}

#home-prodotti h3 {
	width: 232px;
	height: 28px;
	overflow: hidden;
	margin: 10px 14px 6px 14px;
	padding: 0;
	background: url("../img/home-prodotti-h3.gif");
	text-indent: -999px;
}

#home-prodotti .scheda {
	width: 444px;
	overflow: hidden;
	margin: 0 13px 0 14px;
	padding: 0;
	float: left;
	display: inline;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
}

#home-prodotti .scheda img {
	float: left;
	display: inline;
	margin-right: 6PX;
}

#home-prodotti .scheda h4 {
	font-size: 15px;
	font-weight: normal;
	margin: 12px 0 2px 0;
	color: #a9f692;
}

#home-prodotti .scheda h5 {
	font-size: 15px;
	margin: 0 0 10px 0;
	color: #a9f692;
}

#home-prodotti .scheda a.readmore {
	float: right;
	width: 180px;
	height: 27px;
	background: url("../img/readmore.gif");
	line-height: 26px;
	text-align: left;
	text-indent: 20px;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
}

#home-prodotti .scheda a:hover.readmore {
	background: url("../img/readmore-hover.gif");
}


#menu {
	width: 952px;
	height: 44px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	background: url("../img/menu-bk.gif") center no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	height: 43px;
	list-style: none;
	display: inline;
}

#menu ul li {
	height: 43px;
	margin: 0;
	padding: 0 24px 0 22px;
	list-style: none;
	display: inline;
	float: left;
	line-height: 42px;
	background: url("../img/menu-li.gif") right top no-repeat;
}

#menu ul li.nobk {
	background: none;
}

#menu ul li a {
	color: #a9f692;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #fff;
}

#menu ul li a.active {
	color: #fff;
}

#submenu {
	width: 242px;
	float: left;
	background: #e7fee0 url("../img/submenu_bottom.jpg") bottom no-repeat;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 240px;
	border-top: #a9f692 6px solid;
	margin-top: 2px;
}

#submenu ul {
	width: 222px;
	margin: 6px auto;
	padding: 0 0 10px 0;
}

#submenu ul li {
	width: 222px;
	list-style: none;
}

#submenu ul li a {
	color: #247039;
	text-decoration: none;
	display: block;
	background: #ccfcbe;
	float: left;
	width: 222px;
	line-height: 16px;
	padding: 7px 0;
	margin: 2px auto;
	border-bottom: #FFF 1px solid;
	border-top: #FFF 1px solid;
}

#submenu ul li a:hover {
	color: #000;
	text-decoration: none;
	background: #b5f4a4;
}

#submenu ul li.active {
	color: #fff;
	text-decoration: none;
	background: url("../img/menu-bk.gif") center no-repeat;
	line-height: 16px;
	padding: 7px 0;
	margin: 2px auto;
	border-bottom: #FFF 1px solid;
	border-top: #FFF 1px solid;
	float: left;
}

#footer {
	width: 952px;
	margin: 10px auto;
	text-align: center;
	border-top: #a9f692 1px solid;
	font-size: 11px;
	line-height: 18px;
	color: #959595;
	padding: 6px 0 20px;
}

#footer .left {
	float: left;
	text-align: left;
	width: 752px;
}

#footer .right {
	float: right;
	text-align: right;
	width: 200px;
}

#footer a {
	color: #959595;
	text-decoration: none;
}

#footer a:hover {
	color: #00aa58;
	text-decoration: underline;
}

#contenuti {
	width: 952px;
	min-height: 250px;
	overflow: hidden;
	margin: 0 auto;
}

#contenuti h3 {
	color: #00aa58;
	font-size: 13px;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 13px;
}

#contenuti h4 {
	color: #356c41;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 20px 0 10px 0;
	background: #d8fbce;
	text-indent: 4px;
}

#contenuti h5 {
	color: #356c41;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0xp 0;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #d8fbce;
	text-indent: 0;
	clear: both;
}

#contenuti a {
	color: #00aa58;
}

#contenuti img {
	border: #CCC 1px solid;
	margin-bottom: 10px;
}

#contenuti img.left {
	float: left;
	margin-right: 10px;
}

#contenuti img.right {
	float: right;
	margin-left: 10px;
}

#contenuti #gallery img {
	border: #d8cdcd 5px solid;
	margin-right: 10px;
}

#contenuti #link a {
	border-bottom: #00aa58 1px dashed;
	color: #247039;
	text-decoration: none;
	float: right;
}

#contenuti #link a:hover {
	border-bottom: #000 1px dashed;
	color: #00aa58;
	text-decoration: none;
}

#contenuti #link #single_link {
	width: 296px;
	float: left;
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #d4fec8;
	height: 150px;
	display: inline;
	overflow: hidden;
}

#contenuti #link #single_link img {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	border: 0;
}

h3.home {
	width: 480px;
	height: 60px;
	overflow: hidden;
	margin: 0 auto 20px 0;
	padding: 0;
	background: url("../img/home-h3.gif");
	text-indent: -999px;
}

p.home {
	line-height: 24px;
}

div.news {
	margin-bottom: 10px;
	width: 465px;
	float: left;
	margin-right: 10px;
}

div.news h4 {
	margin: 0 0 0 0;
	padding: 2px 0;
	font-size: 14px;
	color: #356c41;
}

div.news h5 {
	margin: 0 0 0 0;
	padding: 2px 0;
	font-size: 13px;
	color: #7dc591;
}

div.news p {
	margin: 0 0 6px 0;
}

div.news img {
	float: left;
	margin-right: 10px;
}

#dovesiamo {
	float: right;
	width: 403px;
	margin-left: 50px;
}

#dovesiamo h3 {
	width: 200px;
	height: 20px;
	overflow: hidden;
	margin: 0 auto 10px 0;
	padding: 0;
	background: url("../img/dove-siamo.gif") top left no-repeat;
	text-indent: -999px;
}

#scheda_cont {
	width: 690px;
	float: right;
}

p {
	margin: 10px 0;
	padding: 0;
}

#scheda_cont img.right {
	float: right;
	margin-left: 10px;
}

#scheda_cont img.left {
	float: left;
	margin-right: 10px;
}

#scheda_cont table {
	float: right;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

#scheda_cont table td {
	border-collapse: collapse;
	background: #d8fbce;
	border: 2px solid #FFF;
	text-align: center;
	font-size: 11px;
}

#scheda_cont table th {
	border-collapse: collapse;
	background: #c4fbb4;
	border: 2px solid #FFF;
	color: #247039;
	font-weight: bold;
	font-size: 11px;
}

hr {
	clear: both;
	margin: 5px 0;
	padding: 0;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	border-left: 1px dashed #fff;
	border-right: 1px dashed #fff;
	background: #FFF;
}

.prodotti {
	width: 311px;
	float: left;
	display: inline;
	text-align: center;
	margin: 0 2px;
	border-left: #a9f692 1px dashed;
	border-right: #a9f692 1px dashed;
	background: #e7fee0;
}

#contenuti img.immagineprodotti {
	border: #CCC 0 solid;
	margin-bottom: 0;
	margin-left: 20px;
}

ul.macchine {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	display: inline;
}

ul.macchine li {
	width: 200px;
	height: 184px;
	overflow: hidden;
	display: inline;
	float: left;
	background: #ccfcbe;
	margin: 10px 12px;
	text-align: left;
	background: #ccfcbe;
}

ul.macchine li:hover {
	background: #a9f692;
}

ul.macchine li.macchina01 a {
	background: #ccfcbe url("../img/main_macchine01.jpg") no-repeat;
}

ul.macchine li.macchina02 a {
	background: #ccfcbe url("../img/main_macchine02.jpg") no-repeat;
}

ul.macchine li.macchina03 a {
	background: #ccfcbe url("../img/main_macchine03.jpg") no-repeat;
}

ul.macchine li.macchina04 a {
	background: #ccfcbe url("../img/main_macchine04.jpg") no-repeat;
}

ul.macchine li.macchina05 a {
	background: #ccfcbe url("../img/main_macchine05.jpg") no-repeat;
}

ul.macchine li.macchina06 a {
	background: #ccfcbe url("../img/main_macchine06.jpg") no-repeat;
}

#contenuti ul.macchine li a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 300px;
	text-indent: 11px;
	width: 182px;
	height: 166px;
	display: block;
	margin: 9px auto auto 9px;
	overflow: hidden;
}

#contenuti ul.macchine li a:hover {
	color: #93de7c;
}


/* contatti */

form {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 24px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#contatti_left {
	width: 354px;
	float: left;
	margin-bottom: 20px;
}

#contatti_right {
	width: 554px;
	float: right;
}

.dida {
	font-size: 10px;
	line-height: 16px;
	margin-top: 10px;
} 

input,select,textarea {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	background: #eeffe9;
	border: 1px solid #93dda8;
	font-size: 12px;
	margin: 0;
	padding: 2px 3px;
}

input.invio {
	background: url("../img/menu-bk.gif") center top;
	width: 100px;
	color: #FFF;
}

div.gallery {
	text-align: center;
	margin-top: 20px;
}

div.gallery img {
	margin: 0 6px;
}