@charset "utf-8";

#plan_body {
	height: 420px;
	position: relative;
	z-index: 0;
}

#plan {
	position: absolute;
	left: 140px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 20px;
}
#instructions {
	position: absolute;
	top: 0px;
	left: 20px;
}
#instructions ul {
	margin-top: 2px;
	margin-bottom: 2px;
}

#east_window {
	position: absolute;
	z-index: 1;
	top: -130px;
	left: 590px;


	border: 3px solid #0401C0
	background-color: #CCCCCC;;
	width: 154px;
	border: 3px solid #FF0F00;
	background-color: #CCCCCC;
}
#east_window a {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
#east_window a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

#aisle_window {
	z-index: 1;
	position: absolute;
	left: 590px;


	border: 3px solid #4CF34D
	background-color: #CCCCCC;;
	width: 154px;
	background-color: #0000FF;
	border: 3px solid #0200EC;
	top: 160px;
}
#aisle_window a {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}
#aisle_window a:hover {
	color: #FFFFFF;
	background-color: #666666;
}


#west_dangly {
	z-index: 1;
	left: 20px;
	top: 50px;
	position: absolute;


	border: 3px solid #ED0000
	background-color: #CCCCCC;;
	border: 3px solid #46B278;
	width: 154px;
	background-color: #CCCCCC;
}
#west_dangly a {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}
#west_dangly a:hover {
	color: #FFFFFF;
	background-color: #666666;
}
#zoom_div {
	width: 200px;
	position: absolute;
	top: 400px;
	left: 450px;
}
#zoom2_div {
	width: 200px;
	position: absolute;
	top: 450px;
	left: 300px;
}
#zoom3_div {
	width: 200px;
	position: absolute;
	top: 450px;
	left: 605px;
}
