@charset "utf-8";
/* CSS Document */
h1.h1_HappeningsSunshine,
h2.h2_logo,
h4.h4_volume,
a.btn_BookNow,
a.btn_PreferredHotels,
a.btn_FourDiamond{
	overflow:hidden;
	height:0;
	background-repeat:no-repeat;
	margin:0;
}

h1.h1_HappeningsSunshine{
	background:url(../images/global/hdr_HappeningsSunshine.gif);
	width:960px;
	padding-top:94px;
}
h2.h2_logo{
	background:url(../images/footer/h2_logo.gif) no-repeat;
	width:191px;
	padding-top:52px;
	line-height:52px;
	padding-bottom:5px;
	margin-left:50px;
	position:absolute;
	top:0px;
	left:334px;
}
h2.h2_logo:hover{
	border-bottom:2px #735f48 solid;
}
h4.h4_volume{
	background:url(../images/global/h4_summer2011.png);
	width:391px;
	padding-top:12px;
	float:left;
}
a.btn_BookNow{
	background:url(../images/global/btn_BookNow.gif);
	width:79px;
	padding-top:10px;
	float:right;
}
a.btn_BookNow:hover{
	background-position:0 -10px;
	cursor:pointer;
}
a.btn_PreferredHotels{
	background:url(../images/footer/btn_PreferredHotels.gif);
	width:72px;
	padding-top:35px;
	float:left;
}
a.btn_PreferredHotels:hover{
	background-position:0 -35px;
	cursor:pointer;
}
a.btn_FourDiamond{
	background:url(../images/footer/btn_FourDiamond.gif);
	width:53px;
	padding-top:49px;
	float:left;
	margin-left:22px;
}
a.btn_FourDiamond:hover{
	background-position:0 -49px;
	cursor:pointer;
}
