body {
	/* background image from Travis at squidfingers.com */
	background: #999 url("../images/bamboomat.jpg") repeat;
	color: #006;
	text-align: center;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

table#maintable {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #666;
	background-color: #666;
}

td#navbar {
	background-color: #CFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	vertical-align: top;
	padding: 8px;
}

td#navbar ul#linklist {
	background-color: #FFC;
	margin: 0;
	padding: 0;
	list-style: none;
}

td#navbar ul#linklist li {
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #060;
}

td#navbar ul#linklist li#homebtn {
	border-top: 1px solid #060;
}

td#navbar ul#linklist li a {
	text-decoration: none;
	display: block;
	width: auto;
	border-left: 1px solid #060;
	border-right: 1px solid #060;
	color: #060;
	margin: 0;
}

td#navbar ul#linklist li a:hover {
	text-decoration: none;
	background: #CFC;
}

td#content {
	background-color: #FCC;
	padding: 10px;
	border: 0;
}

td#footer {
	background-color: #CCC;
	text-align: center;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

table#contactinfo td {
	padding: 0;
	vertical-align: top;
}

table#contactinfo td.leftcell {
	padding-right: 25px;
}

p#address, p#phone, p#hours {
	font-size: 12px;
}

p#address {
	font-weight: bold;
}

#content a {
	color: #006;
}

#content a:hover {
	color: #33F;
}

.mininav {
	text-align: center;
}

.jump {
	margin-bottom: 14px;
}

table.products {
	border: 2px solid #006;
	margin-bottom: 12px;
	background-color: #99F;
}

table.products caption {
	text-align: left;
	font-weight: bold;
}

table.products td.prodpic {
	border: 1px solid #006;
	padding: 0;
}

table.products td.proddesc {
	vertical-align: top;
	background-color: #FFC;
	padding: 6px;
	border: 1px solid #006;
	width: 95%;
}

table.products td.proddesc h4 {
	margin-top: 0;
	margin-bottom: 2px;
}

table.products td.proddesc p {
	margin-top: 0;
	font-size: 12px;
}

dl#faq dt {
	font-weight: bold;
	margin-top: 8px;
}

dl#faq dd {
	margin-top: 4px;
	margin-left: 0;
	padding-left: 0;
}

div.bigspace {
	height: 250px;
	width: 250px;
}