/*
============================================================

	Brunning and Price Ltd website main CSS

============================================================
*/

html, body {
	height: 100%;
}

body
	{
	  padding: 0;
	  margin: 0;
	  background-color: #fff;
	  background-repeat: repeat-x;
	  color: #000;
	  text-align: left;
	  font-size: 13px;
	  font-family: Arial, Helvetica, sans-serif;
	}


.floatright {
		float: right;
	}
	
.floatleft {
		float: left;
	}
	
.floatcenter {
	display: block;
	text-align: center;
	margin: 3px auto 5px;
	}
	
.floatrightmargin {
		float: right;
		margin: 0px 0px 5px 7px
	}
	
.floatleftmargin {
		float: left;
		margin: 0px 7px 5px 0px
	}
	
div.floatrightmargin p, div.floatleftmargin p, div.floatcenter p, .caption {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
	
#header img {
		border: none;
		background: none;
		color: white;
	}
	
#header .award {
		font-size: 10px;
		color: white;
	}
	
.borderless {
		border: none;
		background: white;
		padding: 0;
	}

.tip {

		background: #EBEBD5;
		border: solid 1px #793213;
		padding: 5px 5px 5px 5px
}

.tip p {
		color:#793213;
		margin: 0px;
}

/*
============================================================

	Accessibility for screen readers

============================================================
*/

#skiplinks  
{  
 position:absolute;  
 list-style-type:none;  
 margin:0;  
}  
  
#skiplinks li a  
{  
 display:block;  
 background:#003300;

 padding:0.3em 0.5em;  
 margin:0.3em;  
 font-size:0.9em;  
 color:black;  
 text-decoration:none;  
 border:solid 1px #505050;  
 position:absolute;  
 margin-top:-10em;  
 top:0;  
 width: 200px;
 white-space:nowrap; 
 color: #fff; 
}  
#skiplinks li a:focus,#skiplinks li a:active,#skiplinks li a:hover  
{  
 margin-top:0.3em;  
}  

/*
============================================================

	Main font formatting

============================================================
*/

h1 {
		font-family: Georgia,Times New Roman,Times,serif;
		font-size: 20px;
		color: #544;
		border-bottom: dotted 1px #cacaca;
		margin-top: 2px;
/*		background:transparent url(images/dots.gif) no-repeat scroll left top; */
}

h2 {
		font-family: Georgia,Times New Roman,Times,serif;
		font-size: 17px;
		color: #333333;
		margin-top: 2px;

}


h3 {
		color:#444444;
		display:inline;
		font-size:14px;
		font-style:italic;
}


h4 {
		font-family: Georgia,Times New Roman,Times,serif;
		color: #333333;
		font-size:18px;
		font-weight: normal;
}


p {
		margin-top: 0px;
}

blockquote {
		background:transparent url(images/quotes.gif) no-repeat scroll left top;
		color:#555;
		font-size:12px;
		line-height:1.5em;
		margin: 5px 30pt 10px 30px;
		padding:10px 0pt 0pt 20px;
		
}

.mainbodysmall {
	font-size: smaller;
}

