/* layout generale */
body {
	font-size: 11px;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Arial;
	background: url(immagini/bg.png) repeat-x #393939;
}
div#bgfoothome {
	width: 100%;
	height: 1332px;
	margin: 0px;
	background: url(immagini/bgfoot.png) repeat-x bottom;
}
div#bgfootprodotti {
	width: 100%;
	height: 1226px;
	margin: 0px;
	background: url(immagini/bgfoot.png) repeat-x bottom;
}
div#bgfootdovesiamo {
	width: 100%;
	height: 1226px;
	margin: 0px;
	background: url(immagini/bgfoot.png) repeat-x bottom;
}
div#bgfootcontatti {
	width: 100%;
	height: 1226px;
	margin: 0px;
	background: url(immagini/bgfoot.png) repeat-x bottom;
}
div#container {
	width: 608px;
	margin: 0px auto;
}
div#flash {
	width: 608px;
	height: 391px
}
div#contenuto {
	width: 608px;
	height: auto;
}
div#footer {
	width: 608px;
	height: 70px;
	background: url(immagini/logo.png) no-repeat center center;	
}
p#piva {
	padding-top: 18px;
	margin: 0;
	color:#999999;
	float: left;
	padding-left: 8px;
	font-size: 9px
}
p#powered {
	padding-top: 18px;
	margin: 0;
	color:#999999;
	float: right;
	padding-right: 8px;
	font-size: 9px
}
a.c-tec {
	color: #999999;
	text-decoration: none;
}
a.c-tec:hover {
	color: #4189DD;
}

/* home */
p#home {
	padding: 8px;
	margin: 0;

}

/* prodotti */
p#prodotti {
	padding: 8px;
	margin: 0;
}
span.prodotti {
	padding-left: 8px;
	margin: 0;
}
table#prodotti{
	margin: 0;
	border: 0;
	width: 608px;
}
td.flash {
	width: 260px;
	height: 180px;
	margin-top: 20px;
	padding: 2px;
	border: 1px solid #ffffff;
}
/* dovesiamo */
div#map {
	border: 8px solid #ffffff;
	height:280px;
	width: 540px;
	margin: 20px auto;
}
p#dovesiamo {
text-align: center
}
/* contatti */
table#contatti {
	padding: 0 0 0 10px;
	margin-left: 10px;
	margin-top: 60px;
	float: left;
}
span.contatti {
	padding: 0;
	margin: 0;
	color: #4189DD;
}
img.cdc {
	padding: 2px;
	margin: 30px auto 30px 90px;
	border: 1px solid #ffffff;
}
a.mail {
	color: #FFFFFF;
	text-decoration: none;
}
a.mail:hover {
	color: #4189DD;
}
