* { 
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}


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;
}

HR {
	display: none;
}

BODY {
	font-size: 80%;
	background-color: #161938;
}

#WrapperContainer {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#Testata {
	position: relative;
	width: auto;
	height: 207px;
	background-image: url('../immagini/b-testata.jpg');
	background-repeat: no-repeat;
}

#Logo {
	position: absolute;
	width: 159px;
	height: 159px;
	top: 0px;
	left: 0px;
}

#Logo A {
	display: block;
	width: 159px;
	height: 159px;
	text-indent: -9999px;
}

#Lingua LI {
	list-style-type: none;
	display: inline;
}

#Lingua A {
	display: block;
	position: absolute;
	top: 174px;
	width: 35px;
	height: 25px;
	text-indent: -9999px;
}

#Lingua A#Italiano {
	left: 41px;
}

#Lingua A#Inglese {
	left: 84px;
}

UL#Categorie1, UL#Categorie2 {
	position: absolute; 
	left: 166px;
	top: 117px;
	width: 818px;
	height: 43px;
}

UL#Categorie2 {
	top: 162px;
}	

#Categorie1 LI, #Categorie2 LI {
	list-style-type: none;
	display: inline;
}

#Categorie1 A, #Categorie2 A {
	display: block;
	float: left;
	width: 134px;
	height: 43px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image: url('../immagini/b-categorie-off.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	margin-right: 2px;
}

#Categorie1 A SPAN, #Categorie2 A SPAN {
	display: block;
	text-align: right;
	width: 124px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

#Categorie1 A:hover, #Categorie1 A.Act, #Categorie1 A.Act:hover, #Categorie2 A:hover, #Categorie2 A.Act, #Categorie2 A.Act:hover {
	color: #000000;
	font-size: 11px;
	text-transform: uppercase;
	background-image: url('../immagini/b-categorie-on.jpg');
}


#WrapperPagina {
	background-color: #ffffff;
	float: left;  /* importante */
	width: 100%;  /* importante */
	min-height: 300px;
  	height: auto !important;
  	height: 300px;

} 


UL#Ambiti {
	position: absolute; 
	left: 40px;
	top: 30px;
	width: 700px;
	height: 40px;
}

#Ambiti LI {
	list-style-type: none;
	display: inline;
}

#Ambiti A {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding-right: 15px;
	padding-left: 12px;
	line-height: 38px;
	background-image: url('../immagini/b-ambiti.gif');
	background-position: left;
	background-repeat: no-repeat;
}

#Ambiti A:hover, #Ambiti A.Act, #Ambiti A.Act:hover {
	color: #ffff00;
}


#PiedePagina {
	clear: left;  	/*importante */
	width: 100%;	/*importante */
	height: 147px;
	position: relative;
	text-align: center;
	background-image: url('../immagini/b-piedepagina.jpg');
}



