html {
	height: 100%;
	margin-bottom: 1px;
	margin-top: 10px;
}
.TopItemLook {color: #000000}

body, input, select, textarea, td, th, p {
	font: 10px verdana, arial, tahoma, Helvetica, sans-serif;
	color: #000000;
	line-height: 14px;
}

body {
	background-color: #553311;
	margin: 0px;
	padding: 0px;
}
input, select, textarea, password { background-color : #ffffff; font-size : 9 pt; line-height : 10 pt; color : #000000; border-width: 1;}

.maintable {
width:780px;
background-image: url(images/bgrepeat.jpg);
background-repeat: repeat-y;
}
.headerimage {
background-image: url(images/headerbg.jpg);
background-repeat: no-repeat;
height:199px;
}
.footerimage {
background-image: url(images/bottom.gif);
background-repeat: no-repeat;
height:260px;
position: relative;
top: -120px;
z-index: 90;
}
.calbottom {
background-image: url(images/calbtm.jpg);
background-repeat: no-repeat;
}

.bodypad
{
margin-top: 8px;
margin-bottom: 8px;
}
.contentpad
{
padding-left: 150px;
padding-right: 80px;
padding-bottom: 60px;
z-index: 99;
background-image: url(images/bottom.gif);
background-repeat: no-repeat;
background-position: 100% 100%;
}
floating_blob
{
position:relative;top:-50px;float:right;
}

.footer 
{
	font-family: verdana, arial, tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #669966;
	margin-top: 10px;
	
}

hr {
	height: 1px;
	border-top: 1px solid #000066;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a {
	color: #3333cc;
	text-decoration: underline;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}
.navcurrpg {
	color: #CC3399;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
.nav {
	color: #553311;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
a.navlink:link {
	color: #553311;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
a.navlink:visited {
	color: #553311;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
a.navlink:hover {
	color: #CC3399;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}
a.navlink:active {
	color: #CC3399;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}
a.footerlink:link {
	color: #6699CC;
	text-decoration: underline;
}
a.footerlink:visited {
	color: #6699CC;
	text-decoration: underline;
}
a.footerlink:active {
	color: #CC9999;
	text-decoration: underline;
}
a.footerlink:hover {
	color: #CC9999;
	text-decoration: underline;
}

ul, ol {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-align: left;
	line-height: 14px;
}
li {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-align: left;
	line-height: 14px;
	margin: 6px 0px 0px 0px;
	list-style-position: outside;
}
.bigh {
	padding: 0px 2px 2px 0px;
}
.leftimg {
	padding: 0px 6px 6px 0px;
}
.rightimg {
	padding: 0px 0px 6px 6px;
}
/* Display all <a> tags as block-level items */
#menu a { display: block; width: 82px;}

/* Set margin and padding to 0px and remove bullets from all list items */
#menu ul { 
  padding:    0px;
  margin:     0px;
  list-style: none;
}

/* Move sub menu items off the screen and out of view until called */
#nav li ul {
  position: absolute;
  width: 82px;
  left:     -999em;
}

/* Display sub menus when the mouse hovers over the top menu item (Used by JavaScript) */
#nav li:hover ul, #nav li.showMyMenu ul { left: auto; }

#menu {
 /* background-color: #336666;   Background color of top menu */
  font-family: Arial, Helvetica, sans-serif;  /* Font used for all menu items */
  font-size: 13px;  /* Font size of all menu items */
  height: 22px;  /* Height of top menu items */
  line-height: 21px;  /* Line height of top menu items (vertically adjust text) */
  margin: auto;  /* Centers menu on page */
  width: 420px;  /* Width of top menu (must be set to center menu on page) */
}

#menu li { float: left; }  /* Display top menu items horizontally from left to right */

#nav a { 
  border: 1px solid black;  /* Put border around all menu items */
  border-right-width: 0px;  /* Remove right border from all menu items (to stop double borders between top menu items) */
  text-decoration: none;  /* Remove underline from all menu item links */
  width: 80px;  /* Top menu item width (adjusted from 150px to account for border width) */
}

.navLink a {
  color: #553311;  /* Set color of top menu text */
  font-weight: normal;  /* Make top menu text bold or normal */
  text-align: center;  /* Center top menu text in menu button */
}

.navLink a:hover {
  background-color: #CC9999;  /* Set top menu rollover background color */
  color: #663300;  /* Set top menu rollover text color */
}

.navLink a#lastMenu { 
  border-right: 1px solid black;  /* Add right border to last top menu item */
  width: 80px;  /* Adjust last top menu item width to fit within top menu */
}

.subMenu {
  background-color: #CC9999;  /* Set the background color of the sub menus */
  width: 80px;  /* Set the width of the sub menus */
}

.subMenuLink {
border-right: 1px solid black;  /* Add right border back to dropdowns */
border-top-width: 0px;  /* remove top border from dropdowns */
margin: 0px 0px 0px 0px;
}

.subMenu a {
  color: #663300;  /* Set the font color of the sub menu items */
  font-weight: normal;	  /* Return the font weight to normal for sub menu items */
  height: 20px;  /* Set the height of the sub menu items */
  line-height: 20px;  /* Set the line height of teh sub menu items (for vertical alignment) */
  margin-top: -1px;  /* Set the top border of each sub menu link to -1px to remove double borders */
}

.subMenu a:hover {
  background-color: #D2D2E1;  /* Set sub menu rollover background color */
  color: #000000;  /* Set sub menu rollover text color */
}

/* Order form */
.order_form_heading {
  font-size: 11px;
  font-weight: bold;
}
.disabled {
	background: #edda98;
}
.sold_out {
	font-size: 110%;
	font-weight: bold;
}

/*
 * Form errors
 */
h3.banner {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  padding: 0px;
}
.form_errors {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.form_errors td.name, .form_errors td.error {
  padding: 4px;
  border: 1px solid #553311;
  vertical-align: top;
}
.form_errors td.name {
  width: 30%;
  font-weight: bold;
  text-align: right;
  background: #CC9999;
  border-right: 1px solid #553311;
}
.form_error_field {
  background-color: #CC9999;
}

/*
 * Receipt styles
 */
div.receipt_container {
  display: block;
  padding: 10px;
  border: 1px solid #553311;
  background: #EDDA98;
}
table.receipt {
  width: 300px;
  margin-top: 10px;
}
table.receipt th {
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
table.receipt td.quantity {
  width: 5%;
  text-align: right;
}