html, body {
	margin:0;
	padding:0;
}
a {
	color: #e2001a;
}
body {
	background-image: url(/assets/images/mainbackground.jpg);
	background-repeat: repeat-x;
	background-color: #f5f3ee;
	color: #333333;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-position: center top;
}
h1 {
	font-size: 122%;
	font-weight: normal;
	margin-top: 0px;
	text-transform: capitalize;
}
h2 {
	font-size: 108%;
	font-weight: normal;
	margin-top: 0px;
}
h3 {
	font-size: 112%;
	font-weight: normal;
	margin-top: 8px;
	text-transform: capitalize;
	border-bottom: 1px solid #ae1217;
	padding-bottom: 6px;
	margin-bottom: 8px;
	clear: both;
}
img {
	border: none;
}
div#googleshadow {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 6px;
	background-image: url(/assets/images/google-shadow.jpg);
	background-repeat: no-repeat;
}
.sortable {
	font-size: 86%;
}
#intro {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-size: 90%;
}
#introaddress {
	width: 48%;
	float: left;
}
.biggerinfo {
	font-size: 110%;
}
#introform {
	width: 48%;
	float: right;
}
#startelements {
	width: 250px;
	background-color: #f4f3ee;
	background-image: url(/assets/images/elementbackground.jpg);
	background-repeat: repeat-x;
	padding-left: 6px;
	padding-top: 1px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #e2001a;
	border-right-color: #e2001a;
	border-left-color: #e2001a;
	margin-top: 5px;
}
#formsent {
	width: 250px;
	background-color: #f4f3ee;
	background-image: url(/assets/images/elementbackground.jpg);
	background-repeat: repeat-x;
	padding-left: 6px;
	padding-top: 1px;
	padding-bottom: 3px;
	border: 1px solid #e2001a;
}
#minibookingform { width: 250px; height: 235px; position: absolute; background-color: #f4f3ee; padding-right: 3px; padding-left: 3px; border-right: 1px solid #e2001a; border-bottom: 1px solid #e2001a; border-left: 1px solid #e2001a; }
#extras {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
	margin-top: 5px;
	padding-top: 2px;
	font-size: 90%;
}
#imageoffers { font-size: 90%; margin-top: 5px; padding-top: 2px; }
#subimageoffers { width: 167px; float: left; margin: 0 0 0 0; padding: 0; }
.shaded
{ background: url(/assets/images/shadowAlpha.png) no-repeat right bottom; float: left; margin: 0 0 0 5px; padding: 0 3px 4px 0; } 
/* jose*/
#facilities {
	float: left;
	width: 160px;
}

div.facility {
	display: block;
	height: 20px;
	line-height: 20px;
	margin-bottom: 2px;
	}
div.facility img{
	margin-right: 4px;
	float: left;
	}
	
