@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: #383838;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #990000;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/main_back2.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #header {
	background-color: #000000;
	background-image: url(images/header_top.jpg);
	background-repeat: no-repeat;
	height: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#header1 {
	background-image: url(images/header_top01.jpg);
	height: 30px;
}
#header2 {
	background-image: url(images/header_top02.jpg);
	padding-left: 10px;
}
#header3 {
	background-image: url(images/header_back3a.jpg);
	height: 12px;
}
#headerNav {
	margin-left: 200px;
}
.twoColFixLtHdr   h2  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
	color: #003366;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
h1 {
	font-size: 18px;
	color: #003366;
}
#maintop {
	padding-left: 10px;
}
#flashtop {
	background-image: url(images/flashbottom.gif);
	background-repeat: repeat-x;
	margin-right: 10px;
	height: 10px;
	margin-left: 10px;
}
#content {
}
#admincontent {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.twoColFixLtHdr  #rightside {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #990000;
}.twoColFixLtHdr  #full {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}
.twoColFixLtHdr #footer {
	background-color: #990000;
	background-image: url(images/footer_back2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 10px;
	color: #FFFFFF;
}
.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 */
}
.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: 10px;
}
.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;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #c60
}
a:active {
	color: #999967
}
#footer a:link {
	color: #CC9900;
}
#footer a:visited {
	color: #CC9900;
}
#footer a:hover {
	color: #960;
}
#footer a:active {
	color: #960;
}
#navfooter {
	text-align: center;
	font-size: 9px;
}
#navfooter ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#navfooter ul li {
	margin-left: 0;
	border-left: 1px solid #ffffff;
	list-style: none;
	display: inline;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
		
#navfooter ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
.twoColFixLtHdr #productimages {
	margin-left: 20px;
	margin-right: 20px;
}
.thumbnail {
	padding: 5px;
	border: 1px dotted #4C4646;
	margin: 5px;
}

.smallnav {
	color: #dcdcdc;
	font-size: 9px;
	text-align: center;
	margin: 0 50px
}
.small {
	color: #dcdcdc;
	font-size: 9px;
	text-align: center;
	padding-bottom: 10px
}
a.small:link {
	color: #a9a9a9
}
a.small:hover {
	color: #960
}
/*recipes*/
#recipesnav {
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #CCCC99;
	float: left;
	margin-left: 20px;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F2F4DF;
	display: block;
}
#recipesnav  h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: -5px;
}
#recipesnav h2 {
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 3px;
}
#recipesnav  ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#recipesnav li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#recipesnav li a {
	color: #990000;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDEA8;
}
#recipesnav li a:hover {
	text-decoration: none;
	background-color: #CCCC99;
	padding-top: 3px;
	padding-bottom: 3px;
}
#recipetools {
	text-align: right;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-left: 200px;
}
.recipename {
	color: #036;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px
}
.recipenav {
	font-size: 10px;
}
.recipetext {
	font-size: 11px
}

/*recipe pages*/
#recipemain {
	margin-left: 200px;
	display: block;
	margin-right: 230px;
}
#recipemain ul {
	padding: 0px;
	list-style-type: none;
}
#recipemain li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#recipemain li a {
	font-size: 11px;
	font-weight: bold;
}
/*recipe detail*/
#recipedetail {
	margin-left: 200px;
	margin-right: 30px;
	display: block;
}
#recipedetail ul {
	padding: 0px;
	list-style-type: none;
}
#recipedetail li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#recipedetail li a {
	font-size: 11px;
	font-weight: bold;
}
#recipeingredients {
}
#recipeingredients li {
}
#recipeinfo {
	background-color: #f2f4df;
	padding: 5px;
	border: 1px solid #CCCC99;
	margin-top: 10px;
	margin-bottom: 10px;
}
.recipecount {
	padding-bottom: 10px;
}
#productinfo {
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #990000;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 30px;
	background-color: #FFFFFF;
	margin-left: 20px;
	display: block;
	width: 175px;
}
#recipefeature {
	padding-top: 0px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCC99;
	border-bottom-color: #CCCC99;
}
#productinfo p {
	font-size: 10px;
	color: #666666;
}
.title {
	font-size: 13px;
	font-weight: bold
}
.directions {
	color: #036;
	font-weight: bold
}
li {
	padding-bottom: 5px
}
.image {
	margin-right: 10px;
	padding: 3px;
	float: left;
	border: 1px solid #CCCC99
}
.imageborder {
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #CCCC99;
	margin-bottom: 5px;
}
.recipetop {
	height: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}

/*lists
*/
.list1 {
	list-style-type: none;
	list-style-image: url("images/bullet2.gif");
	display: list-item
}
.list2 {
	list-style-type: none;
	list-style-image: url("images/bulletwhite.gif");
	display: list-item;
}
/*headers
*/
.category {
	font-weight: bold;
	margin-bottom: -5px
}
.header {
	color: #036;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
}
/*tables
*/
.main {
}
.recipeside {
	padding: 10px;
	width: 200px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #530107;
	margin-right: 20px;
}
.rightside {
	background-color: #fff;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}.recipeside ul {
	padding-left: 15px;
}
.rightside ul {
	padding-left: 15px;
}
#navsearch {
	background-color: #660000;
	clear: both;
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 25px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC6600;
	border-bottom-color: #CC6600;
	float: none;
	margin-right: 10px;
	margin-left: 10px;
}
#navend {
	background-image: url(images/navend.jpg);
	background-repeat: no-repeat;
	height: 5px;
	background-color: #CCCC99;
}
#result {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 50px;
	margin-left: 50px;
}
#resultbreak {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	margin-bottom: 10px;
}
#result_none {
}
#nav {
	float: left;
	margin-right: 10px;
}
#search {
	margin-left: 10px;
}
.inputbox  {
	height: 12px;
	width: 120px;
	border: 1px solid #CC6600;
	font-size: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.inputimage {
	padding-top: 0px;
}
.evenrow {
	background-color: #CCCC99;
}
.oddrow {
}
.highlight {
	color: #FFFFFF;
	background-color: #990000;
}
.button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCC99;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
a:hover .button   {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCC99;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#sidebar1   li {
	display: list-item;
	margin-left: -20px;
	font-size: 10px;
	color: #666666;
}
#sidebar1 p {
	font-size: 10px;
	color: #666666;
}
table.news    td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 0px;
}
table.news {
}
#results {
	margin-left: 200px;
	margin-right: 225px;
	display: block;
}
/*home segments*/
.homesegPhoto {
	padding: 5px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
.homesegCopy {
}
.homesegTitle {
	font-size: 14px;
	font-weight: bold;
}
.homeseg {
	margin-bottom: 20px;
}
.featured {
	font-weight: bold;
	padding-left: 20px;
	font-size: 13px;
}
