body, HTML {
	margin: 0px;
	padding: 0px;
	height: 98%;
	font-family: "Trebuchet MS";
}

#frame {
	background-image: url(../images/background_main.jpg);
	background-repeat: repeat-y;
	width:756px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:centre;
	min-height: 100%;
	}
#flashframe {
	width:756px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:centre;
	min-height: 100%;
	}
#backgroundframe {
}

#contentheader {
	height: 115px;
	background-image: url(../images/background_header.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	padding: 0px;
	}
#flashheader {
	height: 115px;
	background-image: url(../images/image_flasheader.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	}

	
#contentleft {
	width:175px;
	padding:0px;
	float:left;
	height: 550px;
	}

#contentcenter {
	background-image: url(../images/background_content.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width:430px;
	padding: 5px;
	float:left;
	}
	
#flashcenter {
	width:756px;
	}

#contentright {
	background-image: url(../images/background_right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width:131px;
	padding:5px;
	float:left;
	}
	
#contentfooter {
	height: 20px;
	background-image: url(../images/background_footer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width:756px;
	margin-right:auto;
	margin-left:auto;
	}

/*  general  */

h1 {
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 5px 0px;
	font-size: 22px;
	font-family: times, serif;
	font-weight: normal;
	color: #710512;
	border-bottom: 1px dotted #914d57;
}
H2 {
	font-size: 11px;
	line-height: 14px;
	font-family: "Trebuchet MS";
	color: #fff;
	font-weight: bold;
	background-color: #710512;
	padding: 4px;
}
H2 a {
		color: #fff;
}
H3 {
	font-size: 14px;
	font-family: times, serif;
	font-weight: normal;
	color: #710512;
	border-bottom: 1px solid #710512;
}
h4 {
	padding: 12px 0px 4px 0px;
	margin: 0px 0px 5px 0px;
	font-size: 18px;
	font-family: times, serif;
	font-weight: normal;
	color: #710512;
	line-height: 22px;
}

.button {
	margin: 0px;
	text-align: center;
}
.button a {
	background-color: #914d57;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	padding: 5px;
	text-decoration:none;
}
.button a:hover {
	background-color: #8d8d8d;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	font-family: "Trebuchet MS";
	font-weight: normal;
		padding: 5px;

}
p {
	font-size: 11px;
	line-height: 15px;
	font-family: "Trebuchet MS";
	margin: 2px 0px 8px 0px;
}
p a {
	color: #000000;
}
.dottedline {
	border-bottom: 1px dotted #914d57;
	margin: 5px 0px 5px 0px;
		clear: both;

	}


/*  news page  */

.newsthumb {
	width: 140px;
	float: left;
}
.newstext {
	float:left;
	width: 250px;
}
.newsblock H1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 22px;
	font-family: times, serif;
	font-weight: normal;
	color: #710512;
	border-bottom: none;
}
.newsblock H2 {
	font-size: 11px;
	line-height: 14px;
	font-family: "Trebuchet MS";
	color: #8d8d8d;
	font-weight: bold;
	background-color: #fff;
	padding: 0px;
	margin: 3px 0px 3px 0px;
}


/*  beer page  */

.beerthumb {
	width: 140px;
	float: left;
}
.beertext {
	margin: 0px 0px 0px 140px;
}
.beerblock H1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 22px;
	font-family: times, serif;
	font-weight: normal;
	color: #710512;
	border-bottom: none;
}
.beerblock H2 {
	font-size: 11px;
	line-height: 14px;
	font-family: "Trebuchet MS";
	color: #8d8d8d;
	font-weight: bold;
	background-color: #fff;
	padding: 0px;
	margin: 3px 0px 3px 0px;
}
#beerlargethumb {
	width: 210px;
	float: left;
}
#beerlargetext {
	margin: 0px 0px 0px 210px;
}
#beerlarge H1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 22px;
	font-family: times, serif;
	font-weight: normal;
	color: #710512;
	border-bottom: none;
}
#beerlarge H2 {
	font-size: 11px;
	line-height: 14px;
	font-family: "Trebuchet MS";
	color: #8d8d8d;
	font-weight: bold;
	background-color: #fff;
	padding: 0px;
	margin: 3px 0px 3px 0px;
}


.clearall {
	clear: both;
}



form {
	margin: 0px;
	pading: 0px;
	}
	
td, input, radio {
	font-size: 11px;
}
#headerimage {
}
#flashbanner {
	float: left;
	width: 570;
	padding: 10px 0px 0px 12px;
	height: 105;
}
	
.searchtext {
	font-size: 11px;
	padding: 2px 4px 0px 0px;
}
.smalltext {
	font-size: 10px;
	line-height: 12px;
	margin: 3px 0px 3px 0px;
}




#contentright h1 {
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 5px 0px;
	font-size: 18px;
	font-family: times, serif;
	font-weight: normal;
	color: #7a7a7a;
	border-bottom: 1px dotted #7a7a7a;
}





#contentright form p {
	font-size: 11px;
	line-height: 14px;
	font-family: "Trebuchet MS";
	margin: 0px;
	padding: 0px 0px 8px;
}
#contentright p {
	font-size: 11px;
	line-height: 14px;
	font-family: "Trebuchet MS";
	margin: 0px;
	padding: 0px 0px 8px;
}


.footertext {
	font-size: 10px;
	line-height: 18px;
	font-family: "Trebuchet MS";
	text-align: right;
	padding-right: 10px;
	color: #fff;
	}
.footertext a {
	color: #fff;
}


.beerlabel {
	float: left;
}
.beercontent {
	margin-left: 160px;
}

