body {
	text-align: center;
	background-color: #333333;
}
#container {
	position: relative;
	width: 954px;
	height: 500px;
	/*si potrebbe mettere min-height invece di height*/
	margin: 0 auto;
	text-align: left;
	font-family: "Georgia", serif;
}
/*******************
	INTESTAZIONE
********************/
#container #header {
	width: 954px;
	height: 112px;
	border-top: 3px solid #001767;
	border-left: 3px solid #001767;
	border-right: 3px solid #001767;
	margin: 0;
	padding: 0;
	background-color: #CCFFFF;
}
#header h1 {
	float: left;
	width: 396px;
	height: 112px;
	margin: 0;
	padding: 0;
	background: transparent url(../Immagini/logo4-96.jpg) no-repeat top;
}
#header h1 span{
	display: none;
}

#header h2, #header h2 span {
	display: none;
}
#header a {
	float: left;
	margin: 0 0 0 350px;/*340*/
	padding: 0;
	width: 160px;/*180*/
	height: 108px;
	border: 2px solid #cff;
}
#header a:hover {
	border: 2px solid #FFFF33;
}
/*******************
  MENU' PRINCIPALE
********************/
#menu {
	width: 954px;
	margin: 0;
	padding: 0;
	border-left: 3px solid #001767;
	border-right: 3px solid #001767;
	text-align: center;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #001767;
}
#menu li {
	display: inline;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 82%;
	line-height: 1.6;
}
#menu a {
	text-decoration: none;
	margin-right: 3px;
	padding: 0 0 0 18px;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
	background: transparent url(../Immagini/punto.gif) no-repeat center left;
}
#menu a:hover, #menu a:active, #menu a#active {
	color:#FFFF33;
	background: transparent url(../Immagini/punto-over2.gif) no-repeat center left;
}
/*******************
	CONTENUTO
********************/
#content {
	float: left;
	width: 954px;
	border-left: 3px solid #001767;
	border-right: 3px solid #001767;
	border-bottom: 3px solid #001767;
	background-color: #CCFFFF;/*#DDDBC0*/
}
#content h1 {
	margin: 25px 0 20px 10px;
}
				/*** Titoli Prodotti ***/
#int_prodotti {
	float: left;
	width: 954px;
}
#int_prodotti h1 {
	margin: 20px 0 0 176px;
	padding: 0;
}
#int_prodotti h3 {
	margin: 20px 0 0 176px;
	padding: 0;
}
				/*** Fine Titoli Prodotti ***/
				/*** Menu Prodotti ***/
#menu2 {
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
}
#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #001767;
}
#menu2 li {
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 82%;
	line-height: 1.4;
	border-bottom: 1px solid #CCFFFF;
}
#menu2 a {
	display: block;
	width: 140px;
	text-decoration: none;
	padding: 0 25px 0 0px;
	margin-right: 0;
	text-align: right;
}
#menu2 a:link, #menu2 a:visited {
	color: #FFFFFF;
	background: transparent url(../Immagini/quadrato.gif) no-repeat center right;
}
#menu2 a:hover, #menu2 a:active, #menu2 a#active2 {
	color: #FFFF33;
	background: transparent url(../Immagini/quadrato-over1.gif) no-repeat center right;
}
				/*** Fine Menu Prodotti ***/
				/*** Contenuto Prodotti ***/
#corpo_prodotti {
	float: left;
	margin: 15px 0 5px 0;
	padding: 0 0 0 90px;
	width: 864px;
	font-family: Georgia, Serif;
	font-style: italic;
	font-size: 88%;
	line-height: 1.3;
	color: #001767;/*#0066CC-#003399*/
}
#corpo_prodotti a {
	width: 200px;
	height: 133px;
	border: 3px solid #cff;
}
#corpo_prodotti a:hover {
	border: 3px solid #FFFF33;
/*	border: 3px solid #FF00CC;*/
}
				/*** Fine Contenuto Prodotti ***/
/*******************
	FONDO PAGINA
********************/
#info {
/*	clear: left;*/
	clear: both;
	float: left;
	width: 954px;
}
#info p{
	margin: 2px 0;
	padding: 0;
	font-size: 80%;
	color: #fff;
}
#info p a{
	text-decoration: none;
	color: #fff;
}
#info .intestazione {
	font-weight:bolder;
	color: #cff;
	margin: 0 5px 0 10px;
}
#footer {
	clear: left;
	float: left;
	width: 960px;
	margin-top: 5px;
}
#footer #contatori {
	float: left;
}
#footer #w3c {
	float: right;
}
#footer #w3c p {
	margin: 0;
	padding: 0;
}
/*****************
	GENERICI
******************/
img {
	border: none;
}
h1, h3 {
	font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	font-style: italic;
	color: #001767;
}
