* { 
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
.clear_float:after {
    content: ";"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
* html .clear_float {
height: 1%;
}
.clear_float {display: inline-block;}  /* for IE/Mac */
.Clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}

H1, H2, H3, H4, H5, H6, PRE, CODE, ADDRESS, BLOCKQUOTE {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

A, A:hover {
	text-decoration: none;
}

A IMG {
    border: 0;
}
/* riga di spazio senza visualizzare nulla simile ad un br*/
HR {	
	display: none;
}
BODY {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #faf805;
}
/* si comporta come la tabella contenitiva */
#WrapperContainer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	border-left: 2px solid #e65526;
	border-right: 2px solid #e65526;
	border-bottom: 2px solid #e65526;
}

#Testata {
	background-image: url('../images/testata.jpg');
	background-repeat: x;
	width: 950px;
	height: 220px;
}
#LogoText A {
	display: block;
	width: 950px;
	height: 220px;
	text-indent: -9999px;
}
#MenuPanel {
	height: 35px;
	width: 950px !important;
	width: 950px;
	background-image: url(../images/bk-button2.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
}
#MenuPanel ul {
	position: relative;
	margin-left: 10px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#MenuPanel li {
	float: left;
	display: inline;
}
#MenuPanel li a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
	display: block;
	height: 35px;
	line-height: 35px;
	width: 100px;
	margin: 0 15px 0 15px;  
	
	background-image: url(../images/button-off.gif);
	background-repeat: no-repeat;
}
#MenuPanel a.current {
	background-image: url(../images/button-on.gif);
	background-repeat: no-repeat;
	color: #000;
}
#MenuPanel a:hover {
	color: #faf805;
	background-image: url(../images/button-on.gif);
}
#MenuPanel a.current:hover {
	color: #000;
	background-image: url(../images/button-off.gif);
}

#WrapperPagina {
	width: 950px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#WrapperColSx {
	width: 250px;
	float: left;
	display: inline;
	text-align: center;
}

#WrapperCorpoPagina {
	width: 700px;
	float: right;
	display: inline;
}

#PiedePagina {
	width: 950px;
	background-image: url(../images/bk-piede.gif);
	background-repeat: repeat-x; 
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 25px;
	vertical-align: middle;
}
#PiedePagina A {
	color: #000;
	text-decoration: none;
	padding-top: 10px;
	vertical-align: middle;
}
#PiedePagina A:hover {
	color: #ea3e3a;
	text-decoration: underline;
}

#Address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 950px;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
	color: #000;
}
#Address strong {
	font-size: 12px;
	color: #ea3e3a;
}
#Address IMG {
	vertical-align: bottom;
}
