@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/_Images%20May09/new%20Background.jpg);
	background-repeat: no-repeat;
	height: 660px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container_alt  {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/_Images%20May09/Huntsman-alt-BG.jpg);
	background-repeat: no-repeat;
	height: 660px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container_Enquiry {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/_Images%20May09/Huntsman%20BG%20enquiries.jpg);
	background-repeat: no-repeat;
	height: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#bar_label {
	height: 325px;
	width: 139px;
	margin-left: 270px;
	margin-top: -249px;
}
#click here {
	height: 49px;
	width: 302px;
}
#restaurant {
	height: 333px;
	width: 140px;
	margin-top: -340px;
	margin-left: 180px;
}
#bedrooms {
	height: 333px;
	width: 140px;
	margin-top: -340px;
	margin-left: 175px;
}

#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#loyalty_card {
	height: 247px;
	width: 280px;
	margin-left: -20px;
	margin-top: 35px;
	text-align: center;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 
 #mainContent {
	padding: 0 20px;
 }
.labels {
	height: 332px;
	width: 139px;
}
.padding5img {
	padding-right: 5px;
	padding-left: 10px;
}
#bar_labels {
	height: 340px;
	width: 140px;
	position: relative;
	top: -189px;
	left: 305px;
}


#footer  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9.8px;
	color: #969696;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 50px;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#home_btn {
	height: 30px;
	width: 81px;
	margin-left: -10px;
	margin-bottom: 8px;
	margin-top: -15px;
}
#restaurant_btn {
	height: 30px;
	width: 105px;
	margin-left: 81px;
	margin-top: -30px;
}
#bars_btn {
	height: 30px;
	width: 56px;
	margin-top: -30px;
	margin-left: 105px;
}
#bedroom_btn {
	height: 30px;
	width: 100px;
	margin-top: -30px;
	margin-left: 56px;
}
#location_btn {
	height: 30px;
	width: 85px;
	margin-top: -30px;
	margin-left: 156px;
}
#enquiries_btn {
	height: 30px;
	width: 97px;
	margin-top: -30px;
	margin-left: 85px;
}
.entertainment_btn {
	height: 30px;
	width: 136px;
	margin-top: -30px;
	margin-left: 182px;
}
#loyalty_btn {
	height: 30px;
	width: 140px;
	margin-top: -30px;
	margin-left: 318px;
}
#mainContent_Location {
	height: 325px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#google_map {
	border: 2.5px solid #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	height: 390px;
	width: 405px;
}
#location_text {
	height: 350px;
	width: 330px;
	margin-top: -390px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	float: right;
	padding-right: 5px;
}
#bar_img {
	width: 360px;
	height: 273px;
}
.offers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
}
#bar_text {
	height: 130px;
	width: 360px;
	margin-left: 370px;
	margin-top: -273px;
	padding-left: 10px;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	text-align: left;
	font-weight: normal;
}
#barofyear {
	width: 370px;
	margin-left: 370px;
	height: 140px;
}
#footer_location {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9.8px;
	color: #969696;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 70px;
	padding-top: 125px;
}
.padding10right {
	padding-right: 10px;
}
#bedpics {
	height: 140px;
	width: 370px;
	margin-left: 370px;
	padding-top: 5px;
}
#mainContent_Enquiry {
	height: 300px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 800px;
}
#Loyalty_Offers {
	width: 400px;
	height: 247px;
	margin-top: -250px;
	float: right;
	padding-right: 50px;
}
.Loyalty_date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
}
#formtext {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin-left: 90px;
}
.textrestaurant {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding: 0px;
	margin-left: 10px;
}
#restauranttext {
	height: 260px;
	width: 270px;
	margin-top: 25px;
	margin-left: -5px;
	margin-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11.5px;
	line-height: 16px;
	padding-left: 7px;
}
#poster_offers {
	height: 199px;
	margin-right: 20px;
	margin-left: 20px;
	width: 760px;
}
#container_Loyalty {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/_Images%20May09/Huntsman%20BG%20loyalty.jpg);
	background-repeat: no-repeat;
	height: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.tiny {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 5px;
}
#title {
	background-color: #039;
	height: 30px;
	width: 760px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
#container_menu {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/_Images%20May09/Huntsman%20BG%20menus.jpg);
	background-repeat: no-repeat;
	height: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu_label {
	height: 48px;
	width: 800px;
}
#entertainment_text {
	height: 300px;
	width: 360px;
	margin-left: 370px;
	margin-top: -238px;
	padding-left: 30px;
	text-align: left;
}
.textloyalty {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 26px;
	color: #000;
	text-align: center;
	font-weight: normal;
}
.loyalty_highlight {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 19px;
}
#mainContent_thank {
	height: 300px;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 16px;
}
#container_thank {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/_Images%20May09/Huntsman%20BG%20thank.jpg);
	background-repeat: no-repeat;
	height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.padding4right {
	margin-right: 3px;
}
#criticlogo {
	height: 106px;
	width: 270px;
	padding-top: 12px;
}
#brigestonelogo {
	height: 106px;
	width: 80px;
	margin-left: 84px;
	margin-top: -110px;
}
#lucindalogo {
	height: 106px;
	width: 75px;
	margin-top: -106px;
	margin-left: 168px;
}
#footermenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9.8px;
	color: #969696;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffcc;
	text-align: left;
	position: relative;
	z-index: 10;
	float: right;
	margin-top: -30px;
	margin-right: 300px;
}
#menu {
	width: 800px;
	height: 925px;
}
.menutext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
}
.menuItalic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-style: italic;
}

caption {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.loyaltyPoster {
	margin-bottom: 150px;
}

#SpecialOffer {
	height: 75px;
	width: 250px;
	margin-left: 20px;
	float: left;
	position: relative;
}


h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	color:#000;
	line-height: 20px;
}

blockquote {
	font-style:	italic;
}
.yourVoteCounts {
	float: right;
}
.fltLft {
	float: left;
	margin-right: 15px;
}
.yourVotetxtp{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000;
}

.yourVotetxth1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	color: #000;
}

.yourVotetxtpbloack{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000;
	line-height: 35px;
}

#raceweek {
	padding-top: 25px;
}


#raceweek h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000;
	margin-bottom: 15px;
	}
	

#raceweek img {
	border: 2px solid #936;
	float: left;
	margin-right: 25px;
	margin-left: 5px;
}

#raceweek table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000;
	line-height: 35px;}
	
	
	table h2, table h3 {
		margin-top: 5px;
		margin-bottom: 5px;
	}


#valentine {
	padding-top: 15px;
	padding-right: 25px;
}


#valentine img {
	border: 2px solid #FFF;
	float: left;
	margin-right: 25px;
	margin-left: 5px;
	margin-bottom: 53px;
}

#valentine h1{
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #000;
	}
	
	#valentine h2{
		padding-top:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #9C0A0A;
	}
	
	
	#valentine p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	line-height: 20px;
	}
	

