* {
  font-size:100.01%;
}
html{
  font-size:62.5%;
}
body{
  margin:0;
  font:1.4em Arial, Helvetica, sans-serif;
  color:#000;
  background:url(/custom/framework/body-bg.jpg) repeat-x 0 0;
  min-width:975px;  
}
body#inner{
  background:url(/custom/framework/body-bg-inner.jpg) repeat-x 0 0;
}
a{
        font:1.1em Arial, Helvetica, sans-serif;
  color:#265e16;
  text-decoration:none;
  border-bottom:1px dotted #265e16;

}
a:hover{
  text-decoration:none;
  border:0;
}
img{
  border:0;
}
p{
  margin:0;
}
ul{
  padding:0;
  margin:0;
  list-style:none;
}
#main{
  width:975px;
  margin:0 auto;
}
.header{
  width:975px;
  overflow:hidden;
  height:170px;
}
.top-right{
  width:600px;
  float:Right;
}
a.logo{
  margin:20px 0 0 90px;
  float:left;
  display:inline;
  width:202px;
  height:96px;
  text-indent:-9999px;
  overflow:hidden;
  border:0;
}
a.logo span{
  background:url(/custom/framework/logo.png) no-repeat 0 0;
  width:202px;
  height:96px;
  display:block;
  cursor:pointer;
}
ul.top-nav{
  margin:25px 5px 0 0;
  float:right;
  width:600px;
  display:inline;
}
ul.top-nav li{
  padding:0 13px 0 15px;
  background:url(/custom/framework/top-nav-split.gif) no-repeat 0 2px;
  display:inline;
  float:right;
        color: #265E16;
}
ul.top-nav li.first{
  background:none;
}
ul.top-nav li a{
  border-bottom:1px dotted #265e16;
  float:left;
  padding:0 0 1px 0;
}
ul.top-nav li a:hover{
  border: 0px;
  padding:0;
}
.search-form{
  float:right;
  margin:6px 5px 0 0;
  width:500px;
}
.search-form form{
  padding:0;
  margin:0;
}
input.search-inp{
  background:url(/custom/framework/search-inp.gif) no-repeat 0 0;
  border:0;
  width:263px;
  height:23px;
  float:right;
  margin:2px 4px 0 0;
  display:inline;
  color:#acacac;
  padding:6px 0 0 12px;
}
a.go-button{
  width:38px;
  height:32px;
  background-image:url(/custom/framework/go-button.gif);
  background-position:0 0;
  float:right;
  background-repeat:no-repeat;
  border:0;
  margin:0 5px 0 0;
  display:inline;
} 
a.go-button:hover{
  background-position:0 -32px;
}
ul.mid-nav{
  float:left;
  margin:16px 0 0 18px;
}
ul.mid-nav li{
  float:left;
  margin:0 0 0 2px;
}
ul.mid-nav li a{
  background-image:url(/custom/framework/right-nav.gif);
  background-repeat:no-repeat;
  background-position:100% 0;
  float:left;
  border:0;
  font-weight:bold;
  color:#fff;
}
ul.mid-nav li a span{
  background-image:url(/custom/framework/left-nav.gif);
  background-position:0 0;
  background-repeat:no-repeat;
  float:left;
  margin:0 5px 0 0;
  display:inline;
  padding:6px 9px 0 14px;
  height:21px;  
  cursor:pointer;
}
ul.mid-nav li a:hover{
  background-position:100% -27px;
  color:#265e16;
}
ul.mid-nav li a:hover span{
  background-position:0 -27px;
}

/* -------------Middle Nav Styles Back Up--------------- */
/*
ul.mid-nav{
  float:right;
  margin:18px 0 0 0;
}
ul.mid-nav li{
  float:right;
  margin:0 0 0 1px;
}
ul.mid-nav li a{
  background-image:url(/custom/framework/right-nav.gif);
  background-repeat:no-repeat;
  background-position:100% 0;
  float:left;
  border:0;
  font-weight:bold;
  color:#fff;
}
ul.mid-nav li a span{
  background-image:url(/custom/framework/left-nav.gif);
  background-position:0 0;
  background-repeat:no-repeat;
  float:left;
  margin:0 5px 0 0;
  display:inline;
  padding:6px 9px 0 14px;
  height:21px;  
  cursor:pointer;
}
ul.mid-nav li a:hover{
  background-position:100% -27px;
  color:#265e16;
}
ul.mid-nav li a:hover span{
  background-position:0 -27px;
}
*/
/* -------------End of Middle Nav Styles Back Up--------------- */