#opening {
	float: left;
	width: 190px;
}
#menus {
	float: left;
	width: 174px;
	list-style-type: none;
}
#menus ul {
	margin: 0px;
	;
	padding: 0px;
}
#menus li {
	line-height: 14px;
	background-image: url(/assets/images/pdf-icon.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	list-style-type: none;
	margin: none;
}
.details {
	margin-top: 4px;
	margin-bottom: 4px;
	color: #666666;
}
#sorttable_sortfwdind, #sorttable_sortrevind {
	color: #ff0000;
}
.sortable th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	cursor: pointer;
}
.sortable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
div#googlemap {
	height: 90px;
	overflow:hidden;
}
.powered {
	font-size: 80%;
	margin-top: 3px;
}
div#container {
	width:840px;
	margin:0 auto;
	text-align: left;
}
div#header {
	height: 356px;
	text-align: center;
	line-height: 356px;
}
div#content {
	float:left;
	width:530px;
	margin-left: 70px;
	margin-top: 5px;
	margin-bottom: 10px;
}
div#sideboxes {
	float:right;
	width: 200px;
	margin-right: 27px;
	margin-top: 0px;
}
div#planner {
	float:right;
	clear:right;
	width: 200px;
	margin-right: 27px;
	margin-top: 6px;
}
div#vouchers {
	float:right;
	clear:right;
	width: 200px;
	margin-right: 27px;
}
div#find {
	float:right;
	clear:right;
	width: 200px;
	margin-right: 27px;
	margin-top: 6px;
}
div#footer { clear:both; background-image: url(/assets/images/foot-bg.gif); background-repeat: repeat-x; background-position: center top; font-size: 80%; color: #ffffff; line-height: 180%; height: 94px; text-align: left; width: 100%; float: left; margin-top: 25px; padding-bottom: 25px; }
div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active { color: #ffffff; font-size: 110%; text-decoration: none; }
.footerdiv { position: relative; top: 10px; left: 20px; width: 740px; margin-right: auto; margin-left: auto; }
.facebook { width: 89px; height: 154px; float: right; margin-top: -65px; margin-right: 75px; }
.homebox {
	width: 252px;
	height: 215px;
	float: left;
	font-size: 86%;
	cursor: pointer;
	background-image: url(/assets/images/homebox.gif);
	background-repeat: no-repeat;
	margin-right: 8px;
	margin-left: 3px;
	margin-bottom: 10px;
	list-style-type: none;
}
.homebox h2 {
	color: #e2001a;
	font-size: 146%;
	font-weight: normal;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 4px;
}
.homebox a:link, .homebox a:visited, .homebox a:hover, .homebox a:active {
	color: #e2001a;
	text-decoration: none;
}
.homebox p {
	margin-top: 3px;
	margin-bottom: 3px
}
.homebox ul {
	padding-left: 32px;
	padding-top: 3px;
	margin: 0px;
	margin-top: 10px;
}
.homebox li {
	margin-top: 1px;
	list-style-type: none;
	padding: 0px;
	padding-bottom: 20px;
}
.homecopy9 {
	padding: 12px;
	background-image: url(/assets/images/home-bullets.gif);
	background-repeat: no-repeat;
	background-position: 5px 63px;
	height: 189px;
}
.homecopy981 {
	padding: 12px;
	background-image: url(/assets/images/home-christmas.jpg);
	background-repeat: no-repeat;
	background-position: 8px 0px;
	height: 189px;
	line-height: 140%;
}
.homecopy10 {
	padding: 12px;
	background-image: url(/assets/images/home-buffet.jpg);
	background-repeat: no-repeat;
	background-position: 65px 50px;
	height: 189px;
}
.homecopy11 {
	padding: 12px;
	background-image: url(/assets/images/home-globe.jpg);
	background-repeat: no-repeat;
	background-position: 1px 74px;
	height: 189px;
}
.homecopy12 {
	padding: 12px;
	background-image: url(/assets/images/home-private.jpg);
	background-repeat: no-repeat;
	background-position: 29px 80px;
	height: 189px;
}
select, input {
	border: 1px solid #666666;
	font-size: 90%;
	margin-right: 5px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #666666;
	font-size: 90%;
	margin-right: 5px;
	width: 240px;
	height: 60px;
}
.details {
	width: 190px;
}
#map {
	border: 10px solid #FFFFFF;
	width: 500px;
	height: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#content .thumbscontainer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
}
#content .thumbs .mythumb {
	margin-left: 0px;
}
#content .thumbs li {
	padding: 4px;
	background-image: url(/assets/images/thumbnail.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
#content .thumbnail {
	margin: 0px;
}
.error {
	color: #FF0000;
}
.dob {
	width: 25px;
	margin-left: 2px;
	margin-right: 2px
}
.dobyear {
	width: 35px;
	margin-left: 2px;
	margin-right: 2px
}
#ownmenu {
	color: #e2001a;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/assets/images/elementbackground.jpg);
	background-position: 0 bottom;
	cursor: pointer;
}
/* ::::::::::::::::: NEW LOCATOR LIST :::::::::::::::: */
#searchpage {  }
.cssfly { position:relative; width: 265px; background-image: url(../images/listBg.gif); margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 12px;}
.cssfly ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	width:100px;
	text-align:left;
	color:#424242;
	line-height:34px;
	font-size:11px;
	padding-left: 20px;
	background-image: url(../images/listBg.gif);
	height: 34px;
}
.cssfly ul {
	padding:0;
	margin:0;
	list-style-type: none;
	width:100px;
}
.cssfly ul li {
	float:left;
	margin-right:1px;
	position:relative;
}
.cssfly ul li ul {
	display: none;
	border: none;
	width:250px;
}
.cssfly ul li:hover a {
	color:#7b0100;
	background-image: url(../images/listBg.gif);
	}
