/* These are the styles for the text of the entire site */

/* All text within a table will automatically be assigned the basic font style */
TD {color: #000000; font-size: 12px; font-family: arial, helvetica, verdana, sans-serif; }

/* Use this for articles - a bit larger, easier for long reading. */
TD.article {color: #000000; font-size: 14px; font-family: arial, helvetica, verdana, sans-serif; }

/* Use this class for TD with small text - such as the Sale item on front page */
TD.small {color: #000000; font-size: 10px; font-family: arial, helvetica, verdana, sans-serif; }

/* Use this class for TD with small redtext - such as on locations pages */
TD.red {color: #CC3333; font-size: 12px; font-family: arial, helvetica, verdana, sans-serif; font-weight: bold; }

/* Use these for taglines within the TD. Use bold class rather than H1 since it allows for better spacing. */
.bold {color: #CC3333; font-size: 14px; font-family: arial, helvetica, verdana, sans-serif; font-weight: bold; }
.boldsmall {color: #000000; font-size: 11px; font-family: arial, helvetica, verdana, sans-serif; font-weight: bold; }
.blueHsmall {color: #0B3D91; font-size: 11px; font-family: arial, helvetica, verdana, sans-serif; font-weight: bold; }
.boldlarge {color: #CC3333; font-size: 16px; font-family: arial, helvetica, verdana, sans-serif; font-weight: bold; }
H1 {color: #CC3333; font-size: 14px; font-family: arial, helvetica, verdana, sans-serif; font-weight: bold; }
.blueBold {color: #0B3D91; font-size: 13px; font-family: arial, helvetica, verdana, sans-serif; font-weight: bold; }
.smalltext {color: #0B3D91; font-size: 11px; font-family: arial, helvetica, verdana, sans-serif; }

/* Recipe Section formatting */
TD.blueH {color: #0B3D91; font-size: 13px; font-family: arial, helvetica, verdana, sans-serif; font-weight: bold; }
TD.blueSmall {color: #0B3D91; font-size: 11px; font-family: arial, helvetica, verdana, sans-serif; }

/* Defines style for links */
A {
 	color : #0033CC;
	text-decoration : underline;
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 12px;
}

A:HOVER {
	color : #CC3333;
	text-decoration : underline;
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 12px;
}

/* Small links within the copy (details/learn more) and right side links on sub pages */
A.small {
 	color : #0033cc;
	text-decoration : underline;
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 11px;
}

A.small:HOVER {
	color : #CC3333;
	text-decoration : underline;
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 11px;
}

/* Small Links at bottom of page - white */
A.sub {
 	color : #FFFFFF;
	text-decoration : underline;
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 10px;
}

A.sub:HOVER {
	color : #A4AED1;
	text-decoration : underline;
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 10px;
}


/* Next record/Previous record links - these are red */
A.red {
 	color : #CC3333;
	text-decoration : none;
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 11px;
}

A.red:HOVER {
	color : #0033cc;
	text-decoration : underline;
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 11px;
}

/* Defines style for links in articles - a bit larger */
A.article {
 	color : #0033CC;
	text-decoration : underline;
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 14px;
}

A.article:HOVER {
	color : #CC3333;
	text-decoration : underline;
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 14px;
}

/* This is for placing ghosted background images (like on the idex page). 
This code has been tested in and works with IE, Netscape 4.72+, Mozilla 1.3+ */
   
   #flame {
   width:496px;
   position:absolute;
   left:146px;
   top:110px;
   height:402px;
   z-index:2;
   }
   
   /* Placing the text over background images*/
   #topLayer {
   position:relative;
   left:6px;
   top:8px;
   width:488px;
   z-index:3;
   
   }
   
   
   /* Defines drop- down menu for "in this section" */
  SELECT { 
  font-family : arial, helvetica, verdana, sans-serif;
  font-size : 10px;
  width:120px;
  
  } 
  
   /* Defines search boxes */
  INPUT { 
  font-family : arial, helvetica, verdana, sans-serif;
  font-size : 12px;
  
  }
  
     /* Defines small input box in Product pages boxes */
  INPUT.small { 
  font-family : arial, helvetica, verdana, sans-serif;
  font-size : 10px;
  
  }
  /* Defines bullets used for ordered lists */
  UL { list-style-image: url(images/bullet.gif) }