.content-box{
  width:975px;
  float:left;
}
.left-box{
  width:400px;
  float:left;
}
.center-box{
  width:555px;
  float:left;
  padding:26px 0 0 20px;
}
.center-box h1{
  font:normal 1.4em Georgia, "Times New Roman", Times, serif;
  color:#265e16;
  padding:0 0 10px 0;
  margin:0;
}
.center-box h1 a{
  color:#4c291b;
  border-bottom:1px dotted #4c291b;
        font-family:Georgia, "Times New Roman", Times, serif;
}
.center-box h1 a:hover{
  border:0;
}
.center-box h2{
  font:bold 1.2em Georgia, "Times New Roman", Times, serif;
  color:#000;
  margin:0;
  padding:15px 0 5px 0;
}
.center-box h2.padd{
  padding:18px 0;
}
.flash{
  width:400px;
  margin:-20px 0 0 0;
  float:left;
  position:relative;
}
.intro{
  font-family:Georgia, "Times New Roman", Times, serif;
}
.intro p{
  font:1.1em/20px Arial, Georgia, "Times New Roman", Times, serif;
  padding:0 0 16px 0;
}
.intro ul{
  padding:0 0 0 12px;
  overflow:hidden;
}
.intro ul li{
  padding:0 0 11px 12px;
  background:url(/custom/framework/bullet-bg.gif) no-repeat 0 5px;
  font:1em Georgia, "Times New Roman", Times, serif;
}
a.green-right{
  float:right;
}
.two-cols{
  margin:28px 0 0 11px;
  float:left;
  width:964px;
}
.product-lines{
  width:570px;
  float:left;
}

.product-lines2{
  width:964px;
  float:left;
}

.product-content{
  float:left;
  width:372px;
  margin:0 0 0 22px;
  display:inline; 
}
.product-lines h2{
  background:url(/custom/framework/product-lines-heading-bg.gif) no-repeat 0 0;
  width:570px;
  height:35px;
  padding:10px 0 0 0;
  float:left;
  text-align:center;
  font:1.55em Georgia, "Times New Roman", Times, serif;
  margin:0;
  color:#fff;
}

.product-lines2 h2{
  background:url(/custom/framework/product-lines-heading-bg2.gif) no-repeat 0 0;
  width:964px;
  height:35px;
  padding:10px 0 0 0;
  float:left;
  text-align:center;
  font:1.55em Georgia, "Times New Roman", Times, serif;
  margin:0;
  color:#fff;
}

.prod-lines-list{
  width:570px;
  float:left;
  background:#c5debe url(/custom/framework/product-lines-bottom.gif) no-repeat 0 100%;
  padding:0 0 12px 0;
}

.prod-lines-list2{
  width:964px;
  float:left;
  background:#c5debe url(/custom/framework/product-lines-bottom2.gif) no-repeat 0 100%;
  padding:0 0 12px 0;
}

