/* Global.css */


html, body, div, ol, ul, li, h1, h2, h3, h4, h5, h6, p, form, fieldset {
	margin: 0;
	padding: 0;
	}

body	{
	background-color: #D59033;
	background-image: url('http://www.gordonsgourmet.com/images/bkg_main.gif');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

td.menu	{
	width: 140px;
	}

tr	{ 
	font-style: normal; color: #5C544A; line-height: 18px;
	} 

td	{
	font-style: normal; color: #5C544A; line-height: 18px;
	font-size: 11px;
	}

a
{ color: #D38300; text-decoration: none; }

a:hover 
{ color: #000000; text-decoration: none; font-weight: bold;  background-color: eec26d; } 

a:visited 
{ color: #D38300; text-decoration: none }

a:visited:hover
{ color: #000000; text-decoration: none; }

a:Active
{ color: #D38300; text-decoration: none; }

a.left 
{ color: #000000; text-decoration: none; }

a.left:hover 
{ color: #000000; text-decoration: none; font-weight: bold; }

a.left:visited 
{ color: #000000; text-decoration: none }

a.left:visited:hover
{ color: #000000; text-decoration: none; font-weight: bold; }

a.left:Active
{ color: #000000; text-decoration: none; }


.title	{
	font-size: 14px; 
	font-style: normal;
	font-weight: bold;
	}

.titlehead
	{
	font-size: 18pt;
	/* color: #D59033; */
	font-style: normal;
	font-weight: normal;
	}

.formbg	{
	background-color: #FFCC66;
	}

