body{
	background-color : #F1F4C4;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	text-align : center;
		margin : 5px 0 0px 0px;
}

h1{
	font-family : "Times New Roman", Times, serif;
	text-align : center;
}

h2, h3{
	font-family : "Times New Roman", Times, serif;
}

a:link{
	color : Blue;
}

a:visited{
	color : #800080;
}

a:active{
	color : #00FAF7;
	text-decoration : none;
}

a:hover{
	color: yellow;
	text-decoration : underline;
	background-color : Black;
}

.pdfdownload{
	list-style-image : url('images/pdf.gif');
	padding-left : 4px
}

.weblink{
	list-style-image : url('images/webicon.gif');
	padding-left : 4px;
}

.facebooklink{
	list-style-image : url('images/facebookicon.gif');
	padding-left : 4px;
}

.item1{
	background-color : #F2EBD9;
	display : block;
	padding : 0 3px 0 3px;
	margin-bottom:3px;
	border : #F8DAA3 1px solid;
}

.item2{
	background-color : #F1F2D9;
	display : block;
	padding : 0 3px 0 3px;
	margin-bottom:3px;
	border : 1px solid #F7F9A2;
}


div#wrapper{
	width: 960px;
	background-color : White;
	margin:auto;
	margin-top:0;
	text-align : left;
	background-image : url(images/bodybg.gif);
	background-repeat : repeat-y;
}

div#header{
	height : 269px;
	width : 960px;
}

div#breadcrumb{
	padding-left : 15px;
	padding-top: 2px;
	padding-bottom: 15px;
	margin : 0;
		margin-left:13px;
		margin-right: 11px;
	background-color : #FEFFC4;
	font-size : 0.8em;

	background-image : url(images/breadcrumb-bottom.gif);
	background-position : bottom left;
	background-repeat : repeat-x;

}

div#breadcrumb2{
	padding-left : 15px;
	padding-top: 2px;
	padding-bottom: 15px;
	margin : 0;
		margin-left:13px;
		margin-right: 11px;
	background-color : #FEFFC4;
	font-size : 0.8em;

	background-image : url(images/breadcrumb-bottom2.gif);
	background-position : bottom left;
	background-repeat : repeat-x;

	}

div#eventsstrap{
	padding-left : 15px;
	padding-top: 2px;
	padding-bottom: 15px;
	margin : 0;
		margin-left:13px;
		margin-right: 11px;
	background-color : #5A3A1B;
	font-size : 0.8em;

	background-image : url(images/eventsstrap.gif);
	background-position : bottom left;
	background-repeat : repeat-x;

	color : White;
	font-weight : bold;
	}

div#eventsstrap a{
	color: #B8F4F8;
}


ul#menu{
	width : 150px;
	float : left;
	padding-left : 13px;
	margin : 0;
	list-style : none;
}

ul#menu li{
	width : 150px;
	margin : 0;
}

ul#menu li a{
	width : 150px;
	background-image : url(images/menutab_top.gif);
	background-repeat : repeat-x;
	background-position : top left;
	color : White;
	font-weight : bold;
	text-decoration : none;
	display : block;
	background-color : #6E2200;
}

ul#menu li a span{
	background-image : url(images/menutab_bottom.gif);
	background-repeat : repeat-x;
	background-position : bottom left;
	display : block;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
}

ul#menu li a:hover{
	background-image : url(images/menutab_hover_top.gif);
	background-repeat : repeat-x;
	background-position : top left;
	background-color : White;
	color:black
}

ul#menu li a:hover span{
	background-image : url(images/menutab_hover_bottom.gif);
	background-repeat : repeat-x;
	background-position : bottom left;
}

#home #menu-home a,
#about #menu-about a,
#aboutthepub #menu-aboutthepub a,
#times #menu-times a,
#drinks #menu-drinks a,
#functions #menu-functions a,
#events #menu-events a,
#accommodation #menu-accommodation a,
#howtofindus #menu-howtofindus a,
#howtofindus-map #menu-howtofindus-map a,
#howtofindus-bus #menu-howtofindus-bus a,
#howtofindus-train #menu-howtofindus-train a,
#links #menu-links a,
#contact #menu-contact a{
	background-image : url(images/menutab_current_top.gif);
	background-repeat : repeat-x;
	background-position : top left;
	background-color : #FFDB97;
	color:black;
}

