@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
background: url('../images/y.gif') repeat-y; 
	width:100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
height:166px;
	width:763px;
} 

.testataSx{ background:url('../images/topSx.gif') no-repeat; width:204px; height:166px; float:left; }
.spigolo{ background:url('../images/spig.gif') no-repeat; width:96px; height:166px; float:left; }
.logo{ width:330px; height:166px; float:right; }

.menu{ background:url('../images/x.gif') repeat-x; height:31px; width:100%; float:left; }
.menu_int { width:763px;}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width:204px; /* 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 */
/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}
#menuVert{ height:96px; width:204px; }

#box{ width:204px; margin-top:15px; }
.boxTop{ background:url('../images/amicoTop.gif') no-repeat; width:204px; height:28px; float:left; }
.boxContent{ background:url('../images/amico-y.gif') repeat-y; width:204px; height:250px; float:left; }
.boxText{ font:10px Verdana, Arial, Helvetica; color:#ffffff; padding:20px;}
.boxForm{ font:10px Verdana, Arial, Helvetica; color:#ffffff; padding:20px; text-align:left; }
.boxFooter{ background:url('../images/amicoFooter.gif') no-repeat; width:204px;float:left; margin-bottom:14px;}

.twoColFixLtHdr #mainContent {
width:535px; 
	margin: 0px 0 0 224px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 46px 0px 15px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
font-size:10px;
width:100%;
height:22px;
	background:url('../images/footer.gif') repeat-x;
	float:left;
} 

.footer_int {
padding: 5px 0px 0px 226px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.link{color:#FE0101;text-decoration:none; font-weight:bold;}
.link:hover{color:#FE0101;text-decoration:none; font-weight:bold;}

.footerlink{font: 10px Verdana, Arial, Helvetica; letter-spacing:0px; color:#ffffff; text-decoration:none;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.tasto{ float:right; }

img{ border:0px; }
.submit{ background:url('../images/invia.gif') no-repeat; height:30px; width:73px; float:right; margin-right:10px; border:0; }
