﻿html,body 
{
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	height:100%;
}
/*...................................................*/
/*...CSS FONDAMENTALI PER L'ESPANSIONE DEL LAYOUT....*/
/*...................................................*/
div#container{position: relative; height:100%;}
body>div#container{height: auto; min-height: 100%;}
div#content{padding:0 0 7em}
/*...................................................*/
/*...................................................*/
input
{
	font-size:11px;
	border:1px solid #006c95;
}
input.button
{
	font-size:11px;
}
input.radio
{
	font-size:11px;
	border:1px solid red;
}
select
{
	color:#006c95;
	font-weight:bold;
	font-family:Verdana;
	font-size: 10pt;
}
.top
{
	width:100%;
	background-color:#006c95;
	height:47px;
	overflow:visible;
	border-bottom:1px solid #111111;
}
.corpo
{
	text-align:center;
	width:100%;
	border-top:1px solid #111111;
	border-bottom:1px solid #111111;
}
.corpoIntro
{
	text-align:center;
	width:100%;
	border-top:0px solid #111111;
	border-bottom:0px solid #111111;
}
.foot
{
	height:40px;
	width:100%;
	background-color:#efd997;
	border-top:1px solid #111111;
	border-bottom:1px solid #111111;
	text-align:center;
	position:absolute;
	bottom:0;
	width: 100%;
}
.foot a
{
	color:#000000;
	text-decoration:none;
}
.foot a:hover
{
	
}
.menuTop
{
	margin:4px 7px 10px 7px;
}
.menuLingue
{
	position:absolute;
	display:none;
	background-image:url('../grafica/menuLingue/sfondo.jpg');
	width:121px;
	padding:5px;
	z-index:500;
	font-size:11px;
}
.menuLingue a
{
	color:#006c95;
	text-decoration:none;
}
.menuLingue a:hover
{
	color:#cccccc;
}
.TitolettiMail
{
	font-family:verdana;
	color:#ffffff;
	font-weight:bold;
}
a.linkMail
{
	color:#0E518E;
	text-decoration:none;
}
a.lprodotti
{
	color:#000000;
	text-decoration:none;
	font-size:8pt;
}
a.lprodotti:hover
{
	color:#cccccc;
}


.footIntro
{
	height:40px;
	width:100%;
	background-color:#efd997;
	border-top:1px solid #111111;
	border-bottom:1px solid #111111;
	text-align:center;
	width: 100%;
}
.footIntro a
{
	color:#000000;
	text-decoration:none;
}
.footIntro a:hover
{
	
}