body {
	font-family:Arial;
	font-size: 14px;
	background:#1e0700 url(images/bg_pattern_repeat.png) repeat-x center top;
	margin:0px;
	padding:0px;
	margin: 0;
	line-height: 1.5em;
	font-family:Times New Roman, Times, Georgia;
	font-style:italic;
	font-weight:bold;
	}


#debug {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 200px;
  background: #fff;
  color: #000;
}

#wrapper {
}
	
hr, .hide, .flash_block_replaced_content {
	display: none;
	}
	
img {
	border: none;
	}
	
p {
	margin: 0 0 1em 0;
	}

/*  links */

a {
	color: #c6a138;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	color: #593D14;
	}

li {
  min-height: 1px;
}
	
* html li {
	height: 1px;
	}

	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 object,
h2 object,
h3 object,
h4 object,
h5 object,
h6 object
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 30px;
	line-height: 36px;
	margin: 0;
	font-weight: normal;
	}
	
h2, h3, h4 {
	font-size: 16px;
	margin:0;
	font-weight: bold;
	}
	
h2, h3 {
  font-size: 20px;
  line-height: 1.4em;
  font-style: italic;
	}
	
h3 {
  color: #C6A138;
	padding-left:232px;  
	}
	
h4 {
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
	
h6 {
    font-size:14px;
    font-weight:bold;
    color:#72541C !important;
}
	
.red {
    color:#9b0000;
}	

sup {
    font-size:20px;
}

#page_headings h2 {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
}

	
/* [ Site Header ] */

#site_header_wrapper {
	position: relative;
	height: 55px;
	margin: 0;
	z-index:1000;
	}
	
#site_header {
	height: 55px;
	width: 540px;
	margin: 0 auto;
	position: relative;
	}
	
#site_header_logo 
{
	margin:0px;
	position:absolute;
	top:0px;
	left:138px;
	}
	
#site_header_logo a {
	color: #fff;
	line-height:0px;
	font-size:0px;
	display:block;
	overflow:hidden;
	background:url(images/branding.gif) no-repeat;
	height:121px;
	width:264px;
	}
	
#site_header_20_years {
    margin:0px;
	position:absolute;
	top:0px;
	left:0;
}

#site_header_20_years a {
	color: #fff;
	line-height:0px;
	font-size:0px;
	display:block;
	overflow:hidden;
	background:url(images/celebrating-20-years.png) no-repeat;
	height:140px;
	width:80px;
	}
	
/* [ Site Header Tools ] */
#site_header_tools {
	position: absolute;
	top: -54px;
	right: 0;
	font-size: 11px;
	color: #ccc;
	text-align: right;
	}
	
#site_header_tools a {
	color: #999;
	text-decoration: none;
	}
	
#site_header_tools a:hover {
	color: #999;
	background: none;
	}
	
/* [ Mini Search ] */

#mini_search {
	position: absolute;
	top: 20px;
	right: 20px;
	}
	
.mini_search_field {
	height: 14px;
	width: 100px;
	padding: 2px 2px 2px 16px;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 5px;
	border: 1px solid #a9a9ab;
	background: #fff url(images/mini_search_field.gif) no-repeat 2px 3px;
	}
	
#mini_search .focus {
	border: 1px solid #6ccff6;
	color: #333;
	}

.mini_search_button {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9000px;
	background: #56595c url(images/mini_search_button.gif) no-repeat 0 0;
	float: left;
	}
	
.mini_search_button:hover {
	background: #939495 url(images/mini_search_button.gif) no-repeat 0 -20px;
}
	
	
/* [ Page Header ] */

#page_header_wrapper {
	height: 150px;
	width:540px;
	margin:0px auto;
	position:relative;
	z-index:100;
	}
#header_image{
	left:-55px;
	width:300px;
	height:265px;
	position:absolute;
	top:70px;
	background:url(images/chocolate.png) no-repeat top left;
	}
	
