* { 
	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 */


H1, H2, H3, H4, H5, H6, PRE, CODE, ADDRESS, BLOCKQUOTE {
	font-size: 100%;
	font-weight: bold;
	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;
	background-color: #5aace2;
	background-image:url(../images/sfondo.gif);
	background-repeat:repeat-x;
}


#barra_top{
 background-color:#0062A3; width:100%; height:30px; margin:0;padding:0;}
#barra_top .tabella{
 width:950px; margin:0 auto 0 auto; color:#FFFFFF;padding-top:5px;}
#barra_top .tabella a{
 color:#FFFFFF; text-decoration:none; padding:0 15px 0 10px;font-size:11px; text-transform:capitalize;}
#barra_top .tabella a:hover{
 color:#FF9600; text-decoration:none;}

/* si comporta come la tabella contenitiva */
#WrapperContainer {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	margin-top: 0;
}

#Testata {
	position: relative;
	width: auto;
	height: 110px;
	background-color: #2193E3;
	background-image: url('../images/background_testata.jpg');
	background-repeat: no-repeat;
}

#Sconto {
	position: absolute;
	width:130px;
	height: 26px;
	top: 77px;
	left: 815px;
}

#Sconto A {
	display: block;
	width:130px;
	height: 26px;
	text-indent: -9999px;
}

#Logo {
	position: absolute;
	width: 350px;
	height: 100px;
	top: 0px;
	left: 40px;
}

#Logo A {
	display: block;
	width:350px;
	height: 100px;
	text-indent: -9999px;
}
#Login {
	position: absolute;
	display: block;
	top: 60px;
	left: 520px;
	width: 500px;
	border: 0px solid #fff;
}
#Cerca {
	display: block;
	width: 950px;
	height: 40px;
	background-color: #ffffff;
	background-image: url('../images/bg-primary.gif');
	background-repeat: repeat-x;
}
#Navigazione {
	display: block;
	width: 950px;
	height: 30px;
	background-color: #ffffff;
	background-image: url('../images/base_menu.jpg');
	background-repeat: repeat-x;
}

#WrapperPagina {
	background-color:#3a759c;
	background-image: url('../images/_corpo-pagina.gif');
	background-repeat: repeat-y;
	width: 950px;  /* importante */
	overflow:auto;
} 
/* float: left; serve per posizionare un contenitore affiancato ad un altro */ 
#WrapperBarra {
	width: 206px;
	float: left;
	display:inline;
	background-color:#3a759c;
	background-image: url('../images/bkg-sx.gif');
	background-repeat:repeat-x;
	margin:0;
	padding: 5px 0 5px 0;
}
#WrapperCorpoPagina {
	width: 744px;
	float: right;
	background-color: #ffffff;
	min-height: 500px;
  	height: auto !important;
 	height:	500px;
}

#PiedePagina {
  background-color: #0062A3;
  font-size: 11px;
  width: 950px;
  color:#fff;
  padding:30px 0 30px 0;
}

#PiedePagina STRONG, #PiedePagina A {
	color: #ffffff;
}


