body, html {
	margin: 0;
	padding: 0;
	background: #5c472f;
	color: #2a1c13;
	font-family: Arial, sans-serif;
	font-size: .85em;
}

* html body,
* html html {
	font-size: .80em;
}

body {
	background: #5c472f url('/static/img/bg.jpg') repeat-x;
}

a {
	color: #6b5946;
	text-decoration: none;
}

a:hover {
	color: #593c1c;
	text-decoration: none;
}

a.arrow {
	padding: 0 12px 0 0;
	background: url('/static/img/arrow-right.gif') 100% 50% no-repeat;
}

p.slim {
	margin: 0;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul.std {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*ul {
	margin: 0;
	padding: 0;
}*/



form.std {
	
}

form.std p {
	margin: 4px 0;
}

form.std input, form.std textarea, form.std select {
	margin: 0px;
	padding: 2px 0;
	border: 1px solid #aaa;
	background: #fff;
	color: #000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

form.std input[type="text"],
form.std input[type="password"] {
	width: 250px;
}

form.std input.short {
	width: 50px;
}

form.std textarea {
	width: 85%;
	height: 100px;
}

form.std div {
	clear: both;
	padding: 2px 0 2px 0;
}

form.std label {
	display: block;
	clear: left;
	float: left !important;
	width: 100%;
	text-align: left;
	margin: 0 10px 0 0;
}

form.std label.wrap {
	float: none;
	width: auto;
	text-align: left;
	margin: auto;
}

form.std p {
	clear: both;
	padding: 8px 0;
}

form.std div div {
	margin-left: 0;
	clear: none;
}

form.std div div label {
	float: none;
	width: auto;
	text-align: left;
	display: inline;
}

form.std div.align {
	margin: 3px 0px 7px 136px;
}

form.std fieldset {
	width: 85%;
	border: 0; /** 1px solid #000 **/
	margin: 0 0 16px 0;
	padding: 0;
}

form.std legend {
	font-weight: bold;
	margin: 0 0 15px 0;
}

hr {
	color: #8f8068;
	background: #8f8068;
	height: 1px;
	border: 0px solid #8f8068;
	margin: 10px 0 13px 0;
}

input.quantity {
	width: 47px !important;
}

div#container {
	margin: 0 auto;
	width: 888px;
	padding: 0;
	background: none;
}

div#single-page {
	padding: 15px 190px 15px 220px;
}

div#single-page h1 {
	color: #5C472F !important;
}

div#single-page div.news-post h2 {
	color: #000;
	font-size: 16px;
}

div#news-scroller {
	color: #000;
    height: 250px;
    overflow: auto;
    background-color: #FFF;
    padding: 10px;
}
div#news-scroller p.title {
    color: #6b2a12;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
 }
div#news-scroller a {
	color: #6b2a12 !important;
}
div#news-scroller p {
    margin-top: 0px;
 }

div#header,
div#blog-header {
	position: relative;
	margin: 0;
	padding: 40px 0 0 0;
}

div#header h1 a,
div#blog-header h1 a,
h1#blog-h1 a {
	position: relative;
	display: block;
	width: 244px;
	height: 0px;
	margin: 0 0 30px 0;
	padding: 44px 0 0 0;
	text-indent: -1000px;
	background: url('/static/img/bg-h1.png') no-repeat;
	overflow: hidden;
	z-index: 0;
}

h1#blog-h1 a {
	margin-top: -10px;
	margin-bottom: 0;
	padding: 176px 0 0 0;
	width: 888px;
	height: 0;
	background: #312318 url('/static/img/bg-blog-header.jpg') no-repeat;
}

div#header div#sites-search,
div#blog-header div#sites-search {
	position: absolute;
	top: 58px;
	right: 0;
}

div#header div#sites-search label,
div#blog-header div#sites-search label {
	display: block;
	float: left;
	position: relative;
	top: 0px;
	right: -7px;
	height: 10px;
	width: 35px;
	overflow: hidden;
	padding: 5px 4px 3px 4px;
	background: #2a1c13;
	color: #dbb994 !important;
	font-size: .65em !important;
}

