/* layout structure rules */ 
html, body{ 
 margin:0; 
 padding:0; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color:#333333;
 line-height: 2em;
 font-size: 80%;
} 
 
#pagewidth{ 
 width:100%; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:80px; 
  background-color:#FFFFFF; 
 width:100%;
 vertical-align:bottom;
} 



 
#leftcol{
 width:15%; 
 float:left; 
 position:relative; 
/* border-left: 20px solid #FFCC00;*/
 margin-top: 1em;
 background-image:url(images/cheeseback2.jpg);
 background-repeat:no-repeat;
 padding-left:20px;

  }
 
#twocols{
background-color: #FFFFFF;  
 width:78%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:44%; 
 float:right; 
 position:relative; 
 padding-right: 10px;
 padding-top: 1em;

 }
 #rightcol.iris {
 width:46%;
 }
 
 #rightcol.home {
 padding-top: 0;
 }
 
 #maincol.iris {
 width:46%;
 }
 
 #rightcol.making {
 display:none;
 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:48%;
 padding-top: 0px; 

 }
 
#footer{
 height:20px; 
 clear:both;
 background-color:#FFCC00;
 background-image:url(images/cheeseback.jpg);
 margin-top: 20px;
 } 
 
 #footer H1 {
 display:block;
 background-color:#aaaabb; 
 line-height: 80%;
 color:#FFFFFF;
 }

 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/*these are the general style rules*/
#header p {
text-align:right;
color:#424395;
font-size:80%;
line-height:10%;

}

a {
color:#333333;
}


p {
font-size: 1em;
margin-bottom: 0.5em;
}



h2 {
font-size: 1.2em;
color: #300706;

}



h1 {
font-size: 1.5em;
color: #300706;

}

.subhead {
font-style: italic
}

img {
margin-bottom: 1em;
}

.leftimage {
 float: left;
 margin-right: 1em;
 }
 
 .leftimage2 {
 float: left;
 margin-right: 1em;
 margin-bottom: 3em;
 }
 
 .rightimage {
 float: right;
 margin-left: 1em;
 }
 
 .topimage {
clear: both;
 margin-bottom: 0.25em;
 }


.bold {
font-style: normal;
font-weight: bold;
	color:#300706;
}

.bolditalic
{
font-style: italic;
font-weight: bold;
	color:#300706;
}


.indent {
list-style-position:inside;
margin-left: 3em;
}

.noindent {
margin: 0;
}


#theatre {
float:left;
}

.caption {
line-height: 1em;
width: 250px;
display:block;
font-style:italic;
}

.alignmentMarker {vertical-align: middle; line-height: 2.2em;}
/* rules for navigation*/

ul#nav
{
width: 100%;
padding: 0px;
border-bottom: 1px solid #FFCC00;
margin: 0px;
/*\width: 160px;
w\idth: 158px;*/
}

ul#nav li
{
list-style: none;
margin: 0px;
border-top: 1px solid #FFCC00;
text-align:right;
padding: 0px;
background-color:#FFFFFF;
}

ul#nav li a
{
display: block;
margin: 0;
padding: 4px 8px 4px 8px;
border-bottom: 1px solid #FFFFFF;
text-decoration: none;
font-weight:bold;
	color:#300706;
font-size:0.9em;
background-color:#FFFFFF;
/*width: 122px;
\width: 158px;
w\idth: 122px;*/
}

ul#nav li a:link {}
div#navcontainer li a:visited { color: #CBAE6E; }


ul#nav li a:hover
{

background: #FFCC66;
 border-right: 1px solid #AAAAAA;
 border-bottom: 1px solid #AAAAAA;
}

ul#nav li:hover a
{

background-color: #FFCC00;


}

 ul#nav li ul {
 display: none;
 } 
 
  ul#nav li:hover ul, li.over ul{
  display: block;
  
 } 
 
 
   ul#nav li.active ul 
  {
  display: block;
 } 
 

 
   ul#nav li:hover > ul li a{
   background: #FFCC66;
    border-bottom: 1px solid #FFFFFF;
	color:#300706;
	
  }

ul#nav li ul li a:hover
{

background: #FFCC00;
border-right: 1px solid #AAAAAA;
 border-bottom: 1px solid #AAAAAA;

}

/*when it is active*/


/*when an active list header is visible*/ 
   ul#nav li.active a
  {

background-color: #CC9966;
  border-bottom: 1px solid #FFFFFF;
  border-right:0px;

 }
 
 /*when a non-active sublist of an active list header is visible*/ 
 
 ul#nav li.active ul li a {
  background: #FFCC66;
    border-bottom: 1px solid #FFFFFF;
	color:#300706;
	}
	
/*when you hover over that*/
	
		 ul#nav li.active ul li a:hover {
 background: #FFCC00;
   border-right: 1px solid #AAAAAA;
   border-bottom: 1px solid #AAAAAA;
	}
	
 
 /*when an active sublist of an active list header is visible*/
    ul#nav li.active ul li.active a
  {

background-color: #CC9966;
 border-left: 0px;
 }

/*when you hover that: - so it stays the same*/ 
     ul#nav li.active ul li.active a:hover
  {

background-color: #CC9966;
 border-left: 0px;
 border-right: 0px;
   border-bottom: 0px; }
 
 
	


table#nutrition {
width: 100%;

}

table#nutrition td {
width: 25%;
vertical-align:top;
padding: 3px;
 background: #FFCC66;
}

table#nutrition tr.bold td {
background-color: #CC9966;
}


 
 

 .underline {
	text-decoration: underline;
}
