/* print css */
    #header-print, #footer-print{
        display: none;
    }
/* body */
        body{
            font-size: 12px;
            background-color: #666666;
        }
        a:link, a:visited{
            color: #F89A1F;
            text-decoration: underline;
        }
        a:hover, a:active{
            color: #A65B11;
            text-decoration: none;
        }
        #wrapper{
            background-color: #FFFFFF;
            border: 1px solid #FFFFFF;
            border-top: 0px solid #000000;
        }
        #header, #header h3{
            background-color: #000000;
            color: #FFFFFF;
        }
        #header-left{
            float: left;
            width: 335px;
            margin-left: 25px;
            margin-top: 15px;
        }
        #header-mid{
            float: left;
            width: 250px;
            margin-left: 30px;
            margin-top: 10px;
        }
        #header-right{
            float: left;
            width: 260px;
            margin-left: 30px;
            margin-top: 0px;
            text-align: center;
        }
        #header-nav{
            clear: both;
        }
        .header-tab-orange, .header-tab-orange:link, .header-tab-orange:visited{
            margin-left: 2px;
            float: left;
            display: block;
            width: 122px;
            height: 32px;
            background-image: url(/images/header_tab_orange.png);
            background-repeat: no-repeat;
            background-position: bottom center;
            text-align: center;
            font-size: 15px;
            font-family: Arial, Helvetica,"Helvetica Neue", sans-serif;
            text-decoration: none;
            line-height: 2.6em;
            color: #000000;
        }
        .header-tab-orange:hover, .header-tab-orange:active{
            background-image: url(/images/header_tab_orange_hover.png);
            background-repeat: no-repeat;
            background-position: bottom center;
            text-decoration: none;
	    font-family: Arial, Helvetica,"Helvetica Neue", sans-serif;
	    font-weight: bold;
            color: #000000;
        }
        .header-tab-green, .header-tab-green:link, .header-tab-green:visited{
            margin-left: 2px;
            float: left;
            display: block;
            width: 122px;
            height: 32px;
            background-image: url(/images/header_tab_green.png);
            background-repeat: no-repeat;
            background-position: bottom center;
            text-align: center;
            font-size: 15px;
            font-family: Arial, Helvetica,"Helvetica Neue", sans-serif;
            text-decoration: none;
            line-height: 2.6em;
            color: #000000;
        }
        
        .header-tab-green:hover, .header-tab-green:active{
            background-image: url(/images/header_tab_green_hover.png);
            background-repeat: no-repeat;
            background-position: bottom center;
            text-align: center;
            text-decoration: none;
	    font-family: Arial, Helvetica,"Helvetica Neue", sans-serif;
	    font-weight: bold;
            color: #000000;
        }
        #footer{
            padding: 15px;
            text-align: center;
            background-color: #000000;
            color: #FFFFFF;
            font-family: Arial, Helvetica,"Helvetica Neue", sans-serif;
            font-size: 12px;
        }
        #footer :link, #footer :visited{
            color: #FFFFFF;
            text-decoration: none;
        }
        #footer :hover, #footer :active{
            color: #FFFFFF;
            text-decoration: underline;
        }
        .sym {
            background-image: url(/images/white_dot.gif);
            background-position: 50% 50%;
            background-repeat: no-repeat;
        }
        
/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
    width: 198px;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 98;
  position: relative;
}
#nav-one {
    margin-left: -1px;
}

#greenLink a{
	background-color:#51b112;
}

#nav-one #greenLink a:hover, #nav-one #greenLink.sfHover a{
	background-color:#c9fda8;
}



.nav li {
  /*border-left: 1px solid #000;*/
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 23px;
  margin-bottom : -1px;
  width: 198px;
    z-index: 98;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  width: 184px;
  height: 23px;
  /*font: bold 1.22em/25px Arial, Helvetica, sans-serif;*/
  background: #F89A1F;
  color: #000000;
  display: block;
  padding: 0 9px;
  /*text-transform: lowercase;*/
  text-decoration: none;
  border-width: 0px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  z-index: 98;
}