div#header div#sites-search form input,
div#blog-header div#sites-search form input {
	margin: 0;
	background: #f6efe2;
	border: 1px solid #2b1d13;
	width: 140px;
	height: 14px;
}

div#header div#sites-search p,
div#blog-header div#sites-search p {
	margin: 0;
	float: left;
}

div#header div#sites-search p label,
div#blog-header div#sites-search p label {
	margin: 0px 7px 0px 0px;
	color: #24241c;
	font-size: .9em;
	text-transform: uppercase;
}

div#header div#sites-search p.submit input,
div#blog-header div#sites-search p.submit input {
	position: relative;
	top: 0px;
	width: 18px;
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 0px 0px;
	background: url('/static/img/search.gif') 0% 0% no-repeat;
	border: 0;
	cursor: pointer;
	text-indent: -1000px;
	overflow: hidden;
}

div#header ul#sites-nav,
div#blog-header ul#sites-nav {
	width: 858px;
	height: 46px;
	margin: 0;
	padding: 0 15px;
	list-style: none;
	background: #312318;
	overflow: hidden;
}

div#header ul#sites-nav li,
div#blog-header ul#sites-nav li {
	float: left;
	height: 43px;
	font-size: .85em;
	letter-spacing: .05em;
}

div#header ul#sites-nav li.active,
div#blog-header ul#sites-nav li.active {
	border-bottom: 3px solid #da4967;
}

div#header ul#sites-nav li.active a,
div#blog-header ul#sites-nav li.active a {
	color: #fff;
}

div#header ul#sites-nav li a,
div#blog-header ul#sites-nav li a {
	display: block;
	margin: 15px 0;
	padding: 2px 10px;
	border-right: 1px solid #c6b799;
	color: #c6b799;
	text-transform: uppercase;
}

div#header ul#sites-nav li:hover,
div#blog-header ul#sites-nav li:hover {
	border-bottom: 3px solid #da4967;
	color: #fff;
}

div#header ul#sites-nav li a:hover,
div#blog-header ul#sites-nav li a:hover {
	color: #fff;
}

div#header ul#sites-nav li a span,
div#blog-header ul#sites-nav li a span {
	text-transform: lowercase;
}

div#header ul#sites-nav li.last a,
div#blog-header ul#sites-nav li.last a {
	border: 0;
	padding: 2px 0px 2px 10px;
}

div#header ul#sites-nav a,
div#blog-header ul#sites-nav a {
	color: #fff;
}

div#header ul#sites-nav a:hover,
div#blog-header ul#sites-nav a:hover {
	color: #3a280d;
}

div#header ul#sites-top-nav,
div#blog-header ul#sites-top-nav {
/*	width: 396px;*/
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	z-index: 100;
}

div#header ul#sites-top-nav li,
div#blog-header ul#sites-top-nav li {
	float: left;
}

div#header ul#sites-top-nav li a,
div#blog-header ul#sites-top-nav li a {
	display: block;
	margin: 0px 0px 0px 2px;
	padding: 18px 10px 4px 10px;
	background: #3d2e20;
	color: #b2a38f;
}

div#header ul#sites-top-nav li.active a,
div#header ul#sites-top-nav li a:hover,
div#blog-header ul#sites-top-nav li.active a,
div#blog-header ul#sites-top-nav li:hover {
	border-bottom: 3px solid #da4967;
	color: #fef5dc;
	text-decoration: none;
}

div#content {
	padding: 0 0 50px 0;
}

div#content h1 {
	margin: 10px 0;
	color: #000;
	font-size: 1.9em;
	font-weight: bold;
}

* html div#content h1 {
	font-size: 1.6em;
}

div#content h1.starburst {
	padding: 0 0 2px 30px;
	background: url('/static/img/starburst.png') no-repeat;
	color: #abb542;
	font-style: italic;
	line-height: 1em;
}

