@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #663333 url(../images/bkgd.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* ---------- default headlines, text, and links ----------------- */
h1, h2, h3, h4, h5, h6 {
	background-color: transparent; 
	line-height: 90%; 
	color: #35502A;
	padding: 0;
	margin: 0;
	}
h1 {font-size: 2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.3em;}
h6 {font-size: 1.2em;
	}
/* */
p, #centre ul {font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; 
	font-weight: normal;
	line-height: 24px;
	color: #333;
	margin: 0;
	padding: 0;
	}
/* */
strong {color: #35502A;} 
.indent {text-indent: 1em;}
.outdent {text-indent: -1em;}
/* links */
a:link {color: #660033; text-decoration: none;}
a:visited {color: #660033; text-decoration: none;}
a:focus, a:hover {color: #660033; text-decoration: underline; background-color: #CCCC99;}
/* abbreviations */
acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
	}
/* rule lines */
hr {
	clear: both;
	background-color: transparent;
	border-style: dotted;
	border-color: #996;
	border-width: 1px 0 0;
	margin: 10px 0;
	}
/* hide and seek */
.hideme {display: none;
	}
/* for extra vertical space at the top */
.extraspace06 {padding: 6px 0 0;}
.extraspace12 {padding: 12px 0 0;}
.extraspace18 {padding: 18px 0 0;}
.extraspace24 {padding: 24px 0 0;}
.extraspace30 {padding: 30px 0 0;}
.extraspace36 {padding: 36px 0 0;}
.extraspace42 {padding: 42px 0 0;}
.extraspace48 {padding: 48px 0 0;}
.extraspace54 {padding: 54px 0 0;}
.extraspace60 {padding: 60px 0 0;}
.extraspace66 {padding: 66px 0 0;}
.extraspace72 {padding: 72px 0 0;}
/* */
/* forces no border around images */
.noborder {
	border-style:none;
	}
/* ----------------- left side tabbed menu ---------------------------- */
ul#mainmenu {
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
	line-height: 100%;
	text-align: left;
	font-size: 1.5em; 
	/* Box Model hack */
	voice-family: "\"}\""; 
	voice-family:inherit; 
	font-size: medium; 
	border-top: 1px dotted #996;
	border-bottom: 1px dotted #996;
	}
ul#mainmenu li {
	background-color: #693336; 
	display: block;
	border-bottom: 1px solid #CCCC99;
	}
ul#mainmenu li a {
	display: block;
	padding: 6px 10px;
	}
ul#mainmenu li a:link, ul#mainmenu li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
ul#mainmenu li a:focus, ul#mainmenu li a:hover {
	color: #660033;
	text-decoration: underline;
	background-color: #CCCC99; 
	}
#home #nav-home a, #products #nav-products a, #location #nav-location a {
	font-weight: normal;
	color: #CCCC99;
	text-decoration: none;
	background-color: #855c5c; /* Light green text and lt-burgundy tabs for the current page */
	}

/* ---------- structural divs for 2-col layout with header and footer ----------------- */
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #FFFFFF; 
	background: #CCCC99; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	background: #CCCC99 url(../images/leftcolbkgd.gif) repeat-y; */
	background: #CCCC99;
} 
.twoColFixLtHdr #header { 
	background: url(../images/headerstrip.gif);
	height: 65px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 140px 0px 15px 0;
	background: url(../images/logoleftcol.gif) no-repeat;
}
.twoColFixLtHdr #sidebar1 p {
	font-size: .85em;
	line-height: 12px;
	color: #35502A;
	padding: 0 10px;
}
.twoColFixLtHdr #sidebar1 a.socialmedia, .twoColFixLtHdr #sidebar1 h5.socialmedia {
	padding-left: 10px;
}
/* ---------------- main div and content ---------------------- */
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px dotted #996;
} 
#fooditems {
	width: 580px; 
	margin: 75px 0 20px;
	}
#fooditems img.fltrt { 
	margin: 10px 5px 10px 20px;
	float: right;
	} 
/* ----------------- footer content ---------------------------- */
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #693336; /* Burgundy */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	line-height: 12px;
	color: #CCCC99; 
	height: 3em;
}
.twoColFixLtHdr #footer a:link {color: #FFF; text-decoration: none;}
.twoColFixLtHdr #footer a:visited {color: #CC6600; text-decoration: none;}
.twoColFixLtHdr #footer a:focus, .twoColFixLtHdr #footer a:hover {color: #660033; text-decoration: underline; background-color: #CCCC99;}

/* ----------------- floats ------------------------------------ */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0 0 30px 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0 20px 30px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