.nav li a:hover {
  background: #FFC78F;
  color: #000;	
  border: 1px solid #FFF;

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #FFC78F;
  color: #000;
  border: 1px solid #FFF;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #F89A1F;
  color: #000;
  border: 1px solid #FFF;
  width: 300px;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #FFC78F;
  color: #000;
}

#nav-one li:hover ul #greenLink a, 
#nav-one li.sfHover ul #greenLink a {
  background: #51b112;
  color: #000;
  border: 1px solid #FFF;
  width: 300px;
}

#nav-one li:hover ul #greenLink a:hover, 
#nav-one li.sfHover ul #greenLink a:hover {
  background: #c9fda8;
  color: #000;
}
.nav ul {
  background: #F89A1F;
  border-bottom: 1px solid #FFF;
  list-style: none;
  margin: 0;
  width: 198px;
  position: absolute;
  top: -999em;
  left: -1px;
  z-index: 98;
}
.nav li:hover ul,
.nav li.sfHover ul {
  /*top: 25px;*/
  z-index: 99;
  top: 0px;
  margin-left: 204px;
  width: 300px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #FFF;
  border-bottom: 0;
  padding-right: 20px;
  width: 175px;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #FFC78F;
  color: #000;
}
/* END NAVIGATION */
        .nav-icon{
            float: left;
            margin: 4px;
            margin-right: 7px;
        }
        .contianer{
            /*background-color: #F89A1F;*/
            background-color: #FFFFFF;
            padding: 0px;
            margin: 0px;
        }
        .left-col{
            float: left;
            width: 202px;
            background-color: #F89A1F;
            padding: 0px;
            margin: 0px;
            padding-top: 10px;
        }
        .right-col{
            padding: 0px;
            margin: 0px;
            float: right;
            width: 748px;
            background-color: white;
        }
        .content{
            padding: 10px;
        }
        .left_col_title{
            padding-left: 7px;
            padding-bottom: 3px;
            font-size: 16px;
            color: white;
            font-weight: bold; 
        }
        .side_well_outer{
            width: 198px;
            margin-left: 2px;
            padding: 0px;
            background-image: url('/images/side_well_mid.gif');
            background-repeat: repeat-y;
            background-position: center;
        }
        .side_well_top{
            width: 198px;
            background-color: transparent;
            background-image: url('/images/side_well_top.gif');
            background-repeat: no-repeat;
            background-position: top center;
        }
        .side_well_bottom{
            width: 198px;
            background-color: transparent;
            background-image: url('/images/side_well_bottom.gif');
            background-repeat: no-repeat;
            background-position: bottom center;
        }
        .side_well_inner{
            text-align: center;
            width: 168px;
            background-color: transparent;
            padding: 15px;
        }