a:link    {text-decoration:underline; color:#800000;}
a:visited {text-decoration:underline; color:#800000; }
a:active  {text-decoration:none; color:#800000;}
a:hover   {text-decoration:none; color:#ffffff; background-color:#800000;}

a:link.buttonlink, a:visited.buttonlink, a:active.buttonlink    {
	text-decoration:none;
	color:#333;
	height:35px;
	background-color: #f5f5f5;
	border: solid 1px #ddd;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 5px;
	font-weight: bold;
	margin: 5px 5px 5px 0px;
	background-image:url(images/button_back.gif);
	line-height: 35px;
}


a:hover.buttonlink   {
	text-decoration:none;
	color:#fff;
	height:35px;
	border: solid 1px #ddd;
	background-color: #300;
	background-image: none;
	}

 hr {
  color: #555555;
	background-color: #555555;
  border: 0;
  height: 1px;
}

/*
============================================================

	Header elements

============================================================
*/

	#header	
	{
		padding: 0px 0px 15px 0px;
		font-size: 18px;
		height: 105px;
		margin: 0px 5px 0px 5px;
		background-color:#003300;
		background-image: url(images/header_lines.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	#header .logo {
	float: left;
	margin-left: 25px;
	margin-top: 39px;
	
	}

	#header .goodguidelogo {
	float: right;
	margin-right: 15px;
	margin-top: 35px;
	}
	
	#header .pubcheflogo {
	float: right;
	margin-right: 5px;
	margin-top: 29px;
	}


	
/*
============================================================

	Breadcrumbs

============================================================
*/

.breadcrumb {
	float: left;
	display: inline;
	width: 565px;
	text-align: left;
	padding: 5px 10px;
	font-size: smaller;
}
	
/*
============================================================

	Main page elements

============================================================
*/
	#backgroundL
	{
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right:auto;
		margin-left:auto;
		background:transparent url(images/background_dropshadow_l.gif) repeat-y scroll left top;
		width: 937px;


	}
	
	#backgroundR
	{
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right:auto;
		margin-left: 16px;
		background:transparent url(images/background_dropshadow_r.gif) repeat-y scroll right top;
		width: 918px;
		padding-right: 16px;

	}
	
	
	
	#maincontainer	
	{

		width: 906px;
		padding: 0px 5px 5px 5px;
		background-color: #FFF;
		color: #000;
		text-align: left;
		border: solid 1px #cacaca;
		border-top: none;
		border-bottom: none;
		position: relative;
	}


	#pubpanel	
	{
		height: 333px;
		clear:both;
		position: relative;
	}
	
	#introtext	
	{
		width: 347px;
		height: 200px;
		margin: 5px;
		margin-left: 10px;
		line-height: 1.6;
		font-size: 13px;
		position: absolute;
		right: 4px;
		top: 125px;
	
	}
	
	#navbar	
	{
		width: 750px;
		height:41px;
		background-image: url(images/images/header_shinybar.gif);
		vertical-align: bottom;
	}
	
	
	#contents	
	{

		background-image: url(images/images/header_dropshadow.png); 
		background-repeat: repeat-x;
		border: solid 1px #212A38;
		width: 728px;
		padding: 10px;
		background-color: #FFF;
		color: #000;
		text-align: left;

	}
/*
============================================================

	Footer elements

============================================================
*/
	#footer
	{
	
	display: block;
	text-align: center;
	margin: 3px auto 5px;
	font-size: 10px;
	color: #555;
	}
		
/*
============================================================

	Formatting for front page panels

============================================================
*/

#frontpagephotos {

		border: 1px solid #cacaca;
		padding: 3px;
		background-color:#ffffff;
		width: 344px;
		height: 112px;
		margin-left: 5px;
		position: absolute;
		right: 4px;
}

.photostable {

margin: 10px auto;
text-align: center;
font-size: 10px;
padding: 5px;

}

.clear {
    clear:both;
    height:0px;
    overflow:hidden;
  }
  
.clearboth {
    clear:both;
  }

.wideblock,
.narrowblock
{
		border: none;
		width: 352px;
		height: 113px;
		margin: 5px;
		float: left;
		background-color: white;
/*		background-image:url(images/background_frontpagepanel_left.png);
		background-repeat: no-repeat;
		background-position: top left;		background-color: #f5f5f5;*/
		display: inline;
		
background-image:url(images/background_panel.gif);
		background-repeat: no-repeat;
		background-position: top left;
}

.narrowblock .blockcurve
{
		height: 113px;
/*		background-image:url(images/background_frontpagepanel_right.png);
		background-repeat: no-repeat;
		background-position: top right;*/

}

#frontpagenews h2,
.wideblock h2,
.narrowblock h2
 {
 		font-family: Georgia,Times New Roman,Times,serif;
		font-size: 17px;
		font-weight: normal;
		border-bottom: solid 1px #bbb;
		border-top: solid 1px #bbb;
		margin: 0;
		color:#330000;
		padding: 3px 6px 3px 20px;
		background: white; 
		background-image:url(images/bullet_bigred.gif);
		background-repeat: no-repeat;
		background-position: center left;



}


.wideblock p, .narrowblock p {
		font-family: Georgia,Times New Roman,Times,serif;
		color: #601714;
		font-size: 12px;
		margin: 4px 4px 4px 6px;

}


.wideblock a, .narrowblock a {
		
		font-weight: bold;

}

.wideblock img, .narrowblock img{
		
		float: left;
		display: inline;
		border: 1px solid #cacaca;
		padding: 3px;
		margin: 5px;

}

.narrowblock  {
		width: 171px;
}

.table-row {
		display: block;
		border: none;
		margin: 0px;
		float: left;
		width: 905px;
		height: 123px;
		line-height: 1.25;
}


.narrowblock:hover a, .wideblock:hover a
{

/* Highlight links effect */

background-color: #FFFFaa;

}

.narrowblock:hover a:hover, .wideblock:hover a:hover
{

background-color: #800000;

}


/*
============================================================

	Formatting front page pub navigation

============================================================
*/

#active a:link, #active a:visited, #active a:hover
{
border-color: #333;
background-color: #3d0b0b;
/*background-image: url(images/l2_off.gif);*/
background-repeat: no-repeat;
color: #fff;
}
/*
============================================================

	Formatting front page panel list links

============================================================
*/

.panellist {
		font-family: Georgia,Times New Roman,Times,serif;
  	overflow: hidden;
		list-style: none;
		padding: 0;
		margin: 0px 0px 0px 5px;
		font-size: 10px;
   }

.panellist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.panellist li {
   border-left: 1px solid #000;
   float: left;
   line-height: 1.2em;
   margin: 0 .3em 0 -.3em;
   padding: 0 .3em 0 .3em;
   white-space: nowrap;
   }

/*
============================================================

	Top of page header nav

============================================================
*/

div#topnavwrapper {

		margin-left: 740px;

}

div#topnav {

		margin: 0 auto 1em;
		text-align: right;
		height: 31px;
		margin: 0px;
		position: absolute;
		top: 115px;
		z-index: 10;
		padding-right: 5px;
}



/*
============================================================

	Within content navigation list

============================================================
*/

.smallnavlist
{
list-style: none;
padding: 0;
margin: 0px;
font-size: 11px;
text-align: center;
}

.smallnavlist li
{
display: inline;
padding: 0;
margin: 0;
}

.smallnavlist a {

font-weight: bold;

}

.smallnavlist li:before { content: "| "; }
.smallnavlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html .smallnavlist li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html .smallnavlist { height: 1%; }

* html .smallnavlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html .smallnavlist li:first-child { border-left: 0; }

/*
============================================================

	Library/links list nav

============================================================
*/

#libraryintro {

	float:right;
	display: inline;
	width: 220px;

}

div#linkslist {

	text-align: center;
	border: solid 1px #e1a381;
	background: #fdfdf7;
	padding: 10px;
	margin-bottom: 10px;
	width: 300px;
}

div#linkslist h3 {

	color:#800000;
	
}

div#linkslist fieldset {

	border:none;
	background-image: none;
	
}

