
body {
background-color: #418522; 
margin: 0px;
}

body, td { 
font-family: georgia;
font-size: 12px; 
}

.main { 
background-color: #ffffff;
padding: 20px;
}

.sidebar { 
background-color: #418522;
}

.divider { 
background-image: url(images/divider.gif);
background-repeat: repeat-y;
}

table.products td {
background-color: #ffffee;
border: 1px solid #009900;
}

table.products {
border: 1px solid #009900;
}


h2 { font-family: arial; font-size: 22px;  color: #006600; }


.topnav { font-family: arial; font-size: 16px; font-weight: bold; letter-spacing: .05em; }

.bottomnav { font-family: arial; font-size: 12px; font-weight: bold; }

.head1 { font-family: arial; font-size: 16px; line-height: 22px; }

.head2 { font-family: arial; font-size: 14px; font-weight: bold; }

.first { font-size: 24px; line-height: 20px; }

.order { font-family: arial; font-size: 12px; font-weight: bold; }

.ingredients { font-family: verdana; font-size: 10px; font-weight: bold; color: #666666; }

.contact { font-family: arial; font-size: 12px; font-weight: bold;  }

table.meat td { border: 1px solid #006600; background-color: #FBE69C }
table.meat    { border: 1px solid #006600; }

a:link    { color: #006600; text-decoration: underline; }
a:visited { color: #006600; text-decoration: underline; }
a:hover   { color: #009900; text-decoration: underline; }

.sub1 { font-family: arial; font-size: 10px; font-weight: bold; }
.sub2 { font-family: arial; font-size: 11px; font-weight: bold; font-style: italic; }


.cellborder { border-left: 1px solid #000000; border-right: 1px solid #000000; }

.buy { background-color: #DCF3F1; }

table.wheretobuy {
border: 1px solid #cccccc;
}

table.stores td {
border-bottom: 1px solid #cccccc;
font-family: arial;
}



#lightbox {
background-color:#FFFFFF;
border: 3px solid #009900;
padding: 20px;
font-family: verdana; 
font-size: 12px;
font-weight: bold;
color: #003300; 
 }
	
#lightboxDetails { font-size: 0.8em; padding-top: 0.4em; }
	
#lightboxCaption { float: left; }

#keyboardMsg { float: right; }

#closeButton { top: 5px; right: 5px; }

#lightbox img { border: 10px; clear: both; } 

#overlay img { border: none;}

#overlay { background-image: url(overlay.png); }

* html #overlay {
background-color: #006600;
background-color: transparent;
background-image: url(shim.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.gif", sizingMethod="scale"); }