body {
	background-color: #c0c081;    /* #c0c081; #dfdfbf; #808040;*/   
	color: #cccc99;
	font-family: arial;
	font-size: 10px;
	text-align: center;
	}
img {
	border-style: none;
	}
sup {							 	/* use for TM trademarks*/
	font-size: 70%;
	}
sup.tm {							/*Tm style for header text*/
	font-size: 60%;
	font-family: arial;
	}
sup.r {								/* use for R trademarks*/
	font-size: 85%;
	}
table.base {						/* background color content area */
	background-color: #cccc99;
	margin-left: auto; margin-right: auto; /* centers table */
	/*replaces <center> tag and align="center" */
	text-align: left;
	}
td.tborder {		  		  		/* top border */
	background-color: #804040;
	height: 4px;
	}
td.sborder {		  				/* side borders */
	background-color: #804040;
	width: 1px;
	}
td.bborder {						/* bottom border */
	background-color: #804040;
	height: 10px;
	font-family: arial;
	font-size: 9px;
	font-weight: normal;
	color: #cccc99;
	text-align: center;
	}
td.jname {			  				/* company name */
	height: 35;
	padding-top: 3px;
	}
td.jgraphic {	 					/* decorative graphic */
	height: 100px;
	}
td.hmenu {							/* horizontal menu options */
	height: 15px;
	font-family: verdana;
	font-size: 9px;
	text-align: right;
	color: #000000;
	}
a:link, a:visited {					/* horizontal menu links */
	text-decoration: none;
	color: #000000;
	}
a:hover {
	text-decoration: underline;
	color: #000000;
	}
/* ********************** LEFT NAVIGATION COLUMN ************************* */
td.navcol {							/*navigation column setup*/
	width: 150px;
	padding-left: 15px;
	padding-right: 30px;
	}
a.box:link, a.box:visited {		  	/*info box selection items*/
	text-decoration: none;
	font-family: verdana, arial;
	color: #ffffff;
	font-size: 11px;
	background-color: #808040;
	}
a.box:hover {		  		  		/*info box selection items*/
	text-decoration: underline;
	font-family: verdana, arial;
	color: #ffffff;
	font-size: 11px;
	background-color: #808040;
	}
a.boxprod:link, a.boxprod:visited {		  	/*info box selection items*/
	text-decoration: none;
	font-family: verdana, arial;
	color: #800000;
	font-size: 11px;
	background-color: #cccc99; 
	}
a.boxprod:hover {		  		  		/*info box selection items*/
	text-decoration: underline;
	font-family: verdana, arial;
	color: #800000;
	font-size: 11px;
	background-color: #cccc99;
	}
a.menu:link, a.menu:visited{	   /*menu box selection bars*/
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	color: #ffffff;
	background-color: #808040;
	width: 120px;
	height: 20px;
	}
a.menu:hover{	 	  		   		/*menu box selection bars*/
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	color: #ffffff;
	background-color: #800000;
	width: 120px;
	height: 20px;
	}
.boxhead {			 		   /*header bar all boxes */
	background-color: #804040;
	height: 15px;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #cccc99;
	text-align: center;	
	}
td.menuitem {		  		  	   /*menu box selection bars*/
	background-color: #808040;	   /*fills menu item bar for non IE browsers*/
	height: 20px;
	width: 120px;
	}
td.prodbox {						/* featured product box*/
	padding-top: 10px;
	background-color: cccc99; /*#808040*/
	text-align: center;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	color: #ffffff;
	border-style: solid;
	border-color: #804040;
	border-width: 1px;
	}	
td.infobox {						/* information box*/
	background-color: #808040;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	color: #ffffff;
	}
td.boxgap {							/* space between boxes */
	height: 15px;
	}
td.foot {							/* middle footer column */
	padding-top: 25px;
	padding-bottom: 20px;
	text-align: left;
	font-family: arial;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	}
/* *********************** CSS ROLLOVER MENU STRUCTURE *************************** */
#button {
	width: 120px;   /*full width of menu box  120px; */
	border-right: 1px solid #cccc99;	/*defines the color of the right border line*/
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Verdana, Arial; 
	background-color: #804040;   /* defines the bar of color at the bottom of the menu*/
	color: #ffffff;		
	font-size: 11px;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#button li {
		border-bottom: 1px solid #cccc99; /*defines space between menu bars*/
		margin: 0;
		}
#button li a {
		display: block;
		padding: 3px 5px 3px 1.2em;
		border-left: 10px solid #656532;  	/*can make a darker left edge for 3-D effect*/
		/*border-right: 10px solid #9c9c4e;*/	/*can make a lighter right edge for 3-D effect*/
		background-color: #808040;			/*button color*/
		color: #fff;						/*menu font color*/
		text-decoration: none;
		width: 100%;
		}
html>body #button li a {
		width: auto;			/*don't know what this is*/
		}
#button li a:hover {
		color: #fff;
		border-left: 10px solid #6a0000;
		/*border-right: 10px solid #9f0000;*/
		background-color: #800000;
		}
/* ******************* RT COLUMN MAIN PRESENTATION ********************* */
td.contcol {						/*main content column setup*/
	width: 550px;
	padding-left: 0px;
	padding-right: 30px;
	padding-bottom:25px;
	}
.head {								/*copy title*/
	width: 550px;
	padding-top: 10px;
	/*padding-left: 30px;*/
	padding-left: 0px;
	color: #ffffff;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	line-height: 36px;
	}
