/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#centre {
	margin: auto;
	width: 783px;
	height: 446px;
	padding: 0;
}

/* HOME PAGE */

#content {
	width: 782px;
	height: 446px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	background-color: #EBA627;
	background-image: url(../images/home_pics.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#homeheader {
	width: 663px;
	height: 117px;
	margin-left: 118px;
	background-image: url(../images/home_header.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#logo {
	position: absolute;
	width: 228px;
	height: 53px;
	margin-left: 73px;
	top: 32px;
	z-index: 10;
}	

#feast {
	position: absolute;
	top: 37px;
	width: 328px;
	height: 106px;
	margin-left: 276px;
	margin-bottom: 0;
	background-image: url(../images/home_feast.gif);
	background-repeat: no-repeat;
	z-index: 1px;
}
#bar {
	width: 664px;
	height: 31px;
	margin-left: 118px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	line-height: 29px;
	padding-left: 15px;
	margin: 0;
}


a h2
{
text-decoration: none;	
}

#navigator {
	width: 148px;
	height: 29px;
	margin-left: 0;
	margin-top: 0;
	background-color: #A25E1F;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
}

#navigator ul {
	margin: 0;
	margin-left: -1px;
	padding: 0;
	width: 148px;
	height: 227px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #CB8225;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#navigator li {
	list-style-type: none;	
	margin-top: 11px;
	margin-bottom: 11px;
	padding-left: 15px;
}

#navigator a {
	color: #fff;
	text-decoration: none;
}

#navigator a:hover {
	color: #fff;
	text-decoration: underline;
}

#homeshop {
	width: 355px;
	height: 29px;
	margin-top: 0;
	background-color: #BC7925;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding-left: 8px;
	line-height: 12px;
	float: left;
}


h1 {
	display: none;
}

#recipe {
	width: 149px;
	height: 29px;
	margin-left: 0;
	margin-top: 0;
	background-color: #D38517;
	border-bottom: 1px solid #fff;
	float: left;
}

#recipe2 {
	position: absolute;
	width: 120px;
	height: 276px;
	background-color: #000;	
	color: #fff;
	font-size: 11px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	padding-bottom: 10px;
	line-height: 15px;
	margin-right: 0;
	top: 148px;
	margin-left: 632px;
}

#recipe2 img {
	border: 1px solid #fff;
	margin-bottom: 7px;
	margin-top: 0;
}

#more {
	margin-left: 83px;
	margin-top: 10px;
}

#more img {
	border: 0px solid #000;
	padding-left: 5px;
	float: right;
	margin-top: -17px;
}

#more a {
	color: #fff;
	text-decoration: none;
	margin-top: 20px;
}

#more a:hover {
	color: #fff;
	text-decoration: underline;
}

#inner {
	position: absolute;
	width: 319px;
	height: 254px;
	margin-left: 268px;
	top: 148px;
	background-color: #EBA627;
	border-right: 1px solid #fff;
	padding-left: 8px;
	line-height: 18px;
	color: #000;
	font-size: 12px;
	padding: 22px;
}

#scroller {
	position: absolute;
	width: 351px;
	height: 50px;
	top: 227px;
	margin-left: -23px;
	background-color: #FFF;
	border: 1px solid #fff;
}

#scroller #leftarrow {
	margin-left: 0;
	width: 18px;
	height: 33px;
	background-color: #BC7925;
	float: left;
	padding-left: 8px;
	padding-top: 17px;
	border-right: 1px solid #fff;
}
#scroller #rightarrow {
	margin-right: 0;
	width: 18px;
	height: 33px;
	background-color: #BC7925;
	padding-left: 8px;
	padding-top: 17px;
	float: right;
	border-left: 1px solid #fff;
}

#view {
	position: absolute;
	top: 376px;
	margin-left: 118px;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #fff;
	height: 51px;
	padding-left: 15px;
	padding-top: 19px;
}

/* END HOME PAGE */

/* INTERIOR PAGES */
#l2content {
	width: 783px;
	height: 489px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	background-image: url(../images/l2_pics.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#l2feast {
	position: absolute;
	top: 37px;
	width: 328px;
	height: 106px;
	margin-left: 276px;
	margin-bottom: 0;
	
}