/* Content - changes look/feel of content */
#inNews { padding:0px 10px; color:#FFF; }
#header td { color:#FFF; }
#header { background-color:#000;}
#subheader { background-image:url("/images/subheader_spacer.gif"); background-repeat:repeat-x;}
.newsHeader { font-size:15px; }
.boldOrange { color:#F89A1F; font-weight:bold; }
.newsTitle { font-size:15px; font-weight:bold; }
.navTitle { font-size:15px; font-weight:bold; }
.boldWhite { color:#FFF; font-weight:bold; }
#inProductHeader { font-size:12px; }
.productlist { padding:0px; margin-left:0px;list-style-image: url("/images/oBlock.gif"); margin-top:10px; }
.productlist li { margin-left:0px; font-size:11px; padding:0px;}
.productTitle, h1.productTitle { font-size: 2em; font-weight:normal; margin-bottom: 0px; padding-bottom: 0px; }
.productTitleWhite { font-size:17px; font-weight:bold; color:#FFF; }
.navSubList { margin-left:50px; margin-bottom:10px; padding:0px; }
.navSubList li { margin:0px; padding:0px; }

.newsletter_small{
	background-image:url('/images/newsletter_submit_small.jpg');
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	height:162px;
	width:184px;
}
.newsletter_small div#newsbox_text {
	padding:20px;
}
.input-txt{
    border: 1px solid #999999;
    background-color: white;
}
.input-txt:focus{
    border: 1px solid #000000;
    background-color: #FFC78F;
}
.clear{
    clear: both;
    
}

table.tight td{
    line-height: 1.3em;
    margin: 0px;
    padding: 3px;
}

.sub-header-notice{
    border: 1px solid #fae6d1;
    height: 25px;
    text-align: center;
    font-size: 15px;
    background-color: #F89A1F;
    color: black;
}
.sub-header-product{
    height: 48px;
    font-size: 18px;
    line-height: 2.5em;
    font-weight: bold;
    background-color: black;
    background-image: url(/images/product_category_lrg_hdr_bg.gif);
    background-repeat: repeat-x;
    color: white;
    border-right: 1px solid #777777;
}
.factoid-green{
    background-image: url(/images/factoid-green.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 272px;
    height: 140px;
    float: right;
    
}
.factoid-green-inner{
    padding-top: 55px;
    padding-left: 70px;
    padding-right: 25px;
    
}


/* Admin */
.adminTable { border:1px solid #FFF; border-collapse:collapse; }
.adminHeader { border-bottom:1px solid #FFF; background-color:#000; color:#FFF; }
.adminRow0 { background-color:#FFF; border:1px solid #F89A1F;}
.adminRow1 { background-color:#F89A1F;border:1px solid #FFF; vertical-align: top }
.adminRow1 a:link, .adminRow1 a:visited { color:#FFFFFF; }
.adminRow1 a:hover { color:#A65B11; }
.adminRowHidden { background-color:#b26b24; }
/*#inProductAdminHeader { font-size:12px; padding:10px; background-image:url("/images/productsTopBG.gif"); background-repeat:repeat-y; }
#inProductAdminContent { font-size:12px; padding:10px; background-image:url("/images/productsBottomBG.gif"); background-repeat:repeat-y; color:#FFF; }*/
#inProductAdminHeader { font-size:12px; padding:10px;  }
#inProductAdminContent { font-size:12px; padding:10px;  }
#inProductAdminHeader a { color:#000; }
#inProductAdminContent a { color:#000; }

.link-white:link, .link-white:visited {
    color: white;
    text-decoration: none;
}
.link-white:hover, .link-white:active {
    color: white;
    text-decoration: underline;
}
.cartTable{
    width: 100%;
    border: 1px solid black;
}
.cartTable thead{
    background-color: #F89A1F;color: #FFFFFF;
}
.cartTable thead td{
    text-align: center;
}
.th-border-right{
    float: right;
    border-right: 1px solid white;
}
.cartTable .row-0{
    background-color: #FFFFFF;color: #000000;
}
.cartTable .row-1{
    background-color: #F89A1F;color: #FFFFFF;
}
.cartTable input[type=text]{
    text-align: right;
    width: 50px;
    border: 1px solid black;
}
.orange-button, input.orange-button, .orange-button:link, .orange-button:visited{
    background-color: #F89A1F;
    background-image: url(/images/orange-button-bg.gif);
    background-position: top center;
    background-repeat: repeat-x;
    border: 1px solid black;
    color: black;
    -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; 
    -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px;
    cursor: default;
    text-decoration: none;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
    margin: 0px;
    height: 28px;
}
.orange-button:hover, .orange-button:active{
    cursor: pointer;
    text-decoration: none;
    
}

.box-gray, .box-info, .box-error, .box-notice, .box-success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.box-gray{background:#EDEDED;color:#444444;border-color:#CCCCCC;}
.box-gray .img_panel{
	float:left;
	overflow:hidden;
	margin:5px;
	width:120px;
}
.box-info {background:#E0ECFF;color:#444444;border-color:#7799BB;}
.box-error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.box-notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.box-success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.box-error a {color:#8a1f11;}
.box-notice a {color:#514721;}
.box-success a {color:#264409;}
.required{
	color: red;
	font-weight: bold;
}
#leftNewsBox {
	background-color:#000; 
	background-image:url("/images/newsLeftBG.gif");
	background-repeat:repeat-y;
	color:#FFF;
	padding:10px; 
  width:338px;
	text-align:left;
}
#rightNewsBox {
	background-color:#FFF; 
	color:#000;
	background-image:url("/images/rightNewsBG.gif");
	background-repeat:repeat-y;
	padding:10px; 
  width:338px;
	text-align:left;
}

    .newsWell-RF{
        margin-top: 20px;
        float: left; width: 360px;
    }
    .newsWell-RF-header{
        background-color: #F89A1F;
        color: #FFFFFF;
        height: 35px;
        font-size: 16px;
        padding-top: 7px;
        padding-left: 7px;
    }
    .newsWell-RF-header a:link, .newsWell-RF-header a:visited, .newsWell-grn-header a:link, .newsWell-grn-header a:visited{
        color: white;
        text-decoration: none;
        font-size: 12px;
        margin-right: 15px;
        margin-top: 3px;
    }
    .newsWell-RF-header a:hover, .newsWell-RF-header a:active, .newsWell-grn-header a:hover, .newsWell-grn-header a:active{
        text-decoration: underline;
    }
    .newsWell-RF-content{
        font-size: 12px;
        line-height: 1.1em;
        background-color: black;
        color: white;
        padding: 20px;
        border-left: 1px solid #F89A1F;
        border-right: 1px solid #F89A1F;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .newsWell-grn{
        margin-top: 20px;
        float: right;
        width: 358px;
    }
    .newsWell-grn-header{
        background-color: #4E9E00;
        color: #FFFFFF;
        height: 35px;
        font-size: 16px;
        padding-top: 7px;
        padding-left: 7px;
	  width: 229px;
    }
    .newsWell-grn-content{
        font-size: 12px;
        line-height: 1.1em;
        background-color: white;
        background-image: url(/images/newsWell-grn_bg.gif);
        background-repeat: repeat-y;
        background-position: bottom center;
        color: black;
        padding: 20px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

.newsWell-RF_2{
        margin-top: 20px;
        float: left; width: 360px;
    }
    .newsWell-RF-header_2{
       background-color:#F89A1F;
	color:#FFFFFF;
	font-size:16px;
	height:35px;
	padding-left:7px;
	padding-top:7px;
    }
    .newsWell-RF-header_2 a:link, .newsWell-RF-header_2 a:visited, .newsWell-grn-header_2 a:link, .newsWell-grn-header_2 a:visited{
        color: white;
        text-decoration: none;
        font-size: 12px;
        margin-right: 15px;
        margin-top: 3px;
    }
    .newsWell-RF-header_2 a:hover, .newsWell-RF-header_2 a:active, .newsWell-grn-header_2 a:hover, .newsWell-grn-header_2 a:active{
        text-decoration: underline;
    }
    .newsWell-RF-content_2{
        background-color:black;
	border-left:1px solid #F89A1F;
	border-right:1px solid #F89A1F;
	color:white;
	font-size:12px;
	line-height:1.1em;
	margin-bottom:0;
	padding:20px 20px 0;
    }
    .newsWell-grn_2{
        float:left;
	margin-top:20px;
	width:359px;
	margin-left: 9px;
    }
    .newsWell-grn-header_2{
        background-color:#4E9E00;
	color:#FFFFFF;
	font-size:16px;
	height:35px;
	padding-left:7px;
	padding-top:7px;
	width: 351px;
    }
    .newsWell-grn-content_2{
        background-color:white;
	background-image:url(/images/newsWell-grn_bg_2.gif);
	background-position:center bottom;
	background-repeat:repeat-y;
	color:black;
	font-size:12px;
	line-height:1.1em;
	margin-bottom:0;
	padding:20px 20px 0;
	width: 318px;
    }
    input[text]{
        padding: 3px;
    }
