/*------- CSS RESET --------*/
/*Thank you, Eric Meyer - http://www.meyerweb.com*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------- GLOBAL --------*/

body{
	background:white;
	font-family:Georgia,"Times New Roman",Times,Serif;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:11pt;
	line-height:16pt;
}


h1{
	display:list-item;
	list-style-image: url("/images/ico_logo.png");
	list-style-type:square;
	list-style-position:inside;
	height:60px;
	width:100%;
	border-bottom:1.5pt solid #006E66;
}

h1 a{
	display:none;
}
div div#utility,
div div#social,
div div.search,
div div.share,
div div#main-nav,
div div.graphic-head,
div h3.section,
div div#subnav,
div div.callouts,
div div.breadcrumbs,
div.footer{
	display:none;
}
div h3.phone{
	text-align:right;
	font-family:"ff-dagny-web-pro-1","ff-dagny-web-pro-2",Arial,Helvetica,Sans-serif;
	color:#006E66;
	font-size:14pt;
	position:absolute;
	top:0;
	right:0;
	width:100%;
}
div h3.phone:after{
	content:"1055 Corporate Center Drive, P.O. Box 389\AOconomowoc, WI USA 53066-0389";
	text-align:right;
	font-family:"ff-dagny-web-pro-1","ff-dagny-web-pro-2",Arial,Helvetica,Sans-serif;
	color:#006E66;
	font-size:10pt;
	line-height:12pt;
	position:absolute;
	top:20pt;
	right:0;
	width:100%;
	white-space:pre;
}
div h2{
	font-family:"ff-dagny-web-pro-1","ff-dagny-web-pro-2",Arial,Helvetica,Sans-serif;
	color:#006E66;
	font-size:16pt;
	font-weight:900;
	margin:18pt 0 0;
	padding:0;
}
div div#mainContent>br{
	display:none;
}
div div.content ul,
div div.content ul li{
	list-style:disc inside none;
	margin:0 0 0 8px;
}

div div.content div.prod-cat-img {
float:right;
margin:0 0 20pt 20pt;
width:200px;
}
div div.bottom ul.product-subcat-list{
	margin:20pt 0 0;
}
div div.bottom ul.product-subcat-list li{
	width:25%;
	float:left;
	height:150px;
	text-align:center;
}

div div.bottom ul.product-subcat-list li a{
	text-decoration:none;
	color:#006E66;
	font-size:13pt;
	line-height:15pt;
	font-weight:900;
}

div.product_detail div.content a.inquire,
div.product_detail div.content a.prod-search{
	display:none;
}

div.product_detail ul.prod-detail-nav{
	display:block;
	width:100%;
	float:left;
	margin:20px 0 0;
}
div.product_detail ul.prod-detail-nav li{
	float:left;
	width:50%;
	font-family:"ff-dagny-web-pro-1","ff-dagny-web-pro-2",Arial,Helvetica,Sans-serif;
	color:#006E66;
	font-size:13pt;
	line-height:15pt;
	font-weight:900;
	text-align:center;
	display:none;
}
div.product_detail ul.prod-detail-nav li#li-prod-image-0,
div.product_detail ul.prod-detail-nav li#li-prod-image-1{
	display:block;
}

div.product_detail ul.prod-detail-nav li a{
	color:#006E66;
	text-decoration:none;
}

div.product_detail div#prod-image-0,
div.product_detail div#prod-image-1{
	float:left;
	display:block!important;
	width:50%;
	overflow:hidden;
}
div.product_detail div#prod-image-0 img,
div.product_detail div#prod-image-1 img{
	display:block;
	margin:0 auto;
}

div.product_detail div.options h3{
	margin:10pt 0 0;
	font-family:"ff-dagny-web-pro-1","ff-dagny-web-pro-2",Arial,Helvetica,Sans-serif;
	color:#006E66;
	font-size:13pt;
	line-height:15pt;
	font-weight:900;
}

div.product_detail div.options ul,
div.product_detail div.options ul li{
	list-style:disc inside none;
	margin:0 0 0 8px;
	page-break-inside:avoid;
}

div div.bottom table{
	margin:10pt;
	border-top:1pt solid #000;
	border-left:1pt solid #000;
	page-break-inside:avoid;
	font-size:10pt;
}

div div.bottom table td{
	border-right:1pt solid #000;
	border-bottom:1pt solid #000;
	page-break-inside:avoid;
	padding:1pt 5pt;
	text-align:center;

}
div div.bottom table td.l{
	text-align:left;
}
div div.bottom table tr{
	page-break-after:avoid;	
	page-break-inside:avoid;
}
div div.bottom table thead td{
font-family:"ff-dagny-web-pro-1","ff-dagny-web-pro-2",Arial,Helvetica,Sans-serif;
color:#006E66;
font-size:11pt;
font-weight:900;
vertical-align:bottom;
}
div div.bottom table thead tr.filter{
	display:none;
}

div div.bottom table tbody tr{
	page-break-before:avoid;
}
div div.bottom table tbody td{
	vertical-align:middle;
}
div div.bottom table tbody td a{
	text-decoration:none;
	color:#000;
}