div#linkslist ul
{
list-style: none;
padding: 0;
margin: 5px;
font-size: 12px;

}

div#linkslist li
{
display: inline;
padding: 0;
margin: 0;
}

div#linkslist li a
{

text-decoration: none;

}

div#linkslist li:before { content: " | "; }
div#linkslist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html div#linkslist li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html div#linkslist { height: 1%; }

* html div#linkslist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html div#linkslist li:first-child { border-left: 0; }

/*
============================================================

	Library items

============================================================
*/

.libitem {
	
	width: 260px;
	height: 200px;
	float: left;
	display: inline;
	margin: 10px;

}


.libitem .libimage {
	
	width: 130px;
	float:left;
	margin: 10px 0px;

}

.libitem .libtext {
	width: 130px;
	float:left;

}

/*
============================================================

	Link items

============================================================
*/

.linkitem {
	
	margin: 30px 0px 0px 0px;
	clear: both;
	position: relative;
}


.linkitem .linkimage {
	margin: 0px 10px 10px 0px;
	float: right;
}

.linkitem .linktext {

	width: 250px;

}

/*
============================================================

	Formatting front page main image/map etc

============================================================
*/


#pubmapnav {

	border: none;
	padding: 4px;
	background-color: #c9c9c9;
	background-image: url(images/background_map_left.png);
	background-repeat: no-repeat;
	margin: 0px 2px;
	width: 525px;
	float: left;
	display: inline;
	position: absolute;
	top: 0px;
	left: 4px;
	


}


#gallerycontainer {
		
		border: 1px solid #cacaca;
		padding: 3px;
		background-color:#ffffff;

}

#rotator
{
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	position: relative;
	width: 345px;
	height: 278px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 345px;
	height: 278px;
}

.quicksearch {
	width: 80px;
	height: 17px;
	border: solid 1px #004000;
	margin: 5px 0px 5px 5px;
}

.searchbutton {
	width: 53px;
	border: solid 1px #9cb09c;
	background:#377337 url(images/background_tabsmain.gif) repeat-x scroll center top;
	margin: 5px 1px;
	padding: 1px;
	color: #fff;
	font-size: 9px;
	padding: 1px;
	}
	
.searchbutton:hover {
	background:#fff url(images/background_tabsmain.gif) repeat-x scroll center -30px;
	color: #000;
}

/*
============================================================

	Main pages formatting

============================================================
*/

#mainnavpanel {
	
	/* margin: 5px; */
	margin-left: 5px;
	margin-bottom: 5px;
	float:left;
	display: inline;
	text-align:left;
	background-color:#ebebeb;
	background-image:url(images/background_vertgrad.gif);
	background-repeat: repeat-x;

}

img {
		
		border: 1px solid #cacaca;
		padding: 3px;
		background-color:#ffffff;

}

#maincontentpanel {

	background-color:#fff;
	width: 565px;
	min-height:750px;
	height: auto;
	margin: 0px;
	float:left;
	padding: 0px 10px 5px 10px;

}

/* for Internet Explorer */
/*\*/
* html #maincontentpanel {
height: 760px;
}
/**/

#maincontentpanel {

	line-height: 1.65;	
	
}

/*
============================================================

	Main navigation list

============================================================
*/

.navheading
{

		font-size: 10px;
		color: #595;
		font-weight:bold;
		margin: 5px;
		width: 150px;
		line-height: 20px;
		padding: 2px 0px 2px 4px;

}

.mainnavlist {

	float: left;
	width: 140px;
	height: 700px;
}

.mainnavlist ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px;
}

.mainnavlist a
{
	display: block;
	padding: 4px 8px;
	width: 133px;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}

.mainnavlist a:link, .mainnavlist a:visited, .navlist a:visited 
{
	color: #000;
	text-decoration: none;
}

.mainnavlist a:hover
{
	background-color: #030;
	color: #fff;

}


.mainnavlist #currentpage a {

	color: #ffffff;
	background-color: #003300;
	background-image: url(images/nav_arrow.gif);
	background-repeat:no-repeat;
	background-position: top right;
	
}


#pubdropdownlist select {

	background-color:#FFFFFF;
	border:1px solid #ddd;
	color:black;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	width:138px;
	margin: 5px;
	padding-top: 3px;
	padding-bottom: 3px;	
}


/*
============================================================

	Side panel

============================================================
*/

#sidepanel {

	width: 161px;
	float: left;
	margin: 0px 5px 5px 0px;

}


#sidebar_panel_item {
	background: #ffffff;
	margin-bottom: 20px;
	padding: 0px;
	border: solid #AABBAA 1px;
	width: 125px;
}


#sidebar_panel_item h2{
	font-size: 18px;
	padding: 5px;
	background: #CCC;
	color: #000;
	display: block;
}




#sidebar_panel_item p{
	font-size: 12px;
	margin: 5px;
	font-weight: normal;
}


#sidebar_panel_item img{
	border: none;
}


.panelitem_main_link {
	width: 125px;
	background: #BDD2ED;
	padding: 5px 0px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	display: block;
	font-size: 16px;
}

a.panelitem_main_link {
	text-decoration: none;
	color: #000000;
}

a:hover.panelitem_main_link {
	color: #ffffff;
	background: #AABBAA;
}



/*
============================================================

	Side panel - custom styles

============================================================
*/








.panelitememail {
	padding-top: 70px;
	background:url(../../../images/sidebar/subscribe-module-header.jpg) top center no-repeat #ffffff;
}

