﻿body
{
	font-family: sans-serif;
	font-size: 12pt;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}

div#page
{
	width: 800px;
	margin: 0px 50px 0px 50px;
	background-color: #fffff0;
	margin:0 auto;
}

div#header
{
	height: 150px;
	background-image: url(images/steakHeader.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

div#content
{
	background-color: #fffff0;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

div#innerContent
{
	padding: 0px 10px 3px 20px;
}

div#footer
{
	background-color: #ff8c00;
	text-align: center;
	font-size: x-small;
	margin-top: 30px;
}

div#menu
{
	background-color: #ff8c00;
	text-align: center;
	font-size: medium;
	padding: 5px 10px 5px 10px;
	background-image: url(images/menuBack.png);
	background-position: left center;
	background-repeat: repeat-x;
}

p.footer
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

p.footNav
{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
}

a.footNav
{
	color: #ffffff;
	font-size: small;
	padding: 0px 3px 0px 3px;
}

p.mainNav
{
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-size: large;
}

a.menuItem
{
	color: #ffffff;
	text-decoration: none;
}
a.menuItem:hover
{
	color: #0000aa;
}
span.menuItem
{
	padding: 0px 12px 0px 12px;
}

div#submenu
{
	text-align: center;
	font-size: small;
	padding: 5px 0px 5px 0px;
}

a.submenuItem
{
	color: #000000;
}
span.submenuItem
{
	padding: 0px 5px 0px 5px;
}

p.mainNav
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: medium;
}

p.footNav
{
}

div#PrimeSteakSpeciality
{
	background-image: url(images/SteakStamp.gif);
	background-repeat: no-repeat;
	float: right;
	clear: none;
	width: 160px;
	height: 95px;
	margin-right: 10px;
}
div#BritishBeefHeader
{
	background-image: url(images/Britishbeefheader.jpg);
	background-repeat: no-repeat;
	float: right;
	clear: none;
	width: 75px;
	height: 50px;
	margin-left: 10px;
}
div#BritishBeef
{
	background-image: url(images/Britishbeef.gif);
	background-repeat: no-repeat;
	float: left;
	clear: none;
	width: 160px;
	height: 95px;
	margin-left: 10px;
}

.clear
{
	clear: both;
	width: 100%;
}

h1#pageTitle
{
	padding-left: 50px;
}

p
{
	padding: 0px 5px 3px 3px;
	margin: 0px 5px 3px 3px;
}

input.input,
textarea.input
{
	width: 300px;
}
textarea.input
{
	height: 100px;
}

td,th
{
	vertical-align: top;
}
th.right
{
	text-align: right;
}
td.left
{
	
	text-align: left;
}

hr.seperator
{
	width: 90%;
	text-align: center;
	line-height: 1px;
	border-style: dashed;
	border-color: #ffaa00;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h1,h2,h3,h4,h5,h6
{
	padding: 5px 5px 4px 3px;
	margin: 5px 5px 4px 3px;
}
h1 {font-size: 16pt;}
h2 {font-size: 15pt;}
h3 {font-size: 14pt;}
h4 {font-size: 13pt;}
h5,h6 {font-size: 12pt;}

form
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.right
{
	float: right;
	clear: right;
}

a
{
	color: #993300;
	border-style: none;
}

img
{
	border-style: none;
}

div.border
{
	border-color: #ffaa00;
	border-width: 1px;
	border-style: solid;
	padding: 2px 0px 2px 2px;
	margin-top: 10px;
}

div#ThreeFootTall
{
	text-align: right;
	font-size: xx-small;
	color: #000000;
	font-family: sans-serif;
}
a#ThreeFootTallLink
{
	color: #000000;
	text-decoration: underline;
}








