Body {
	background-color: #3B0000;
	margin: 0px;	
	padding: 0px;
}

.clearboth {
	clear: both;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link		{ font-family: Arial, Helvetica, sans-serif; color: #333333; text-decoration: underline }
a:active	{ font-family: Arial, Helvetica, sans-serif; color: #333333; text-decoration: underline }
a:visited	{ font-family: Arial, Helvetica, sans-serif; color: #333333; text-decoration: underline }
a:hover		{ font-family: Arial, Helvetica, sans-serif; color: #333333; text-decoration: underline; }

.LinkText {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

b {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style : italic;
}

u {
	text-decoration : underline;
}

/***************************** form styles start *****************************/


form { 
	margin: 0px;
}

select {
	height: 18px;
	background-color: #eeeeee;
	border-bottom-color: #3c3c3c;
	border-bottom-width: 1px;
	border-left-color: #3c3c3c;
	border-left-width: 1px;
	border-right-color: #3c3c3c;
	border-right-width: 1px;
	border-top-color: #3c3c3c;
	border-top-width: 1px;
	color: #3c3c3c;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/***************************** Ends *****************************/


/***************************** Booking Engine *****************************/


#BookOnline {
	top: 222px;
	left: 27px;
	width: 184px;
	position: absolute;
	z-index: 5;
	visibility: visible;
}

#BookOnlineCalendar {
	top: 208px;
	left: 196px;
	position: absolute;
	z-index: 6;
	visibility: visible;
	cursor: hand;
}

.BookOnline {
	width: 184px;
}

.BookOnlineText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a.BookOnlineText:link    { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }
a.BookOnlineText:active  { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }
a.BookOnlineText:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }
a.BookOnlineText:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #8B650F; }

.AvailabilityButton {
	width: 184px;
	height: 22px;
	background-image: url(images/availability_button.gif);
	border: 1px solid #FFFFFF;
	background-repeat: no-repeat;
}


/* DATE PICKER STYLES */


/* the div that holds the date picker calendar */
.dpDiv {
}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
}

/* the table cell that holds the name of the month and the year */
.dpTitleTD {
}

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
}

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
}

/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}


/***************************** Ends *****************************/


#Wrapper {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 1;
	visibility: visible;
}

#Background {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
	z-index: 2;
	height: 800px;
	visibility: visible;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

#Shields {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 200px;
	left: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
	z-index: 3;
	height: 265px;
	visibility: visible;
	background-image: url(images/shields.gif);
	background-repeat: repeat-x;
}

#SubWrapper {
	clear: none;
	position: relative;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	z-index: 4;
	visibility: visible;
	left: 0px;
	top: 5px;
	height: 100%;
}


/***************************** Top Menu *****************************/


#TopMenu {
	top: 25px;
	left: 514px;
	width: 335px;
	position: absolute;
	z-index: 5;
	visibility: visible;
}

.Home {
	width: 63px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8B650F;
	text-decoration: underline;
}

.Contact {
	width: 80px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8B650F;
	text-decoration: underline;
}

.VirtualTour {
	width: 103px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8B650F;
	text-decoration: underline;
}

.PhotoGallery {
	width: 89px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8B650F;
	text-decoration: underline; 
}

.Bulletin {
	width: 262px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8B650F;
	text-decoration: underline;
	padding-top: 14px;
}

.Bulletin_Latest {
	width: 335px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
}

a.TopMenu:link    { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #666666; text-decoration: underline; }
a.TopMenu:active  { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #666666; text-decoration: underline; }
a.TopMenu:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #666666; text-decoration: underline; }
a.TopMenu:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #8B650F; text-decoration: underline; }

#TabbedMenu {
	top: 118px;
	left: 515px;
	width: 330px;
	position: absolute;
	z-index: 5;
	visibility: visible;
}

.Leisure {
	width: 110px;
	float: left;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8B650F;
}

.Weddings {
	width: 110px;
	float: left;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #893211;
}

.Business {
	width: 110px;
	float: left;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #174D64;
}

a.TabbedMenuLeisure:link    { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: none; }
a.TabbedMenuLeisure:active  { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: none; }
a.TabbedMenuLeisure:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: none; }
a.TabbedMenuLeisure:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #8B650F; text-decoration: none; }