.panelitememail p{
	text-align: right;
	line-height: 16px;
}
.panelitememail img{
	float: left;
	margin: 0px;
}



/*
============================================================
	End ofide panel - custom styles
============================================================
*/


.panelitem h2 {
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 13px;
	font-weight: normal;
	border-bottom: solid 1px #bbb;
	border-top: solid 1px #bbb;
	margin: 0;
	color:#330000;
	padding: 3px 6px 3px 6px;
	background: white; 
	background-image:url(images/bulle t_bigred.gif);
	background-repeat: no-repeat;
	background-position: center left;
	
}


.panelitem img {
		
		float: left;
		border: none;
		padding: 3px;
		margin: 5px;
		background: transparent;

}

#sidepanel .staffLink {

	background-image:none;
	background-color: #FFFFD7;

}

#sidepanel .staffLink h2 {

	background-image:none;
	color: #DAA900;

}

/*
============================================================

	Sub navigation list (right col)

============================================================
*/

.Link ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px;
}

.Link a
{
	display: block;
	padding: 4px 8px;
	width: 143px;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: 11px;
}

.Link a:link, .Link a:visited
{
	color: #000;
	text-decoration: none;
}

.Link a:hover
{
	background-color: #330000;
	color: #fff;

}

.Link h2
{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #595;
		font-weight:bold;
		margin: 5px;
		width: 130px;
		height: 15px;
		padding: 2px 4px 2px 4px;
		background: none;

}

.Link #currentpage a {

	color: #ffffff;
	background-color: #330000;
	background-image: url(images/nav_arrow.gif);
	background-repeat:no-repeat;
	background-position: top right;
	
}

/*
============================================================

	Staff profiles

============================================================
*/

.staffprofile {
	margin: 20px 30px 20px  30px;
}

.staffprofile .staffname {
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 14px;
	display:inline;
	font-weight: bold;
	margin-right: 5px;
}

.staffprofile .staffjob {
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 14px;
	color: #444;
	display:inline;
	font-style: italic;
}

.staffprofile .staffdesc {
	margin: 5px;
	padding-left: 93px;
}

.staffprofile .staffimg {

		border: 1px solid #cacaca;
		padding: 3px;
		margin: 0 15px 0 0 ;
		float:left;
}

/*
============================================================

	Beer profiles

============================================================
*/

#shobmanprofile {

	background: #fff3e6;
	font-size: 11px;
	padding: 7px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #4b2803;
}

#shobmanprofile .profile {
	margin-bottom: 0px;

}

#beerprofiles {

	line-height: 1.3;

}

#beerprofiles .beerprofile {
	margin: 20px 0px 20px  0px;
}

#beerprofiles .beertext {

	margin-left: 20px;

}

#beerprofiles .beername {
	font-size: 14px;
	display:inline;
	font-weight: bold;
	margin-right: 5px;
	cursor:pointer;
}

#beerprofiles .beerabv {

	font-size: 14px;
	color: #444;
	display:inline;
	font-style: italic;
}

#beerprofiles .beerdesc {
	margin: 5px;
	padding-left: 110px;
}

#beerprofiles .beerimg {
		padding: 0;
		border: none;
		margin: 0 15px 0 10px ;
		float:left;
}

/*
============================================================

	Job ads

============================================================
*/

.panel-row {
		display: block;
		border: none;
		margin: 0px auto;
		height: 123px;
		line-height: 1.25;
}

.jobad {
	margin: 20px 10px 20px  10px;
	
}

.jobad .jobimage {
	float: left;
	width: 70px;
	height: 70px;
}

.jobad .jobtitleandpay {

		background-color: #f5f5f5;

}


.jobad .jobtitle {
		font-size: 20px;
		color: #222222;
		border-bottom: solid 1px #cacaca;
		margin-top: 2px;
		
/*		background:transparent url(images/dots.gif) no-repeat scroll left top; */
/*		margin-left: 75px;*/
}


.jobad .jobpay {

	font-size: 14px;
	color: #444;
	display:inline;
	font-style: italic;
	padding-left: 40px;
	
}

.jobad .joblocation {
	font-size: 13px;
	font-weight: bold;
	color: #444;
		display:inline;
	margin: 5px;
}

.jobad .jobdesc {
	margin: 0px;
	padding: 10px 10px 10px 40px;

}

.jobad .jobcontact {
	margin: 5px 0px;
/*	padding-left: 93px;*/
	font-style: italic;
	font-size: 11px;
	padding-left: 40px;
}

.jobad .jobad img {

		border: none;
		margin: 0 15px 0 0 ;
		float:left;
}


/*
============================================================

	Contact details

============================================================
*/

#contactdetails {

padding: 5px;
margin-bottom: 10px;
margin-left: 0px;
float: left;
}

#contactdetails .addressblock {
		float:left;
		width: 165px;
}

#contactdetails .contact{
		float:left;
		width: 250px;
}

.locationmap {
width: 140px;
float: left;
text-align: center;
}

.locationmap .buttonlink {
width: 100px;
font-size: 10px;
}

table.officecontacttable {

	margin: auto auto;
	margin-bottom: 20px;

}

table.officecontacttable td {

	width: 200px;


}


/*
============================================================

	Job table

============================================================
*/

.jobtable {

	margin: 0 auto 10px auto;
}



.jobtable .jobtitle, .jobtable .joblocation, .jobtable .jobpay {
  border-bottom: solid 1px #dadada;
  background-color: #fff;
	width: 125px;
	margin: 0px;
	font-size: 12px;
	padding: 0px 10px;
	vertical-align: middle; 
	height: 35px;
}

