@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#ccece8;
}
p{
	margin:0;
}
div.barra {
	background:url(../img/barra-top.png) no-repeat center;
	height:37px;
	width:100%;
}

#footer {
	width:1000px;
	margin:0 auto;
	background:url(../img/bottom1.png) no-repeat right top;
	height:25px;
	color:#fff;
	text-align:center;
	padding-top:12px;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

div#logo {
	width:996px;
	margin:0 auto;
	background:url(../img/logo.png) no-repeat 0px 0px;
	height:37px;
}

#header {
	height:257px;
	width:996px;
	margin:0 auto;
	border-left: 1px solid #029d8a;
	border-right: 1px solid #029d8a;
	background:url(../img/stripe.png) repeat-y right;
}

div#header-immagine {
	background:url(../img/sfondo1.jpg) left no-repeat;
	height:257px;
	width:934px;
}

div#menu {
	width:998px;
	margin:0 auto;
	background:url(../img/middle1.png) no-repeat right top;
	height:35px;
	padding-bottom:1px;
	padding-top:1px;
}

div#content {
	width:996px;
	margin:0 auto;
	border-left: 1px solid #029d8a;
	border-right: 1px solid #029d8a;
	background:url(../img/bg1.png) right repeat-y;
}
div#content-bg{
	background:url(../img/sfondo2.jpg) repeat-y left;
}

div#titolo{
	color:#029d8a;
}
div#titolo h1{
	font-size:32px;
	margin:0;
	text-shadow: rgba(2,157,138,0.5) 0 0 6px;
	padding-left:25px;
	padding-top:15px;
	padding-bottom:25px;
	margin-right:62px;
	background:url(../img/linea-titolo.png) right no-repeat;
}

#testo {
	margin-left:220px;/*210*/
	margin-right:230px;/*325*/
	padding-bottom:15px;
	text-shadow: rgba(0,0,0,0.3) 0 0 4px;
	text-align:justify;
}

table tr td img {
	margin-left:10px;
	margin-right:10px;
}

#b-homepage {
	width:96px;
	height:35px;
	background:URL(../img/menu/homepage.png) no-repeat 0 0;
}
#b-homepage:hover{
	cursor:pointer;
	background:URL(../img/menu/homepage.png) no-repeat -96px -1px;
}
#b-lavora {
	width:127px;
	height:35px;
	background:URL(../img/menu/lavora.png) no-repeat 0 0;
}
#b-lavora:hover{
	cursor:pointer;
	background:URL(../img/menu/lavora.png) no-repeat -128px 0px;
}
#b-prodotti {
	width:68px;
	height:35px;
	background:URL(../img/menu/prodotti.png) no-repeat 0 0;
}
#b-prodotti:hover{
	cursor:pointer;
	background:URL(../img/menu/prodotti.png) no-repeat -70px -1px;
}
#b-engireering {
	width:102px;
	height:35px;
	background:URL(../img/menu/engineering.png) no-repeat 0 0;
}
#b-engireering:hover{
	cursor:pointer;
	background:URL(../img/menu/engineering.png) no-repeat -102px 0px;
}
#b-contatti {
	width:73px;
	height:35px;
	background:URL(../img/menu/contatti.png) no-repeat 0 0;
}
#b-contatti:hover{
	cursor:pointer;
	background:URL(../img/menu/contatti.png) no-repeat -73px -1px;
}
#b-chisiamo {
	width:89px;
	height:35px;
	background:URL(../img/menu/chisiamo.png) no-repeat 0 0;
}
#b-chisiamo:hover{
	cursor:pointer;
	background:URL(../img/menu/chisiamo.png) no-repeat -89px 0px;
}
#b-dovesiamo {
	width:101px;
	height:35px;
	background:URL(../img/menu/dovesiamo.png) no-repeat 0 0;
}
#b-dovesiamo:hover{
	cursor:pointer;
	background:URL(../img/menu/dovesiamo.png) no-repeat -101px 0px;
}


	

.titolo-campo {
	height:27px;
	line-height:27px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding:3px 0 3px 0;
	background:url(../img/tiolotd.png) no-repeat center;
}
td label{
	text-align:right;
	float:right;
	font-weight:bold;
}

td input, td select, td textarea{
	border:1px #029d8a solid;
	background:#FFF;
	padding:2px;
}
.disclaimer{
	font-size:11px;
	color:#666;
}
input.form{
	background:url(../img/buttontd.png) repeat-x #02a38f;
	width:140px;
	line-height:24px;
	color:#FFF;
	cursor:pointer;
}


.thumb_02{
	border:1px solid #029d8a;
	margin:3px;
}
.minimenu {
	text-align:center;
	font-size:11px;
	color:#029d8a;
	padding-bottom:3px;
}
.minimenu a{
	text-decoration:none;
	color:#029d8a;
}
.minimenu a:hover{
	text-decoration:underline;
}

