body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #330000;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.25;
}
img.thumb {
	border: 1px solid #330000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.nav {
	color: #330000;
	margin: 2px 0;
}
.footer {
	color: #666666;
	font-size: 8pt;
}
.email {
	color: #666666;
}
.title {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.linkButton {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #805C2A;
	margin-left: 20px;
}
.productMenu {
	border: 4px solid #999999;
	padding: 4px 6px;
	background-color: #CCCCCC;
	width:127px;
}
.productMenuHeader {
	margin: 0 0 20px 0;
}
.productMenuItem {
	margin: 8px 0 0 0;
	padding: 2px;
	text-align:center;
	background-color:#DFDFDF;
}
#selectedProductMenuItem {
	border-left:4px solid #330000;
	border-right:4px solid #DFDFDF;
}
.gray {
	color: #666666;
}
.red {
	color: #330000;
}
#body {
    background-color: #FFFFFF;
	border: 7px solid #663300;
	width: 774px;
}
.testimonialName {
	margin:10px 0 0 0;
	padding:0 40px;
	font-style:italic;
	text-align:right;
}
.testimonialText {
	margin:0 0 10px 0;
	padding:0 40px;
	font-style:normal;
	text-align:left;
}
input[type=text], input[type=submit], input[type=reset], input[type=button] {
	vertical-align: baseline;
    border-width: 1px;
	border-style: solid;
	border-color: #663300;
	margin: 0;
	padding: 0;
}
input[type=radio] {
	vertical-align: middle;
	color: #663300;
	margin: 1px 0;
	padding: 0;
}
textarea {
	border: 1px solid #663300;
}