.jobtable .jobtitle {

	font-size: 12px;
	font-weight: bold;
	width: 300px;
}

.jobtable .joblocation {

	width: 150px;

}

.jobtable .jobpay {

	width: 165px;
}


/*
============================================================

	Sitemap

============================================================
*/

.sitemap {

	}

.sitemap li {
	font-weight: bold;
	}

.sitemap li ul {


		padding-left: 16px;
	}
	
.sitemap li ul li {
	font-weight: normal;

	}	

.sitemap li ul li ul li {
	font-weight: normal;
	padding-left: 16px;
	}
	
/*
============================================================

	Blog feeds formatting

============================================================
*/

.floatrightblog {
		float: right;
		margin: 0px 0px 0px 10px
	}
	
.floatleftblog {
		float: left;
		margin: 0px 10px 0px 0px
	}

div.blog {

border: solid 1px #618bad;
border: none;
background: #ebf2f5;
width: 250px;
margin-bottom: 10px;
}

div.blogbody {

padding: 10px;

}


div.blog p {
	color:#000000;
	font-size:8pt;
	font-weight:normal;
	font-family:arial,verdana,helvetica,sans-serif;
		margin: 0 0 10px 0;
}

div.blog h2 {
	color:#000000;
	font-size:10pt;
	font-weight:bold;
	font-family:arial,verdana,helvetica,sans-serif;
		margin: 0 0 10px 0;
}

div.blog .bloghead {
font-size:12px;
font-weight:bold;
margin:10px 0pt 5px;
padding:2px 0pt 2px;

}

div.blog .blogauth {
border-bottom:1px solid #CCCCCC;
color:#888888;
font-size:9px;
font-weight:bold;
margin:5px 0pt 5px;
padding:2px 0pt;
}

.blogtitle {
font-size:12px;
background-color: #618bad;
color: #fff;
font-weight:bold;
margin:0px;
padding:5px 0pt 5px 12px;
line-height: 1;
background-image: url(images/background_blockheader_2.gif);
}

img.profile {

border: solid 1px #cccccc;
padding: 5px;
margin: 0 5px 5px 0;
float:left;

}

img.profile_right {

border: solid 1px #cccccc;
padding: 5px;
margin: 0 0px 5px 5px;
float:right;

}


.bloginfo {
display:table;
margin-bottom: 5px;
border-bottom:1px solid #CCCCCC;
width:100%;
}





div.blog {

border: solid 1px #618bad;
background: #ebf2f5;
width: 250px;
float: right;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 20px;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;

}

div.blogbody {

padding: 10px;

}


div.blog p {
	color:#000000;
	font-size:8pt;
	font-weight:normal;
	font-family:arial,verdana,helvetica,sans-serif;
		margin: 0 0 10px 0;
}

div.blog h2 {
	color:#000000;
	font-size:10pt;
	font-weight:bold;
	font-family:arial,verdana,helvetica,sans-serif;
		margin: 0 0 10px 0;
}

div.blog .bloghead {
font-size:12px;
font-weight:bold;
margin:10px 0pt 5px;
padding:2px 0pt 2px;

}

div.blog .blogauth {
border-bottom:1px solid #CCCCCC;
color:#888888;
font-size:9px;
font-weight:bold;
margin:5px 0pt 5px;
padding:2px 0pt;
}

.blogtitle {
font-size:12px;
background-color: #618bad;
color: #fff;
font-weight:bold;
margin:0px;
padding:5px 0pt 5px 12px;

}


/*
============================================================

	Expanding list

============================================================
*/

.expandinglist .open {
	display: block;
	}
.expandinglist .closed {
	display: none;
	}
	
.expandinglist ul {


}
	
.expandinglist li {
	padding-top: .2em;
	padding-bottom: .2em;
	}
        
.expandinglist li img {
	vertical-align: middle;
	}

.expandinglist li ul {

	list-style: none;
	padding: 0px;
	background-color: #f5f5f5;
}


/*
============================================================

	Error pages

============================================================
*/

div.errorbox {
	font-family: Arial, Helvetica, sans-serif;
	border: solid 2px #D7B5B5;
	padding: 25px;
	background-color: #FFF3F3;
	margin-bottom: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

div.noticebox {
	font-family: Arial, Helvetica, sans-serif;
	border: solid 2px #668f66;
	padding: 25px;
	background-color: #f3fff3;
	margin-bottom: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.errorbox h2, .noticebox h2 {
	font-family: Arial, Helvetica, sans-serif;
}

h1.warning {
		font-family: Arial, Helvetica, sans-serif;
		color: #990000;
		padding-left: 60px;
		background:transparent url(images/icon_warning.gif) no-repeat scroll left top;
		line-height: 50px;
		border-bottom-color: #D7B5B5;
}

h1.stop {
		font-family: Arial, Helvetica, sans-serif;
		color: #990000;
		padding-left: 60px;
		background:transparent url(images/icon_stop.gif) no-repeat scroll left top;
		line-height: 50px;
		border-bottom-color: #D7B5B5;
}

h1.completed {
		font-family: Arial, Helvetica, sans-serif;
		color: #004400;
		padding-left: 60px;
		background:transparent url(images/icon_tick.gif) no-repeat scroll left top;
		line-height: 50px;
		border-bottom-color: #004400;
}

h1.information {
		font-family: Arial, Helvetica, sans-serif;
		color: #004400;
		padding-left: 60px;
		background:transparent url(images/icon_info.gif) no-repeat scroll left top;
		line-height: 50px;
		border-bottom: none;
}


h1.lock {
		font-family: Arial, Helvetica, sans-serif;
		color: #004400;
		padding-left: 60px;
		background:transparent url(images/icon_keys.gif) no-repeat scroll left top;
		line-height: 50px;
		border-bottom: #004400;
}


div.smallnoticebox {
	font-family: Arial, Helvetica, sans-serif;
	border: solid 2px #668f66;
	padding: 5px;
	background-color: #f3fff3;
	/* width:; */
	margin: auto auto;
	margin-bottom: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
}

div.smallnoticebox a {
	color: #003f00;
	font-weight: bold;
}

div.smallnoticebox a:hover {
	background-color: #003f00;
	color: white;
}




/*
=====================================================================
*/

#searchresults .searchBox {

	background-color: #f1faf1;

}

#searchresults #result_report {

	color: #262;
	margin-bottom: 10px;
	font-weight: bold;

}

