﻿/*
pallet
#76a0b4;  // misty baby blue 
#0094cc;  // neon blue
#62803a; // army lime green
#5e8ea6; // army green
#98b375; //soft
#e8eedf; //faint green

#444; // default text
#333; // text
#444; //plain heading
*/
body
{
    color: #444;
    font-family: Verdana, Helvetica, Arial;
    margin: 0px;
    padding: 0px;
    background-color: #fff; /*background-color: #999; same as #footer*/
    font-size: 100%;
}

table, col, h1, h2, h3, h4, input, p, textarea, ul, div, textarea, select
{
    color: #333;
    font-family: Verdana, Helvetica, Arial;
    font-size: .94em;
}
table
{
    margin-left: 20px;
}
img
{
    border: 0;
}


div#srch
{
    position: absolute;
    top: -4px;
    left: 684px;
    width: 219px;
    vertical-align: text-top;
}

input.srch
{
    border-color: #999;
    border-style: outset;
    background-color: #eee;
    color: #333;
    width: 120px;
    padding: 3px;
    font-size: .7em !important;
}

input.btt-srch
{
    width: auto;
    overflow: visible;
    color: #000;
    border-style: outset;
    background-color: #ccc;
    padding: 2px;
    font-size: .65em;
}

h1
{
    color: #5e8ea6;
    font-size: 1.1em;
}

#content h3
{
}

h4
{
    color: #76a0b4;
    font-size: 1.1em;
}


hr
{
    border: none 0px #fff;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
}

a, a:hover, a:visited, a:link
{
    color: #0094cc;
    text-decoration: none;
}

a:hover
{
    color: #62803a;
    text-decoration: underline;
}



a.faq-rdd, a.faq-rdd:hover, a.faq-rdd:visited, a.faq-rdd:link
{
    color: #62803a;
    font-weight: bold;
}

select
{
    width: 165px;
}
input
{
    width: 160px;
}

.btt
{
    width: auto !important;
}

input[type=checkbox], input[type=radio], input[type=button], input[type=submit]
{
    width: auto;
}

#foot a
{
    margin-right: 10px;
}

#foot a, #foot a:visited, #foot a:link
{
    color: #76a0b4;
}
#subs a, #subs a:visited, #subs a:link
{
    text-decoration: underline;
}
#foot a:hover, #subs a:hover
{
    color: #62803a;
}
#submenu
{
    width: 200px;
    min-height: 200px;
    border-top: none 1px #fff;
    float: left;
    margin: 28px 0px 0px 10px;
    _margin: 8px 0px 0px 15px;
    position: relative;
    clear: left;
}

#submenu img
{
    width: 100% !important;
    display: block !important;
    _behaviour: none !important;
    height: 16px;
}

#submenu h1
{
    color: #cccdcf;
    font-size: 1.35em;
    background-color: #262626; /*     font-weight:bolder; url(/images/submenu_bar.jpg) none;*/
    min-height: 15px;
    text-align: center;
    padding-bottom: 5px;
    border: solid 1px #7a7a7a;
    border-top: none 1px #000;
    margin: 0px;
    font-weight: normal;
}

#submenu #items
{
    border: solid 1px #7a7a7a;
    border-top: none 1px #000;
    background-color: #666;
    float: left;
    width: 198px;
}


#submenu #items ul
{
    background-color: #666;
}


#submenu #items ul li
{
    margin-left: -2.5em;
}
#submenu #items ul li ul li
{
    _margin-left: 0em;
}


#submenu #items ul li ul
{
    display: none;
}


#submenu #items ul li ul li
{
    font-size: 1em;
    padding: 3px;
}

#submenu #items ul li a
{
    font-size: .95em;
}
#submenu #items ul li ul li a
{
    font-size: .9em;
}


#submenu #items ul li ul li a, #submenu #items ul li a
{
    text-decoration: none;
    display: block;
    width: 90%;
    padding: 2px;
}
#submenu #items ul li a
{
    color: #ccc;
    border-bottom: dotted 1px #fff;
}

#submenu #items ul li ul li a
{
    color: #fff;
    border-bottom: dotted 1px #000;
}

#submenu #items ul li
{
    list-style: none none outside;
    font-size: 1.4em;
    color: #fff;
    padding: 3px;
}

div#all
{
    z-index: 3;
}

div.shade-r
{
    width: 100%;
    background-image: url(../images/grad-r.png);
    background-repeat: repeat-y;
    background-position: right;
    z-index: 2;
}
div.shade-l
{
    margin-left: auto;
    margin-right: auto;
    width: 902px;
    background-image: url(../images/grad-l.png);
    background-repeat: repeat-y;
    z-index: 1;
}

ul#structure li
{
    list-style: none none inside;
}

div#spacer
{
    clear: both;
}

#content
{
    float: left;
    width: 60%;
    margin-left: 10px;
    font-size: .95em;
    margin-top: 20px;
    position: relative;
    top: 0px;
    left: 9px;
    margin-bottom: -200px;
}

#content hr
{
    margin-bottom: 8px;
}

