@charset "UTF-8";
body  {
	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: #663333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E3E9E3;
	background-image: url(../images/bg-tomato-plainblend.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 15px;
}
a:link {
	color: #993300;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #993300;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
#container {
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background-color: #FFFFFF;
	height: 170px;
	padding: 0;
}
#navbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #663333;
	background-color: #FFFFFF;
	background-image: url(../images/bg-navbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	width: 952px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-transform: uppercase;
}
#navbar a {
	color: #663333;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
	font-weight: bold;
}
#navbar a:visited {
	color: #663333;
} 
#navbar a:hover {
	color: #336633;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 2px;
}
#navbar a:active {
	color: #336633;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 2px;
}
#navbar ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 20px;
	text-align: center;
}
#navbar li {
	float: left;
	list-style-type: none;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#sidebar1 a {
	font-weight: normal;
	color: #336633;
	text-decoration: none;
}
#sidebar1 a:visited {
	font-weight: normal;
	color: #336633;
	text-decoration: none;
}
#sidebar1 a:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
#sidebar1 a:active {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
#constantcontact {
	padding-bottom: 4px;
}
#sidebar1 p {
	padding-right: 10px;
	padding-left: 10px;
}
#sidenav {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E9E3;
	text-align: center;
}
.promo {
	background-image: url(../images/bg-promo.jpg);
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#testimonial {
	background-image: url(../images/bg-testimonial-bot-sides.jpg);
	background-repeat: no-repeat;
	width: 228px;
	background-position: left bottom;
	margin-left: 20px;
}
#testimonial h3 {
	font-size: 12px;
	line-height: 15px;
	background-image: url(../images/bg-testimonial-top-sides.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 28px;
	text-align: center;
}
#testimonial p {
	line-height: 15px;
	padding-right: 32px;
	padding-left: 28px;
	padding-bottom: 28px;
	font-size: 11px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
	width: 652px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-maincontent.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#mainContent li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: url(../images/bullet.gif);
}
#seasonalpromotion {
	width: 540px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#seasonalpromotion img {
	background-color: #E3E9E3;
	padding: 6px;
	border: 1px solid #CC0000;
}
#prod-photo {
	width: 192px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#prod-photo p {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 13px;
}
#prod-text {
	width: 450px;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#prod-ingredients {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 380px;
}
#prod-nutrition {
	float: left;
	width: 244px;
	margin-top: 10px;
}
table {
	border: 1px solid #AFC4AF;
	background-color: #FFFFFF;
} 
table th {
	text-align: left;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-image: url(../images/bg-tablehead.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E3E9E3;
	font-size: 11px;
	line-height: 13px;
}
table tr {
	background-color: #FFFFFF;
}
table tr.alt {
	background-color: #E3E9E3;
}
table td {
	text-align: left;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
}
.thumb {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 100px;
	margin-right: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.thumb img {
	background-color: #E3E9E3;
	padding: 4px;
	border: 1px solid #AFC4AF;
	margin-bottom: 4px;
}
.thumb p {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 14px;
}
.thumbwide {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 161px;
	margin-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.thumbwide img {
	background-color: #E3E9E3;
	padding: 4px;
	border: 1px solid #AFC4AF;
	margin-bottom: 4px;
}
.thumbwide p {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 14px;
}
.thumbProductIntro {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 180px;
	margin-right: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.thumbProductIntro img {
	background-color: #E3E9E3;
	padding: 4px;
	border: 1px solid #AFC4AF;
	margin-bottom: 4px;
}
.thumbProductIntro p {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 14px;
}
.thumbwidespacer {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 161px;
	margin-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thumbspacer {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 100px;
	margin-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E9E3;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.thumbsThree {
	float: left;
	margin: 0px;
	padding: 0px;
}
.thumbsOne {
	float: left;
	margin: 0px;
	padding: 0px;
}
#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 */
}
.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-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloatnoborder { /* 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:left;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
.fltlftIconTop {
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fltrtImageBorder {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #AFC4AF;
	padding: 4px;
	background-color: #E3E9E3;
}
.fltlftImageBorderRed {
	background-color: #E3E9E3;
	padding: 4px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #CC0000;
}
.fltrtImageBorderRed {
	background-color: #E3E9E3;
	padding: 4px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #CC0000;
}
.fltlftImageBorder {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 4px;
	border: 1px solid #AFC4AF;
	background-color: #E3E9E3;
}
.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. It has a border to be used beneath thumbnail divs */
	clear:left;
	height: 10px;
	font-size: 1px;
	line-height: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E9E3;
}
.sidebar1-head {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .125em;
}
.mainheading {
	color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.125em;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E9E3;
	letter-spacing: 0.125em;
	text-transform: uppercase;
	display: block;
	font-size: 14px;
}
.subheading {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
.imageborder {
	background-color: #E3E9E3;
	padding: 4px;
	border: 1px solid #AFC4AF;
}
.imageborderRed {
	background-color: #E3E9E3;
	padding: 4px;
	border: 1px solid #CC0000;
}
.redcaps {
	color: #CC0000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
}
.greencaps {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #336633;
}
.red {
	color: #CC0000;
}
.redGeorgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
}
.redbold {
	font-weight: bold;
	color: #CC0000;
}
.redboldGeorgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	font-weight: bold;
}
.bold-italics {
	font-style: italic;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
/* Create drop cap characters */
p.dropcap:first-letter {
	float: left;
	width: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	line-height: 30px;
	color: #8ba58b;
}
#gift-photo {
	margin: 40px 0px 0px;
	padding: 0px;
	float: left;
	width: 334px;
}
#gift-text {
	width: 300px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}
#gift-photo p {
	line-height: 13px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.gold {
	font-weight: bold;
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.captions {
	font-size: 11px;
	font-style: italic;
	text-align: center;
	line-height: 14px;
}
.subhead {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}