.beercontent H2 {
	font-size: 11px;
	font-weight: normal;
	color: #710512;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 13px; /* */
		font-size: 11px;

	
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 0px;
	
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div {
}
#p7TMnav div a {
	color: #fff;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 0px 0px 0px 12px;
	display: block;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #8d8d8d;
	background-color: transparent;
	margin: 0px;
	text-decoration: none; /* */
}
#p7TMnav div a:visited {
	color: #fff;
}
#p7TMnav div a:hover {
	color: #fff;
	background-color: #7a7a7a;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	background-color: #48070c;
	border-bottom: none;
}
#p7TMnav div div a:hover {
	background-color: #7a7a7a;
}
/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 12px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_plus.gif);
	background-position: 6px 50%;
	padding: 5px 0 5px 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_minus.gif);
	background-position: 6px 50%;
	padding: 5px 0 5px 20px !important;
}
.p7defmark {
	background-image:  none;
	padding: 5px 0 5px 20px !important;
}
.p7currentmark {
	padding: 5px 0 5px 20px !important;
}




/*  recruit  */

.jobblock h1 {
	padding: 4px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #710512;
	border: 1px solid #914d57;
	display: inline;
		font-family: "Trebuchet MS";

}
#contentcenter .jobblock h2 {
	padding: 4px 0px ;
	margin: 2px 0px;
	font-size: 11px;
	font-weight: normal;
	color: #7a7a7a;
	background-color: #fff;
	border-top: 1px solid #914d57;
		font-family: "Trebuchet MS";

}
.headingbutton {
	float: left;
	line-height: 9px;
	font-size: 9px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	background-color: #e7ddcf;
	padding: 8px 8px 8px 8px;
	margin-left: 1px;
	margin-bottom: 2px;
	
}

.headingbutton a {
	color: #000;
	text-decoration: none;
	padding: 8px;

}
.headingbutton a:hover {
	background-color: #af8d5f;
		line-height: 9px;
	margin: 0px;
}
.headingbuttonhighlight {
	float: left;
	font-size: 9px;
	line-height: 9px;
	font-family: "Trebuchet MS";
	font-weight: normal;
	background-color: #af8d5f;
		padding: 8px;
}



/* staff page */

.staffimage {
	width: 140px;
	float: left;
}
.staffimagelarge {
	width: 210px;
	float: left;
}
.stafftext {
}
.staffblock H1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 22px;
	font-family: times, serif;
	font-weight: normal;
	color: #710512;
	border-bottom: none;
}
.staffblock H2 {
	font-size: 11px;
	line-height: 14px;
	font-family: "Trebuchet MS";
	color: #8d8d8d;
	font-weight: bold;
	background-color: #fff;
	padding: 0px;
	margin: 3px 0px 3px 0px;
}


/*search results */
.pubblockimage {
	width: 140px;
	float: left;
}
.pubblockdetails {
	padding-left: 150px;
}
.pubblock H1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 22px;
	font-family: times, serif;
	font-weight: normal;
	color: #710512;
	border-bottom: none;
}
.pubblock H1 a {
		color: #710512;
}
.pubblock H2 {
	font-size: 11px;
	line-height: 14px;
	font-family: "Trebuchet MS";
	color: #8d8d8d;
	font-weight: bold;
	background-color: #fff;
	padding: 0px;
	margin: 3px 0px 3px 0px;
}


/*search details */
.pubdetailimage {
	width: 230px;
	float: left;
}
.pubdetailtext {
	position:relative;
}
.pubdetailblock H1 {
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 18px;
	font-family: times, serif;
	font-weight: normal;
	color: #710512;
	border-bottom: none;
}
.pubdetailblock H1 a {
		color: #710512;
}
.pubdetailblock H2 {
	font-size: 11px;
	line-height: 14px;
	font-family: "Trebuchet MS";
	color: #8d8d8d;
	font-weight: bold;
	background-color: #fff;
	padding: 0px;
	margin: 3px 0px 3px 0px;
}


/*homepage */
.homepagecolumn {
	background-image: url(../images/background_home.jpg);
	background-repeat: repeat-x;
	width:140px;
	float: left;
	margin-right: 2px;
	height: 400px;
}
.homepagecolumnimage {
	text-align: center;
	padding: 5px;
}
.homepagecolumn h1 {
	padding: 0px 0px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	font-family: times, serif;
	font-weight: normal;
	color: #710512;
	border-bottom: none;
}
.homepagecolumn p {
	font-size: 11px;
	line-height: 15px;
	font-family: "Trebuchet MS";
	margin: 2px 0px 8px 5px;
}

/*cart */
.delivery {
	padding: 4px;
}
.headers {
	background-color: #eeeeee;
	padding: 4px;
}

/*ourpubs */
.ourpubs {
	border: solid #710512 1px;
		width: 410px;
			padding: 2px;


}
.ourpubspic {
	float: left;
	width: 120px;
}
.ourpubtext {
	margin-left: 140px;
}
.ourpubtext H2 {
	text-align: left;
	margin: 0px;
}
.ourpubtext H4 {
	margin-top: 0px;
	color: #fff;
	background-color: #710512;
	padding: 4px;
}

#icons {
	text-align: left;
	margin-left: 20px;
}


#tenancytemp {
	font-size: 11px;
	line-height: 15px;
	font-family: "Trebuchet MS";
	margin: 2px 0px 8px 0px;
}




#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}

#popupContactClose{

}
#button{

}


.tooltip{ position: absolute; top: 0; left: 0; z-index: 3; display: none; }
#priorityClub {
	float:right;width: 100px;height: 100px;position:relative;
}
