/* generated by csscreator.com */ 
html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background-color:#c00518;
	/*color:#32445e;*/
} 
a{color:#505050;}
a:hover{color:#c00518;}
a img {border: 0;}

li {color: #c00518;}
h2 {
	margin-top:6px;
	font-size: 1.2em;
	padding:2px;
	background-color:white; 
	background-image:url("../img/bkgMenu.gif");
	background-repeat:repeat-x;
	background-position: 150px;
}
#pagewidth{ 
	width:970px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	border: 5px solid white;
} 
#header{
	position:relative; 
	height:239px; 
	padding-bottom:5px;
	background-color:#c00518; 
	width:100%;
	background-image:   url("../img/testata.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
} 
#highlight {
	position:absolute;
	width:962px;
	background-color:#c00518;
	padding:4px;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	display:none;
}
#highlightTxt {
	position:absolute;
	width:962px;
	color:white;
	padding-top:2px;
	text-align:center;
	font-weight:bold;
	font-size:1.3em;
	letter-spacing:0.5em;
	display:none;
}
#accessories{
	width:190px; 
	float:left; 
	position:relative; 
	background-color:white; 
	padding-top:5px;
}
#twocols{
	width:970px; 
	float:right; 
	position:relative; 
}
#main{
	float: right; 
	display:inline; 
	position: relative; 
	width:557px;
	padding-left: 10px;
	padding-right: 13px; 
	padding-top:10px;
}
#main table {
	width: 100%;
	border: none;
	border-collapse:collapse;
	margin-top: 10px;
}
#main td {
	vertical-align: top;
	border: 0px;
	border-bottom: 1px solid #505050;
}
#main td p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#footer{
	height:65px; 
	background-color:#CCCCCC;
	clear:both;
	text-align:center;
} 

#wrapper {background-color:white;}

div#download h3{
	border-bottom: 1px solid #c00518;
	margin-right: 10px;
	color:#c00518;
}
label {
	float: left;
	width: 170px;
	font-weight:bold;
	color: #666666;
} 
legend {
	font-weight:bold;
	color: #666666;
	padding: 0px;
}
fieldset {
	border: 1px solid #666666;
	margin: 15px 0px 10px 0px;
	padding: 4px;
}
fieldset p {
	margin: 0px;
	min-height:20px;
}
fieldset #scheda p {
	margin-left: 170px !important;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#accessories{display:none;} 

/*hide the right column when printing*/ 
#menu{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

