body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0;
	padding: 0;
	color: #000000;
}
html img
{
	border: none;
}
h1, h2, h3
{
	margin: 0;
	padding: 0;
}
h1
{
	font-size: 190%;
	color: #660000;
}
h2
{
	font-size: 160%;
}
h3
{
	font-size: 140%;
}
p
{
	margin: 0 0 8px;
}
a {
color: #3F1F1F;
}
a:hover {
color: #660000;
}

.clear
{
	clear: both;
	height: 0.01em;
}
#page
{
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#header
{
	margin: 15px 0 10px;
	overflow: hidden;
}
#logo
{
	float: left;
	padding-left: 15px;
	padding-top: 5px;
	margin-right: 123px;
}
#saleHeader
{
	float: left;
}
#headerRight
{
	float: right;
	width: 300px;
	text-align: right;
}
#headerRight h3
{
	font-size: 120%;
}
#headerRight div
{
	float: right;
	margin-left: 10px;
}
#headerRight p
{
	margin: 0;
}
#headerRight b {
	font-size: 170%;
}
#viewCart img
{
	margin-right: 10px;
}
#viewCart a
{
	color: #002F17;
	text-decoration: none;
}
#viewCart a:hover
{
	color: #660000;
	text-decoration: none;
}
#searchForm {
	float: right;
	margin-top: 23px;
	margin-bottom: 0;
	position: relative;
	width: 170px;
	height: 20px;
	}

#searchForm #searchText {
	color: #3F1F1F;
	background-color: #ffffff;
	width: 144px;
	font-size: 95%;
	border: 1px solid #7D3E3E;
	padding: 5px 16px 5px 5px;
	margin-right: 0;
	}

#searchSubmit {
	position: absolute;
	top: 7px;
	right: 6px;
	background: url(/images/searchbox_arrow.gif) no-repeat right center; 
	width: 6px;
	height: 11px;
	border: none;
	}
