/***************************************************
TO REMOVE THE OUTLINES AROUND THE LINKS WITH FF
***************************************************/

:active, :focus { outline-style: none; -moz-outline-style:none; }

/* Main Body Settings */
body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	background:#efefef;    
	}

.iemac {
	visibility:hidden;
}

/* Shadow around outer bounding box for all pages */
#Shadow {
	margin: 0px auto;
	width: 777px;    
}
/* Outer bounding box for all pages */
#Frame {  
	border-top:4px;
	border-top-style:solid;
	border-top-color:#440000;       
	padding: 0px;
	width:766px;
	text-align:left;
	display:table-cell;  
	background: #fff url(/images/columnbg.gif) repeat-y 0 0;  
}   
      
/* Copyright notice */
#Copyright {
	clear:both;
	width: 766px;
	margin-top:-4px;
	border-top:4px;
	border-top-color:#440000;
	border-top-style:solid;
	padding-top: 4px;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	color: #999;
}

#Copyright a {
	color: #999;
	text-decoration: underline; 
}

#Copyright a:link { color: #999; }
#Copyright a:visited { color: #999; }
#Copyright a:hover { color: #000; }

/* Used for the Logo \ Menu Area */
.fullwidthimage {
	width: 758px;
	float: left;
	overflow: hidden;
	text-align:center;
	border-bottom:4px;
	border-bottom-style:solid;
	border-bottom-color:#440000;
	background: #fff url(/images/whitebg.gif) repeat-y 0 0; 
    margin: 0px 0px 0px 4px; 
    _margin: 0px 0px 0px 2px;        
}
/* used for placeholding only */
.mainmenu {
	margin:0px;    
    width:760px;
    background-color: #FFFFFF;
    text-align: center;
    margin-left: auto;
    margin-right:auto;
} 
/* Front Page Text Box */
.threequarterwidth {
	background:#fff;
	width: 474px;
	height: 220px;
	padding: 15px;
	float: left;
	border-left:4px;
	border-left-style:solid;
	border-left-color:#440000;
	border-bottom:4px;
	border-bottom-style:solid;
	border-bottom-color:#440000;
}
/* Front Page Text Box */
.threequarterwidthmaxheight {
	background:#fff;
	width: 474px;
	min-height: 440px;
	padding: 15px;
	float: left;
	border-left:4px;
	border-left-style:solid;
	border-left-color:#440000;
	margin-bottom:4px;
}
.fullwidthmaxheight {
	background:#fff;
	width: 727px;
	min-height: 440px;
	padding: 15px;
	float: left;
	border-left:4px;
	border-left-style:solid;
	border-left-color:#440000;     

	margin-bottom:4px;
}
/* Main Square Image Holder */
.squareimageblock {
	background:#fff;
	width: 250px;
	height: 250px;
	float: left;
	overflow: hidden;
	border-left:4px;
	border-left-style:solid;
	border-left-color:#440000;
	border-bottom:4px;
	border-bottom-style:solid;
	border-bottom-color:#440000;
}
.imageblock {
	background:#fff;
	width: 250px;
	height: 125px;
	overflow: hidden;
	float:left;
	border-left:4px;
	border-left-style:solid;
	border-left-color:#440000;
	border-bottom:4px;
	border-bottom-style:solid;
	border-bottom-color:#440000;
}
.spacerblock {
	background:#fff;
	width: 220px;
	padding:15px;
	float: left;
	overflow: hidden;
	border-left:4px;
	border-left-style:solid;
	border-left-color:#440000;
	border-bottom:4px;
	border-bottom-style:solid;
	border-bottom-color:#440000;
}
/* Sub Navigation */
.submenu {
	background:#fff;
	width: 250px;
	height: 59px;
	overflow: hidden;
	float: left;
	border-left:4px;
	border-left-style:solid;
	border-left-color:#440000;
	border-bottom:4px;
	border-bottom-style:solid;
	border-bottom-color:#440000;
}
.headline_clear {
	clear: both;
	padding: 0px 0px 15px 0px;
}

/*	-------------------------------------------------------------
Columns
--------------------------------------------------------------- */	
.ThreeColRight {
	position:relative;
	float:right;
	width:230px;
}
			