#searchresults #common_report {
	
	
	color: #900;
	margin-bottom: 10px;
	font-weight: bold;
	border: solid 1px #D7B5B5;
	background-color: #FFF3F3;
	padding: 2px 4px;

}

#searchresults #did_you_mean {

	margin-bottom: 10px;
	font-weight: bold;
	border: solid 1px #D7B5B5;
	background-color: #FFFFBF;
	padding: 2px 4px;

}


#searchresults #results .weight {
	
		color: #262;
		font-size: 10px;

}

#searchresults #results .title {
	
	font-size: 1.2em;
	font-weight: 500;

}

#searchresults .description {

	margin-left: 20px;

}

#searchresults .description b {

	background-color: yellow;

}

#searchresults .url {
	margin-left: 20px;
		color: #262;
		font-size: 11px;

}

/*
============================================================

	Multimap mapbox

============================================================
*/

.mapbox {

	text-align: center;
	width: 190px;
	min-height: 100px;

}

.mapbox img {
	

}

#mapviewer {

	height: 420px;
	width: 555px;
	position: relative;
	border: 1px solid #cacaca;
	padding: 3px;
	background-color:#ffffff;
	margin: 0px 0 10px;

}
#mapviewer.small {
	width: 530px;
}
#mapviewer img {
background: transparent;
}
/*
============================================================

	Press cuttings
============================================================
*/

#presscuttings td {
	margin: 0;
	border-bottom: dotted 1px #ddd;

}


/*
============================================================

	Pub contacts
	
============================================================
*/

.pubcontacts {

	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;

}

.pubcontacts img {

	border: none;
	position: absolute;
	right: 0px;


}

.pubcontacts h2 {
	border-bottom: dotted 1px #cacaca;
	font-size: 16px;
	line-height: 32px;


}

.pubcontacts div.address {
	width: 300px;
	float: left;
	margin-bottom: 10px;
}

.pubcontacts div.phone {

	width: 300px;
	float: left;
	clear: both;

}

.pubcontacts div.contacts {
	position: absolute;
	right: 35px;
	top: 45px;
	width: 250px;
	font-size: .85em;


}

/*
============================================================

	Awards
	
============================================================
*/

.awards {
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

.awards img {
	border: none;
	position: absolute;
	right: 0px;
}

.awards h2 {
	border-bottom: dotted 1px #cacaca;
	font-size: 16px;
	line-height: 32px;
}

.awards div.award {
	font-size: smaller;
	width: 475px;
	float: left;
	margin-bottom: 10px;
}


/*
============================================================

	General forms
	
============================================================
*/

.generalform label, .generalform input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;

}

.generalform label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
	background-color: #eee;

		font-size: 11px;
	font-weight: bold;
	color: #222222;
}

.generalform br {
	clear: left;
}

.generalform .submitbutton {

	margin-left: 95px;;

}


/*
============================================================

	Login form for staff area
	
============================================================
*/

#loginform {
	
	width: 400px;
	margin: auto auto;
	padding: 3px;
	
}

/*
============================================================

	Forms, general
	
============================================================
*/

form fieldset {
	padding: 10px;
	border: solid 1px #d6d6d6;
	background: white;
	margin: auto auto;

}

form fieldset legend {
	font-size: 16px;
	font-weight: bold;
	color: #a3a3a3;

}


form fieldset label {
	display: block;
	width: 130px;
	float: left;
	text-align: right;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
}

form fieldset .error {
color: #ee0000;
}

form fieldset .error input, form fieldset .error select {
border: solid 2px #ee0000;
}

form fieldset br {
	clear: left;
}

form fieldset .submitbutton {

	margin-left: 140px;
	margin-bottom: 10px;

}

form fieldset .formtip {

	color:#005500;
	font-size:10px;
	font-weight:bold;
	padding:3px 6px;
	position:absolute;
	right:0px;
	top:0px;
	width:200px;

}


form fieldset .formset2 {

	background: #F0FDEE url('images/background_form.gif') repeat-x;

}


form fieldset .instruction {

	border: solid 1px #803900;
	color: #803900;
	background-color: #ffe7b2;
	padding: 5px;
		-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 5px;

}

/*
============================================================

	Activation stuff
	
============================================================
*/

#activate_pass1,
#activate_pass2 {

	width: 140px;

}

#passMeter {

	font-size: 11px;

}

#passInfo {

	display: none;

}





/*
============================================================

	Beer editor
	
============================================================
*/

.drop {
	position: relative;
}

.half {
	float: left;
}

#beerlist {
	float: left; 
	height: 400px; 
	overflow: auto; 
	border: 1px solid silver;
	width: 200px;
	font-size: 10px;
}