a.TabbedMenuWeddings:link    { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: none; }
a.TabbedMenuWeddings:active  { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: none; }
a.TabbedMenuWeddings:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: none; }
a.TabbedMenuWeddings:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #893211; text-decoration: none; }

a.TabbedMenuBusiness:link    { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: none; }
a.TabbedMenuBusiness:active  { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: none; }
a.TabbedMenuBusiness:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: none; }
a.TabbedMenuBusiness:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #174D64; text-decoration: none; }


#MainMenu {
	top: 147px;
	left: 17px;
	width: 866px;
	position: absolute;
	z-index: 5;
	visibility: visible;
}

.MainMenuFirstLeisure {
	float: right;
	text-align: center;
	text-decoration: none;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8B650F;
	text-decoration: underline;
}

.MainMenuMiddleLeisure {
	float: right;
	text-align: center;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8B650F;
	text-decoration: underline;
}

.MainMenuLastLeisure {
	float: right;
	text-align: center;
	text-decoration: none;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8B650F;
	text-decoration: underline;
}

a.MainMenuLeisure:link    { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: underline; }
a.MainMenuLeisure:active  { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: underline; }
a.MainMenuLeisure:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: underline; }
a.MainMenuLeisure:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #8B650F; text-decoration: underline; }

.MainMenuFirstWeddings {
	float: right;
	text-align: center;
	text-decoration: none;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #893211;
	text-decoration: underline;
}

.MainMenuMiddleWeddings {
	float: right;
	text-align: center;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #893211;
	text-decoration: underline;
}

.MainMenuLastWeddings {
	float: right;
	text-align: center;
	text-decoration: none;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #893211;
	text-decoration: underline;
}

a.MainMenuWeddings:link    { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: underline; }
a.MainMenuWeddings:active  { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: underline; }
a.MainMenuWeddings:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: underline; }
a.MainMenuWeddings:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #893211; text-decoration: underline; }

.MainMenuFirstBusiness {
	float: right;
	text-align: center;
	text-decoration: none;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #174D64;
	text-decoration: underline;
}

.MainMenuMiddleBusiness {
	float: right;
	text-align: center;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #174D64;
	text-decoration: underline;
}

.MainMenuLastBusiness {
	float: right;
	text-align: center;
	text-decoration: none;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #174D64;
	text-decoration: underline;
}

a.MainMenuBusiness:link    { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: underline; }
a.MainMenuBusiness:active  { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: underline; }
a.MainMenuBusiness:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; text-decoration: underline; }
a.MainMenuBusiness:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #174D64; text-decoration: underline; }


/***************************** Ends *****************************/




/***************************** Headers *****************************/


.HeaderLeisure_Home {
	width: 900px;
	height: 174px;
	background-image: url(images/header_home.gif);
	clear: both;
}

.HeaderLeisure_Contact {
	width: 900px;
	height: 174px;
	background-image: url(images/header_contact.gif);
	clear: both;
}

.HeaderLeisure_Virtual {
	width: 900px;
	height: 174px;
	background-image: url(images/header_virtual.gif);
	clear: both;
}

.HeaderLeisure_Photo {
	width: 900px;
	height: 174px;
	background-image: url(images/header_photo.gif);
	clear: both;
}

.HeaderLeisure_Bulletin {
	width: 900px;
	height: 174px;
	background-image: url(images/header_bulletin.gif);
	clear: both;
}

.HeaderLeisure {
	width: 900px;
	height: 174px;
	background-image: url(images/header_1.gif);
	clear: both;
}

.HeaderWeddings {
	width: 900px;
	height: 174px;
	background-image: url(images/header_2.gif);
	clear: both;
}

.HeaderBusiness {
	width: 900px;
	height: 174px;
	background-image: url(images/header_3.gif);
	clear: both;
}

.HeaderLeisure_Questionnaire {
	width: 900px;
	height: 174px;
	background-image: url(images/header_questionnaire.gif);
	clear: both;
}

/***************************** Ends *****************************/


/***************************** Backgrounds *****************************/

.ContentLeisure {
	width: 900px;
	background-image: url(images/content_background_1.gif);
	background-repeat: repeat-y;
	padding-top: 16px;
}

.ContentWeddings {
	width: 900px;
	background-image: url(images/content_background_2.gif);
	background-repeat: repeat-y;
	padding-top: 16px;
	padding-bottom: 16px;
}

