* { 
	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: #e2e2e2;
	background-image: url('../immagini/b-body.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

#WrapperContainer {
	margin-left: auto;
	margin-right: auto;
	width: 942px;
	margin-top: 7px;
}

#Testata {
	position: relative;
	width: auto;
	height: 199px;
	background-image: url('../immagini/b-testata.jpg');
	background-repeat: no-repeat;	
}

#Logo {
	position: absolute;
	width: 317px;
	height: 70px;
	top: 0px;
	left: 0px;
}

#Logo A {
	display: block;
	width: 317px;
	height: 70px;
	text-indent: -9999px;
}

#Testata  LI {
	list-style-type: none;
	display: inline;	
}

#Login, #Registrazione {
	position: absolute;
	top: 43px;
	font-size: 11px;
	color: #808080;
	font-weight: bold;
}

#Login:hover, #Registrazione:hover {
	color: #496aff;
}

#FormRicProdotti {
	position: absolute;
	top:40px;
	right: 15px;
}

#FormRicProdotti #Ricerca {
	width: 124px;
	height: 18px;
	border: none;
	margin-right: 2px;
}

#FormRicProdotti #RicercaBTN {
	cursor: pointer;
	width: 20px;
	border: none;
}


#Login {
	left: 475px;
}

#Registrazione {
	left: 525px;
}


#Carrello {
	position: absolute;
	top: 146px;
	left: 760px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

#Carrello STRONG {
	color: #f3bd00;
}

#Carrello A {
	color: #FFFFFF;
}



UL#Ambiti {
	position: absolute;
	width: 640px;
	height: 16px;
	top: 177px;
	left: 20px;
}

#Ambiti LI {
	list-style-type: none;
	display: inline;
}

#Ambiti A {
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding-right: 8px;
	text-transform: uppercase;
	background-image: url('../immagini/freccia-ambiti.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 11px;
}

#Ambiti A:hover, #Ambiti A.Act, #Ambiti A.Act:hover {
	color: #f3bd00;
}



#BreadCrumb {
	height: 26px;
	padding-left: 20px;
	font-size: 11px;
	line-height: 25px;
	color: #808080;
	background-image: url('../immagini/b-breadcrumb.jpg');
	background-repeat: no-repeat;
}

#BreadCrumb A {
	color: #496aff;
}

#BreadCrumb A:hover {
	color: #000000;
}


#WrapperPagina {
	background-color: #ffffff;
	background-image: url('../immagini/b-wrapperpagina.gif');
	background-repeat: repeat-y;
	float: left;  /* importante */
	width: 100%;  /* importante */
} 

#WrapperBarra {
	width: 170px;
	float: left;
}

UL#Pagine {
	margin-top: 25px;
	padding-bottom: 26px;
	border-top: 1px solid #c5c5c5;
}

#Pagine LI {
	list-style-type: none;
	display: inline;
}

#Pagine A {
	display: block;
	font-size: 11px;
	padding-right: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #c5c5c5;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: right;
	color: #707070;
	background-image: url(../immagini/b-cat-off.jpg);
	font-weight: bold;
}

#Pagine A:hover, #Pagine A.Act, #Pagine A.Act:hover {
	background-image: url(../immagini/b-cat-on.jpg);
	color: #DF020E;
	
}

#Pagine UL LI A {
	font-size: 11px;
	font-weight: normal;
	background-color: #e1e1e1;
	line-height: 13px;
	background-image: url();
}

#Pagine UL LI A:hover, #Pagine UL LI A.Act, #Pagine UL LI A.Act:hover {
		background-image: url(../immagini/b-s-cat-on.jpg);	
}

#WrapperCorpoPagina {
	width: 772px;
	float: right;
}


#PiedePagina {
	clear: both;  	/*importante */
	width: 100%;	/*importante */
	height: 65px;
	background-image: url('../immagini/b-piedepagina.gif');
	background-repeat: no-repeat;
	position: relative;
	font-size: 11px;
	color: #808080;
	line-height: 15px;
	text-align: center;
	padding-top: 10px;
}