#beerlist div.drag {
	padding: 1px 0px 1px 15px;
	overflow: hidden;
	border-bottom: solid 1px #dadada;
}
#beerlist div.beerdescription, #beerlist div.close {
	display: none;
}
#pubeditbeerlist {
	float: right;
	width: 360px;
}
#pubeditbeerlist div.drag {
	background-color: #dee4f6;
	padding: 0px 5px 5px 5px;
	margin: 10px;
	position: relative;
}

#pubeditbeerlist div.close {
	background: transparent url('images/button_close.gif') top left no-repeat;
	width: 21px;
	height: 24px;
	position: absolute;
	top: -8px;
	right: -11px;
	z-index: 10;
	cursor: pointer;
}

.selectedbeer {	
	background: transparent url('images/greenlight.png') 2px no-repeat;
}

#beerlist .beername {
	font-size: 12px;
	width: 300px;
}

#pubeditbeerlist .beername {
	font-size: 11px;
	font-weight: bold;
}

#pubeditbeerlist .beerdescription {
	font-size: 10px;
}

.publishbutton {

	margin-left: 10px;
	height: 3em;
	width: 347px;
}


/*
============================================================

	Change log
	
============================================================
*/

#changelog .changedate {
	
	font-size: 10px;
	width: 150px;

}

#changelog .changelink {



}

/*
============================================================

	Food competition pages
	
============================================================
*/

.foodcompsummary {


		padding: 15px 0px;
		width: 565px;
		overflow: auto;
		width: 100%
}

.foodcompbestdish {

	width: 225px;
	float: left;
	display: inline;
	margin-right: 10px;

}

.foodcompdetail {
	width: 330px;
	float: left;
	display: inline;
}



.foodcompbestdish {

	text-align: center;

}

.foodcompitem {

	width: 240px;
	float: left;
	height: 325px;
	text-align: center;
	margin: 15px;
	padding: 5px;
	border: solid 1px #eee;

}

.foodcompitem p.title {

	font-size: 12px;	
	
}

.foodcompitem p.description {

	font-size: 11px;	
	
}


/* Table */

#foodcompetitiontable {

	width: 560px;
	margin: 5px 0px;
	clear: both;

}

#foodcompetitiontable th {
	
	font-size: 16px;
	padding-left: 10px;

}

#foodcompetitiontable td  {

	padding-left: 10px;
	font-size: 11px;

}

#foodcompetitiontable td.foodcompstage {

	background-color:#fbfbe5;

}

#foodcompetitiontable td.foodcompfinal {

	background-color: #e7fbe5;

}

#foodcompetitiontable td.foodcompwinner {

	background-color: #fbe5e5;

}









.drop {
	position: relative;
}

.half {
	float: left;
}

#beerlist {
	float: left; 
	height: 400px; 
	overflow: auto; 
	border: 1px solid silver;
	width: 200px;
	font-size: 10px;
}

#beerlist div.drag {
	padding: 1px 0px 1px 15px;
	overflow: hidden;
	border-bottom: solid 1px #dadada;
	cursor: pointer; 
}

#beerlist div.drag:hover {
	background-color: #e0f6de;
}

#beerlist div.beerdescription, #beerlist div.close {
	display: none;
}
#pubeditbeerlist {
	float: right;
	width: 360px;
}
#pubeditbeerlist div.drag {
	background-color: #dee4f6;
	padding: 0px 5px 5px 5px;
	margin: 10px;
	position: relative;
}

#pubeditbeerlist div.close {
	background: transparent url('images/button_close.gif') top left no-repeat;
	width: 21px;
	height: 24px;
	position: absolute;
	top: -8px;
	right: -11px;
	z-index: 10;
	cursor: pointer;
}
#pubeditbeerlist div.new {
	background-color: #e0f6de;
}
.selectedbeer {	
	background: transparent url('images/greenlight.png') 2px no-repeat;
}

#beerlist .beername {
	font-size: 12px;
	width: 300px;
}

#pubeditbeerlist .beername {
	font-size: 11px;
	font-weight: bold;
}

#pubeditbeerlist .beerdescription {
	font-size: 10px;
}

.publishbutton {

	margin-left: 10px;
	height: 3em;
	width: 347px;
}


/*
============================================================

	Mailing lists
	
============================================================
*/


#mailinglistform {

position: relative;

}

#mailinglistform h3 {

font-family: Georgia,Times New Roman,Times,serif;
display: block;

}

#listDetails, #listOut, #locationOut {

	background-color: #F0FDEE;
	background: #F0FDEE url('images/background_form.gif') repeat-x;
	margin-bottom: 10px;
	padding: 10px 10px 20px 10px;
}

#listDetails input {

	margin-bottom: 5px;
	vertical-align: middle;
	
}

#mailinglistform br {

	line-height: 10px;

}

#mailinglistform .checkbox {

	margin: 5px 5px 4px 20px;
	vertical-align: middle;


}

#mailinglistform label {

	margin: 3px 10px 3px 10px;
	float: none;
	display: inline;
	text-align: left;
	vertical-align: middle;
}

#mailinglistform .locationPubs {


	font-size: smaller;
	color: #333;
	padding: 5px;
	display: inline;
	vertical-align: middle;

}

#mailinglistform .submitbutton {
	width: 150px;
	height: 40px;
	margin: 10px;

}

#listDetails label {

	width: 100px;
	float: left;
}

#listDetails .submitbutton {

	width: 150px;
	height: 30px;
	display: inline;
	margin: 0px;
	vertical-align: middle;

}

#mailinglistform fieldset {
	background: none;

}



/*
============================================================

	Career paths
	
============================================================
*/



