


body {margin:0;color: #666; font-family: verdana, arial, helvetica, sans-serif; background-color: #000; font-size:smaller;}


/* heading */
#header {display: none}

#headerhome {display: none}

#navcontainer ul li
{display: none}

#navcontainer a
{display: none}

#navlist
{display: none}


/* content */
#page {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;	
	background: url("page_bg.jpg");
	padding-top:5px;
	padding-bottom:30px;
	}

#pagehome {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;	
	border-bottom: 1px solid #FFF;
	background: url("page_bghome.jpg");
	padding-top:5px;
	padding-bottom:30px;
	}
	

#breakout { 
	float: right; 
	width: 250px; 
	position: relative; 

}

#breakouthead { 
	height: 16px; 
	font-weight:bold;
	padding:5px;
}

#breakoutitem { 
	left: 0px; 
	height: auto; 
	position: relative; 
	line-height: 1.3em;  
	margin-bottom:10px; 
	padding: 5px; 
	height:66px;
	}


#content
{width:680px;
padding-left: 35px; }

#contenthome
{width:440px;
padding-left: 35px; }

#openingtimes
	{margin-top: 0px;
	margin-left: 0px;
	padding-left: 23px;
	padding-top: 45px;
	width:190px;
	height:120px;
	color:#000;
	background: url(opening_green.gif) no-repeat; 
	line-height:1.3em;
		}

#findus
	{margin-top: 5px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 42px;
	width:190px;
	height:120px;
	color:#000;
	background: url(findus_green.gif) no-repeat; 
	line-height:1.3em;
	}


A.findus:link { text-decoration: underline; color:#000}
A.findus:visited {  text-decoration: underline; color:#000}
A.findus:active { text-decoration: underline; color:#363}
A.findus:hover { text-decoration: underline; color:#363}

/* Text */
H1 { font:  1.8em "Times New Roman", serif; letter-spacing: 1px;  color: #D96D19; padding-bottom: 0px; padding-top: 0px;}
 
.subhead { font:  1.3em "Times New Roman", serif; letter-spacing: 0px;  color: #666; font-style:italic; font-weight:bold;}

.highlight {}
.date { font-weight:bold;}


/* Footer */

#footer {display: none}

#footer p {display: none}

#footertext {display: none}

#footerlinks {display: none}

a {
	color: #999;
}

a:hover {
	color: #DF833C;
}

A.highlights:link { text-decoration: underline; color:#000; font-size:smaller;}
A.highlights:visited {  text-decoration: underline; color:#000}
A.highlights:active { text-decoration: underline; color:#999;}
A.highlights:hover { text-decoration: underline; color:#999;}



.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}


* html .threepxfix{
margin-left: 3px;
}

