body {font-size: 14px; max-width: 1200px;}
#header {}

#cont
{display:none;}

#body {
	float:left;
	width: 65%;
	height: max-content;
	margin: 50px 1px 1px 1px;
		border: 0px solid black;
	   padding:0px;
	background: #ffffff;
	
}

#body-2 {
	float:left;
		margin: 50px 1px 1px 1px;
	height: max-content;
	width: 300px;
	   padding:10px;
	background: #ffffff;

}	

#body-full {
	float:left;
	width: 100%;
	height: max-content;
	margin: 50px 1px 1px 1px;
		border: 0px solid black;
	   padding:0px;
	background: #ffffff;
	
}

#footer {
   clear:both;
padding: .1%;
   background:#ffffff;
}

img.center {
	max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.row {
			margin: 0%;
			padding: 0%;
			}
			a img.row {border:0;
				padding: 0;}
				
#chart {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#chart td, #chart th {
    font-size: .75em;
    text-align: center;
    border: 1px solid #b4cfb0;
    padding: 3px;
}

#chart th {
    font-size: .85em;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #b4cfb0;
    color: #000000;
}

#chart tr.alt td {
    color: #000000;
    background-color: #d6efd2;
}


p.content{color:#000000;
		font-family: "trebuchet MS", verdana, arial, sans-serif;
		font-size: 1em;
		line-height: 1.25em;
		font-weight: normal;
		margin-left: 1.5em;
		display: block;
		text-align:left;
		}
p.content a:link{color:#000000; text-decoration: underline}
p.content a:visited{color:#000000; text-decoration: underline}
p.content a:hover {color: #ca0808; font-weight:normal; text-decoration: underline;} 

p.ingredients {color:#000000;
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	padding-left: 2em;
display:block;
text-align:left;}
p.ingredients a:link{color:#000000; text-decoration: underline}
p.ingredients a:visited{color:#000000; text-decoration: underline}

p.notify{color:000033;
font-family: verdana, arial, sans-serif;
font-size:.85em;
line-height: 1em;
font-style:italic;
text-align:center;
display: block;}
p.notify a:link{color:#000000; text-decoration: underline}
p.notify a:visited{color:#000000; text-decoration: underline}

p.copy{color:#000000;
	font-family: verdana, arial, sans-serif;
	font-size: .75em;
	line-height: 1em;
	font-weight: normal;
	padding: 5;
	display: block;
	text-align:left;
	}

h1{color:#000000;
				font-family: "trebuchet MS", verdana, arial, sans-serif;
				font-size: 1.4em;
				line-height: 1.5em;
				font-weight: bold;
				text-align: center;
				padding: 0px;
				}

h2{color:#2c5a02;
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	}

h3{color:#2c5a02;
		font-family: "trebuchet MS", verdana, arial, sans-serif;
		font-size: 1em;
		font-weight: normal;
		text-align: center;
		margin-left: 1.5em;
		padding: 1em;
		}

h4{color:#2c5a02;
		font-family: georgia, serif;
		font-size: 1.2em;
		font-weight: normal;
		text-align: left;
		margin-left: 1em;
		}

ol.howto {color:#000000;
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 1em;
	list-style-type: decimal;
	line-height: 1.5em;
	font-weight: normal;
	padding-left: 3em;
list-style-position: outside;
text-align:left;}
ol.howto a:link{color:#666666; text-decoration: none}
ol.howto a:visited{color:#666666; text-decoration: none}
ol.howto a:hover {color: #501935; font-weight:bold; text-decoration: none;} 

ol.notes {color:#000000;
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 1em;
	list-style-type: square;
	line-height: 1.75em;
	font-weight: normal;
	padding-left: 3em;
list-style-position: outside;
text-align:left;}
ol.notes a:link{color:#501935; text-decoration: underline}
ol.notes a:visited{color:#501935; text-decoration: underline}
ol.notes a:hover {color: #333366; font-weight:bold; text-decoration: underline;} 



/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
ul li {
	display:inline-block;
	float: left;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	color: #000099;
	background: #494748;
	margin-right: 1px;
}

/*Style for menu links*/
ul li a {	
	display:block;
	min-width:140px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-family: "Helvetica Neue", verdana, Arial, sans-serif;
	color: #ffffff;
	background: #494748;
	border: 0px solid #999999;
	text-decoration: none;
}

/*Hover state for top level links*/
ul li:hover a {
	background: #616163;
	color: #dff8df;
}

/*Style for dropdown links*/
ul li:hover ul a {
	background: #616163;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
ul li:hover ul a:hover {
	background: #ecf7ed;
	color: #000000;
}

/*Hide dropdown links until they are needed*/
ul li ul {
	display: none;
}

/*Make dropdown links vertical*/
ul li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
ul li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #ffffff;
	background: #d10c0c;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 600px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	ul li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:inline;
		position: absolute;
		top: 10px;
		background: url(menu1.jpg) no-repeat;
		overflow: hidden;
		margin: 0;
	}

	#header
	{display:none;}
	
	#cont
	{display: inline;
		position: relative;
		left: 40px;}
	
	#body
	{width: 98%;
	margin: 1px;
	background: #ffffff;}
	
	#body-2
	{display:none;}

}