div#content h2 {
	color: #abb542;
	font-size: 1.6em;
}

* html div#content h2 {
	font-size: 1.4em;
}

div#product-page div#product-area h2 {
	font-size: 1.8em;
}

div#content h3 {
	color: #5a5d3f;
	font-size: 1em;
	font-weight: bold !important;
}

div#content h3.light {
	font-weight: normal !important;
}

div#content h2 span {
	color: #b43b06;
}

div#content {
	clear: both;
	margin: 0;
	width: 888px;
	background: #fef3dc url('/static/img/bg-content.jpg') repeat-y;
	overflow: hidden;
}

div#content a {
	color: #6b2a12;
}

div#content a:hover {
	color: #b43b06;
	text-decoration: none;
}

div#content div#left {
	float: left;
	width: 189px;
	margin: 0;
	padding: 10px;
	overflow: hidden;
}

div#content div#center {
	float: left;
	width: 500px;
	margin: 0;
}

div#content div#center div.column {
	float: left;
	width: 156px;
	margin: 4px 0 0 8px;
}

* html div#content div#center div.column {
	margin: 4px 3px 0 4px;
}

div#content div#center div.column h3 a {
	text-transform: uppercase;
}

div#content div#center div.column h3 a span {
	position: relative;
	top: -2px;
}

div#content div#center div.column p {
	margin: 5px 0 5px 0;
}

div#content div#center div.column a span {
	position: relative;
	top: -1px;
}

div#content div#right {
	float: left;
	width: 179px;
	color: #fef2da;
	font-size: .8em;
}

div#content div#right h2 {
	font-size: 1.3em;
	text-transform: uppercase;
}

div#content div#right a {
	color: #fef2da;
}

div#content div#right p {
	margin: 3px 0 10px 0;
}

div#content div#right h4 {
	font-size: 1.3em;
}

div#content div#right div#area-links {
	height: 219px;
	padding: 10px;
	background: url('/static/img/bg-right-info.jpg') no-repeat;
}

div.anchor {
	clear: both;
}

.left {
	float: left;
}

div.scroll-container {
	margin: -2px 0 0 0;
  height: 270px;
	width: 177px;
	background: #fff;
	color: #000;
}

div.scroll-container a {
	color: #7e511f !important;
}

div.scroll-container div.scroll-contents {
	padding: 10px;
	width: 145px;
}

.scroll-handle {
	z-index: 990;
	cursor: pointer;
	position: absolute;
	top: 2px;
	right: 2px;
	height: 39px;
	width: 16px;
	background: url('/static/img/scroll.gif') no-repeat;
}

.scroll-container {position:absolute;overflow:hidden;}
* html .scroll-container {left:10px;}
.scroll-contents {position:absolute;top:0px;left:0px;}

div#footer {
	margin: 0 auto;
	width: 888px;
	padding: 10px 0 20px 0px;
	background: #5c472f url('/static/img/bg-footer.jpg') no-repeat;
	color: #cfbba3;
/*	font-size: .75em !important;*/
	text-transform: uppercase;
}

div#footer ul {
	clear: both;
	margin: 35px 0 0 30px;
	padding: 0;
}

div#footer ul li {
	float: left;
}

div#footer ul li a {
	display: block;
	padding: 0 13px;
	color: #cfbba3;
	border-right: 1px solid #cfbba3;
	font-size: .7em !important;
}

div#footer ul li.last a {
	border: 0;
}

div#footer ul li a:hover {
	color: #fff;
}

div#footer p strong {
	float: left;
	display: block;
	position: relative;
	margin: 25px 0 0 40px;
	color: #6c7515;
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
}

div#footer img#eat-to-live {
	float: right;
	margin: -15px 45px 15px 0;
}

div.item {
	clear:both;
	margin: 10px 0 0 0;
}

div.item form {
	padding: 0 0 10px 0;
}

div.item img {
  float: left;
  width: 200px;
  margin: 5px 10px 100px 0;
  
}

div.item p.desc {
  clear: left;
}

