@charset "utf-8";
body  {
	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;
	background-color: #CAE0EC;
	background-image: url(../Images/mainbg.gif);
	font-size: 100%;
}
.toolkit #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
} 


h1 {
	font-weight: bold;
	font-size: 30px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 1px;
}





h2 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #336633;
}
h3 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #336633;
}



h4 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	font-size: 12px;
	line-height: 125%;
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #336633;
}

.toolkit #header {
	padding: 0;  /* 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. */
	background-image: url(../Images/mainheader.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 105px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #006633;
} 

.toolkit #mainContent {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	text-align: center;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.p10 {
	font-size: 9px;
	font-style: normal;
}
.p10white {
	font-size: 9px;
	color: #FFF;
}
.p15 {
	font-size: 15px;
	font-style: normal;
}
.p12white {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.p12green {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #336633;
}

.F16B {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 8px;
}
.F17title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	font-style: italic;
	color: #336633;
	margin-top: 0px;
	margin-bottom: 1px;
	text-align: center;
}
.Hotelheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #336633;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.grid {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.grid tr td {
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	vertical-align: middle;
}

.grid tr th {
	color: #FFF;
	background-color: #336633;
	font-size: 16px;
	font-weight: normal;
	padding: 5px;
}
.gridhotel {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	border: 3px solid #363;
}
.gridhotel tr td {
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}
.even {
	background-color: #FFFFD1;
}
.odd {
	background-color: #FFFFEF;
}
.menubarheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	background-color: #336633;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-color: #336633;
	border-left-color: #336633;
	padding: 2px;
	text-align: left;
}
.menubarmain {
	text-align: right;
	font-size: 12px;
	background-color: #EAEBE4;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336633;
	border-left-color: #336633;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.menubarmain_centre {
	text-align: center;
	font-size: 12px;
	background-color: #EAEBE4;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336633;
	border-left-color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}




.menubarbottom {
	border-right-width: 3px;
	border-bottom-width: 5px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #336633;
	border-bottom-color: #336633;
	border-left-color: #336633;
	background-color: #EAEBE4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 3px;
}
.menubarbottom_centre {
	border-right-width: 3px;
	border-bottom-width: 5px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #336633;
	border-bottom-color: #336633;
	border-left-color: #336633;
	background-color: #EAEBE4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}


.menubaradvert {
	background-color: #FFF;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

/* menu bar */

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	zoom: 1;	
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 117px;
	float: left;
}


/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 5px 3px;
	color: #336633;
	text-transform: none;
	background: #FFF;
	margin-left: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #336633;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #CAE0EC;
	color: #333;
}
.hoteltitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #363;
}
.hotelfooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #CCC;
}
/* HolidayExtras Stuff */
.hxEmbed * {
margin:0;
padding:0;
}

body form.hxEmbed {
width:250px;
}

.hxEmbed fieldset {
margin:0.50em 0;
}

.hxEmbed, #ui-datepicker-div {
font-size:12px;
}

.hxEmbed {
margin:1em;
}

.hxEmbed label {
display:block;
}

.allProducts label {
display:inline;
}

.allProducts li {
list-style:none;
margin:0.25em 0;
}