#page_header {
	height: 150px;
	width: 540px;
	margin: 0 auto;	
	position:relative;
	}

	
/* [ Main ] */

#main_wrapper 
{

}

#main {
	width: 540px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	min-height: 1px;
	}
	
* html #main {
	height: 1px;
	}
	
#main:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}
	
	
/* [ Content ] */

#content 
{
	padding: 0px;
	padding-bottom:30px; 
	color: #c6a138;
	position: relative;
	min-height: 600px;
	float: left;
	width: 540px;
	}
* html #content{
	margin-top:-120px;
	}

#content strong{
	color:#72541c;
	font-weight:bold;
	
}

#content p,
#content ul,
#content h2,
#content h4,
#content h6{
	width:238px;
	padding-left:272px;
	color:#c6a138
	}
	
#content ol {
    padding-left:290px;
}

#content h2{
	color:#72541c;
	}
	
#content .full_length{
	width:480px;
	padding-left:30px;
	}
	
#content h3{
	margin-left:30px;
	margin-bottom:20px;
	}

#content .hide{
	display:none;
	}
	
#content h1{
	display:none;
	}

#content .line_break{
	margin:30px 0px 10px 28px;
	background:url(images/line_break.gif) no-repeat right top;
	width:483px;
	height:43px;
	}

* html #content {
	height: 400px;
	}
	
#content a {
    color:#9b0000;
}

#content .intro {
    font-size:20px;
    line-height:1.1em;
    margin:1em 0 2em;
}

#content .home-intro {
    font-size:18px;
    white-space:nowrap;
}

#content .full-width p,
#content .full-width ul,
#content .full-width h2,
#content .full-width h3,
#content .full-width h4,
#content .full-width h6,
#content .full-width h2.intro{
	padding-left:0px;
	margin-left:0;
	width:auto;
	}

	

/* [ Sidebar ] */
#sidebar {
	width: 180px;
	float: left;
	position: relative;
	background: url(images/sidebar.gif) no-repeat bottom;
	padding: 0;
	z-index: 1000;
	}
	
.sidebar_panel a {
	display: block;
	color: #fff;
	background: #999;
	padding: 10px;
	margin: 10px 0;
	}
	
.sidebar_panel a h4 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	margin: 0;
	padding: 0;
	}
	
.sidebar_panel a p {
	margin: 0;
	line-height: 14px;
	}

/* [ Footer ] */
#footer_wrapper {
	height: 73px;
	background:url(images/footer.jpg) repeat-x center bottom;
	}

#footer {
	width: 500px;
	margin: 0 auto;
	font-size: 11px;
	color: #1e0700;
	position: relative;
	clear: both;
	min-height: 1px;
	padding: 20px 0;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #1e0700;
	text-decoration: none;
	margin:0px;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer #footer_copyright{
	float:left;
	}
	
#footer #footer_links{
	padding-left:30px;
	float:left;
}
#footer #site_credit{
	padding-left:0px;
	float:right;
	}
.confirm_message h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	line-height:22px;
}

/* News */

.news_summary {
    background:#321300;
    border:1px solid #2C080C;
    margin:0 0 20px;
    min-height:1px;
    padding:15px 15px 30px;
} * html .news_summary { height:1px; } .news_summary:after { content:"."; clear:both; display:block; visibility:hidden; height:0; }

.news_summary .image {
    float:right;
    width:120px;
    
}

.news_summary .info {
    float:left;
    width:370px;
}

.news_summary h2 {
    margin:0 0 10px;
}

.news_summary em {
    color:#72541C;
}

#further-info-button{
	display:block;
	width:136px;
	height:48px;
	background:url(images/further-info-button.jpg) no-repeat center top;
	margin:30px 0 0 180px;
	float:left;
}
#further-info-button:hover{
	background-position:bottom;
}

#food_service_image{
	width:210px;
	height:140px;
	background:url(images/dark-chocolate-block.jpg) no-repeat left top;
	position:absolute;
	border:1px solid #58440c;
	}