.ThreeColRight a {	text-decoration: underline;}
.ThreeColRight a:link { color: #333; }
.ThreeColRight a:visited { color: #333; }
.ThreeColRight a:hover { color: #FF0099; }
	
.ThreeColMiddle  {
	position:relative;
	float:left;
	width:230px;
}
			
.ThreeColMiddle a {	text-decoration: underline;}
.ThreeColMiddle a:link { color: #333; }
.ThreeColMiddle a:visited { color: #333; }
.ThreeColMiddle a:hover { color: #FF0099; }

.ThreeColStack  {
	position:relative;
	float:left;
	width:226px;
	padding: 0px 10px 0px 0px;
}
			
.ThreeColStack a {	text-decoration: underline;}
.ThreeColStack a:link { color: #333; }
.ThreeColStack a:visited { color: #333; }
.ThreeColStack a:hover { color: #FF0099; }


.ThreeColStackEnd  {
	position:relative;
	float:left;
	width:226px;  
    padding: 0px 0px 0px 10px; 
}
			
.ThreeColStackEnd a {	text-decoration: underline;}
.ThreeColStackEnd a:link { color: #333; }
.ThreeColStackEnd a:visited { color: #333; }
.ThreeColStackEnd a:hover { color: #FF0099; }

.menu_s_hotdishes{
   background: url(/graphics/menu_s_hotdish/hot+dishes.png) no-repeat;
   padding-top: 120px; 
}

 .menu_s_frozenyoghurt{
    background: #fff url(/images/pinktree.gif) no-repeat;
    padding-bottom:10px;     
}

		
/*	-------------------------------------------------------------
=Forms
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage:

<form action="submit.cgi" method="post">
<input name="foo" type="hidden" value="send_form">
<fieldset class="fieldset">
<label>Your Label:</label><br class="nobr" />
<input name="form_textfield" type="text" value="" size="30" maxlength="50" class="form_input"><br />
<div class="buttons"><input type="submit" value="Submit"></div>
</fieldset>
</form>

-------------------------------------------------------------	*/

.fieldset {
	font-size: 11px;
	color: #222222;
	padding:15px;
	border: none;
	background: #fff; 
}
				
.fieldset label {
	text-align:right;
	width:170px;
	float:left;
	margin-top:6px; 
}
				
.fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #EB208D;
	margin-bottom: 10px; 
}
	
html>body .legend { width:110px; }

.fieldset .nobr {display:none; } 

.fieldset .error {
	font-size: 9px;
	color: #EB208D;
	margin-left: 168px;
	width:255px;
	vertical-align: top;
}

html>body .fieldset .error { margin-left: 163px; width:250px; }	

.fieldset .info {
	font-size: 9px;
	color: #b57655;
	width:255px;
	margin-left: 168px;
	vertical-align: top;}
	
html>body .fieldset .info { margin-left: 163px; width:250px;}

.fieldset .form_input {
	font-size: 11px;
	color: #56441c;
	margin:3px;
	height:15px;
	width:250px; }
	
html>body .fieldset .form_input { width:240px; margin:3px; }	

.fieldset SELECT {
	font-size: 11px;
	color: #56441c;
	margin:3px;
	height:20px;
	width:250px;
	vertical-align: top;}

html>body .fieldset SELECT { width:240px; margin:3px; }	
	
.fieldset .form_text {	
	font-size: 11px;
	color: #56441c;
	margin:3px;
	height:120px;
	width:250px; }

html>body .fieldset .form_text { height:120px; width:240px; margin:3px; }
	
.buttons {
	text-align: right;
	color: #56441c;
	padding-top: 5px;
	padding-right: 10px;
}

/*	-------------------------------------------------------------
=General form elements
NOTES:
-------------------------------------------------------------		
GENERAL FORM ELEMENTS - for form element used
outside of .fieldset class above
-------------------------------------------------------------	*/

.formtext {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	white-space: nowrap;
}
	
.error {
	font-size: 9px;
	font-weight: normal;
	color: #dd0000; }

SELECT, INPUT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #56441c;
	vertical-align: text-bottom;
}

form { display: inline; }

#postcode{
    border: 1px solid grey;
    padding:3px;
    margin-right: 5px;
}

/*	-------------------------------------------------------------
fix for oversized graphics on food menu pages jw 03/09/09
-------------------------------------------------------------	*/

.underline {overflow: hidden;}