BODY, TD {
	background: white;
	color : black;
	font-family :  Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
	margin: 0px;
}

TD.nome {
	width: 30%;
	border: 1px solid blue;
}

TD.descrizione {
	width: 70%;
	border: 1px solid blue;
}

H3 {
	font-size: 13pt;
	color: Black;
	margin-left: 5px;
	margin-right: 5px;
}

H4 {
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color: Black;
	margin-left: 5px;
	margin-right: 5px;
}

A {
	text-decoration: underline;
	color: Black;
}

A.vocemenu {
	text-decoration: none;
	color: blue;
	font-size: 11px;
}

A:Hover {
	text-decoration: underline;
	color: Green;
}

A:Hover.vocemenu {
	text-decoration: underline;
	color: Blue;
}

TABLE.prodotti {
	border: 1px solid blue;
	width: 90%;
	margin-left: 5px;
}

TABLE.struct {
	width: 770px;
	height: 450px;
	vertical-align: top;
}

TD.header {
	height: 50px;
	width: 100%;
	vertical-align: top;
	background: White;
}

TD.footer {
	border-top: 1px solid #ff9900;
	border-bottom: none;
	border-right: none;
	border-left: none;
	height: 20px;
	width: 100%;
	vertical-align: middle;
}

TD.body {
	width: 770px;
	height: 355px;
	vertical-align: top;
}

TD.menubar {
	width: 770px;
	height: 20px;
	vertical-align: middle;
	background: White;
}

TD.vocemenu {
	width: 193px;
	border: 1px solid #eeeeee;
	text-align: center;	
	background: #ff9900;
}

TD.voceclick {
	width: 193px;
	border: 1px solid #eeeeee;
	text-align: center;	
	background: white;
}

DIV, P {
	margin-left: 5px;
	margin-right: 5px;
}

DIV.credits {
	font-family: Arial;
	font-size: 10px;
	
}

DIV.slogan {
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	color: #00008B;
}

TD.marchi {
	text-align:center;
	color:white;
	font-size:14px;
	background:#00008B;
	height: 100%;
}