.ContentBusiness {
	width: 900px;
	background-image: url(images/content_background_3.gif);
	background-repeat: repeat-y;
	padding-top: 16px;
	padding-bottom: 16px;
}

/***************************** Ends *****************************/


/***************************** Containers *****************************/

.ContentContainer1 {
	float: left;
	width: 236px;
	clear: both;
}

.ContentContainer1 p {
	padding-left: 17px;
	padding-right: 15px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
}


.BookingContainer {
	width: 204px;
	height: 176px;
	margin-left: 17px;
	margin-bottom: 16px;
	background-image: url(images/booking_background.gif);
	background-repeat: no-repeat;
}

.LocationContainer {
	width: 204px;
	padding-left: 17px;
	padding-bottom: 16px;
}

.RatesGuaranteeContainer {
	width: 204px;
	padding-left: 17px;
	padding-bottom: 16px;
}

.GraphicContainer1 {
	width: 204px;
	padding-left: 17px;
	padding-bottom: 16px;
}

.SubscribeContainer {
	width: 204px;
	height: 86px;
	margin-left: 17px;
	background-image: url(images/subscribe_background.gif);
	background-repeat: no-repeat;
	padding-bottom: 14px;
}

.SubscribeContainer p {
	padding-top: 30px;
	padding-left: 10px;
	padding-bottom: 2px;
	width: 204px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
}

form.subscribe {
	padding-left: 10px;
	margin-top: 2px;
}

.SubscribeTextBox {
	background-color:#FFFFFF;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	border: 1px solid #8B650F;
	width: 170px;
	height: 19px;
	padding-left: 4px;
	padding-top: 2px;
	vertical-align: top;
	display: inline;
}

.SubscribeButton {
	background-image: url(images/subscribe_button.gif);
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0px none;
	vertical-align: top;
	display: inline;
}

.HotelBrochureDownloadContainer {
	width: 204px;
	padding-left: 17px;
	padding-bottom: 16px;
}

.MakeAnEnquiryContainer {
	width: 204px;
	padding-left: 17px;
	padding-bottom: 16px;
}

.ContentContainer2 {
	width: 664px;
	float: left;
	text-align: left;
	margin-bottom: 14px;
}

.Animation {
	width: 648px;
	height: 273px;
	background-image: url(images/flash_frame_logo.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.ContentContainer3 {
	width: 428px;
	float: left;
	text-align: left;
	padding-bottom: 16px;
}

.ContentContainer3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}

.ContentContainer3table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}

.LeisureContentHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	color: #8B650F;
}

.WeddingsContentHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	color: #893211;
}

.BusinessContentHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	color: #174D64;
}

.ContentContainer3_CenteredText {
	width: 428px;
	float: left;
	text-align: left;
}

.ContentContainer3_CenteredText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	text-align: center;
}

.Container3CenteredText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
}

.RecommendedServices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
}

a.RecommendedServices:link    { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 18px; color: #333333; text-decoration: underline; }
a.RecommendedServices:active  { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 18px; color: #333333; text-decoration: underline; }
a.RecommendedServices:visited { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 18px; color: #333333; text-decoration: underline; }
a.RecommendedServices:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 18px; color: #333333; text-decoration: underline; }

.WeddingMenus1Centred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	text-align: center;
}

a.WeddingMenus1Centred:link    { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: underline; }
a.WeddingMenus1Centred:active  { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: underline; }
a.WeddingMenus1Centred:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: underline; }
a.WeddingMenus1Centred:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: underline; }

.WeddingPackages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

a.WeddingPackages:link    { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: underline; }
a.WeddingPackages:active  { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: underline; }
a.WeddingPackages:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: underline; }
a.WeddingPackages:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: underline; }


.ContentContainer4 {
	width: 236px;
	float: left;
}

.ContentContainer4 p {
	padding-left: 15px;
	padding-right: 17px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
}

.SubMenuContainerLeisure {
	width: 204px;
	margin-left: 15px;
	background-color: #E5DABD;
	margin-bottom: 16px;
}

.SubMenuContainerLeisure p {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	width: 204px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	color: #8B650F;
}

