/* CSS Document */
body {
}
.logohomestyle {
	position: absolute;
	top:23px;
	left:45px;
	width:150px;
	height:22px;
	background:url("images/logohome.gif") no-repeat;
	z-index: 10;
}
/* colore della fascia a sinistra */
#boxleft {
	background-color:#7DBD0F;
}
/* colore della fascia a destra */
#boxright {
	background-color:#333333;
}
/* colore della fascia principale a destra della boxleft */
#boxfilter {
	background-color:#444444;
}
/* border bianco */
#div_border {
	background-color:#FFFFFF;
}
#boxmaster_up {
	background-color:#555555;
}


/*boxleft con sfondo immagine*/
#boxleft2 {
	background-image: url(images/box_fade.jpg);
	background-color:#7DBD0F;
	background-repeat: repeat-y;
}