div.item label {
	clear:none;
	width: auto;
	margin: 3px 3px 0 0;
}

div.item input[type="text"] {
	width:30px;
	font-size:0.9em;
	padding: 0;
	margin: 3px 0 0 3px;
}

div.item input[type="submit"] {
		float:right;
		margin:0;
}

/* Calendar , JB inserted this from OWC's */
/*table.calendar {
	border-collapse: collapse;
    background: #F6EFDE;
}

table.calendar td {
	position: relative;
	width: 123px;
	height: 123px;
	border: 1px solid #000;
	overflow: hidden;
}

table.calendar td a {
	margin-bottom: 10px;
}

table.calendar caption.calendar-month {
	color: #6b5946;
	margin: 10px 0;
	font-size: 1.5em;
	font-weight: bold;
}
div#calendar-month {
    background: #E8DABC url('/static/img/calendar-head.jpg') top right no-repeat;
    padding: 30px 0px;
    text-align: center;
    font-size: 24px;
    color: #B43B06;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}
table.calendar td div.day-block {
	position: relative;
	height: 103px;
	padding: 20px 0 0 5px;
	background: #F6EFDE;
}
table.calendar td div.day-block strong {
	position: absolute;
	top: 5px;
	left: 5px;
}
a.cal-link:link, a.cal-link:visited, a.cal-link:active { color: #000; font-size: 11px; }
a.cal-link:hover { color: #808080; font-size: 11px; }*/

/* JB REMOVED OLD Calendar 
table.calendar {
	margin: 0 15px;
	border-collapse: collapse;
}

table.calendar td {
	position: relative;
	width: 63px;
	height: 43px;
	border: 1px solid #999;
	overflow: hidden;
}

table.calendar td a {
	font-size: .8em;
	margin-bottom: 5px;
}

table.calendar caption.calendar-month {
	margin: 10px 0;
	font-size: 1.5em;
	font-weight: bold;
}

table.calendar td div.day-block {
	position: relative;
	height: 43px;
	padding: 20px 0 0 5px;
	background: #eee;
	line-height: 0.9em;
}

table.calendar td div.day-block strong {
	position: absolute;
	top: 5px;
	left: 5px;
}
*/

/** Scrollbar CSS **/
.divScollerContainer {
	
}
.divScollerContent {

}

/* SCROLLER STYLE */
/* VERTICAL */
.divVScrollerBar {
	width: 15px;
	margin-left: 1px;
}

/* AREA UP */
.divVScrollerBarUp {
	cursor: pointer;
	height: 15px;
}
/* AREA DOWN */
.divVScrollerBarDown {
	cursor: pointer;
	height: 15px;
}
/* AREA RIGHT */
.divOScrollerBarRight {
	cursor: pointer;
	width: 15px;
}
/* ARROW UP AND DOWN */
.divVScrollerBarUp span,
.divVScrollerBarDown span {
	display: block;
	width: 15px;
	height: 15px;
}
.divVScrollerBarUp span {
	background: #ddd url('/static/img/scroll-up-arrow.jpg') no-repeat center center;
}
.divVScrollerBarDown span {
	background: #ddd url('/static/img/scroll-down-arrow.jpg') no-repeat center center;
}

/* ARROWS HOVER */
.divVScrollerBarUp span.hover,
.divVScrollerBarDown span.hover {
}

/* TRACE */
.divVScrollerBarTrace, .divOScrollerBarTrace {
	background-color: #f1f5f8;
}

/* CURSORS */
.divVScrollerBarCursor {
	cursor: pointer;
}
.divVScrollerBarCursor span {
	display: block;
	height: 39px;
	width: 15px;
	background: url('/static/img/scroll.gif') no-repeat center center;
}
/* CURSORS HOVER */
.divVScrollerBarCursor span.hover {
}

.customScrollerContent {
	padding-right: 10px !important;
}
/*NEWS PAGE*/
div#full-page {
  width: 100%;
  background: #DED0B5;
}