@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333; font:15px/24px Arial,Helvetica,sans-serif;
}
.oneColFixCtrHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top:10px;
	padding-bottom:0px;
	padding-left:0px;
}
.oneColFixCtrHdr #menu {
	background-image:url(img/banner.jpg);
	height:80px;
	border-bottom:3px solid #004389;
	border-top:3px solid #004389;
	padding-bottom:0px;
	margin-bottom:0px;
}
h1{
	font-size:24px;
	color:#004389;
}
h2{
	font-size:19px;
	color:#004389;
	margin: 0px 0px 0px 0px;
}
h3{
	font-size:16px;
	color:#004389;
	margin-bottom:0px;
}
h4{
	font-size:16px;
	margin: 0px 0px 5px 0px;
}
p{margin-top: 5px;}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:28px;
}
.oneColFixCtrHdr #menu h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 5px 15px 5px;
}

.oneColFixCtrHdr #mainContent {
	margin: 0 0 0 190px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0 20px;
	padding:10px;
	text-align:justify;
	padding-bottom:20px;
	min-height:480px;
}
.oneColFixCtrHdr #mainContent h1 {
	padding-top: 10px;
	padding-bottom:0px;
	margin-bottom:20px;
}
.oneColFixCtrHdr #mainContent h2 {
	padding-top: 10px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.oneColFixCtrHdr #footer {
	clear:both;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px solid #ccc;
	text-align:center;
	color:#666;
	font-size:12px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.tabellaProdotti{
	border-collapse:separate;
}
.tabellaProdotti td{
	border: 2px solid #ddd;
	text-align:center;
	width:160px;
	height:160px;
	padding: 5px;
	margin: 15px;
	background-color: #FFF;
}
.tabellaProdotti td img{
	border:0px;
}
.tabellaProdotti2{
	border-collapse:separate;
}
.tabellaProdotti2 td{
	font-size: 13px;
}
.tabellaProdotti2 td img{
	border:0px;
}
#videoFlash{
	float:right; 
	margin-left:20px; 
	margin-bottom: 5px; 
	margin-top:25px; 
	border:1px solid #004389;
}
a {
	color:#477ed9;
}
p{
margin-right:20px;
}

/* --- menu --- */

#nav {padding:0; margin:0; }
#nav a:hover, #nav b:hover {background-color: #d9e3f9; color: #004389;}
#nav dt a, #nav dt b{
  display:block;
	cursor:pointer;
	width:160px;
	border-width:0px 0px 1px 0px;
	border-style: solid;
	border-color: #ccc;
	font-weight:bold;
	text-align: right;
	cursor: pointer;
	font-size: 14px;
	color:#004389;
	padding: 0.5em 0.5em 0.5em 0em;
	text-decoration:none;
	}
#nav dd {padding:0px; margin:0px;}
#nav dd ul {padding: 5px 0px 10px 0px; margin:0px; list-style:none; border-width:0px 0px 1px 0px;
	border-style: dotted;
	border-color: #abbbdf; width:175px;}
#nav dd ul li { text-align: right; font-size: 13px;}
#nav dd ul li a {text-decoration:none;}