.cssfly ul li:hover ul {
	display:block;
	position:absolute;
	top: 0px;
	left:120px;
	width:228px;
	border: 1px solid #a9a9a9;
	background-color: #e5e2dd;
	background-image: url(../images/flyOutGrad.gif);
	background-repeat: repeat-x;
	min-height: 300px;
}

.cssfly ul.region2 li:hover ul {
	top: -34px;
}

.cssfly ul.region3 li:hover ul {
	top: -68px;
}

.cssfly ul.region4 li:hover ul {
	top: -102px;
}

.cssfly ul.region5 li:hover ul {
	top: -136px;
}
.cssfly ul.region6 li:hover ul {
	top: -170px;
}
.cssfly ul.region7 li:hover ul {
	top: -204px;
}
.cssfly ul.region8 li:hover ul {
	top: -238px;
}
.cssfly ul.region9 li:hover ul {
	top: -272px;
}
.cssfly ul.region10 li:hover ul {
	top: -306px;
}

.cssfly ul li:hover ul li a.hide {
	color:#424242;
	background-image: none;
}
.cssfly ul li:hover ul li:hover a.hide {
	width:150px;
	background-image: none;
}
.cssfly ul li:hover ul li ul {
	display: none;
	background-image: none;
}
.cssfly ul li:hover ul li a {
	display:block;
	color:#424242;
	width:190px;
	border: none;
	background-image: url(../images/flyOutArrow.gif);
	line-height: 19px;
	height: 19px;
	background-repeat: no-repeat;
	padding-left: 27px;
}
.cssfly ul li:hover ul li a:hover {
	color:#7b0100;
	background-image: url(../images/flyOutArrow.gif);
}


#bypostcode {float: right; width: 240px;}
#completebarlist {float: left; width: 265px;}
p.tiny {
	font-size: 70%;
	}
	
input.redsearch {
	width: 28px;
	height: 27px;
	padding: 27px 0 0;
	margin: 0 3px 0 15px;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: pointer; /* for IE 5.x */
	background-color: transparent;
	background-image: url(../images/redSearchButton.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;

}

input.whiteinput {
	border: none;
	float: left;
	width: 100px;
	height: 15px;
	margin-top: 4px;
	margin-left: 6px;
	background-color: #ffffff;
	}
select.selectloc { background-color: #ffffff; margin-top: 0; margin-left: 0; float: left; border: solid 1px #a9a9a9; }
#pcsearch {
	background-image: url(../images/pcSearchBg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 34px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#cl {
	clear:both;
	}
	
div#allsports {
	height: 320px;
	overflow: auto;
	}
	
div#contactform {
	border: 1px solid #C1C0BE;
	padding: 6px;
	background-color: #EAE9E5;
	}
	
div#contactform input[type=text], div#contactform select {
	width: 200px;
	}
	
div#contactform textarea {
	width: 510px;
	}
#tango { visibility: hidden; }	

div#result {
	color: #e2001a;
	font-weight: bold;
	}

label.tablemessage{
	float: left;
	width: 345px;
	}
	
input.tablesearch {
	background-image: url(../images/tableSearchBg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 24px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	border: none;
	width: 152px;
	float: right;
}

table#table_example
{
	border-collapse:collapse;
	font-size: 0.9em;
	clear: both;
	margin-top: 10px;
	width: 100%;
}
table#table_example, table#table_example td, table#table_example th
{
	border: 1px solid #a2a19f;
	vertical-align: top;
	text-align: left;
}
table#table_example th {
	background-color: #E3E3DF;
	padding: 4px;
	}
table#table_example td {
	padding: 4px;
	}
table#table_example a{
	text-decoration: none;
	}

table#table_example td.nowrap {
	white-space:nowrap;
	}

form#christmasform{
	padding-top: 15px;
	width: 400px;
}	

form#christmasform ul{
	list-style-type:  none;
	margin: 0;
	padding: 0;
	}
	
form#christmasform li{
	display: block;
	padding-bottom: 10px;
	clear: both;
	}
	
form#christmasform input, form#christmasform select{
	border: 1px solid #999999;
	padding: 2px;
	float: right;
	}

form#christmasform select{
	margin-left: 10px;
	}
	
form#christmasform input.xmassubmit{
	width: 124px;
	height: 48px;
	padding: 48px 0 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 20px;
	border: 0;
	background: transparent url(/assets/images/christmasSubmit.gif) no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	}