body
  {
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    color: black;
    margin: 0px;
    border: 0px;
    padding: 0px;
    background: white;
  }

table
 {
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid black;
    font-size: 0.75em;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
 }
 
td
  {
    text-align: left;
    border: 1px solid black;
    padding: 0px;
    margin: 0px;
  }
  
th
  {
    text-align: center;
    font-weight: bold;
    border: 1px solid black;
    padding: 0px;
  }
 
table.instructions
  {
    background-color: #A3C4A3;    
    width: 520px;
  }
  
td.instructions, th.instructions
  {
    width: 260px;
    padding: 2px;
  }
  
table.shop
  {
    width: 640px;
  }
  
td.shop, th.shop
  {
    background-color: #337B33;
    font-size: 1.33em;
    font-weight: normal;
    color: white;
    padding: 4px;
    text-align: center;
  }
  
td.shopcontent
  {
    text-align: center;
  }
  
table.CO2
  {
    width: 690px;
  }
  
td.ecoparadark
  {
    text-align: center; 
    background-color: #337B33;
    color: white;
    width: 115px;
  }
  
td.notecoparadark
  {
    text-align: center;
    color: white;
    background-color: #00008B;
    width: 110px;
  }
  
td.ecopara
  {
    text-align: center;
    background-color: #98FB98;
  }
  
td.notecopara
  {
    text-align: center;
    background-color: #9999D1;
  }
  
td.clear
  {
    text-align: center;
  }
  
table.orders
  {
    width: 670px;    
    margin-top: 4px;
    margin-bottom: 0px;
  }
  
td.orders, th.orders
  {
    padding: 2px;
  }
  
td.boldorders
  {
    padding: 2px;
    text-align: right;
    font-weight: bold;
  }
  
td.ordertotals
  {
    width: 60px;
    padding: 2px;
    text-align: right;
    font-weight: bold;
  }
  
table.more
  {
    width: 720px;
  }
  
td.eco
  {
    font-size: 1.3em;
    background-color: #98FB98;
  }
  
table.bottom
  {
    background-color: #337B33;
    border-style: none;
    width: 1060px;
  }
  
table.bottom  td
  {
    border-style: none;
  }
  
table.links
  {
    width: 720px;
    border-style: none;
  }
  
table.links td
  {
    border-style: none;
  }
  
td.companyname
  {
    text-align: center;
    font-size: 1.7em;
    font-weight: bold;
    color: #337B33;
    width: 500px;
  }
  
#properties
  {
    width: 740px;
    padding: 3px;
  }
  
#properties th
  {
    font-weight: bold;
    width: 120px;
    padding: 3px;
  }
  
#properties td
  {
    padding: 3px;
    text-align: justify; 
  }
   
img
  {
    border-style: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
  }
  
img.shopimg
  {
    margin-top: 2px;
  }
  
img.infoimg
  {
    margin-top: 2px;
    width: 160px;
    border: 1px solid black;
  }
  
