/* GENERALE */

.centrato-pag {
	 position:relative;
	 width:893px;
	 /*left:50%;
	 margin: 0 0 0 -446.5px;*/
	 background-image:url(../img/sfondo-pag.jpg);
	 background-repeat:no-repeat;
}

.sfondo-ripetuto {
	 position:relative;
	 width:893px;
	 left:50%;
	 margin: 0 0 0 -446.5px;
	 background-image:url(../img/sfondo-ripetuto-moz.jpg);
	 background-repeat:repeat-y;
}

.elenco-minuscolo {
	font-variant:normal;
	line-height:24px;
}


/* MENU' */

#menu-pag {
	z-index:100;
	position:relative;
	top:60px;
	left:-25px;
}

#back-home {
	position:relative;
	top:-20px;
	left:130px;
}

#link-net-pag {
	position:relative;
	top:-20px;
	left:20px;
}


/* TESTO PAGINE */

#testo-pag {
	position:relative;
	width:550px;
	padding-top:120px;
	padding-left:100px;
	padding-right:160px;
/*	float:left;*/
}

.titoletti {
	font-family: Tahoma;
	font-size:14px;
	color:#2f2820;
	font-weight:bold;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94a135;*/
	border: 1px solid #faf1ba;
	padding-bottom:2px;
	width:300px;
	background-color:#abb860;
	padding-left:5px;
	font-variant:small-caps;	
}

.titoletti-bordo {
	font-family: Tahoma;
	font-size:14px;
	color:#2f2820;
	font-weight:bold;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94a135;*/
	border: 1px solid #faf1ba;
	padding-bottom:2px;
	width:300px;
	background-color:#fdea83;
	padding-left:5px;
	font-variant:small-caps;	
}

.titoletti-offerte {
	float:right;
	margin-right:243px;
	font-family: Tahoma;
	font-size:14px;
	color:#2f2820;
	font-weight:bold;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94a135;*/
	border: 1px solid #faf1ba;
	padding-bottom:2px;
	width:250px;
	background-color:#fdea83;
	padding-left:5px;
	font-variant:small-caps;	
}

.box-offerte{
	position:relative;
	width:207px;
	height:187px;
	background-image:url(../img/box-offerte.png);
	background-repeat:repeat-y;
}


/* FASCIA DESTRA */

#pls-dx {
	position: absolute;
	width:159px;
	top:280px;
	right:48px;
}


/* PIEDE */

#piede-pag {
	position:relative;
	left:50%;
	top:-14px;
	margin: 0 0 0 -446.5px;
	background-image:url(../img/piede-pag-moz.jpg);
	background-repeat:no-repeat;
	width:893px;
	height:70px;
}

.w3c-css-pag {
	position:relative;
	float:right;
	margin-right:597px;
}

p.piede.pag {
	padding-top:40px;

}


