/**
 * Stylesheet for First Floor
 *
 * Copyright Fusionary Media, 2004
 */

a {outline:none;}

#map-floor{
	background: transparent url('../images/bg_floor1.gif') 0px 0px no-repeat;
	height: 378px;
	width: 454px;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	position:relative;	
}

#map-floor li{
	margin: 0px; 
	padding: 0px; 
	list-style:none;
	position: absolute;
	display:block;
}

#map-floor li a{
	display:block;
	text-decoration: none;
}

#map-floor li a:hover{
	background: transparent url('../images/bg_floor1.gif') 0px 0px no-repeat;
}

#map-floor span{
	margin-left: -1000px;
}


/*Styles for First Floor Map*/
#map-floor #map-kitchen{left: 297px; top: 28px;}
#map-floor #map-kitchen a{height: 131px; width: 73px;}
#map-floor #map-kitchen a:hover{background: transparent url('../images/bg_floor1.gif') -297px -406px no-repeat;}

#map-floor #map-living{left: 373px; top: 74px;}
#map-floor #map-living a{height: 83px; width: 75px;}
#map-floor #map-living a:hover{background: transparent url('../images/bg_floor1.gif') -373px -452px no-repeat;}

#map-floor #map-dining{left: 290px; top: 162px;}
#map-floor #map-dining a{height: 151px; width: 104px;}
#map-floor #map-dining a:hover{background: transparent url('../images/bg_floor1.gif') -290px -540px no-repeat;}

#map-floor #map-lounge{left: 202px; top: 162px;}
#map-floor #map-lounge a{height: 152px; width: 84px;}
#map-floor #map-lounge a:hover{background: transparent url('../images/bg_floor1.gif') -202px -540px no-repeat;}

#map-floor #map-lobby{left: 126px; top: 223px;}
#map-floor #map-lobby a{height: 140px; width: 73px;}
#map-floor #map-lobby a:hover{background: transparent url('../images/bg_floor1.gif') -126px -601px no-repeat;}

#map-floor #map-flyshop-lounge{left: 5px; top: 162px;}
#map-floor #map-flyshop-lounge a{height: 193px; width: 118px;}
#map-floor #map-flyshop-lounge a:hover{background: transparent url('../images/bg_floor1.gif') -5px -540px no-repeat;}

/* the button to select the other floor */
#floor-select {float:left;clear:left;text-align:left;
	width: 220px; position:absolute; top: 174px; left: 36px;}
a.btn-2floor {
	display: block;
	height: 105px;
	padding: 105px 0px 0px 0px; 
	height: 0px !important;
	height /**/:105px;
	overflow:hidden;
	font-size: 1px;
}
a.btn-2floor {
	background: transparent url('../images/btn-2ndfloor.gif') 0 0 no-repeat;
	width: 132px; margin: 8px auto;}
a.btn-2floor span {background: transparent url('../images/btn-2ndfloor.gif') 0 0 no-repeat;}
a.btn-2floor:hover {background: transparent url('../images/btn-2ndfloor.gif') 0 -200px no-repeat;}
