/* CSS Document */

* { 
	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;
}

HR {
	display: none;
}

BODY {
	font-size: 100%;
	background-color: #F3B259;
}


#Testata {
	position: relative;
	width: auto;
	height: 70px;
	background-image: url('../immagini/b_testata.gif');
	background-repeat: repeat-x;
}

#Logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 102px;
	height: 70px;
	background-image: url('../immagini/logo_alto.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

#Logo A {
	display: block;
	width: 102px;
	height: 70px;
	text-indent: -9999px;
	text-decoration: none;
}

#Titolo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	height: 43px;
}

#Titolo H2 {
	font-weight: bold;
	font-size: 210%;
	color: #9A5A24;
	line-height: 48px;
	padding-right: 8px;
	letter-spacing: 0.3em;
	text-transform: lowercase;
}	

#Ambiti {
	position: absolute;
	top: 44px;
	left: 102px;
	width: auto;
	height: 26px;
}

#Ambiti LI {
	display: inline;
}

#Ambiti A {
	display: block;
	float: left;
	line-height: 26px;
	padding-right: 15px;
	font-size: 70%;
	text-decoration: none;
	font-weight: bold;
	color: #FFF0B5;
	background-image: url('../immagini/freccia_ambiti.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 8px;
}

#Ambiti A:hover {
	color: #ffffff;
}

#Ambiti A.Ecommerce {
	float: right;
	background-image: url('../immagini/carrello_ambiti.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 16px;
}

#Ambiti STRONG {
	color: #ffffff;
}

#SottoTestata {
	background-image: url('../immagini/sotto_testata.gif');
	width: auto;
	height: 21px;
	font-size: 0px;
}

#Pagina {
	width: 100%;
	border-collapse: collapse;
}

#Barra {
	width: 96px;
	background-color: #FFF0B5;
	vertical-align: top;
}

#SeparatoreVerticale {
	width: 33px;
	background-image: url('../immagini/separatore_verticale.gif');
	background-repeat: repeat-y;
	font-size: 0px;
	background-color: #FFF0B5;
}

#CorpoPagina {
	width: 631px;
	background-color: #FFF0B5;
	vertical-align: top;
}

#BarraDx {
	width: auto;
	background-color: #F3C659;
	vertical-align: top;
}

#BarraBassa {
	background-color: #FFF0B5;
	vertical-align: bottom;
}

#BarraDxBassa {
	width: auto;
	background-color: #F3C659;
	vertical-align: bottom;
}

#BarraDxBassa ADDRESS {
	font-size: 70%;
	padding-left: 15px;
	color: #896F2F;
}

.HomeMail {
	
}

.HomeMail LI {
	list-style-type: none;
	display: inline;
}

.HomeMail A {
	display: block;
	font-size: 70%;
	text-decoration: none;
	padding-left: 20px;
}

.HomeMail A.Home {
	background-image: url('../immagini/freccia_home.gif');
	background-position: left;
	background-repeat: no-repeat;
}

.HomeMail A.Mail {
	background-image: url('../immagini/chiocciola_mail.gif');
	background-position: left;
	background-repeat: no-repeat;
}

.Pagine {
	padding-bottom: 21px;
}

.Pagine LI {
	list-style-type: none;
	display: inline;
}

.Pagine A {
	display: block;
	font-size: 70%;
	text-decoration: none;
	padding-left: 15px;
	background-image:url('../immagini/freccia_pagine.gif');
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-bottom: 3px;
}


#SottoPagina {
	background-image: url('../immagini/sotto_pagina.gif');
	width: auto;
	height: 20px;
	font-size: 0px;
}

/* #ContainerPiede {
	position: relative;
	width: 760px;
	height: 103px;
}

#PiedePaginaLoghi {
	position: absolute;
	top: 0px;
	left: 102px;
	width: 403px;
	height: 103px;
	background-image:url('../immagini/loghi_piede.gif');
	background-repeat: no-repeat;
}

#PiedePagina {
	position: absolute;
	top: 40px;
	left: 600px;
	font-size: 70%;
	text-align: center;
	line-height: 1em;
} */



#ContainerPiede {
	position: relative;
	width: 760px;
	height: 184px;
	
}

#PiedePaginaLoghi {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 407px;
	height: 184px;
	background-image:url('../immagini/loghi_piede1.gif');
	background-repeat: no-repeat;
}

#PiedePagina {
	position: absolute;
	top: 40px;
	left: 550px;
	font-size: 70%;
	text-align: center;
	line-height: 1em;
}