#content p, #content div.cont-frm-btt
{
    margin-left: 20px;
}

#content img
{
    float: left;
    margin: 10px;
    clear: both;
}

#content img.large
{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#content h3
{
    color: #62803a;
    font-size: 1.5em;
    text-align: right;
    margin-bottom: 0px;
    margin-right: 40px;
}

#content h2, #content h1
{
    color: #98b375;
    margin-top: 15px;
    margin-bottom: 0px;
}

#content h1
{
    font-size: 1.3em;
    margin-left: 5px;
}

#content h2
{
    font-size: 1.1em;
    margin-left: 10px;
}

#content h4
{
    color: #76a0b4;
    font-size: 1.2em;
}

#landing
{
    background-color: #000;
    width: 884px;
    margin: 0px;
    padding: 0px;
    border: solid 1px #666;
    border-left: none;
    border-right: none; /*     border-top:solid 1px #000;*/
}

#main
{
    margin: 0px 9px;
}

#subs
{
    width: auto;
    height: 189px;
    text-align: center;
    margin-top: 15px;
    position: absolute;
}

#subs div
{
    width: 231px;
    height: 90%;
    margin: 0px 12px 0px 16px;
    padding: 15px;
    float: left;
    border: solid 1px #ccc;
    border-bottom: solid 1px #999;
    border-right: solid 1px #999;
    background-image: url(../images/sub_box_bg.jpg);
    background-position: 0px 76px;
    background-repeat: repeat-x;
    text-align: left;
    font-size: 1.1em;
}


#subs p
{
    color: #666;
}

#subs div p, #subs div h1
{
    margin: 0px;
    margin-bottom: 5px;
}

#header div.hd-itm
{
    position: absolute;
    top: -21px;
    left: -2px;
    width: 148px;
    height: 71px;
}

#topmenu-alt
{
    font-size: .9em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 655px;
}

#topmenu-alt a, #topmenu-alt a:hover, #topmenu-alt a:visited, #topmenu-alt a:link
{
    color: #999;
    text-decoration: none;
    margin-left: 7px;
}
#topmenu-alt a:hover
{
    color: #fff;
}

div#head
{
    background-color: #000;
    background-image: url(../images/header_back_.png);
    background-repeat: repeat-x;
    height: 90px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #999;
    width: 100%;
}

div#header
{
    color: #999;
    width: 760px;
    padding-right: 100px;
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: 0px;
}

div#foot
{
    width: 880px;
    margin-left: auto;
    margin-right: auto;
}

div#foot div
{
    color: #666;
    font-size: .7em;
    text-align: center;
}

div#foot #copy
{
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    font-size: .6em;
    margin-top: 40px;
    margin-bottom: 290px;
    color: #333;
}


div#hd-shade
{
    background-image: url(../images/grad-t.png);
    height: 20px;
    background-repeat: repeat-x;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: -20px;
    z-index: 10;
}


#content h1.sub, #content h2.sub
{
    margin-bottom: -9px;
}


#content h2.sub, #content h4.sub
{
    font-size: .95em;
}


.faq
{
    margin-bottom: 5px;
}
div.faq div img
{
    float: none !important;
}

.faq div
{
    margin: 5px;
    margin-bottom: 25px;
}


table.frm
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: none 0px #fff;
}

.frm td, .frm th
{
    padding: 0px;
    margin: 0px;
    text-align: left;
    vertical-align: top;
    padding-bottom: 10px;
}
.frm td span
{
    font-size: .8em;
}
.frm th
{
    padding: 7px 0px;
    padding-top: 20px;
}

.frm .pmpt
{
    width: 30%;
    text-align: right;
    padding-right: 5px;
}
.frm .fld
{
    width: 220px;
}
.frm .tail
{
}

.frm input.btt
{
    padding: 3px 15px;
    font-size: 1.1em;
    color: #ccc;
    background-color: #000;
    border: ridge 2px #666;
    border-bottom: ridge 2px #ccc;
    border-right: ridge 2px #ccc;
}

.frm input
{
    padding: 2px;
}

div#login input
{
    margin: 5px;
    padding: 2px;
}
div#login input, .frm input.mndt
{
    background-color: #fafafa;
    border: solid 1px #ccc;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
}

