@charset "utf-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/moisture+wood.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	display: block;
	height: 100%;
}
.shadow {
	background-image: url(../images/shadows.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 887px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 28px;
	background-attachment: scroll;
}
.top-shadow {
	width: 887px;
	background-image: url(../images/top-shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.head-shadow {
	background-image: url(../images/head-shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 887px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

.oneColFixCtrHdr #container {
	width: 840px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #702B01;
	border-right-color: #702B01;
	border-bottom-color: #000;
	border-left-color: #702B01;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	overflow: hidden;
	background-image: url(../images/mk-strip.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/moistureking-head.jpg);
	background-repeat: no-repeat;
	height: 200px;
	cursor: pointer;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #mainContent p {
	text-align: left;
	font-size: 80%;
	margin-top: 0px;
	color: #333;
}

.oneColFixCtrHdr #footer {
	background-color: #000;
	display: block;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	color: #FCE190;
	text-align: center;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 0;
	text-decoration: none;
	border-bottom-width: 9px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 24px;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.oneColFixCtrHdr #mainContent h3 {
	font-size: 15px;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	color: #039;
	font-family: "Arial Black", Gadget, sans-serif;
}


.oneColFixCtrHdr #mainContent h6 {
	font-size: 20px;
	font-style: italic;
	color: #742D01;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.oneColFixCtrHdr #container #mainContent #products {
	margin: 0px;
	padding: 0px;
	display: block;
}
.oneColFixCtrHdr #container #mainContent #products table {
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 100%;
	border: 1px solid #990;
	background-color: #FFF;
}
.oneColFixCtrHdr #container #mainContent #products table tr td {
	border: 1px solid #8A91A1;
	text-align: center;
	color: #000;
	font-weight: bold;
	margin: 0px;
	background-color: #FFF;
	padding: 10px;
	background-image: url(../images/strip.jpg);
	background-repeat: repeat-y;
	background-position: center;
	cursor: pointer;
	font-size: 11px;
}
.oneColFixCtrHdr #container #mainContent #products table tr td:hover {
	color: #FECC47;
	background-color: #000;
	background-image: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.oneColFixCtrHdr #container #mainContent #products table tr td img {
	border: 2px solid #F5F5F7;
	cursor: pointer;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 160px;
	width: 160px;
}
.oneColFixCtrHdr #container #mainContent #products table tr td img:hover {
	border-top-color: #FECC47;
	border-right-color: #FECC47;
	border-bottom-color: #FECC47;
	border-left-color: #FECC47;
}
.oneColFixCtrHdr #container #mainContent #products  h1 {
	margin-top: 0px;
	color: #333;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0px;
	padding-top: 15px;
	line-height: normal;
}

.oneColFixCtrHdr #container #mainContent #products h6 {
	margin: 0px;
	font-style: normal;
	text-decoration: none;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: left;
}
.oneColFixCtrHdr #container #mainContent #products p {
	text-decoration: none;
	font-size: 75%;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	line-height: normal;
	margin: 0px;
	display: block;
}
.oneColFixCtrHdr #container #mainContent #products #guns, #piano, #closet, #kitchen {
	background-color: #FFF;
	padding: 0px;
	border: 1px solid #990;
	margin: 0px;
	height: 100%;
}
.oneColFixCtrHdr #container #mainContent #products .break {
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	margin-top: 20px;
}
.oneColFixCtrHdr #container #mainContent #products p.guarantee {
	text-decoration: none;
	font-size: 70%;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	color: #333;
	text-align: justify;
}
.oneColFixCtrHdr #container #mainContent #products h5 {
	margin-top: 0px;
	color: #333;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-bottom: -3px;
	font-size: 16px;
	text-align: right;
	padding-top: 3px;
}
.oneColFixCtrHdr #container #mainContent #products p.address {
	text-decoration: none;
	font-size: 75%;
	line-height: normal;
	padding: 0px;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #products .logo {
	float: left;
	position: relative;
	margin-top: -48px;
}
.oneColFixCtrHdr #container #mainContent #products p.smalltext {
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
.oneColFixCtrHdr #container #mainContent #products ul {
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 75%;
}

