html, body {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #666666;
	background-color: #8EAFCA;
}
#container {
	width: 755px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #00318F;
	background-color: #F4F8FB;
}
#header {
	width: 755px;
	height: 130px;
}
#corpo {
	width: 755px;
}
#content {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
}

h1 {
	font-size: 20px;
	color: #000080;
	margin: 2px;
}
h2 {
	font-size: 14px;
	color: #00318F;
	margin: 2px;
}
h3 {
	font-size: 14px;
	color: #00318F;
	margin: 2px;
}
#footer {
	width: 750px;
	border-top: 1px solid #00318F;
	margin-top: 20px;
	font-size: 11px;
	color: #FFFFFF;
}
#footer p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}

/* ----- Menù Navigazione ----- */
#nav {
	width: 190px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #00318F;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 10px;
}
#navtitle {
	width: 190px;
	height: 20px;
	text-align: center;
	background-color: #00318F;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
p.vocimenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00318F;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
p.vocimenu a:link {
	text-decoration: none;
	color: #00318F; 
}
p.vocimenu a:visited {
	text-decoration: none;
	color: #00318F; 
}
p.vocimenu a:hover {
	text-decoration: underline;
	color: #00318F; 
}
p#subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.submenu {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00318F;
	border-bottom: 1px dotted #00318F;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.submenu a:link {
	text-decoration: none;
	color: #00318F; 
}
.submenu a:visited {
	text-decoration: none;
	color: #00318F; 
}
.submenu a:hover {
	text-decoration: none;
	color: #FF6600; 
}
/* ----- END Menù Navigazione ----- */

#listaProdotti li {
	list-style-image: url(images/download.gif);
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 5px;
}
#listaProdotti li a:link {
	text-decoration: none;
	color: #666666;
}
#listaProdotti li a:visited {
	text-decoration: none;
	color: #666666;
}
#listaProdotti li a:hover {
	text-decoration: none;
	color: #FF6600;
}