.centerdisplay
  {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
    
h1
  {
    font-weight: bold;
    font-style: italic;
    font-size: 1.25em;
    color: #337B33;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 15px;
    margin-left: 15px;
    border: 0px; 
    padding: 0px;
  }
  
h1.indent
  {
    width: 490px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
  
h2, h1.smaller
  {
    font-size: 0.75em;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 15px;
    margin-left: 15px;
    border: 0px; 
    padding: 0px;
  }
  
h1.smaller
  {
    text-align: center;
  }
  
h3
  {
    font-size: 1.0em;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 15px;
    margin-left: 15px;
    border: 0px; 
    padding: 0px;   
  }
  
h4
  {
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 8px;
    margin-right: 0px;
    margin-left: 0px;
    border: 0px; 
    padding: 0px;   
  }
  
h5
  {
    color: #808080;
    text-align: right;
  }
  
p
  {
    font-size: 0.75em;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 15px;
    margin-left: 15px;
    border: 0px; 
    padding: 0px;  
  }
  
p.lessmargin
  {
    margin-right: 2px;
    margin-left: 2px;
    text-align: center;
    font-weight: bold;
  }
  
p.smallpara
  {
    font-size: 0.70em;   
  }
  
#daddy
  {
    position: absolute;
    top: 0px;
    left: 0px; 
    width: 780px;
    overflow: hidden;
  }
  
#highlight
  {
    background-color: #A3C4A3;
    font-weight: normal;
    font-style: italic; 
    color: #000000;
    width: 540px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-style: solid;
    border-color: gray black black gray;
    border-width: 4px; 
    padding: 0px;
  }
  
#highlight p
  {
    margin-right: 2px;
    margin-left: 2px;
  }
  
.quantity
  {
    background: #337B33;
    color: white;
    font-weight: bold;
    width: 150px;
    text-align: center;
    padding: 0px;
    margin: 0px;
  }
  
.quantity:hover
  {
    background: #A3C4A3;
    color: black;
    text-decoration: none;
  }
  
.myButtons
  {
    background: #A3C4A3;
    margin-left: 15px;
  }
  
.myButtons:hover
  {
    background: #BDD5BD;
  }
  
#aligncenter
  {
    clear: both;
    text-align: center;
  }
  
#mixedlinks
  {
    width: 750px;
    height: 26px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
  }
  
#horizbuttons
  {
    height: 26px;
    width: 370px;
    float: right;
    vertical-align: bottom;
  }
  
#horizbuttons ul
  {
    margin: 0px;
    padding: 0px;
  }
  
#horizbuttons ul li
  {
    display: inline;
    height: 26px;
    float: right;
    list-style: none;
    margin-left: 6px;
    margin-right: 0px;
    vertical-align: bottom;
  }
  
#horizlinks
  {
    height: 26px;
    width: 370px;
    float: left;
    vertical-align: bottom;
  }
  
#horizlinks ul
  {
    margin: 0px;
    padding: 0px;
  }
  
#horizlinks ul li
  {
    display: inline;
    height: 26px;
    float: left;
    list-style: none;
    margin-left: 0px;
    margin-right: 15px;
    vertical-align: bottom;
  }
  
#videobuttons
  {
    width: 720px;
    height: 26px;
    margin-right: auto;
    margin-left: auto;
  }
  
#videobuttons ul
  {
    margin: 0px;
    padding: 0px;
  }
  
#videobuttons ul li
  {
    height: 26px;
    float: left;
    list-style: none;
    margin-left: 2px;
    margin-right: 2px;
  }
  
.video
  {
    background: #A3C4A3;
    color: black;
    font-style: italic;
    font-weight: bold;
    font-size: 0.9em;
    width: 170px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    border: 0px;
  }
  
.video:hover
  {
    background: #BDD5BD;
    border-style: solid;
    border-width: 1px;
    border-color: gray black black gray;
  }
  
#squarevideobuttons
  {
    height: 24px;
    width: 726px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  
#squarevideobuttonsless
  {
    width: 716px;    
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  
#squarevideobuttonsbrick
  {
    width: 650px;    
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  
#squarevideobuttonsbrickless
  {
    width: 600px;    
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  
#squarevideobuttons ul, #squarevideobuttonsless ul, #squarevideobuttonsbrick ul, #squarevideobuttonsbrickless ul
  {
    padding: 0px;
    margin: 0px;
  }
  
#squarevideobuttons ul li, #squarevideobuttonsless ul li, #squarevideobuttonsbrick ul li, #squarevideobuttonsbrickless ul li
  {
    float: left;
    list-style: none;
    margin: 1px;
  }
  
.squarevideo
  {
    background: #99CCFF;
    color: black;
    font-style: italic;
    font-size: 0.719em;
    text-align: center;
    padding: 0px;
    margin: 0px;
  }
  
.squarevideo:hover
  {
    background: #C2E0FF;
  }
  
#object1
  {
    width: 400px;
    height: 321px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 195px;
    margin-right: 0;
    padding: 0px;
  }
  
div.quote
  {
    margin: 0px;
    border: 0px;
    padding: 0px;
    height: 50px;
    width: 70px;
    float: right;
    text-align: center;
    position: relative;
    top: -35px;
  }
  
.quoteimg
  {    
    margin: 0px;
    border: 0px;
    vertical-align: text-top;
    text-align: center;
  }
  
div.desc
  {
    text-align: center;
    font-weight: normal;
    font-size: 0.7em;
    width: 70px;
    margin: 0px;
    vertical-align: text-bottom;
  }
  
#logoholder
  {
    width: 780px;
    margin-bottom: 4px;
  }
  
img.logobox
  {
    width: 220px;
    float: right;
  }
  
div.holder
  {
    width: 760px;
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    clear: both;
  }
  
div.leftaddress
  {
    width: 379px;
    text-align: left;
    font-size: 0.75em;
    float: left;
  }
  
div.rightaddress
  {
    width: 379px;
    text-align: right;
    color: #808080;
    font-size: 0.75em;
    float: right;
  }
  
div.gap
  {
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  
div.detailholder
  {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    padding: 0px;
    height: 30px;
  }
  
div.leftdetail
  {
    width: 373px;
    float: left;
  }
  
div.rightdetail
  {
    width: 373px;
    float: right;
  }
  
span
  {
    margin: 0px;
    padding: 1px;
    font-size: 0.75em;
    font-weight: bold;
  }
  
span.caption
  {
    width: 120px;
    float: left;
    text-align: right;    
    margin-top: 2px;
    margin-right: 1px;
  }
  
span.entry
  {
    width: 248px;
    float: right;
  }
  
div.contact
  {
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    width: 490px;
    padding: 0px;
    height: 12px;
    font-size: 0.75em;
    font-weight: bold;
  }
  
div.leftcontact
  {
    width: 90px;
    text-align: left;
    float: left;
  }
  
div.rightcontact
  {
    width: 330px;
    text-align: left;
    float: right;
  }
  
div.question
  {
    width: 530px;
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    font-size: 0.75em;
    font-weight: bold;
    height: 25px;
  }
  
div.leftquestion
  {
    width: 120px;
    text-align: left;
    float: left;
  }
  
div.rightquestion
  {
    width: 400px;
    text-align: left;
    float: right;
  }
  
div.box
  {
    clear: both;
    width: 524px;
    margin-left: auto;
    margin-right: auto;
  }
  
#header
  {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 158px;      
    background-image: url('images/gradient.png');
    background-repeat: repeat-x;
    color: #ffffff;
    overflow: hidden;
  }
  
#top
  {
    margin: 0px;
    width: 1060px;
    height: 158px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    border-color: black;
  }
  
div
  {
    margin: 0px;
    padding: 0px;
    border: 0px;
  }
  
div.topcontent
  {
    width: 762px;
    height: 130px;
    font-family: Times New Roman, Times , serif; 
    font-weight: bold;
    font-size: 1.125em;
    color: #000066;
  }
  
div.topleft
  {
    width: 285px;
    height: 130px;
    text-align: left;
    float: left;
  }
  
div.topright
  {
    width: 474px;
    height: 130px;
    text-align: center;
    float: right;
  }
  
div.topline
  {
    width: 474px;
    height: 32px;
  }
  
div.border
  {
    width: 474px;
    height: 16px;
  }

div.toplinecont
  {
    width: 158px;
    height: 32px;
    text-align: center;
    float: left;
  }
  
div.middleline
  {
    width: 474px;
    height: 32px;
    text-align: center;
    float: left;
  }
  
div.bottomline
  {
    width: 474px;
    height: 32px;
    text-align: center;
    float: left;
    color: #337B33;
    font-size: 1.4em;
  }
  
#topbar
  {
    height: 28px;
    width: 930px;
    background-color: #337B33;
    clear: both;    
    float: left;
  }
  
div.barleft
  {
    width: 250px;
    height: 28px;
    float: left;
  }
  
div.barmiddle
  {
    width: 550px;
    height: 28px;
    text-align: center;
    font-weight: bold;
    color: yellow;
    margin-top: 4px;
    float: left;
  }
  
div.barright
  {
    width: 120px;
    height: 28px;
    text-align: right;
    font-weight: bold;
    color: white;
    margin-top: 4px;
    float: left;
  }
  
#footer
  {
    position: absolute; 
    bottom: 0; 
    left: 0;
    width: 100%; 
    height: 30px;  
    text-align: right; 
    background: #ffffff;
  }
  
#bottomband
  {
    margin: 0px;
    width: 1060px;
    height: 30px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  
#daddyright
  {
    position: absolute;
    top: 0px;
    width: 930px;
    overflow: hidden;
  }
  
#legal
  {
    margin: 0px;
    width: 800px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #d3d3d3;
    font-size: 0.6em;
    height: 10px;
  }
  
#linksbar
  {
    margin: 0px;
    width: 930px;
    padding: 0px;
    height: 20px;
  }
  
#bottombar
  {
    height: 30px;
    width: 930px;
    background-color: #337B33;
    overflow: hidden;
  }
  
#main
  {    
    background-color: #ffffff;
    width: 230px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }

#contents
  { 
    width: 780px;
    height: 100%;
    float: left;
    font-size: 0.9em;
    overflow: auto;
  }
  
#borderleft
  {    
    width: 130px;
    height: 1000px;
    background-color: #337B33;
    float: right;
  }
  
#cards
  {
    width: 106px;
    margin-left: auto;
    margin-right: auto;
  }
  
div.cardleft
  {
    width: 50px;
    float: left;
  }
  
div.cardright
  {
    width: 50px;
    float: right;
  }
  
img.card
  {
    width: 50px;
  }
  
#clearforprotx
  {
    width: 130px;
    clear: both;
    text-align: center;
  }
  
img.protx
  {
    width: 75px;
  }
  
iframe
  {
    margin: 0px;
    padding: 0px;
    border-style: none;
    border: 0px;
  }
  
#framinshead
  {
    margin: 0px;
    height: 1%;
    width: 780px;
    overflow: hidden;
  }
  
#framinshead iframe
  {
    width: 780px;
    height: 90px;
    overflow: hidden;
  }
  
#framinsmenu
  {
    margin: 0px;
    height: 1%;
    width: 780px;
  }
  
#framinsmenu iframe
  {
    width: 780px;
    height: 55px;
  }
  
#framinsmovie
  {
    margin: 0px;
    height: 1%;
    width: 780px;
  }
  
#framinsmovie iframe
  {
    width: 780px;
    height: 360px;
  }
  
#slaghead
  {
    margin: 0px;
    height: 1%;
    width: 780px;
    overflow: hidden;
  }
  
#slaghead iframe
  {
    width: 780px;
    height: 140px;
    overflow: hidden;
  }
  
#article
  {
    margin: 0px;
    width: 780px;
  }
  
#article iframe
  {
    width: 780px;
    height: 550px;
  }
  
#photos 
  {
    width: 510px;
    margin-left: auto;
    margin-right: auto;
    height: 125px;
  }
  
#photos ul
  {
    list-style-type: none;
    margin: 0px;
  }
  
#photos ul li
  {
    float: left;
    height: 125px;
    padding: 5px;
  }
  
#photos img
  {
    height: 125px;
  }
  
#cycle 
  {
    width: 735px;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  
#cycle img
  {
    width: 240px;
    padding: 2px;
    float: left;
  }
  
#rock 
  {
    width: 700px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
  }
  
#rock img
  {
    height: 100px;
  }
  
ul.solo
  {
    font-size: 0.75em;    
    text-align: justify;
    width: 325px;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
  }
  
div.kiln
  {
    width: 390px;
    float: right;
  }
  
div.kiln p
  {
    text-align: justify;
  }
  
/* for internet explorer */

* html body
  {
    padding: 158px 0 30px 0; 
  }

* html #contents
  {
    height: 100%; 
    width: 100%; 
  }
  
/* end ie */

div#tipDiv
  {
    padding: 0px;
    color: #ffffff;
    font-size: 11px; 
    background-color: #E1E5F1;
    border-style: none; 
    margin: 0px;
    width: 200px; 
  }

div#tipDiv div.img
  {
    text-align: center
  }
  
div#tipDiv div.txt
  {
    text-align: center;
    margin-top: 4px
  }