/* HEADER DELLA BARRA SINISTRA */

.twoColFixLtHdr #left_header_homepage {
	margin: 0px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/bkg_left_header.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 123px;
	/* the auto margins (in conjunction with a width) center the page */
	/* this overrides the text-align: center on the body element. */
	text-align: left; 
} 

/* BARRA MENU - BOX */

.twoColFixLtHdr #menubar_box_dove{
	margin: 0px;
	padding: 0px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/bkg_menubar_box_dove.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 126px;
	/* the auto margins (in conjunction with a width) center the page */
	/* this overrides the text-align: center on the body element. */
	text-align: left;
	display: block	
}
.twoColFixLtHdr #menubar_box_dove a{
	display: block;
	height: 126px;
	text-indent: -9000px;
} 
.twoColFixLtHdr #menubar_box_camere{
	margin: 0px;
	padding: 0px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/bkg_menubar_box_camere.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 126px;
	/* the auto margins (in conjunction with a width) center the page */
	/* this overrides the text-align: center on the body element. */
	text-align: left;
	display: block	
}
.twoColFixLtHdr #menubar_box_camere a{
	display: block;
	height: 126px;
	text-indent: -9000px;
}  
.twoColFixLtHdr #menubar_box_prezzi{
	margin: 0px;
	padding: 0px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/bkg_menubar_box_prezzi.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 126px;
	/* the auto margins (in conjunction with a width) center the page */
	/* this overrides the text-align: center on the body element. */
	text-align: left;
	display: block	
}
.twoColFixLtHdr #menubar_box_prezzi a{
	display: block;
	height: 126px;
	text-indent: -9000px;
}  

.twoColFixLtHdr #menubar_box_home{
	margin: 0px;
	padding: 0px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/bkg_menubar_box_home.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 126px;
	/* the auto margins (in conjunction with a width) center the page */
	/* this overrides the text-align: center on the body element. */
	text-align: left;
	display: block	
}
.twoColFixLtHdr #menubar_box_home a{
	display: block;
	height: 126px;
	text-indent: -9000px;
}  

/* SFONDI E TITOLI CONTENT BOX */

.twoColFixLtHdr #content_box_right_light_scopristanze{
	background-image: url(../images/bkg_content_box_scopristanze.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 82px;
	padding-top: 50px;
	text-align: center;
}



