body
        {
	        margin: 0;
	        font: small Helvetica, Arial, Tahoma;
            background: #efefef url(img/logo.png) fixed 2% 2% no-repeat ;
            color: #38932D;
        }
        a
        {
            color: #38932D; text-decoration: none;
        }
        #wrapper { width: 250px; float: right;}
        a:hover
        {
            color: #ccc;
        }
        #product_header
        {
            background: no-repeat center;
            height: 1em;
        }
        #product_footer
        {
            background: no-repeat center;
            height: 1em;
        }
        ul#product
        {
            margin: 0;
            padding: 0;
            list-style: none;
            background: transparent url(hover_menu_sample_glass_panel_body.png) repeat-y center;
        }
        ul#product li span
        {
        	padding-left: 2em;
        }
        ul#product li.trigger
        {
            padding: .4em;
        }
        /* ul#product hover menu position override */
        ul#product .trigger ul.menu
        {
         margin-right: 5%; position: fixed; right: 175px;
        }
        /* ++ Hover menu styles */
        .trigger ul.menu
        {
            display: none;
            position: absolute;
            margin-right:50px;
            padding: .4em;
            list-style: none;
            background: none;
            border: solid 1px #ccc;
       
           
        }
        li.trigger {height: 1em;}
        .trigger ul.menu li
        {
            padding: .1em .5em;        }
        .trigger ul.menu li a
        {
            display: block;
        }
        .trigger:hover
        {
            background: ;
        }
        .trigger:hover ul.menu
        {
            display: block;
        }
        .notrig {padding .4em; margin-left: .4em; height: 2em; }
        .slctd {font-weight: 600; text-indent: 0.5em;}
        div#content {width: 42.5em; margin-left: 200px; color: #000; font-size: 1.2em;}
        h1 {color: #439247; text-align: right;}
        h2 {color: #c0c0c0; margin-left: 6em;}
p.ok {text-indent: 0;}
        p {text-indent: 2.5em;}
         div#bottom {background: url('img/bti.png') repeat-x;}
div#bottom {margin: 0;left: 0px; bottom: 0px; z-index: 2; width: 100%; position: absolute; position: fixed; height: 20px;  }