
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common browsers */
:link,:visited { text-decoration:none; color: inherit; }
ul,ol { list-style:none; }
li { display: block;}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; }


html
  {
    height: 100%;
    background: #1E3C37;
  }

body
  {
    position: relative;
    height: 100%;
    font: 80%/1.3 Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
  }

* html body
  {
    text-align: center;
  }

#wrap1
  {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 880px;
    height: 100%;
    margin-left: -440px;
  }

#wrap2
  {
    position: relative;
    min-height: 100%;
    background: url(g/wrapback.gif) left top repeat-y;
  }

* html #wrap2
  {
    height: 100%;
    text-align: left;
  }

#wrap3
  {
    width: 860px;
    min-height: 100%;
    margin: 0 10px;
    bbackground: url(g/navsbig.gif) 1px bottom no-repeat;
  }

* html #wrap3
  {
    height: 100%;
  }

hr.foot
  {
    visibility: hidden;
    clear: both;
  }

#nav
  {
    width: 190px;
    float: left;
  }

#nav h1
  {
    width: 120px;
    height: 108px;
    margin: 30px 0 0 40px;
    background: url(g/navlogo.gif) left top no-repeat;
    text-indent: -99999px;
  }

#nav h2
  {
    width: 122px;
    height: 14px;
    margin: 8px 0 0 39px;
    background: url(g/navsubtitle.gif) left top no-repeat;
    text-indent: -99999px;
  }

#nav ul
  {
    width: 120px;
    margin: 30px 0 0 40px;
  }

#nav li
  {
    margin-bottom: 15px;
  }

#nav li a
  {
    display: block;
    height: 24px;
    border: 1px solid #1E3C37;
    border-width: 0 1px 1px 0;
    background: #F0F0F0;
    padding-left: 0.8em;
    font-weight: bold;
    color: #666666;
    line-height: 24px;
  }

#nav li a:hover
  {
    background: #E0E0E0;
  }

#nav li strong a
  {
    border-color: #FFFFFF;
    border-width: 1px 0 0 1px;
    background: #007663;
    color: #FFFFFF;
  }

#nav li strong a:hover
  {
    background: #007663;
  }

#nav ul ul
  {
    width: 119px;
    margin: 0;
    border: 1px solid #1E3C37;
    border-width: 0 1px 1px 0;
    background: #F0F0F0;
    font-size: 0.8em;
    padding: 0.8em 0;
  }

#nav li li
  {
    margin: 0;
  }

#nav li li a
  {
    display: block;
    height: auto;
    margin: 0.6em 0;
    border: 0;
    background: transparent;
    padding-left: 1em;
    line-height: 1.2em;
  }

#nav li li strong a
  {
    color: #007663;
  }

#nav li li strong a:hover
  {
    background: #E0E0E0;
  }

#main
  {
    margin-left: 200px;
    padding: 30px 40px;
  }

#cont h3,
#cont h4,
#cont p,
#cont ul,
#cont li,
#cont form,
#cont table
  {
    margin-bottom: 1.5em;
  }

#cont h3
  {
    font-size: 2em;
    font-weight: bold;
    color: #007663;
    letter-spacing: 0.5px;
    margin-bottom: 1em;
  }

#cont h4
  {
    width: 100%;
    font-size: 1.4em;
    font-weight: bold;
    color: #999999;
    letter-spacing: 0.3px;
    margin-bottom: 0.66em;
  }

#cont h5
  {
    font-weight: bold;
    color: #999999;
    letter-spacing: 0.5px;
    margin-bottom: 0.2em;
  }

#cont ul
  {
    list-style-type: square;
  }

#cont ol
  {
    list-style-type: decimal;
  }

#cont li
  {
    display: list-item;
    margin-left: 1.5em;
    margin-top: 0.4em;
  }

#cont li:first-child
  {
    margin-top: 0;
  }

#cont a
  {
    font-weight: bold;
    color: #3C9687;
  }

#cont .backlink
  {
    margin-top: 3em;
  }

img.left
  {
    float: left;
  }

img.right
  {
    display: inline;
    float: right;
    margin-left: 40px;
  }

img.border
  {
    border: 1px solid #CCCCCC;
  }

#cont div.listitem
  {
    overflow: hidden;
    margin-bottom: 1.5em;
  }

/* !IE/Mac -- \*/
* html #cont div.listitem
  {
    overflow: visible;
    height: 1%;
  }
/* -- !IE/Mac */

#cont div.listitem .textindent
  {
    padding-left: 1em;
  }

#cont div.listitem h5.item
  {
    margin: 0 0 0.2em;
  }

#cont .list
  {
    display: inline-block;
    overflow: hidden;
    margin-top: 2em;
  }

#cont .list2col .listitem
  {
    width: 49%;
    float: left;
  }

#cont .list h4
  {
    clear: both;
    margin-top: 1em;
  }

#cont td
  {
    padding: 1em 0 0 2em;
    vertical-align: top;
  }

#cont tr:first-child td
  {
    padding-top: 0;
  }

#cont td:first-child
  {
    padding-left: 0;
  }

#cont td.ra
  {
    text-align: right;
  }

#cont input,
#cont select,
#cont textarea
  {
    font-size: 80%;
    border: solid #CCCCCC;
    border-width: 0 0 1px 1px;
    background-color: #F0F0F0;
    padding: 0.2em 0.4em;
  }

#cont form.contact input,
#cont form.contact textarea
  {
    width: 320px;
  }

#cont input.button
  {
    width: auto;
    border: 0;
    margin-right: 1em;
    background-color: #484848;
    color: #E0E0E0;
    cursor: pointer;
  }

#cont .cart td,
#cont .cart th
  {
    font-size: 0.9em;
    font-weight: normal;
    border-bottom: 1px solid #CCCCCC;
    padding: 0.3em 1.5em 0.3em 0.3em;
  }

#cont .cart th
  {
    font-weight: bold;
    text-align: left;
    color: #999999;
  }

#cont .cart a
  {
    font-weight: normal;
  }

#cont .cart input.text
  {
    width: 2em;
    border: 0;
    text-align: right;
  }

.rte-align-left {
	float: left;
	margin: 0 1em 0.5em 0;
}

.rte-align-right {
	float: right;
	margin: 0 0 0.5em 1em;
}

.ht-zoom {
    cursor: pointer;
}

#lbCloseLink {
    width: 20px;
    overflow: hidden;
    background-position: right center;
}

#lbOverlay,
#lbCenter,
#lbBottomContainer {
    z-index: 99;
}

