/* ====================================================================
box layout
-------------------------------------------------------------------- */
.columns-float
	{
	float				: left;
	width				: 800px; 
	}
/* the relative positioning is required by IEs 5 + 6 (PC) - NN4 crashes if it sees them while other browsers don't seem to mind - hence the Caio hack */
.column-one
	{
	width				: 75%;
	float				: right;
	}
.column-two
	{
	width				: 25%;
	float				: left;
	}
.box-footer
	{
	clear				: both;
	}
/* ====================================================================
box-clear requires all sorts of hackery because of the way the 
different browsers cope with clearing floats
see [#   #]
-------------------------------------------------------------------- */
.box-clear { clear: both; line-height: 0px; font-size: 1px; }
/* IE5 (mac) dealt with, now reset font-size for Geckos,
turn off for IE5 (PC) + OmniWeb and back on for IE6 (PC)
see [http://www.fu2k.org/alex/css/test/OmniWebInlineHack.mhtml] */
/*\*/
.box-clear { font-size: medium; }
.fake.box-clear { display: none; }
/* */
/* Turn off for Opera 6 and below */
html>body div.box-clear { display: none; }
/* And turn it back on again for good honest browsers
see [http://www.albin.net/CSS/OwenHack.html] */
head:first-child+body div.box-clear { display: block; }
/* ====================================================================
nn4clear is as its name suggests, only required for NN4 compatibility
If you don't need that you can remove both this rule and the
relevant div from the html
-------------------------------------------------------------------- */
.nn4clear { clear: both; line-height: 0px; font-size: 1px; }
/*/*/ .nn4clear { display: none; } /* */
/* ====================================================================
box styling
-------------------------------------------------------------------- */
.box-wrap
	{
	padding				: 0px;
	color				: #000000;
	background-color	: inherit;
	}
.box-header
	{
	margin				: 0px;
	padding				: 12px 0px 0px 0px;
	color				: #000000;
	background-color	        : inherit; 
	border				: none;
	}
.box-footer
	{
	margin				: 0px;
	padding				: 6px;
	color				:inherit;
	background-color	: inherit;
	border				: none;
	}
.column-one-content
	{
	background			: inherit;
	}
.column-two-content
	{
	background			: inherit;
	}
.column-three-content
	{
	background			: inherit;
	}
.column-one-content, .column-two-content, .column-three-content
	{
	margin				: 0px;
	padding				: 6px;
	border				: none;
	}

/* navigator*/ 



/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/
.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2
	{ p\osition: relative; }
/* */
/* ====================================================================
other styling
-------------------------------------------------------------------- */
body
	{
	margin				: 0px; 
	padding				: 0px;
	font-family			: helvetica,arial,sans-serif;
	font-size			: 14px;
	background-color	        : BlanchedAlmond; 
	color				: #000000;
	}
div
	{
	margin				: 0px;
	padding				: 0px;
	}
h1
	{
	margin				: 0px;
	padding				: 0px;
	}
h2
	{
	margin				: 0px 0px 9px 0px;
	padding				: 9px 3px 9px 3px;
	color				: #ffffff;
	background-color	: #000000;
	font-size			: 3em;
	font-weight			: bold;
	}
p
	{
	margin:		 0px 0px 10px 0px;
	text-size:  18px; 
	text-indent: 0.5cm; 
	}


#reviews {
   padding-top: 4em; 
   padding-left: 0em; 

}

td.name {
    padding-top: 1em; 
    font-weight: bold; 
}

td.address {
    padding-top: 1em; 
    font-weight: bold; 
    text-align: left; 
}

td.score {
    padding-top: 1em; 
    font-weight: bold; 
    valign: right; 
}



td.des {
    font-size: 80%;
    text-indent: 0.5cm; 
}

p.header {
    font-size: 40px; 
    text-align: center; 
    margin: 1px; 
}

p.tagline {
    font-size: 10px; 
    text-align: center; 
    text-style: italic;
    margin: 0px; 
}

p.menu {
       margin: 0px 0px 3px 0px; 
       padding: 0px; 
       text-indent: 0cm; 
       font-size: 10px;  
}

.menu  {
       margin: 0px; 
       padding:  3em; 
       bottom-padding: 3em; 
       font-size: 10px; 
}

div.figure {
	float: right; 
	width: 45%; 
	border:  thin silver solid; 
	margin: 0.5em; 
	padding: 0.5em 0.5em 2em 0.5em; 
}

div.smallfigure {
	float: right; 
	width: 27%; 
	border:  thin silver solid; 
	margin: 0.5em; 
	padding: 0.5em 0.5em 2em 0.5em; 
}
 
div.leftcolumnfigure {
	border:  thin silver solid; 
	margin: 0.5em; 
	padding: 0.5em 0.5em 2em 0.5em; 
}

div.lfigure {
	float: left; 
	width: 45%; 
	border:  thin silver solid; 
	margin: 0.5em; 
	padding: 0.5em 0.5em 2em 0.5em; 
}

div.figure img {
	padding: 0.2em; 
	width: 95%; 
} 

div.lfigure img {
	padding: 0.2em; 
	width: 95%; 
} 

div.smallfigure, div.figure, div.lfigure p {
	padding: 0.2em; 
	font-style: normal; 
	font-size: 80%; 
	text-indent: 2em; 
}

div.centerimage img{ 
	width: 100%; 
	padding: 10px 0px 10px 0px; 
}