a.SubMenuLeisure:link    { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 18px; color: #000000; text-decoration: underline; }
a.SubMenuLeisure:active  { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 18px; color: #000000; text-decoration: underline; }
a.SubMenuLeisure:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 18px; color: #000000; text-decoration: underline; }
a.SubMenuLeisure:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 18px; color: #8B650F; text-decoration: underline; }

.SubMenuContainerWeddings {
	width: 204px;
	margin-left: 17px;
	background-color: #E7D0C4;
	margin-bottom: 16px;
}

.SubMenuContainerWeddings p {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	width: 184px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	color: #893211;
}

a.SubMenuWeddings:link    { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 18px; color: #000000; text-decoration: underline; }
a.SubMenuWeddings:active  { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 18px; color: #000000; text-decoration: underline; }
a.SubMenuWeddings:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 18px; color: #000000; text-decoration: underline; }
a.SubMenuWeddings:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 18px; color: #893211; text-decoration: underline; }

.SubMenuContainerBusiness {
	width: 204px;
	margin-left: 17px;
	background-color: #ACC4D1;
	margin-bottom: 16px;
}

.SubMenuContainerBusiness p {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	width: 184px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	color: #174D64;
}

a.SubMenuBusiness:link    { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 18px; color: #000000; text-decoration: underline; }
a.SubMenuBusiness:active  { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 18px; color: #000000; text-decoration: underline; }
a.SubMenuBusiness:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 18px; color: #000000; text-decoration: underline; }
a.SubMenuBusiness:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; line-height: 18px; color: #174D64; text-decoration: underline; }

.LeisureSpecialOffers {
	width: 174px;
	height: 16px;
	margin-left: 15px;
	margin-bottom: 8px;
	background-image: url(images/special_offers_leisure.gif);
	background-repeat: no-repeat;
}

.EventsLeisure {
	width: 204px;
	height: 16px;
	margin-top: 14px;
	margin-left: 17px;
	margin-bottom: 8px;
	background-image: url(images/events_leisure.gif);
	background-repeat: no-repeat;
}

.EventsBusiness {
	width: 204px;
	height: 16px;
	margin-top: 14px;
	margin-left: 17px;
	margin-bottom: 8px;
	background-image: url(images/events_business.gif);
	background-repeat: no-repeat;
}

.EventsWeddings {
	width: 204px;
	height: 16px;
	margin-top: 14px;
	margin-left: 17px;
	margin-bottom: 8px;
	background-image: url(images/events_weddings.gif);
	background-repeat: no-repeat;
}

.MurderMystery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

a.MurderMystery:link    { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: underline; }
a.MurderMystery:active  { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: underline; }
a.MurderMystery:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: underline; }
a.MurderMystery:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-decoration: underline; }

.WeddingsSpecialOffers {
	width: 174px;
	height: 16px;
	margin-left: 15px;
	margin-bottom: 8px;
	background-image: url(images/special_offers_weddings.gif);
	background-repeat: no-repeat;
}

.BusinessSpecialOffers {
	width: 174px;
	height: 16px;
	margin-left: 15px;
	margin-bottom: 8px;
	background-image: url(images/special_offers_business.gif);
	background-repeat: no-repeat;
}

.GraphicContainer2 {
	width: 204px;
	padding-left: 15px;
	padding-bottom: 16px;
}

.IconContainer {
	width: 204px;
	padding-left: 15px;
	padding-bottom: 16px;
}

.IconContainerBottom {
	width: 204px;
	padding-left: 15px;
}

.Footer {
	width: 900px;
	height: 89px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}

.RosetteContainer {
	width: 232px;
	float: left;
	padding-top: 48px;
	margin-left: 4px;
}

.RosetteContainer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	text-align: center;
	text-decoration: none;
}

.AddressContainer {
	width: 428px;
	float: left;
	padding-top: 17px;
}

.AddressContainer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
}

.AAContainer {
	width: 232px;
	float: left;
	padding-top: 48px;
	margin-right: 4px;
}

.FootMenu {
	width: 900px;
}

.FootMenu p {
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica;
	font-size: 8pt;
	line-height: 9pt;
	color: #F3BB96;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
}

a.FootMenuLinks:link	{ font-family: Arial, Helvetica; font-size: 8pt; color: #F3BB96; text-decoration: none }
a.FootMenuLinks:active 	{ font-family: Arial, Helvetica; font-size: 8pt; color: #F3BB96; text-decoration: none }
a.FootMenuLinks:visited { font-family: Arial, Helvetica; font-size: 8pt; color: #F3BB96; text-decoration: none }
a.FootMenuLinks:hover	{ font-family: Arial, Helvetica; font-size: 8pt; color: #F3EEC8; text-decoration: none }

.AdWordsTracking {
	width: 900px;
	text-align: center;
}

.LeisureLocalEvents {
	width: 174px;
	height: 16px;
	margin-left: 15px;
	margin-bottom: 8px;
	background-image: url(images/local_events_leisure.gif);
	background-repeat: no-repeat;
}

.DiaryContainer {
	width: 204px;
	margin-left: 15px;
	background-color: #E5DABD;
	margin-bottom: 16px;
}

.DiaryContainer p {
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #000000;
}

a.diary:link	{ font-size: 13px; line-height: 18px; color: #000000; text-decoration: none; }
a.diary:active { font-size: 13px; line-height: 18px; color: #000000; text-decoration: none; }
a.diary:visited { font-size: 13px; line-height: 18px; color: #000000; text-decoration: none; }
a.diary:hover { font-size: 13px; line-height: 18px; color: #8B650F; text-decoration: none; }

.LeisureNew {
	width: 174px;
	height: 16px;
	margin-left: 15px;
	margin-bottom: 8px;
	background-image: url(images/new_leisure.gif);
	background-repeat: no-repeat;
}
.WeddingsNew {
	width: 174px;
	height: 16px;
	margin-left: 15px;
	margin-bottom: 8px;
	background-image: url(images/new_weddings.gif);
	background-repeat: no-repeat;
}



/***************************** Text Styles Start *****************************/


.business_tick {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	list-style-position: outside;
	margin: 0em 0em 0em 2em;
	padding: 0px 0px 0px 0em;
	list-style-image: url(images/business_tick_bullet.gif);
}

.bullet_points {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	list-style-position: outside;
	margin: 0em 0em 0em 1em;
	padding: 0px 0px 0px 0em;
	list-style-type: disc;
}

.SOLDOUT {
	color: #FF0000;
}

.OfferPrice {
	font-size: 18px;
	line-height: 24px;
}

.PunchyOfferText {
	font-size: 16px;
	line-height: 24px;
}

.SubHeadings {
	font-size: 16px;
	line-height: 24px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.detailtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	line-height: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.textbox1 { 
	background-color:#FFFFFF; 
	color:#666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight: normal; 
	border: 1px solid #000000; 
	width: 254px;
	height: 18px;
	padding-left: 3px; 
}
.textbox2 { 
	background-color:#FFFFFF; 
	color:#666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight: normal; 
	border: 1px solid #000000; 
	width: 254px; 
	padding-left: 3px; 
}
.textbox3 { 
	background-color:#FFFFFF; 
	color:#666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight: normal; 
	border: 1px solid #000000; 
	width: 100px;
	height: 18px;
	padding-left: 3px;
}
.textbox4 { 
	background-color:#FFFFFF; 
	color:#666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	font-weight: normal; 
	border: 0px none; 
}
.button1 { 
	background-color:#E3352D;
	border-color: #FF3333;
	border-style: ridge;
	border-width: 2;
	color:#FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight: bold; 
	width: 75px; 
}
.LeisureButton { 
	background-color:#8B650F;
	border-color: #FFFFFF;
	border-style: ridge;
	border-width: 2;
	color:#FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight: bold; 
	width: 75px;
	cursor: pointer;
}
.WeddingsButton { 
	background-color:#893211;
	border-color: #FFFFFF;
	border-style: ridge;
	border-width: 2;
	color:#FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight: bold; 
	width: 75px;
	cursor: pointer;
}
.BusinessButton { 
	background-color:#174D64;
	border-color: #FFFFFF;
	border-style: ridge;
	border-width: 2;
	color:#FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight: bold; 
	width: 75px;
	cursor: pointer;
}
.tabletext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	line-height: 8pt;
	font-style: normal;
	font-weight: normal;
}
.tabletext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	line-height: 7pt;
	font-style: normal;
	font-weight: normal;
}


/***************************** Ends *****************************/
