﻿p {
	margin: 0;
	font-size: 1.2em;
	margin-bottom: 0.6em;
	font-weight: normal;
	color: #3E3628;
	font-family: Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 2.4em;
	color: #3E3628;
	margin: 0;
	margin-bottom: 0.6em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
h2 {
	font-size: 1.6em;
	color: #3E3628;
	margin: 0;
	margin-bottom: 0.4em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #7EA656;
}
.container {
	overflow:auto;
	width: 960px;
	margin: 0px auto;
	background-color: #ffffff;
}
#masthead {
	margin-bottom: 10px;
	width: 960px;
}
.ellis {
	position: relative;
	width: 960px;
	height: 86px;
	background-color: #fff;
}
.ellisleft {
	position: absolute;
	left: 8px;
	bottom: 0px;
	width: 400px;
	letter-spacing:2pt;
	margin: 0;
	padding: 0;
	font-size: 3.3em;
	color: #232326;
	background-color: #fff;
}
.ellisright {
	position: absolute;
	right: 10px;
	bottom: 4px;
	width: 440px;
	letter-spacing: 0pt;
	text-align: right;
	font-size: 2.0em;
	color: #F43859;
	background-color: #fff;
}

/******************************** Navigation ************************************/
#navigation {
	overflow: hidden;
	color: #fff;
	line-height: 1.6em;
	width: 940px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #736362;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}
#navigation li {
	float: left;
	margin: 0;
	padding: 0;
}
#navigation a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 1.2em;
	font-weight: normal;
}
#navigation a:hover {
	text-decoration: underline;
	color: #fff;
}
/******************************** Left Column ************************************/

.left-column{
	position: relative;
	float: left;
	width: 200px;
	padding-right: 10px;
	padding-left: 30px;
	background-color: #ffffff;
}
.lc-block1 {
	border-radius: 15px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #DFE25D;
}
.lc-block1 p {
	color: #3E3F0C;
	margin-bottom: 0px;
}
.lc-block2 {
	border-radius: 15px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #DFE25D;
}
.lc-block2 p {
	color: #3E3F0C;
	margin-bottom: 0px;
}
.lc-block2a {
	height: 200px;
	width: 200px;
	position: relative;
	border-radius: 15px;
	margin-top: 8px;
	margin-bottom: 20px;
	background-image:url('../images/turkey2.jpg')
}
.lc-block3 {
	border-radius: 15px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #F43859;
}
.lc-block3 p {
	color: #F7F8F3;
	margin-bottom: 0px;
}
.lc-block4 {
	position: relative;
	border-radius: 15px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #F43859;
}
.lc-block4 p {
	color: #F7F8F3;
	margin-bottom: 0px;
}
.lc-block4 a {
	font-size:1.2em;
	color: #F7F8F3;
	text-decoration: none;
}
.lc-block4 a:hover {
	color: #F7F8F3;
	text-decoration: none;
}
/******************************** Central Column ************************************/
.central-column {
	float: left;
	width: 400px;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #ffffff;
}
/******************************** Left Column ***************************************/
.right-column{
	position: relative;
	float: left;
	width: 200px;
	padding-right: 30px;
	padding-left: 10px;
	background-color: #ffffff;
}
.rc-block1 {
	position: relative;
	border-radius: 15px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #F43859;
}
.rc-block1 p {
	color: #F7F8F3;
	margin-bottom: 0px;
}
.rc-block1 a {
	font-size:1.2em;
	color: #F7F8F3;
	text-decoration: none;
}
.rc-block1 a:hover {
	color: #F7F8F3;
	text-decoration: none;
}
.rc-block2 {
	position: relative;
	border-radius: 15px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #DFE25D;
}
.rc-block2 p {
	color: #3E3F0C;
	margin-bottom: 0px;
}
.rc-block2 a {
	font-size:1.2em;
	color: #3E3F0C;
	text-decoration: none;
}
.rc-block2 a:hover {
	color: #3E3F0C;
	text-decoration: none;
}
.rc-block2a {
	height: 200px;
	width: 200px;
	position: relative;
	border-radius: 15px;
	margin-top: 8px;
	margin-bottom: 20px;
	background-image:url('../images/turkey1.jpg')
}
/*********************************  Footer styles  ******************************************/
.footer {
	float: left;
	margin-top: 20px;
	text-align: center;
	width: 960px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #736362;
}
.footer p {
	font-size: 1.0em;
	color: #fbf0d4;
	margin-top: 5px;
	text-align: center;
}
.footer a {
	color: #fbf0d4;
	text-decoration: none;
}
.footer a:hover {
	color: #fbf0d4;
	text-decoration: underline;
}
/*********************************  Hyperlink styles  ******************************************/
a {
	color: #203515;
	text-decoration: underline;
}

a:hover {
	color: #203515;
	text-decoration: none;
}
/*********************************  Unordered list styles  ******************************************/

ul {
}
li {
}

/*********************************  Table styles  ******************************************/

