body {	margin: 0; 
	padding: 0; 
	background-color: #ffffee;
	color: #000000;
	}
		
p {
	font-family: arial,verdana,tahoma,helvetica,sans-serif,serif;
	color: #000000;
	background-color: #ffffff;}
	
p.prices {margin-left: 30px;}

p.itemdesc {color: #000000; background-color: #ffffee; font-size: 80%}

p.indent {margin-left: 30px; font-family: verdana,arial,tahoma,helvetica,sans-serif,serif;}

h1 {
	font-family: verdana,arial,tahoma,helvetica,sans-serif,serif;
	color: #CC6600;
	background-color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	}

a.set1:link {
	color: #000000;  /* Set 1 = Top Menu */
	font-family: arial,verdana,tahoma,helvetica,sans-serif,serif;	
	text-decoration: underline;
	font-size: 14px;
	background-color: #ffffff;}

a.set1:visited {
	color:  #993333;	
	font-family: arial,verdana,tahoma,helvetica,sans-serif,serif;	
	text-decoration: underline;
	font-size: 14px;
	background-color: #ffffff;}

a.set1:hover {
	color:  #CC6600;	
	text-decoration: underline;
	background-color: #ffffff;}

div#address {
	width: 660px; 
	border-top: 2px solid #993333;
	margin-left: auto; margin-right: auto; /* Centres everythng on the page */
	margin-bottom: 20px;
	padding-top: 10px;
	}

div#address p {
	font-size: 80%; 
	text-align: center;
	}

#prodmenu { /* Horizontal Products Menu */
	padding: 0; 
	margin: 0px 0px 20px 0px; 
	height: 30px;
	}

#prodmenu li {
	list-style: none; 
	float: left; 
	margin: 0 0 0 3px; 
	white-space: nowrap;
	font-size: 10pt; 
	line-height: 22px;
	}

#prodmenu li.first {margin-left: 0;}

#prodmenu a {
	display: block; float: left; 
	text-decoration: underline; 
	border: 3px solid #000000;
	font-family: arial,verdana,tahoma,helvetica,sans-serif,serif;
	font-weight: normal;
	color: #000000;
	background: #ffffee url(../images/black4x4.gif) 8px 50% no-repeat;
	padding: 1px 18px 1px 18px; 	
	width: .1em;}
	html>body #prodmenu a {width: auto;} /* Fixes IE6 Hack */
	/* Commented Backslash Hack Hides Rule from IE5-Mac \*/
	#prodmenu a {float: none; /* End IE5-Mac hack */
	}

#prodmenu a:hover {
	border: 3px solid #cc6600;
	background: #ffffff url(../images/black4x4.gif) 8px 50% no-repeat;
	color: #000000;} /* End Horizontal Products Menu */

div#mainprodmenu { /* Main Menu on Products Page */
	margin: 0; 
	padding: 0; 
	width: 180px;
	}

div#mainprodmenu a {
	display: block; 
	text-decoration: underline;
	padding: 3px 0px 3px 15px;
	margin:	4px 0px 4px 40px;
	border: 3px solid #000000;
	font-family: arial,verdana,tahoma,helvetica,sans-serif,serif;	
	font-size: 10pt; 
	font-weight: normal;
	color: #000000;
	background: #ffffee url(../images/go.gif) no-repeat 6px 50%;
	width: 180px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 159px; /* 180 less 3px border each side plus 15px left padding */
	} 
html>body div#mainprodmenu a {
	width: 159px; /* ie5win fudge ends */
	}

div#mainprodmenu a:hover {
	background: #ffffff url(../images/go.gif) no-repeat 6px 50%; 
	color: #000000; border: 3px solid #cc6600;
	text-decoration: underline; 
	}