.subhead {							/*copy subtitles*/
	/*padding-left: 30px;*/
	padding-left: 0px;
	color: #808040;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	}
.newsubhead {							/*copy subtitles*/
	color: #800000;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	/*padding-right: 30px;*/  /*new stuff here*/
	/*padding-left: 50px;*/
	/*margin-left: 50px;*/
	margin-left: 20px;
	/*margin-right: 30px;*/
	margin-right: 30px;
	border-top-style: dotted;
	border-color: #808000;
	border-top-width: 3px; /*medium;*/
	/*padding-top: 15px;*/
	}
.copy {								/*main text copy*/
	padding-right: 10px;
	/*padding-left: 30px;*/
	padding-left: 0px;
	color: #000000;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	}
.subcopy {
	padding-right: 30px;
	/*padding-left: 50px;*/
	padding-left: 20px;
	
	/*border-bottom-style: dotted;
	border-color: #ffffff;
	border-bottom-width: medium;*/
	padding-bottom: 15px;
	color: #000000;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	}
.fill {							/*temporary blank space*/
	/*height: 140px;*/
	padding-top: 140px;
	padding-bottom: 30px;
	}
.fill_sthank {						/*blank space for sales_thank*/
	padding-top: 55px;
	padding-bottom: 30px;
	}
.fill_cthank {						/*blank space for contactus_thank*/
	padding-top: 20px;
	padding-bottom: 30px;
	}
.fill_empl {						/*blank space for employment*/
	padding-top: 25px;
	padding-bottom: 15px;
	}
td.bar {							/* footer separator*/
	background-color: #804040;
	height: 1px;
	}
td.lfoot {							/* left footer column */
	width: 100px;
	text-align: left;
	border-top-width: 1px;
	border-top-color: #804040;
	border-top-style: solid;
	}
td.mfoot {							/* middle footer column */
	text-align: left;
	width: 170px;
	font-family: arial;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	border-top-width: 1px;
	border-top-color: #804040;
	border-top-style: solid;
	}
td.rfoot {							/* right footer column */
	width: 280px;  /* originally 150px */
	font-family: arial;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	border-top-width: 1px;
	border-top-color: #804040;
	border-top-style: solid;
	}

/* *********************** SUB-MENU PAGES ******************************* */
.figuresubmain {
	float: right;
	margin-right: 10px;
	}
.figuresub {
	float: left;
	margin-right: 10px;
	/*margin-left: 50px;*/
	}
.headsub {							/*copy title-unused now part of shead2*/
	color: #804040;
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	line-height: 36px;
	}
.copysub {							/*sub-menu intro text copy*/
	padding-right: 10px;
	/*padding-left: 30px;*/
	padding-left: 0px;
	color: #000000;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	border-bottom-style: solid;
	border-bottom-color: #804040;
	border-bottom-width: 1px;
	}
.copysub2 {							/*tighter text for product descrip*/
	padding-right: 10px;
	padding-left: 30px;
	color: #000000;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	}
a.shead2:link, a.shead2:visited, a.shead2:hover{	/*subhead link option*/
	text-decoration: none;
	color: #804040;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	}
a.shead3:link, a.shead3:visited, a.shead3:hover{	/*subhead link option*/
	text-decoration: none;
	}
a.sheadKN:link, a.sheadKN:visited, a.sheadKN:hover{	/*subhead link option for KitchenNet links*/
	text-decoration: none;
	color: #000099;
	font-family: times, serif;
	font-size: 20px;
	/* font-weight: bold; */
	line-height: 21px;
	}
a.prod:link, a.prod:visited, a.prod:hover {	/*product info box selection*/
	text-decoration: underline;
	font-size: 11px;
	font-style: italic;
	color: #0000ff;
	}
/* *************************** PRODUCT PAGES ************************************* */
td.contcolprod {						/*product content column setup*/
	width: 580px;
	padding-left: 0px;
	padding-right: 30px;
	/*padding-bottom:25px;*/
	}
.callout {							/*copy callout, subtitle*/
	color: #804040;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	}
.figureshort {							/*image layout when heading is short */
	float: right;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
.figurelong {							/*image layout when heading is long */
	float: right;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	}
ul {								/*bulleted item lists*/
	list-style-position: outside;
	list-style-type: disc;
	}
.calloutlist {						/*callout, subtitle for lists*/
	color: #804040;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	text-indent: -2em;
}
a.back:link, a.back:visited, a.back:hover {	/*return to submenu*/
	text-decoration: underline;
	font-style: italic;
	font-size: 11px;
	color: #0000ff;
	}
	
/* ********************** FORM SETUP (sales and contactus) ********************** */

form {  				 /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 320px;
  max-width: 420px;
  width: 420px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  	/* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; 	/* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

/*form fieldset label:first-letter {*/  /* use first-letter pseudo-class to underline accesskey, note that */
/*	text-decoration:underline;*/    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
						/* changed to label first letter, opera broke after first letter legend */
}

form fieldset legend {
	font-size:1.1em;  	   /* bump up legend font size, not too large or it'll overwrite border on left */
                       	   /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      		   /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; 	/* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; 		  /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; 		/* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; 				  /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/* ************************* Emergency Notice ***************************************** */
.subheadtemp {							/*copy subtitles*/
	/*padding-left: 30px;*/
	padding-left: 0px;
	color: #CC0000;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	background-color: #ffffff;
	text-align: center;
	}
.copytemp {								/*main text copy*/
	padding-right: 10px;
	/*padding-left: 30px;*/
	padding-left: 0px;
	color: #cc0000;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	background-color: #ffffff;
	}