#FloorplanTitle{
	margin-left: 114px;
}
#FloorplanTitle h3{
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
  color: #7491F5;
}
#land{
	position: absolute;
	left: 0px;
	color: gray;
}
#land .row{
	clear: both;
	width: 636px;
	height: 102px;
	font-family: Verdana;
}
#land .row div{
	float: left;
	height: 100px;
	width: 157px;
	line-height: 100px;
	border: 1px solid #0C7453;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	margin: 0px;
}
#land .row div:hover{
	background-color: lightyellow;
}
#land .row div div{
	display: none;
}
#land .row div span{
	position: absolute;
	z-index: 1;
}
#land .row div .r1w{
	top: -38px;
}
#land .row div .r1h{
	top: 1px;
}
#land .row div .r2w{
	top: 65px;
}
#land .row div .r2h{
	top: 103px;
}
#land .row div .w1{
	left: 68px;
}
#land .row div .w2{
	left: 228px;
}
#land .row div .w3{
	left: 386px;
}
#land .row div .w4{
	left: 546px;
}
#land .row div .h1{
	left: 130px;
}
#land .row div .h2{
	left: 290px;
}
#land .row div .h3{
	left: 449px;
}
#land .row div .h4{
	left: 608px;
}
#land .row div:hover div{
	position: absolute;
	display: block;
	width: 157px;
	height: 100px;
	line-height: 100px;
	background-color: lightyellow;
	z-index: 2;
}
#land .row div .hover1{
	top: 0px;
	left: 0px;
}
#land .row div .hover2{
	top: 0px;
	left: 159px;
}
#land .row div .hover3{
	top: 0px;
	left: 318px;
}
#land .row div .hover4{
	top: 0px;
	left: 477px;
}
#land .row div .hover8{
	top: 102px;
	left: 0px;
}
#land .row div .hover9{
	top: 102px;
	left: 159px;
}
#land .row div .hover10{
	top: 102px;
	left: 318px;
}
#land .row div .hover11{
	top: 102px;
	left: 477px;
}
#FloorplanFooter{
	position: absolute;
	top: 300px;
	right: 10px;
	text-align: right;
	line-height: 45px;
	text-align: right;
	font-size: 12px;
	font-family: verdana;
  color: #5bbd0f;
}