

#wrapper{
	background:#000 url("/_img/bgMain.jpg") no-repeat right top;
}

#left li a{
	background:transparent url("/_img/bgArrow.gif") no-repeat right 3px;
}	
		
#left li a:hover,
#left li a:hover, #left a.selected{
	background: #00562f url("/_img/bgArrowOn.gif") no-repeat right 3px;
}
	
#bookNow{
	background-image:url("/_img/btnBookNow.jpg")
}



/*Price Package table*/
#priceTable tr td.book a{
	background: transparent url('/_img/btnBookOff.gif') no-repeat 0 0;
}
#priceTable td{ 
	background: transparent url('/_img/bgPriceLight.gif') no-repeat -10px 0;
}


/* Price Table header image replacement */
.package{
	background: transparent url('/_img/icoPackageName.gif') no-repeat 20px 0;
}
.ammo{
	background: transparent url('/_img/icoAmmo.gif') no-repeat 20px 0;
}
.games{
	background: transparent url('/_img/icoNoGames.gif') no-repeat 5px 0;
}
.lunch{
	background: transparent url('/_img/icoLunch.gif') no-repeat 20px 0;
}
.price{
	background: transparent url('/_img/icoPrice.gif') no-repeat 20px 0;
}

/* FAQ list*/
dt{
	background:#336d4e url('/_img/icoQ.gif') no-repeat 10px 14px;
}
dd{
	background:#f3f3f3 url('/_img/icoA.gif') no-repeat 10px 14px;
}
