* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 1;
	background: #1a0d05 url(../images/bg.jpg) no-repeat fixed;
}

form {
	margin: 0;
	padding: 0;
}

a:active,a:focus {
	outline: none;
	-moz-outline-style: none;
}

input.button { cursor: pointer; }

html, body, p, td, td p, li {
	font: normal normal 11px/18px Georgia,serif;
	color: #231f20;
}

li {
	margin-left: 20px;
}

p {
	padding-bottom: 15px;
}

h1, .componentheading, .contentheading, .componentheading-recipes, .contentheading-recipes {
	padding: 0px 0px 10px 0px;
	font: bold italic 24px/24px Georgia,serif;
	color: #b37c26;
	text-align: left;
	margin: 0;
}
h2 {
	font: normal normal 18px/20px Georgia,serif;
	color: #57271c;
	padding: 0px 0px 10px 0px;
}
h3,h4, a.blogsection, a.contentpagetitle, a.contentpagetitle-inthenews, a.contentpagetitle-events {
	font: bold italic 14px/16px Georgia,serif;
	color: #b37c26;
	padding: 0px 0px 10px 0px;
}
h4 {
	font-size: 12px;
	line-height: 12px;
	padding: 0px 0px 20px 0px;
}

img { border: 0 none; }

.clear { clear: both; }

/*****************************************/
/***** Template positioning elements *****/
/*****************************************/
#wrapper {
	position: relative;
	display: block;
	width: 940px;
	min-width: 600px;
	min-height: 100%;
	text-align: left;
	margin: 0px 80px 0px 80px;
	background: transparent url(../images/repeat.png) repeat-y;
	z-index: 10;
}

#headerarea {
	position: absolute;
	top: 0px;
	display: block;
	background: transparent url(../images/header2.jpg) no-repeat;
	width: 940px;
	height: 350px;
	z-index: 30;
	margin-left: 20px;
}

#headerarea #logo {
	display: block;
	width: 285px;
	height: 128px;
	background: transparent;
	position: absolute;
	top: 10px;
	left: 187px;
	text-indent: -999em;
}

#headerarea #headermenu {
	display: block;
	position: absolute;
	top: 80px;
	right: 70px;
}
	#headerarea #headermenu ul.menu {
		padding: 0;
		margin: 0;
		list-style: none;
	}
		#headerarea #headermenu ul.menu li {
			padding: 0;
			margin: 0;
			float: left;
		}
		#headerarea #headermenu ul.menu li a {
			font: normal normal 12px/12px Georgia;
			text-decoration: underline;
			color: #455A3E;
			padding-left: 20px;
		}
		#headerarea #headermenu ul.menu li a:hover {
			color: #57271C;
		}


#headerinner {
	position: absolute;
	right: 70px;
	display: block;
	background: url(../images/user-bg-centre.gif) repeat-x;
	z-index: 35;
}

	#headermenucentre {
		display: block;
		position: relative;
		float: left;
		height: 34px;
		padding: 0px 10px 0px 10px;
		z-index: 40;
	}
		#headermenucentre table {
			margin-left: 10px;
			margin-right: -150px;
		}
	
		#headermenucentre a.mainlevel {
			display: inline;
			font: normal normal 10px/25px Georgia,serif;
			color: #fff;
			text-decoration: none;
			z-index: 50;

		}
		#headermenucentre a.mainlevel:hover {
			text-decoration: underline;
		}
		#headermenucentre span.mainlevel {
			font: normal normal 12px/25px Georgia,serif;
			color: #7d5344;
		}

	#headermenuleft, #headermenuright {
		position: relative;
		display: block;
		width: 4px;
		height: 34px;
		margin: 0;
		padding: 0;
	}
	#headermenuleft {
		float: left;
		background: url(../images/user-bg-left.gif) no-repeat;
	}
	#headermenuright {
		float: right;
		background: url(../images/user-bg-right.gif) no-repeat;	
	}

	#header2 {
			position: relative;
			float: left;
			display: block;
			width: 100%;
			height: 28px;
			background: transparent url(../images/trans-white60.png) repeat;
			text-align: center;
			margin-top: 5px;
		}
		#header2, #header2 p {
			font: normal normal 12px/28px Georgia,serif;
			color: #57271c;
		}

	#topmenu {
		position: absolute;
		top: 150px;
		left: 70px;
		display: block;
		width: 800px;
		height: 11px;
	}
	#topmenuinner {
		position: relative;
		float: left;
		top: 0px;
		left: 0px;
	}

	#topmenuinner a {
		position: relative;
		float: left;
		display: block;
		height: 11px;
		text-indent: -999em;
		margin-left: 40px;
	}
	#topmenuinner a:hover {
		background-position: 100% 0px;
	}

	a#our_story {
		width: 114px;
		margin-left: 34px;
		background: url(../images/main-our-story.gif) no-repeat;
	}
	a#gourmet_products {
		width: 206px;
		background: url(../images/main-gourmet-products.gif) no-repeat;
	}
	a#the_recipes {
		width: 126px;
		background: url(../images/main-the-recipes.gif) no-repeat;
	}
	a#media_events {
		width: 166px;
		background: url(../images/main-media-events.gif) no-repeat;
	}

