
/* 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: #FFEABF;
  }

body
  {
    position: relative;
    height: 100%;
    font: 75%/1.4 Arial, Helvetica, sans-serif;
    color: #505050;
  }

* html body
  {
    text-align: center;
  }

#wrap1
  {
    min-height: 100%;
    width: 820px;
    margin: 0 auto;
    background: url(g/wrapback.gif) top left repeat-y;
  }

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

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

#jump
  {
    display: none;
  }

#wrap2
  {
    position: relative;
  }

#nav
  {
    position: absolute;
    top: 156px;
    left: -20px;
    width: 179px;
  }

#nav li
  {
    position: relative;
    font-size: 1.1em;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

#nav li a
  {
    display: block;
    padding: 0.5em 0.4em 0.3em;
    color: #505050;
  }

#nav li:hover a,
* html #nav li.hover a
  {
    background-color: #FFCC99;
  }

#nav li strong a
  {
    font-weight: normal;
    color: #E56F00;
  }

#nav li:hover strong a,
* html #nav li.hover strong a
  {
    background-color: transparent;
  }

#nav li li
  {
    margin: 0.1em 0;
    font-size: 0.9em;
    font-weight: normal;
    text-transform: none;
  }

#nav li li a
  {
    padding: 0;
    padding-left: 11px;
    background: url(g/dot_n.gif) left 0.3em no-repeat;
  }

#nav li:hover li a,
* html #nav li.hover li a
  {
    background-color: transparent;
    white-space: nowrap;
  }

#nav li.active li a,
* html #nav li.active li a
  {
    white-space: normal;
  }

#nav li li strong a
  {
    background-image: url(g/dot_x.gif);
    font-weight: normal;
    color: #E56F00;
  }

#nav ul ul
  {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 180px;
    background-color: #FFCC99;
    padding: 0.5em;
  }

* html #nav ul ul
  {
    left: 175px;
  }

#nav ul li:hover ul,
* html #nav ul li.hover ul
  {
    visibility: visible;
  }

* html #nav li
  {
    /* this makes the mysterious gap in IE6 go away */
    border-bottom: 1px solid #FFEABF;
  }

* html #nav li li
  {
    border: 0;
  }

* html #nav li.active,
* html #nav li li
  {
    margin-bottom: 0;
  }

#nav ul li.active ul
  {
    display: block;
    position: static;
    visibility: visible;
    background-color: transparent;
    padding-top: 0;
    padding-left: 1em;
  }

#nav li.nav
  {
    height: 272px;
  }

#nav li.mail a
  {
    display: block;
    width: 16px;
    background: url(g/mailback.gif) 0.5em center no-repeat;
    text-indent: -9999px;
  }

#side
  {
    width: 130px;
    float: right;
  }

#side div
  {
    width: 120px;
    height: 140px;
    background: #FFCC99;
    overflow: hidden;
  }

#side .img,
#side .box
  {
    margin: 8px 0;
  }

#side .box
  {
    width: 100px;
    height: 120px;
    padding: 10px;
  }

#side .box h3
  {
    margin-bottom: 0.5em;
    font-size: 0.9em;
    font-weight: bold;
    color: #E56F00;
  }

#side .box h5
  {
    margin-bottom: 0.4em;
    font-size: 0.8em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #505050;
  }

#side .box p
  {
    margin-bottom: 0.5em;
    font-size: 0.8em;
    line-height: 110%;
    color: #505050;
  }

#side .box p.more
  {
    text-align: right;
    font-weight: bold;
  }

#side .box a
  {
    color: #E56F00;
  }

#main
  {
    width: 520px;
    margin: 0 130px 0 160px;
  }

#header
  {
    height: 156px;
    background: url(g/logoback.gif) center center no-repeat;
  }

#header h1
  {
    text-indent: -9999px;
  }

#blurbs
  {
    height: 140px;
    background: url(g/blurbs.gif) top right no-repeat;
  }

#banner
  {
    height: 288px;
    background: top left no-repeat;
  }

#banner.short
  {
    height: 140px;
  }

#cont
  {
    padding: 20px 25px;
  }

#cont p,
#cont h2,
#cont h3,
#cont form,
#cont table
  {
    margin-bottom: 1em;
  }

#cont ul,
#cont ol
  {
    margin: 1.5em 0;
  }

#cont h2
  {
    margin: 0 0 0.7em;
    font-size: 1.5em;
    font-weight: normal;
    color: #666666;
  }

#cont h3
  {
    margin: 1.5em 0 0.8em;
    font-size: 1.2em;
    font-weight: bold;
    color: #666666;
  }

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

#cont span.more
  {
    margin-left: 0.8em;
    white-space: nowrap;
  }

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

#cont p.error
  {
    color: #CC3333;
  }

#cont td
  {
    padding: 0.8em 0 0 1.5em;
    vertical-align: top;
  }

#cont td p
  {
    margin: 0;
  }

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

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

#cont tr.line td
  {
    border-bottom: 1px solid #999999;
  }

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

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

#cont div.listitem p
  {
    margin-bottom: 0.2em;
  }

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

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

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

#cont .pricelist .header
  {
    font-size: 1.2em;
    font-weight: bold;
    color: #666666;
  }

#cont .pricelist .price,
#cont .pricelist .info
  {
    text-align: right;
    white-space: nowrap;
  }

#cont .pricelist .price
  {
    font-weight: bold;
  }

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

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

#cont li
  {
    display: list-item;
    margin: 0.5em 0 0 3em;
  }

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

#cont input,
#cont select,
#cont textarea
  {
    border: 1px solid #CCCCCC;
    padding: 0.2em;
    background-color: #FFF5E0;
  }

#cont tr.error
  {
    font-weight: bold;
    color: #CC0000;
  }

#cont tr.error input,
#cont tr.error select,
#cont tr.error textarea
  {
    border-color: #CC0000;
  }

#cont input:hover,
#cont select:hover,
#cont textarea:hover
  {
    border: 1px solid #999999;
  }

#cont input:focus,
#cont select:focus,
#cont textarea:focus
  {
    border: 1px solid #999999;
    background-color: #FFDFBF;
  }

#cont input.button
  {
    border: 1px solid #FFFFFF;
    padding: 0.2em 1em;
    background-color: #FFB366;
    color: #000000;
    cursor: pointer;
  }

#cont p.custompackage-banner span
  {
    margin-right: 4px;
    padding: 2px 10px;
    font-weight: bold;
    color: #999999;
    background-color: #FFD580;
  }

#cont p.custompackage-banner span a
  {
    color: #F0D6A8;
  }

#cont p.custompackage-banner span.x
  {
    background-color: #E56F00;
  }

#cont p.custompackage-banner span.x a
  {
    color: #FFEABF;
  }

#cont p.custompackage-banner span.o
  {
    background-color: #FFCC99;
  }

#cont p.custompackage-banner span.o a
  {
    color: #505050;
  }

img.linkimage
  {
    margin: 0px;
    margin-right: 30px;
    margin-bottom: 10px;
    vertical-align: middle;
  }

#cont .gallery p.thumb
  {
    margin: 0 10px 10px 0;
    border: 1px solid #CCCCCC;
    float: left;
    width: 140px;
    height: 140px;
    text-align: center;
  }

#cont .gallery p.thumb img
  {
    margin: 10px;
  }

#cont .gallery p.zoom,
#cont .gallery p.desc
  {
    margin: 10px 0;
  }

#cont .gallery p.zoom img
  {
    margin: 0;
  }

#cont .gallery hr
  {
    clear: left;
    display: none;
  }

.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;
}
