* { 
	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: 13px;
	background-color: #E8E8E8;
	background-image: url('../immagini/b-farfalla.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 100%;
}

#WrapperExt {
	background-image: url('../immagini/b-testata.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

#WrapperContainer {
	margin-left: auto;
	margin-right: auto;
	width: 947px;
}

#Testata {
	position: relative;
	width: auto;
	height: 176px;
}

#Logo {
	position: absolute;
	width: 228px;
	height: 70px;
	top: 35px;
	left: 0px;
	background-image: url('../immagini/sylviette-logo.gif');
	background-repeat: no-repeat;
}

#Logo A {
	display: block;
	width: 400px;
	height: 70px;
	text-indent: -9999px;
}

#Payoff {
	position: absolute;
	width: 280px;
	height: 21px;
	top: 140px;
	left: 12px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	font-style: italic;
	line-height: 20px;
}

#PrivacyPolicy {
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 9px;
	color: #939393;
}

#PrivacyPolicy:hover {
	color: #000000;
}

UL#SelezioneLingua {
	position: absolute;
	top: 90px;
	right: 0px;
	width: 135px;
	height: 44px;
	background-image: url('../immagini/selezione-lingua.gif');
	background-repeat: no-repeat;
}


#SelezioneLingua LI {
	list-style-type: none;
	display: inline;
}

#SelezioneLingua A {
	display: block;
	float: left;
	width: 33px;
	height: 44px;
	text-indent: -9999px;
}


UL#Ambiti {
	position: absolute; 
	right: 0px;
	top: 144px;
	width: 500px;
	height: 16px;
}

#Ambiti LI {
	list-style-type: none;
	display: inline;
}

#Ambiti A {
	display: block;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #ffffff;	
}

#Ambiti A:hover, #Ambiti A.Act, #Ambiti A.Act:hover {
	font-weight: bold;
	color: #ffffff;
}

/* struttura della pagina */

#WrapperPagina {
	float: left;  /* importante */
	width: 100%;  /* importante */
} 

#WrapperBarraSx {
	width: 228px;
	float: left;
}

#WrapperBarraDx {
	width: 228px;
	float: right;
}

#WrapperCorpoPagina {
	width: auto;
	margin-left: 228px;
	margin-right: 228px;
}

#PiedePagina {
	clear: both;  	/*importante */
	width: 100%;	/*importante */
	text-align: center;
	font-size: 10px;
	color: #959595;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#PiedePagina STRONG {
	font-size: 11px;
	color: #910506;
}

#PiedePagina A, #PiedePagina A:hover {
	color: #959595;
}