.oneColFixCtrHdr #container #mainContent #products ul li {
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 15px;
	line-height: normal;
	padding-right: 20px;
}
.oneColFixCtrHdr #container #mainContent #products ul li strong {

}
.oneColFixCtrHdr #container #mainContent #products #specs {
	background-color: transparent;
}
.oneColFixCtrHdr #container #mainContent #products #specs table {
	background-color: transparent;
	width: 95%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-color: #f4f4f4;
	border-right-color: #f4f4f4;
	border-bottom-color: #f4f4f4;
	border-left-color: #f4f4f4;
}
.oneColFixCtrHdr #container #mainContent #products #specs table tr td {
	background-image: none;
	background-color: transparent;
	border-top-color: #f4f4f4;
	border-right-color: #f4f4f4;
	border-bottom-color: #f4f4f4;
	border-left-color: #f4f4f4;
	font-weight: normal;
	color: #333;
	font-size: 9px;
	padding: 10px;
}
.oneColFixCtrHdr #container #mainContent #products #specs table tr.grey {
	background-color: #333;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #products #specs table td.courier {
	background-color: #333;
	text-decoration: none;
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #products  ol li {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	line-height: normal;
	padding-right: 20px;
	font-size: 9px;
	color: #333;
}
.oneColFixCtrHdr #container #mainContent #products #specs p.caution {
	color: #C30;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C30;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #mainContent #products .burst {
	float: right;
	margin-top: 15px;
}
.oneColFixCtrHdr #container #mainContent #products ul .does {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	text-align: left;
	list-style-type: circle;
	font-style: italic;
	text-transform: uppercase;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #container #mainContent #products h1.slug {
	margin-top: 0px;
	color: #333;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	line-height: normal;
	font-size: 15px;
	font-style: italic;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #container #mainContent #products #openspecs {
	font-size: 16px;
	color: #F00;
	cursor: pointer;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #products #openspecs:hover {
	color: #F00;
	cursor: pointer;
	text-decoration: underline;
}
.daddy {
	clear: both;
	float: left;
	height: 1px;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent #products #specsgun {
	background-color: transparent;
}
.oneColFixCtrHdr #container #mainContent #products #specsgun table {
	background-color: transparent;
	width: 95%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-color: #f4f4f4;
	border-right-color: #f4f4f4;
	border-bottom-color: #f4f4f4;
	border-left-color: #f4f4f4;
}
.oneColFixCtrHdr #container #mainContent #products #specsgun table tr td {
	background-image: none;
	background-color: transparent;
	border-top-color: #f4f4f4;
	border-right-color: #f4f4f4;
	border-bottom-color: #f4f4f4;
	border-left-color: #f4f4f4;
	font-weight: normal;
	color: #333;
	font-size: 9px;
	padding: 10px;
}
.oneColFixCtrHdr #container #mainContent #products #specsgun table tr.grey {
	background-color: #333;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #products #specsgun table td.courier {
	background-color: #333;
	text-decoration: none;
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #products #specsgun p.caution {
	color: #C30;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C30;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #mainContent #products #openspecsgun {
	font-size: 16px;
	color: #F00;
	cursor: pointer;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #products #openspecsgun:hover {
	color: #F00;
	cursor: pointer;
	text-decoration: underline;
}





.oneColFixCtrHdr #container #mainContent #products #specscloset {
	background-color: transparent;
}
.oneColFixCtrHdr #container #mainContent #products #specscloset table {
	background-color: transparent;
	width: 95%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-color: #f4f4f4;
	border-right-color: #f4f4f4;
	border-bottom-color: #f4f4f4;
	border-left-color: #f4f4f4;
}
.oneColFixCtrHdr #container #mainContent #products #specscloset table tr td {
	background-image: none;
	background-color: transparent;
	border-top-color: #f4f4f4;
	border-right-color: #f4f4f4;
	border-bottom-color: #f4f4f4;
	border-left-color: #f4f4f4;
	font-weight: normal;
	color: #333;
	font-size: 9px;
	padding: 10px;
}
.oneColFixCtrHdr #container #mainContent #products #specscloset table tr.grey {
	background-color: #333;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #products #specscloset table td.courier {
	background-color: #333;
	text-decoration: none;
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #products #specscloset p.caution {
	color: #C30;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C30;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #mainContent #products #openspecscloset {
	font-size: 16px;
	color: #F00;
	cursor: pointer;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #products #openspecscloset:hover {
	color: #F00;
	cursor: pointer;
	text-decoration: underline;
}







.oneColFixCtrHdr #container #mainContent #products #specskitchen {
	background-color: transparent;
}
.oneColFixCtrHdr #container #mainContent #products #specskitchen table {
	background-color: transparent;
	width: 95%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-color: #f4f4f4;
	border-right-color: #f4f4f4;
	border-bottom-color: #f4f4f4;
	border-left-color: #f4f4f4;
}
.oneColFixCtrHdr #container #mainContent #products #specskitchen table tr td {
	background-image: none;
	background-color: transparent;
	border-top-color: #f4f4f4;
	border-right-color: #f4f4f4;
	border-bottom-color: #f4f4f4;
	border-left-color: #f4f4f4;
	font-weight: normal;
	color: #333;
	font-size: 9px;
	padding: 10px;
}
.oneColFixCtrHdr #container #mainContent #products #specskitchen table tr.grey {
	background-color: #333;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #products #specskitchen table td.courier {
	background-color: #333;
	text-decoration: none;
	color: #FFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #products #specskitchen p.caution {
	color: #C30;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C30;
	padding-right: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #mainContent #products #openspecskitchen {
	font-size: 16px;
	color: #F00;
	cursor: pointer;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #products #openspecskitchen:hover {
	color: #F00;
	cursor: pointer;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent #products p.address a {
	text-decoration: none;
	line-height: normal;
	padding: 0px;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #products p.address a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent h6.pricing {
	font-size: 24px;
	font-style: normal;
	color: #742D01;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: left;
}
.duckwood {
	background-color: #FDD75C;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 15px;
}
.duckwood a {
	color: #000;
	text-decoration: none;
}
.duckwood a:hover {
	text-decoration: underline;
}