/*-----------------------  Home page -------------------------*/
.home1-titlestyle {
	line-height: 1.0em;
	width: 100px;
	text-align: center;
	color: #ffffff;
	background-color: #736362;
}

.home1-cellstyle1a {
	line-height: 1.0em;
	width: 100px;
	text-align: center;
	color: #3E3628;
	background-color: #D1C9B8;
}
.home1-cellstyle1b {
	line-height: 1.0em;
	width: 71px;
	text-align: center;
	color: #3E3628;
	background-color: #D1C9B8;
}
.home1-clr2 {
	text-align: center;
	color: #ffffff;
	background-color: #A69576;
}
/*-----------------------  Bacon & Sausages page -------------------------*/

.baconsaus1-tablestyle {
	width: 100%;
	margin-top: 20px;
}
.baconsaus1-titlestylea {
	line-height: 1.0em;
	width: 220px;
	text-align: center;
	color: #ffffff;
	background-color: #736362;
}
.baconsaus1-titlestyleb {
	line-height: 1.0em;
	width: 71px;
	text-align: center;
	color: #ffffff;
	background-color: #736362;
}
.baconsaus1-titlestylec {
	line-height: 1.0em;
	width: 51px;
	text-align: center;
	color: #ffffff;
	background-color: #736362;
}

.baconsaus1-cellstyle1a {
	line-height: 1.0em;
	width: 220px;
	text-align: center;
	color: #3E3628;
	background-color: #D1C9B8;
}
.baconsaus1-cellstyle1b {
	line-height: 1.0em;
	width: 71px;
	text-align: center;
	color: #3E3628;
	background-color: #D1C9B8;
}
.baconsaus1-cellstyle1c {
	line-height: 1.0em;
	width: 51px;
	text-align: center;
	color: #3E3628;
	background-color: #D1C9B8;
}
.baconsaus1-clr1 {
	text-align: center;
	color: #ffffff;
	background-color: #A69576;
}

/*-----------------------  Ham & Pork page -------------------------*/

.hampork1-tablestyle {
	width: 100%;
	margin-top: 20px;
}
.hampork1-titlestylea {
	line-height: 1.0em;
	width: 150px;
	text-align: center;
	color: #ffffff;
	background-color: #736362;
}
.hampork1-titlestyleb {
	line-height: 1.0em;
	width: 70px;
	text-align: center;
	color: #ffffff;
	background-color: #736362;
}
.hampork1-titlestylec {
	line-height: 1.0em;
	width: 50px;
	text-align: center;
	color: #ffffff;
	background-color: #736362;
}
.hampork1-titlestyled {
	line-height: 1.0em;
	width: 70px;
	text-align: center;
	color: #ffffff;
	background-color: #736362;
}

.hampork1-cellstyle1a {
	line-height: 1.0em;
	width: 150px;
	text-align: center;
	color: #3E3628;
	background-color: #D1C9B8;
}
.hampork1-cellstyle1b {
	line-height: 1.0em;
	width: 70px;
	text-align: center;
	color: #3E3628;
	background-color: #D1C9B8;
}
.hampork1-cellstyle1c {
	line-height: 1.0em;
	width: 50px;
	text-align: center;
	color: #3E3628;
	background-color: #D1C9B8;
}
.hampork1-cellstyle1d {
	line-height: 1.0em;
	width: 70px;
	text-align: center;
	color: #3E3628;
	background-color: #D1C9B8;
}
.hampork1-clr2 {
	text-align: center;
	color: #ffffff;
	background-color: #A69576;
}
/*-----------------------  Beef page -------------------------*/

.beef-tablestyle {
	width: 100%;
	margin-top: 20px;
}
.beef-titlestylea {
	line-height: 1.0em;
	width: 150px;
	text-align: center;
	color: #ffffff;
	background-color: #736362;
}
.beef-titlestyleb {
	line-height: 1.0em;
	width: 70px;
	text-align: center;
	color: #ffffff;
	background-color: #736362;
}
.beef-titlestylec {
	line-height: 1.0em;
	width: 50px;
	text-align: center;
	color: #ffffff;
	background-color: #736362;
}
.beef-titlestyled {
	line-height: 1.0em;
	width: 70px;
	text-align: center;
	color: #ffffff;
	background-color: #736362;
}
/*-----------------------*/
.beef-cellstyle1a {
	line-height: 1.0em;
	width: 150px;
	text-align: center;
	color: #3E3628;
	background-color: #D1C9B8;
}
.beef-cellstyle1b {
	line-height: 1.0em;
	width: 70px;
	text-align: center;
	color: #3E3628;
	background-color: #D1C9B8;
}
.beef-cellstyle1c {
	line-height: 1.0em;
	width: 50px;
	text-align: center;
	color: #3E3628;
	background-color: #D1C9B8;
}
.beef-cellstyle1d {
	line-height: 1.0em;
	width: 70px;
	text-align: center;
	color: #3E3628;
	background-color: #D1C9B8;
}

.beef-colour2 {
	text-align: center;
	color: #ffffff;
	background-color: #A69576;
}
