@charset "utf-8";
/* Undo some of the default styling of common (X)HTML browsers */
/* Based on code from Yahoo! Inc.'s reset.css (BSD) and Tantek Celik's undohtml.css (Creative Commons Attribution 2.0) */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, blockquote {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}

fieldset, img {border: 0;}
address, abbr, caption, cite, code, dfn, th, var {font-style: normal; font-weight: normal;}

caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-style: normal; font-weight: normal;}
q:before, q:after {content: '';}

body {
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	color:#756f5f;
	font-size:12px;
	background-color:#fff8e6;
}
#RepeatingHeaderBg {
	background-image: url(../images/HeaderBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 259px;
}
#Header {
	margin-left:auto;
	margin-right:auto;
	width:981px;
}
#TopNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #adb288;
	text-align:center;
}
#TopNav ul{
	margin-top:20px;
}
#TopNav li{
	display:inline;
	margin-left:15px;
	margin-right:15px;
}
#TopNav li a{
	color: #C1C798;
	text-decoration:none;
}
#TopNav li a:hover{
	color: #fff8e6;
}
#ContentWrapper {
	background-image: url(../images/ContentBg.jpg);
	background-repeat: repeat-y;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 60px;
}
#LeftNavContainer {
	margin-left: 60px;
	padding-top: 15px;
}
#LeftNav {
	float: left;
	width: 169px;
	color: #ac9d7a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin-right: 20px;
	padding-top: 20px;
}
#LeftNav p {
	margin-bottom: 5px;
}

#LeftNav a{
	background-image: url(../images/ListImageFish-gray.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 40px;
	text-decoration:none;
	color:#8a7952;
}

#LeftNav a:hover{
	background-image: url(../images/ListImageFish-Blue.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:underline;
	color:#253961;
}


#ContentArea {
	float:left;
	width: 620px;
	padding-top: 15px;
	font-size: 14px;
	color:#535047;
}
#ContentArea h1 {
	display:block;
	font-size: 28px;
	color: #a93021;
	border-bottom:1px solid #a93021;
}
#ContentArea strong{color:#263961;}
#ContentArea p {
	margin-bottom: 15px;
}
#ContentArea ul {
	margin-left: 40px;
	list-style-type: disc;
	color: #253961;
	margin-top: 10px;
	margin-bottom: 10px;
}
#ContentArea li {
	margin-bottom:7px;
}
/*
#ContentArea img {
	background-color: #fff8e6;
	border: 2px solid #495533;
	padding: 1px;
	margin: 5px;
}
*/
.TanLine {
	color:#c3c2ab;
}
.ClearBoth {
	clear:both;
}
#RepeatingFooterBg {
	background-image: url(../images/FooterBg.jpg);
	background-repeat: repeat-x;
	height: 146px;
	text-align: center;
}
#TextLinks {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #fff8e6;
	font-size:12px;
}
#ContactInfo {
	padding-top: 20px;
	font-size: 14px;
	color: #fff8e6;
}
#FooterImage {
	background-image: url(../images/Footer-Image.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 870px;
	margin-left: auto;
	text-align: right;
	margin-right: auto;
}
#FormWrapper {
	padding-top: 27px;
	padding-right: 30px;
}

#TextLinks ul{
	margin-top:10px;
}
#TextLinks li{
	display:inline;
	margin-left:15px;
	margin-right:15px;
}
#TextLinks li a{
	color: #fff8e6;
	text-decoration:none;
}
#TextLinks li a:hover{
	text-decoration:underline;
}
#ContactFormTable {
}

#ContactFormTable td,tr{
	padding:2px;
}

.recipe{width:100%;}
.recipe h2{font-size:20px; color:#263961; margin:0px; padding:0px;font-style: normal; border-bottom:1px dotted #a93021;}
.recipe ol{margin-left:30px;}
.serve{margin-left:15px;}

.recipe li{line-height:14px}

.pic{padding:3px; border:1px solid #495432; background-color:#fff; margin:5px;}
.hrThin{display:block; width:100%; height:1px; border-bottom:1px dotted #C4C2AB; margin:10px auto;}

.ProductNameDisplayTxt a{color:#263961; text-decoration:none;}
.contentText_gray{color:#535047;}

#FormWrapper #form1 #button {
	font-size: 16px;
	color: #FFF;
	border: 1px solid #4A5533;
	background-color: #737850;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	top: 1px;
}

