@charset "utf-8";
/* CSS Document */

/********************** Page **********************/
.sapore #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:725px;
}

.sapore #indexAbout {
	position:absolute;
	top:171px;
	left:54px;
	width:342px;
	height:450px;
	z-index:1;
	color:#600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	font-style:normal;
}

.sapore #indexAbout .head {
	font-weight:bold;
}

.sapore #indexAbout .headSpecial {
	font-weight:bold;
	font-style:italic;
	font-size:16px;
}

.sapore #bottomHead {
	top:675px;
	left:0px;
}


.sapore #bottomAddress {
	left:0px;
	top: 687px;
}

.sapore #bottomSlogan {
	left:0px;
	top: 533px;
}



/********************** Lamp **********************/
.sapore #lamp {
	position:absolute;
	background-color:#A06625;
	z-index:100;
	left: 529px;
	top: 23px;
	width: 240px;
	height: 340px;
}

.sapore #lamp .picLayer2 {
	position:relative;
	background-color:#594425;
	width: 220px;
	height: 320px;
	top: 10px;
	left:10px;
}

.sapore #lamp .picLayer3 {
	position:relative;
	background-color:#AA9170;
	top: 5px;
	left:5px;
	width: 212px;
	height: 312px;
}

.sapore #lamp .innerPicture {
	position:relative;
	left:5px;
	top:5px;
}


/********************** Foyer **********************/
.sapore #foyer {
	position:absolute;
	background-color:#A06625;
	z-index:100;
	left: 429px;
	top: 380px;
	width: 340px;
	height: 240px;
}

.sapore #foyer .picLayer2 {
	position:relative;
	background-color:#594425;
	width: 320px;
	height: 220px;
	top: 10px;
	left:10px;
}

.sapore #foyer .picLayer3 {
	position:relative;
	background-color:#AA9170;
	top: 5px;
	left:5px;
	width: 312px;
	height: 212px;
}

.sapore #foyer .innerPicture {
	position:relative;
	left:5px;
	top:5px;
}