#contentarea {
	position: relative;
	width: 800px;
	padding: 0px 70px 0px 70px;
	top: 220px;
	z-index: 30;
}

#contentarea #leftpanel {
	display: block;
	width: 160px;
	position: relative;
	float: left;
}
	#contentarea #leftpanel ul {
		margin-bottom: 10px;
	}
		#contentarea #leftpanel ul li {
			color: #9B6400;
		}
			#contentarea #leftpanel ul li a {
				text-decoration: none;
			}

#contentinner {
	display: block;
	float: right;
	width: 600px;
}


#footerarea {
	clear: both;
	position: relative;
	top: 194px;
	display: block;
	width: 940px;
	height: 194px;

/*
	position: absolute;
	bottom: 0px;
	margin-bottom: -140px;
*/

	background: transparent url(../images/footer.png) no-repeat;
	z-index: 25;
}

#pure_canadian {
	position: absolute;
	top: 42px;
	left: 80px;
	display: block;
	width: 230px;
	height: 42px;
	background: transparent url(../images/100-percent-canadian.gif) no-repeat;
	text-indent: -999em;
}

#newsletter {
	position: absolute;
	top: 42px;
	right: 80px;
	display: block;
	max-height: 230px;
	min-width: 100px;
	overflow: hidden;
	z-index: 40;
}
	#newsletter p {
		text-align: right;
		padding-bottom: 1px;
	}
	#newsletter input {
		border: 1px solid #e5dab8;
		color: #231f20;
		font: normal normal 11px Georgia,serif;
		vertical-align: middle;
		padding: 4px;
		height: 12px;
		width: 150px;
		float: right;
	}
	#newsletter a#stay_informed, input#stay_informed {
		display: block;
		width: 76px;
		height: 22px;
		background: url(/components/com_virtuemart/themes/default/images/btn-submit.gif) no-repeat;
		text-indent: -999em;
		float: right;
		margin-left: 5px;
	}
	#newsletter a#stay_informed:hover, #newsletter a#stay_informed:focus {
		background-position: -74px 0px;
	}
	input#stay_informed:hover, input#stay_informed:focus {
		margin-left: 5px;
		background: url(/components/com_virtuemart/themes/default/images/btn-submit.gif) no-repeat;
		cursor: pointer;
		background-position: -74px 0px;
	}

#footer1 {
	position: relative;
	top: 112px;
	left: 70px;
	display: block;	
	width: 800px;
	text-align: center;
	z-index: 40;
}

	#footer1 table, #footer1 table tbody, #footer1 table tbody tr, #footer1 table tbody tr td {
		display: inline; 
	}

	#footer1 a.mainlevel {
		font: normal normal 12px/12px Georgia,serif;
		color: #fff;
		text-decoration: none;
	}
	#footer1 a.mainlevel:hover {
		text-decoration: underline;
	}
	#footer1 span.mainlevel {
		font: normal normal 12px/12px Georgia,serif;
		color: #b37c36;
		margin: 0px 7px 0px 7px;
	}

#footer2 {
	position: absolute;
	bottom: 45px;
	left: 70px;
	display: block;
	width: 800px;
	height: 20px;
	text-align: center;
	z-index: 40;
}

.pagenav_next, .pagenav_prev {
	display: none;
}