/*rounded corners for buttons 2*/
a.rounded
{
    text-decoration: none;
    font-weight: normal;
    font-size: 1.1em;
}
a.rounded div
{
    border: 0 none;
    cursor: pointer;
    padding: 0 15px 0 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

a.rounded div
{
    background: transparent url( btn_right.png ) no-repeat scroll right top;
    clear: left;
}

a.rounded div span
{
    display: block;
    padding: 0 0 0 15px;
    position: relative;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}

a.rounded div span
{
    background: transparent url( btn_left.png ) no-repeat scroll left top;
    color: #FFFFFF;
}

a.rounded div:hover
{
    background-position: 100% -30px;
}

a.rounded div:hover span
{
    background-position: 0% -30px;
}

a.rounded div::-moz-focus-inner
{
    border: none;
}
/*end rounded corners for buttons 2*/

#content table.product-spec td
{
    padding: 5px;
    border: none 0px #fff;
    text-align: right !important;
    vertical-align: top;
    font-weight: bolder;
}

#content table.product-spec td.main
{
    font-weight: normal;
    text-align: left !important;
    width: 340px;
}

#content table.product-spec tr.odd td
{
    background-color: #a2b982;
}

#content table.product-spec
{
    border: solid 1px #fff;
    font-size: 1em;
    background-color: #e8eedf;
    width: 100%;
}

div.img-group
{
    float: left;
    margin: 10px;
}

div.img-group img
{
    margin: 0px !important;
    clear: none;
}

/*captcha*/
td#captcha span table
{
    background-color: #fff !important;
}

td#captcha table input
{
    font-size: 1.5em;
    color: #ccc;
}

/* extensions */
div#content p span.emph
{
    font-weight: bold;
    color: #62803a;
}

#topmenu-alt a.top-hl, #topmenu-alt a.top-hl:hover, #topmenu-alt a.top-hl:visited, #topmenu-alt a.top-hl:link
{
    color: #e8eedf !important;
}

.icon-go, .icon-down, .icon-firm
{
    color: #fff;
    float: left;
    clear: left;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    cursor: pointer;
    pointer: hand;
    cursor: hand;
}

.icon-down
{
    background-image: url(down.ico.png);
}

.icon-firm
{
    background-image: url(firm.ico.png);
}

.icon-go
{
    background-image: url(go.ico.png);
}

#submenu ul li ul li a.act-lnk
{
    color: #76a0b4 !important;
    border-bottom-color: #76a0b4 !important;
}

.logolnk
{
    float: left;
    clear: right;
    margin: 10px;
    width: 120px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.logolnk img, .logolnk a img
{
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px !important;
    display: block;
}

/*#support 
{ margin-top:-30px;}*/
#support
{
    padding-top: 10px;
    font-size: 1.02em;
}
#support hr
{
    margin: 0px !important;
}



#support p
{
    margin-top: 0px !important;
}

#support div
{
    margin-left: 13px;
}

#support h2
{
    margin-top: 40px;
    margin-left: 0px;
}


#content table.product-spec td.main
{
    font-size: .94em;
}

.product-spec td p, .product-spec td ul, .product-spec td div
{
    font-size: 1em;
}

h2.plain
{
    color: #444 !important;
    margin: 25px 0px 5px 20px !important;
}

#content table.lrg
{
    width: 125% !important;
}

#content table.frm tr td div.chk-grp
{
    float: left;
    font-size: 1em;
    text-align: left;
    width: 120px;
    margin-right: 25px;
    padding: 5px;
    margin-bottom: 25px;
}
#content table.lrg tr td div.chk-grp-lrg
{
    width: 180px;
}

div.chk-grp a, div.chk-grp a:visited, div.chk-grp a:hover, div.chk-grp a:link
{
    font-size: 1em;
    color: #000 !important;
    text-decoration: none;
}


div.chk-grp input
{
    margin-right: 5px;
    margin-left: 10px;
}


div.chk-grp input, div.chk-grp label
{
    vertical-align: middle;
    cursor: pointer;
    pointer: hand;
}


div.chk-grp img
{
    float: none !important;
    margin: 0px auto 3px auto !important;
    display: block;
}

h3 span
{
    color: #444;
    font-size: .94em;
}

#content div.divider
{
}

#content div.divider p
{
    width: 40%;
    margin-right: 20px;
    float: left;
    font-size: 1em;
}


#wtb-icon-lft, #wtb-icon
{
    background-position: top;
    background-repeat: no-repeat;
    width: 60px;
    padding-bottom: 53px;
    display: inline;
    cursor: pointer;
    pointer: hand;
}
#wtb-icon
{
    background-image: url(../images/products/prod_wtb_icon.jpg);
    float: right;
    clear: left;
}
#wtb-icon-lft
{
    background-image: url(../images/products/prod_wtb_icon_lft.jpg);
    float: left;
    clear: right;
}


.right, .right a
{
    text-align: left;
    vertical-align: bottom;
}

#content span.press
{
    background-color: #eee;
    display: block;
    padding: 10px 15px 10px;
    border: 1px outset #999;
}
#content span.press p
{
    font-size: 1em;
}
#content span.press p, #content span.press h2
{
    color: #000;
}
.nospace
{
    padding: 0px !important;
}
.nospace a img
{
    margin: 0px !important;
}

#content div.video div
{
    float: left;
    margin-right: 25px;
}

#content div.video h2 a, #content div.video h2 a:hover, #content div.video h2 a:visited, #content div.video h2 a:link
{
    cursor: help;
    pointer: help;
    text-decoration: none;
}

#content div.video h2
{
    margin: 0px !important;
}

#content div.video
{
    margin-top: 40px;
    width: 600px;
    float: left;
    clear: left;
}

#content img.header
{
    float: none;
    margin-bottom: -10px;
}
.wt-space
{
     margin-top:45px;
    }