#topMenu
{
	background-color: #3F1F1F;
	padding: 5px 0;
}
ul#mainMenu
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#mainMenu li
{
	display: inline;
	margin: 0;
	padding: 0;
}
ul#mainMenu li a
{
	display: inline-block;
	color: #DFBF8A;
	background: url(../images/mainlinks_back.gif) repeat-y right top;
	text-decoration: none;
	text-align: center;
	font-size: 125%;
	padding: 0 23px;
/*	padding: 0 30px;*/
}
ul#mainMenu li a:hover,
ul#mainMenu li a.current
{
	color: #ffffff;
}
#content
{
	margin: 5px 0;
	clear: both;
	position: relative;
}
#leftColumn
{
	vertical-align: top;
	width: 140px;
	padding: 15px;
	background-color: #CEE2BA;
	text-align: center;
}
#rightColumn
{
	vertical-align: top;
	width: 154px;
	padding: 15px 8px;
	background-color: #CEE2BA;
}
#middleColumn
{
/*	width: 544px;*/
	padding: 0 8px;
	vertical-align: top;
	overflow: hidden;
	background-color: #F5EADA;
}
#middleColumn h1 {
	margin-bottom: 8px;
}
#productMenu, #topProducts
{
	text-align: left;
}
#productMenu h3
{
	font-size: 120%;
	margin-bottom: 8px;
	color: #3F1F1F;
}
#productMenu ul
{
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}
#productMenu ul li
{
	line-height: 150%;
	margin: 0;
	padding: 0;
	display: block;
}
#productMenu a:visited, #productMenu a:link
{
	color: #3F1F1F;
	text-decoration: none;
	height: 1%;
	display: block;
}
#productMenu a:hover
{
	background: #E3EFD8;
	display: block;
}
#topProducts
{
	margin: 20px 0 15px;
}
#topProducts h3
{
	font-size: 120%;
	margin-bottom: 8px;
	color: #3F1F1F;
}
#topProducts ol
{
	margin: 0 0 0 13px;
	padding: 0 0 0 10px;
	color: #3F1F1F;
}
#topProducts ol li
{
	line-height: 150%;
/*	display: block;*/
}
#topProducts a:visited, #topProducts a:link
{
	color: #3F1F1F;
	text-decoration: none;
	display: block;
/*	height: 1%;*/
}
#topProducts a:hover
{
	background: #E3EFD8;
	display: block;
}
#shopWithUs h3
{
	font-size: 120%;
	margin-bottom: 3px;
	color: #3F1F1F;
	text-align: center;
}
#shopWithUs ul
{
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}
#shopWithUs ul li
{
	background: url(../images/checkmark.gif) no-repeat left top;
	padding-left: 20px;
	line-height: 125%;
}
.homeTestimonial
{
	font-family: Georgia;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000000;
	line-height: 110%;
}
.testimonialSignature
{
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
#feedbackBanner
{
	text-align: center;
}
#feedbackBanner h3
{
	font-size: 120%;
	margin-bottom: 8px;
	color: #3F1F1F;
}
#feedbackBanner a
{
	color: #3F1F1F;
	text-decoration: underline;
}
#feedbackBanner a:hover
{
	color: #660000;
}
#footer
{
	color: #333333;
	background: #E8E8E8;
	text-align: center;
	border-top: 1px solid #3F1F1F;
	padding: 8px 0;
}
#footer p
{
	margin: 0;
}
#footer img
{
	margin: 10px 0;
}
#footer a
{
	color: #3F1F1F;
	text-decoration: none;
}
#footer a:hover
{
	color: #660000;
	text-decoration: underline;
}
ul#bottomMenu
{
	margin: 0 0 6px;
	padding: 0;
	list-style: none;
}
ul#bottomMenu li
{
	display: inline;
	margin: 0;
	padding: 0;
}
ul#bottomMenu li a
{
	display: inline-block;
	background: none;
	text-decoration: none;
	text-align: center;
	padding-right: 10px;
	font-size: 110%;
}
.breadcrumbs
{
	text-align: left;
	margin-bottom: 10px;
}
.btnUpdatePrices
{
	width: 100px;
	height: 21px;
	background: url(/images/btnUpdatePrices.gif) no-repeat top left;
	border: none;
}
.btnUpdatePrices:hover
{
	width: 100px;
	height: 21px;
	background: url(/images/btnUpdatePrices_hover.gif) no-repeat top left;
	border: none;
	cursor: pointer;
}
.btnCustomizeOrder
{
	width: 130px;
	height: 21px;
	background: url(/images/btnCustomizeOrder.gif) no-repeat top left;
	border: none;
}
.btnCustomizeOrder:hover
{
	width: 130px;
	height: 21px;
	background: url(/images/btnCustomizeOrder_hover.gif) no-repeat top left;
	border: none;
	cursor: pointer;
}
.btnPayNow
{
	width: 100px;
	height: 21px;
	background: url(/images/btnPayNow.gif) no-repeat top left;
	border: none;
}
.btnCloseWindow
{
	width: 100px;
	height: 21px;
	background: url(/images/btnCloseWindow.gif) no-repeat top left;
	border: none;
}
table.catProduct
{
	text-align: left;
}
td.catImage
{
	width: 150px;
	padding-right: 10px;
	vertical-align: top;
}
table.catProduct h3 {
	margin: 0 0 5px;
}

table.catProduct h3 a:visited, table.catProduct h3 a:link
{
	color: #660000;
	text-decoration: none;
	margin: 0 0 10px;
	font-size: 120%;
}
table.catProduct h3 a:hover
{
	color: #002F17;
	text-decoration: underline;
}
td.catPrice
{
	width: 100px;
	vertical-align: bottom;
	text-align: center;
	color: #336600;
	font-size: 140%;
	padding-bottom: 15px;
}
td.catFeatures
{
	height: 142px;
	vertical-align: top;
	font-size: 110%;
}
td.catFeatures ul
{
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}
td.catFeatures ul li.noBullet {
	list-style: none;
	margin-top: 6px;
}
td.catFeatures ul li.noBullet b {
	padding-left: 45px;
	color: #3f1f1f;
}
td.productSpecial {
	font-size: 140%;
	font-weight: bold;
	color: #336600;
	text-align: center;
}
/*
.freeRoutless {
	background:transparent url(../images/free_sticker.gif) no-repeat scroll left center;
	width:250px;
	height:25px;
	position:absolute;
	left:177px;
	bottom:7px;
	padding-left:70px;
	padding-top:10px;
	text-align:left;
}
*/
.freeRoutless {
	background:transparent url(../images/free_sticker.gif) no-repeat scroll right center;
/*	width:250px;*/
	height:25px;
	position:absolute;
	left:177px;
	bottom:7px;
	padding-right:70px;
	padding-top:10px;
	text-align:left;
}
.freeRoutlessProduct {
	background:transparent url(../images/free_routless_1.png) no-repeat scroll right bottom;
	width:87px;
	height:90px;
	position:absolute;
	right: 5px;
	bottom:5px;
}
.oneDayProduction {
	background:transparent url(../images/1-day_sticker.gif) no-repeat scroll left center;
	width:250px;
	height:25px;
	position:absolute;
	left:177px;
	bottom:7px;
	padding-left:40px;
	padding-top:10px;
	text-align:left;
}
.oneDayProduct {
	background:transparent url(../images/1-day_sticker_product.png) no-repeat scroll right bottom;
	width:85px;
	height:43px;
	position:absolute;
	right: 15px;
	bottom:15px;
}
.freeTDBUProduct {
	background:transparent url(../images/free_tdbu.png) no-repeat scroll right bottom;
	width:87px;
	height:90px;
	position:absolute;
	right: 5px;
	bottom:5px;
}

.tooltip
{
	border-bottom-width: 1px;
	border-bottom-style: dashed; 
	color: #660000;
}
.tooltip:hover
{
	cursor: default;
}
#dhtmltooltip {
	position: absolute;
/*	width: 240px;*/
	border: 1px dashed #333333;
	padding: 8px;
	background-color: #FFFFCC;
	color: #333333;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#ToolTipID {
	text-align: right;
	color: #999999;
	display: none;
}
table.sizePanel {
	font-size:100%;
	color: #3F1F1F;
	background-color:#DFBF8A; /*#EDDDC2;*/
	margin: 0;
	line-height: 200%;
}
table.sizePanel td {
	padding: 3px 5px;
}
table.sizePanel select {
	font-size: 100%;
	width: 50px;
}
.dollar {
	color: #336600;
	font-size: 135%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.product_price_field {
	border: none;
	color: #336600;
	background: none;
	font-size: 140%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h3.colorHeading {
	border-bottom: 1px dashed #999999;
	margin: 20px 0 10px;
}
.sampleRequest a {
	color: #660000;
}
.sampleRequest a:hover {
	color: #333333;
}
table.optionsTab {
	margin-top: 10px;
}
table.optionsTab td {
	vertical-align: top;
}
table.optionsTab p {
	margin-top: 0.5em;
}
table.optionsTab p.surcharge {
	color: #ff0000;
	font-size: 120%;
	font-weight: bold;
}
table.allowancesOut td {
	background-color: #333333;
}
table.allowancesIn td {
	background-color: #ffffff;
}
table.specsCentury td {
	vertical-align: top;
}
table.specsCentury th {
	text-align: left;
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 10px;
	text-decoration: underline;
}
table.specsCentury td.specsBold {
	font-weight: bold;
}
table.specsHoneycombsOut {
	margin: 5px 0 15px;
}
table.specsHoneycombsOut td {
	background-color: #999999;
}
table.specsHoneycombs td {
	text-align: center;
	background:#FFFFFF;
}
table.specsHoneycombs th {
	font-weight: bold;
	background:#CCCCCC;
}
table.specsHoneycombs td.specsBold {
	font-weight: bold;
	text-align:left;
	padding-left: 5px;
}
.catDesc {
	overflow: hidden;
	margin: 10px 0;
}
.catDesc img {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}
form#order_form select,
form#order_form input {
	font-size: 100%;
}
form#checkout_form a {
	color: #006600;
}
.prodTime {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
.starsThumb {
    float: right;
    text-align: right;
    margin-bottom: 10px;
}
.starsThumb p {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #3f1f1f;
	margin: 0;
}
#comingSoon {
	margin-top: 20px;
}
#comingSoon h3
{
	font-size: 120%;
	margin-bottom: 8px;
	color: #3F1F1F;
	text-align: center;
}
#comingSoon ul
{
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}
#comingSoon ul li
{
	line-height: 150%;
	margin: 0;
	padding: 0;
	display: block;
}
h3.saleHeading {
	color: #cc0000;
	font-size: 120%;
	margin-bottom: 8px;
}