#home #menu-home a span,
#about #menu-about a span,
#aboutthepub #menu-aboutthepub a span,
#times #menu-times a span,
#drinks #menu-drinks a span,
#functions #menu-functions a span,
#events #menu-events a span,
#accommodation #menu-accommodation a span,
#howtofindus #menu-howtofindus a span,
#howtofindus-map #menu-howtofindus-map a span,
#howtofindus-bus #menu-howtofindus-bus a span,
#howtofindus-train #menu-howtofindus-train a span,
#links #menu-links a span,
#contact #menu-contact a span{
	background-image : url(images/menutab_current_bottom.gif);
	background-repeat : repeat-x;
	background-position : bottom left;
}


div#content{
	margin-left : 160px;
	padding-left : 10px;
	padding-right : 15px;
}

div#content fieldset{
	background-color : #F1E9D3;
	background-image : url(images/formbg.gif);
	background-position : top left;
	background-repeat : repeat-x;
}

div#content fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
	color: #003a9c;
	border: 1px solid #000000;
	background-color: #fffbb0;
	padding: 5px 15px;
	font-family : Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

div#content form label {
 width: 10em;
 float: left;
 text-align: right;
 clear: left;
 padding-right: 10px;
}

div#content form p {
 margin: 0;
 padding: 0;
 margin-top: 3px;
}

div#content form p.error {
	border: 2px dashed black;
	padding: 5px;
	background-color: #ff0000;
	color: #ffffff;
	font-weight : bold;
}

div#content form textarea {
	height: 120px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 1em;
}

div#content form input.button {
 width: auto;
}

div#errorbox{
	border: 2px dashed black;
	background-color: #ff0000;
	padding-left : 5px;
	color : White;
}

div#content span.day {
 width: 6em;
 float: left;
 text-align: left;
 padding-right: 10px;
}

thead tr.tablerow{
	background-color : #E3BD6C;
	text-align : center;
}

tbody tr.tablerow{
	background-color : #FEEDBA;
}


thead tr.timetable{
	background-color : #E3BD6C;
	font-size : 0.85em;
	text-align : center;
}

tbody tr.timetable{
	background-color : #FEEDBA;
	font-size : 0.85em;
}

tbody tr.timetable ul li{
	margin : 0;
	padding : 0;
	float : left;
}

div#mainmenu{
	margin : 0;	
	margin-left:13px;
	height:32px;
	position : absolute;
	top:229px;


	padding : 0;
}

div#mainmenu ul{

	margin : 0;
	padding : 0;
	display : block;
}

div#mainmenu ul li{
		list-style : none;
	margin : 0;
	padding : 0;
	float : left;
position : relative;

}

div#mainmenu ul li a{
	display : block;
	color : #ffffff;
	text-decoration : none;
	float : left;
	padding-top:10px;
	height : 32px;	


	font-weight : bold;
}


div#mainmenu ul li a span{
	padding: 12px 6px 20px;
	border-right : 1px solid #FEFFC4;
}

div#mainmenu ul li a:hover{
	background-color : white;
	color: #000000;
	background-image : url(images/mainmenu-top-hover.gif);
	background-position : top left;
	background-repeat : repeat-x;
}

div#mainmenu ul li a:hover span{
	background-image : url(images/mainmenu-bottom-hover.gif);
	background-position : bottom left;
	background-repeat : repeat-x;}


div#mainmenu ul li ul{
	color : Black;
	position : absolute;
	top : 41px;
	/*z-index : 500;*/
}

div#mainmenu ul li ul li a {
	background-color : #E2DF9A;
	border:1px solid black;
	color : Black;
	text-align : left;
	padding : 2px;
	background-image : none;
	display : block;
	width:15em;
	height: 1.3em;
	font-size : 0.95em;
	font-weight : normal;
}

/*ul#mainnav li ul li a{
	border:1px solid black;
	background-color : #E6B9B9;
	width:15em;
	color : Black;
	height : 1.3em;
	text-align : left;
	background-image : url('none');
	padding : 2px;
	position : absolute;
	display : block;
}
*/
div#mainmenu ul li ul li a:hover{
	background-image : none;
	background : White;
}

div#mainmenu ul ul ul {
position: absolute;
top: 0;
left: 11.75em;
}


div#mainmenu ul ul{
display: none;
}

div#mainmenu ul li:hover
{display: block;}

div#mainmenu ul ul,
div#mainmenu ul li:hover ul ul,
div#mainmenu ul ul li:hover ul ul
{display: none;}

div#mainmenu ul li:hover ul,
div#mainmenu ul ul li:hover ul,
div#mainmenu ul ul ul li:hover ul
{display: block;}


div#footer{
	height : 66px;
	width : 960px;
	background-image : url(images/footer.gif);
	background-repeat : no-repeat;
	clear:both;
	padding-top : 3px;
	background-position : bottom;
	color : White;
	text-align : center;
		font-size : 0.8em;

}

div#footer a{
	color : #CCFFFF;
	text-decoration : none;
}