#l2navigator {
	width: 148px;
	height: 29px;
	margin-left: 0;
	margin-top: 0;
	background-color: #A25E1F;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
}

#l2navigator ul {
	margin: 0;
	margin-left: -1px;
	padding: 0;
	width: 148px;
	height: 227px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #CB8225;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	z-index: 20;
	position:absolute;
display: none;
}

#l2navigator li {
	list-style-type: none;	
	margin-top: 11px;
	margin-bottom: 11px;
	padding-left: 15px;
}

#l2navigator a {
	color: #fff;
	text-decoration: none;
}

#l2navigator a:hover {
	color: #fff;
	text-decoration: underline;
}

#l2bar {
	width: 664px;
	height: 31px;
	margin-left: 118px;
}

#l2bar a
{
	text-decoration: none !important;
}

#l2shop {
	width: 326px;
	height: 29px;
	margin-top: 0;
	background-color: #BC7925;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding-left: 8px;
	line-height: 12px;
	float: left;
}

#l2recipe {
	width: 119px;
	height: 29px;
	margin-left: 0;
	margin-top: 0;
	background-color: #D38517;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
}
#home {
	width: 59px;
	height: 29px;
	margin-left: 0;
	margin-top: 0;
	background-color: #E4A24E;
	border-bottom: 1px solid #fff;
	float: left;
}

#home h2 {
	text-transform: none;	
}

#l2inner {
	position: absolute;
	width: 500px;
	height: 254px;
	margin-left: 190px;
	top: 162px;
	padding-left: 8px;
	line-height: 18px;
	color: #000;
	font-size: 12px;
	padding: 22px;
}

#text {
	margin-left: 0;
	clear: both;
}

h3 {
	height: 31px;
	font-size: 14px;
	color: #fff;
	background-color: #A25E1F;	
	padding-left: 12px;
	padding-right: 10px;
	line-height: 29px;
	margin-left: 0;
	float: left;
	margin-top: 0;
}

#title {

}

h4 {
	height: 29px;
	font-size: 14px;
	color: #A25E1F;
	background-color: #fff;
	float: left;
	border: 1px solid #A25E1F;
	padding-left: 12px;
	padding-right: 10px;
	line-height: 29px;
	margin-left: 0;
	float: left;
	margin-top: 0;
}
.pic {
	padding-top: 23px;
	width: 152px;
	margin-left: 0;
	margin-right: 12px;
	padding-right: 12px;
	margin-bottom: 8px;
	font-size: 10px;
	font-style: italic;
	float: left;
	line-height: 12px;
}
.pic img {
	margin-bottom: 8px;
}

/* SHOP PAGE */

#shopfeast {
	position: absolute;
	top: 37px;
	width: 328px;
	height: 106px;
	margin-left: 276px;
	margin-bottom: 0;
	background-image: url(../images/shop_feast.gif);
	background-repeat: no-repeat;
	z-index: 1px;
}
#inshop {
	width: 498px;
	height: 29px;
	margin-top: 0;
	background-color: #BC7925;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 12px;
	float: left;
	text-align: right;
}

#text1
{
	margin-top: 0px;
	margin-left: 0px;
}


#text2
{
	margin-top: 60px;
	margin-left: 20px;
}


#text3
{
	margin-top: 120px;
	margin-left: 40px;
}


#text1, #text2,#text3
{
	color: #000;
	padding: 10px;
	text-align: center;
	line-height: 28px;
	font-size: 28px;
	position: absolute;
}

#sideimage1
{
width: 118px;
height: 147px;

	position: absolute;
		background-image: url(../images/pic1.jpg);
}

#sideimage2
{
margin-top: 148px;
width: 118px;
height: 113px;

	position: absolute;
		background-image: url(../images/pic2.jpg);
}

#sideimage3
{
margin-top: 262px;
width: 118px;
height: 113px;

	position: absolute;
			background-image: url(../images/pic3.jpg);
}

#sideimage4
{
margin-top: 376px;
width: 118px;
height: 113px;

	position: absolute;
	background-image: url(../images/pic4.jpg);
}

#url {
	position: absolute;
	right: 0px;
	top: 59px;
	display: none;
}

#l2shop h2, #homeshop h2 {
visibility: hidden;
}