.prod-lines-list ul, .prod-lines-list2 ul{
  width:250px;
  float:left;
  padding:10px 40px 0 22px;
}
.prod-lines-list ul li, .prod-lines-list2 ul li{
  width:235px;
  background:url(/custom/framework/bullet-bg.gif) no-repeat 0 6px;
  float:left;
  display:block;
  padding:0 0 6px 15px;
  font:1.15em Georgia, "Times New Roman", Times, serif;
}
.prod-lines-list ul li a, .prod-lines-list2 ul li a{
  color:#4c291b;
  border-bottom:1px dotted #4c291b;
        font:1.15em Georgia, "Times New Roman", Times, serif;
}
.prod-lines-list ul li a:hover, .prod-lines-list2 ul li a:hover{
  color:#006e2e;
  border-bottom:1px dotted #006e2e;
}
.product-content h3{
  font:normal 1.3em Georgia, "Times New Roman", Times, serif;
  color:#265e16;
  margin:0;
  padding:0 0 20px 0;
}
span.img-cont{
  float:left;
  border:3px solid #c88d4c;
}
.product-content p img{
  float:left;
  border:3px solid #c88d4c;
  margin:0 6px 0 0;
  display:inline;
  font:1em/18px Arial, Helvetica, sans-serif;
}
.wood{
  margin:-20px 0 0 0;
  width:400px;
  float:left;
  position:relative;
}
.wood-top{
  background:url(/custom/framework/wood-top.png) no-repeat 0 0;
  width:398px;
  height:12px;
  float:left;
  line-height:1px;
  font-size:1px;
}
.wood-bottom{
  background:url(/custom/framework/wood-bottom.png) no-repeat 0 0;
  width:398px;
  height:15px;
  float:left;
  line-height:1px;
  font-size:1px;
  float:left;
  clear:left;
}
.wood-center{
  background:url(/custom/framework/wood-center.png) repeat-y 0 0;
  width:383px;
  float:left;
  padding:0 0 0 15px;
}
.wood-center img{
  display:block;
}
.cont-box{
  width:370px;
  float:left;
  margin:20px 0 0 30px;
  display:inline;
}
.cont-box h3{
  margin:0;
  font:normal 1.3em Georgia, "Times New Roman", Times, serif;
  color:#265e16;
  padding:0 0 18px 0;
}
.cont-box h4{
  font:bold 1.15em Georgia, "Times New Roman", Times, serif;
  margin:0;
}
.cont-box p{
  font:normal 1em Georgia, "Times New Roman", Times, serif;
  padding:0 0 12px 0;
}
.cont-box ul{
  float:left;
}
.cont-box ul li{
  padding:0 0 10px 0;
  display:block;
  float:left;
  width:300px;
}

.cont-box ul li a{
  line-height: 22px;
}

.cont-box ul li.ph{
  padding:8px 0 10px 32px;
  background:url(/custom/framework/ph.gif) no-repeat 0 0;
  height:18px;
}
.cont-box ul li.fax{
  padding:8px 0 10px 32px;
  background:url(/custom/framework/fax.gif) no-repeat 0 0;
  height:18px;
}
.footer{
  background:url(/custom/framework/footer-bg.jpg) repeat-x 0 0;
  height:250px;
  width:100%;
  float:left;
  margin:50px 0 0 0;
  overflow:hidden;
}
.footer-content{
  width:975px;
  margin:0 auto;
  padding:48px 0 0 0;
}
a.footer-logo{
  margin:0 12px 0 0;
  float:right;
  display:inline;
  overflow:hidden;
  background:url(/custom/framework/footer-logo.gif) no-repeat 0 0;
  width:190px;
  height:95px;
        text-indent: -5000px;
}
ul.foot-list1{
  margin:6px 0 0 35px;
  float:left;
  display:inline;
  padding:0 0 10px 0;
}
ul.foot-list1 li{
  display:inline;
  padding:0 15px 0 17px;
  background:url(/custom/framework/footer-split.gif) no-repeat 0 3px;
  color:#fff;
}
ul.foot-list1 li.first{
  background:none;
  padding:0 15px 0 0;
}
ul.foot-list1 li a{
  border-bottom:1px dotted #fff;
  color:#fff;
}
ul.foot-list1 li a:hover{
  border:0;
  text-decoration:none;
        color:#ffefa3;
}
span.copy{
  width:740px;
  float:left;
  text-align:center;
  font:1.15em Arial, Helvetica, sans-serif;
  color:#ffefa3;
}

/* ******************* Anylink CSS ****************** */

.anylinkcss {
     background-color: #6A9F5B;
     border: 1px solid #265E17;
     border-bottom-width: 0;
     font: normal 14px Arial;
     line-height: 22px;
     position: absolute;
     text-align: left;
     visibility: hidden;
     width: 225px;
     z-index: 100;
     margin-left: 0px;
     margin-top: 10px;
}

.anylinkcss a:link, .anylinkcss a:active, .anylinkcss a:visited {
     background-color: #6A9F5B;
     border-bottom: 1px solid #265E17;
     color: #FFFFFF;
     display: block;
     font: normal 14px Arial;
     line-height: 26px;
     padding: 1px 0;
     text-decoration: none;
     text-indent: 8px;
     width: 100%;
}

.anylinkcss a:hover{
     background-color: #FAEAA1;
     color: #265E16;
}

.flash-replaced .alt {
     display: block;
     height: 0;
     position: absolute;
     overflow: hidden;
     width: 0;
}