div.chronoform {
	display: none;
}

div.blog_more-recipes div strong {
	display: none;
}

div.blog_more-recipes ul, ul.menu-recipes {
	list-style: none;
	margin-left: -20px;
}

#contentinner {
	padding-bottom: 30px;
	min-height: 280px;
}

/* old stuff */
#pathway {
	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
}

#search {
	float: right;
	width:320px;
	margin-top: -20px;
	margin-right: 30px;
	height: 40px;
	overflow: hidden;
	text-align:right;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}

#area {
	padding: 0;
}
/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding: 0px 0px 0px 140px;
	line-height: 14px;
	height: 16px;
	width: 100%;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* spacers */
.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}


/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.contentpaneopen li {
	margin: 0;
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}

/* homepage specific */
table#homepage table.blog tbody tr td div table.contentpaneopen {
	border: 0;
}
table#homepage tbody tr td table.contentpaneopen tbody tr td table tbody tr td.listing_agent {
	display: none;
}
table#homepage tbody tr td h2 {
	color: #f6070d;
	font: normal normal 14px Helvetica,Arial,sans-serif;
	padding: 0;
	margin: 0;
}

.width1 { width: 304px; }
.width2 {  }
.width3 { 
	position: relative;
	width: 178px; 
	padding-left: 4px; 
	display: block; 
}
#booknow-button {
	top: 66px;
	position: absolute;
}
.width4 { padding-right: 10px; }
.width5 { padding-right: 10px; }
.width6 { width: 14px; }
.marginbottom15 { margin-bottom: 15px; }


span.article_separator {
	display: none;
}

table#chartersformtable {
	margin-left: -40px;
	z-index: 97;
}
	table#chartersformtable tbody tr td label {
		padding-right: 10px;
		z-index: 97
	}

div.contact_email {
	margin-top: -40px;
}

#sbox-window {
	background-color: #fff;
}

#footer2, #footer2 ul li a {
	font: normal normal 10px/10px Arial,sans-serif;
	color: #57271c;
	z-index: 45;
}

	#footer2 a span {
		margin: 0;
		padding: 0;
		line-height: 8px;
		height: 8px;
	}


	#footer2 ul, #footer2 ul li {
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#footer2 ul li {
		margin: 0px 6px 0px 6px;
	}
		#footer2 ul li a {
			text-decoration: underline;
		}
		#footer2 ul li a:hover {
			color: #231f20;
		}
	

	#footer2 a.web_design {
		color: #57271c;
		text-decoration: none;
	}
	#footer2 a.web_design:hover {
		text-decoration: none;
		color: #231f20;
	}
	a.web_design span {
		text-decoration: underline;
	}

a, a:active, a:link, a:visited, td ul li a {
	color: #b37c26;
	text-decoration: underline;
	cursor: pointer;
}
a:hover, td ul li a:hover {
	color: #9b6400;

}

#footer2 ul li a span {
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
#footer2 ul li a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#footer2 ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

td.contentheading {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 10px;
}

table.contentpaneopen-inthenews tbody tr td p, table.contentpaneopen-events tbody tr td p {
	border-bottom: 1px solid #e5dab8;
	padding-bottom: 5px;
	margin-bottom: 10px;
	
}

table#chefpage {
	width: 325px;
	border: 0;
}
	table#chefpage tbody tr td input {
		width: 200px;
	}
	table#chefpage tbody tr td textarea {
		width: 325px;
		height: 150px;
	}
	table#chefpage tbody tr td input[type=submit] {
		display: block;
		margin: 10px 0px 0px 0px;
		padding: 0;
		border: 0;
		width: 62px;
		height: 22px;
		background: url(../images/btn-send.gif) no-repeat;
		cursor: pointer;
	}

#gourmet_products {
	display: block;
	width: 800px;
	margin: 0;
	padding: 0;

}
	#gourmet_products div.moduletable {
		display: block;
		width: 130px;
		margin: 0px 15px 50px 15px;
		padding: 0;
		border: 0;
		float: left;
	}
		#gourmet_products div.moduletable ul {
			margin-top: 10px;
		}
			#gourmet_products div.moduletable ul li {
				margin-left: 20px;
				color:#B37C26;
			}