.careerpath {

	background: #fff3e6;
	font-size: 11px;
	padding: 7px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #4b2803;
	margin: 10px 0px;
}


.careerpath p {

	margin-left: 100px;

}







/*
============================================================

	Staff area
	
============================================================
*/

#staffdashboard {

/*	background-color: #d8d8d8;*/

}

#rota,
#personaldetails,
#managersmsg,
#jobvacancies,
#feedback {

	background-color: #ffffff;
/*	border: solid 1px #bababa;*/
	margin-bottom: 10px;
	padding: 0px;
	background-color: #edf0f4;
	background-repeat: repeat-x;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
}

/*#personaldetails,
#feedback {
	background-color: #ffffff;
	border: solid 1px #027308;
}*/


#staffdashboard p {

	margin: 3px 10px;


}

#rota h2,
#personaldetails h2,
#managersmsg h2,
#jobvacancies h2,
#feedback h2,
#managersmsg h2 {
	
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 14px;
	color: #fff;
	padding: 6px 10px 7px 10px;
	margin: 0px;
	cursor: pointer;
	background-image:url(images/background_staffareatabs.gif);
	background-position:0px 36px;
	height: 23px;

}


#staffdashboard h2.open .arrowcontainer {

width: 15px;
height: 13px;
position: absolute;
right: 14px;
top: 10px;
background:url(images/arrow_up_large.gif) no-repeat;

	}


#staffdashboard h2.closed .arrowcontainer  {
width: 15px;
height: 13px;
position: absolute;
right: 14px;
top: 12px;
background:url(images/arrow_down_large.gif) no-repeat;

}

#staffdashboard h2.closed {

	background-position:0px 108px;

}

#staffdashboard h2:hover {

	color: #fff;
	background-color: #B24F00;
	background-position:0px 0px;
}


#staffdashboard h2.open:hover {

	color: #fff;
	background-color: #B24F00;
	background-position:0px 72px;
}


#staffdashboard h3 {
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 16px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	background-image:url(images/background_staffareah3.gif);
	display: block;
	padding: 0px 10px;
}


#staffdashboard .innercontainer {

	margin: 0px 0px;
	padding-bottom: 5px;

}




#staffdashboard form {

	margin: 10px 0;

}

#staffdashboard label, #staffdashboard input, #staffdashboard textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

#staffdashboard label {
	text-align: right;
	width: 150px;
	padding-right: 20px;
		font-size: 11px;
	font-weight: bold;
	color: #333;
}

#staffdashboard br {
	clear: left;
}

#staffdashboard .submitbutton {

	/*margin-left: 175px;*/

}

#rota table td {

	border-bottom: dotted 1px #bdcad3;
	width: 225px;
	margin: 0px;
	padding: 0px;

}

#rota .expired td {

	color: #bdcad3;

}

#rota .today td {

	font-weight: bold;
	background-color: #bdcad3;

}

#rota .shiftstartday {

	width: 35px;	

}

#rota .shiftstartdate {

	width: 100px;	

}

input.highlight {

	border: 2px solid red;

}

/*Notices*/

#staffdashboard .notice {

	margin-bottom: 15px;
	padding: 0px;
	
}

#staffdashboard .notice h3 {

	font-family: Georgia,Times New Roman,Times,serif;
	margin: 0px;
	
}

#staffdashboard .notice .noticedate {

	font-size: smaller;
	color: gray;
	border-bottom: dotted 1px #cacaca;
	margin: 5px 0px;
}

#staffdashboard .notice .noticetext {

	background-color: #F4F4F4;
	border: dotted 1px #cacaca;
	padding: 5px;

}

#newnotice fieldset  {

	background: none;

}


#staffnavbar {

		margin:0px 0px;
		height: 27px;
		border: solid 1px #cacaca;
		border-top: none;
		border-bottom: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 11;
		font-family:Georgia,Times New Roman,Times,serif;


}

#staffnavbar .barcontainer {
		height: 27px;
			background-color: #fff;
			padding: 0px;
			color: white;
		background-color: #cf7529;
		border-bottom: solid 1px #333;
		background:#cf7529 url(images/staff_bar_back.gif);
}


.staffnavbarpadding {

	height: 27px;
	/* Unless in IE6*/

}


/*
============================================================

	Panoramas

============================================================
*/

div.panorama {
	
		border: 1px solid #cacaca;
		padding: 3px;
		margin: 5px;
		height: 300px;
	
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {margin:0px 0px 0px 0px; position:relative;  height:25px; z-index:100; text-align: center;border-right:1px solid #d69b6c; float:right;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block;width:150px; font-size:12px; color:#fff; height:25px; line-height:24px; text-decoration:none; text-indent:5px; border:1px solid #d69b6c; border-width:1px 0 1px 1px;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left; 		background:#cf7529 url(images/staff_bar_back.gif);}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#fff; color:#cf7529;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(images/transparent.gif); width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#fff; color:#cf7529;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#fff; color:#cf7529;}

/* Set up the pointers for the sub level indication */
/*#pmenu li.fly {background:#fff url(images/fly.gif) no-repeat right center;}
#pmenu li.drop {background:#fff url(images/drop.gif) no-repeat right center;}
*/

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(images/transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */


/*
============================================================

	Voucher
	
============================================================
*/

div.valid_voucher {
	
background: #f9eecc;
border: dotted 5px #edb300;
padding: 20px;

}

.valid_voucher h2 {
	
	font-size: 30px;;
	
}

.valid_voucher ul {
	
	list-style: none;
	
}

.valid_voucher ul span {
	
	list-style: none;
	font-size: 80%;
	font-weight: bold;
	
}
