body {
	margin: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	font: 75% arial,helvetica,sans-serif;
}
table {
	font: 100% arial,helvetica,sans-serif;
}
input, select, textarea {
	font: 100% arial,helvetica,sans-serif;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #f96;
	text-decoration: none;
}

p.PageTitle {
	font: 150% arial,helvetica,sans-serif;
	font-weight: bold;
	color: #ffcc66;
}

.H3Indent {
	margin: 20px;
	text-align: center;
}

.button {
	border: 1px solid #48489A;
}


/* Special Offers */
#christmas_weekends {
	margin: 20px 10px;
	padding: 20px;
	border: 1px inset #174;
}
#christmas_weekends h1 {
	margin: 0 0 10px 0;
	font-size: 160%;
	font-weight: bold;
	background: transparent;
	color: #fc0;
	text-align: center;
}

#christmas {
	margin: 20px 10px;
	padding: 20px;
	border: 1px inset #174;
}
#christmas h1 {
	margin: 0 0 10px 0;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	color: #f66;
}

#hogmanay {
	margin: 20px 0 0 10px;
	padding: 20px;
	border: 1px inset #174;
	
}
#hogmanay h1 {
	margin: 0 0 10px 0;
	padding: 3px 10px 3px 10px;
	font-size: 160%;
	font-weight: bold;
	background: transparent;
	color: #0c0;
	text-align: center;
}

#christmas h2, #christmas_weekends h2, #hogmanay h2 {
	margin: 0 0 0 0;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}
#christmas h3, #christmas_weekends h3, #hogmanay h3 {
	margin: 0 0 0 0;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}


ul {
	margin-left: 10px;
	padding-left: 2px;
}
li {
	margin-left: 10px;
	padding-left: 2px;
}


.ImageFloatLeft {
	float: left;
	margin-right: 8px;
	clear: both;
}

/* Div Clear space after Float fix  -  to stretch a container div to contain floated elements */
.ClearFix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}


.ClearFix  {display: inline-table;}  /* fix for IE Mac */

/* Hide from IE Mac \*/
	* html .ClearFix  {height: 1%;}
	.ClearFix {display:block;}
/* End IE Mac Hack */

