@charset "utf-8";
/*CSS RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    vertical-align: baseline
    }
.wording {
    font-size: 14px;
    line-height: 1.5;
    color: #666
    }
.updatewording {
    font-size: 13px;
    line-height: 1.25;
    color: #666
    }
.updatewordingBold {
    font-size: 13px;
    line-height: 1.25;
    color: #666;
    font-weight: bold
    }
.tablewording {
    font-size: 12px;
    /*line-height:1.5; */
    color: #333;
    padding: 3px 3px 3px 3px;
    margin: 3px 3px 3px 3px
    }
.tablecontentBold {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    padding: 3px 3px 3px 3px;
    margin: 3px 3px 3px 3px
    }
/*End RESET - Begin Full Width CSS*/
.mainHeader {
    font-size: 36px;
    color: #09c
    }
.submainHeader {
    font-size: 26px;
    color: #09c
    }
.submainTitle {
    font-size: 20px;
    color: #666
    }
.subHeader {
    font-size: 18px;
    color: #09c;
    font-weight: bold
    }
.titleHeader {
    font-size: 20px;
    color: #666;
    font-weight: bold
    }
.updateContent {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    color: #333
    }
.content {
    font-variant: normal;
    position: relative;
    width: 945px;
    margin: 0 auto
    }
.sub_title {
    font-size: 17px;
    line-height: 1.5;
    color: #666;
    font-weight: bold
    }
.benfitsPhoto {
    padding: 0 20px 20px 0
    }
/* sidemenu*/
#menu {
    background-color: #FFF;
    color: #666;
    position: absolute;
    border: solid 1px #333;
    right: -50px;
    margin: 400px 0 0 0;
    width: 60px;
    height: 30px;
    text-align: left;
    padding-left: 5px;
    line-height: 1.5;
    font-size: 1.5em;
    box-shadow: 0 0 5px #666
    }
.contentBold {
    font-size: 14px;
    color: #666;
    font-variant: normal;
    font-weight: bold;
    text-align: justify;
    line-height: 1.25
    }
.contentWhite {
    font-size: 14px;
    color: #fff;
    font-variant: normal;
    text-align: justify;
    line-height: 1.25
    }
.contentWhiteBold {
    font-size: 14px;
    color: #fff;
    font-variant: normal;
    font-weight: bold;
    text-align: justify;
    line-height: 1.25
    }
.contentBlue {
    font-size: 18px;
    color: #4ba5d9;
    font-variant: normal;
    text-align: justify;
    line-height: 1.25
    }
.model {
    font-size: 12px;
    color: #666
    }
.remark {
    font-size: 12px;
    color: #666
    }
.productTitle, WMR300, WMR180, WMR200 {
    padding: 5px 30px 5px 30px;
    background-color: #CCC;
    text-align: center;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
    }
.productTitleWMR88 {
    padding: 5px 30px 5px 30px;
    background-color: #CCC;
    text-align: center;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
    }
.productSensorTitle {
    margin-left: 10px;
    margin-top: 5px;
    padding: 5px 20px 5px 20px;
    background-color: #CCC;
    text-align: center;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px
    }
.productSensorName {
    margin-left: 10px;
    margin-top: 25px;
    padding: 5px 35px 5px 15px;
    color: #666;
    text-align: center;
    font-size: 12px
    }
/* link style */
a:link, a:visited, a:active {
    font-size: 14px;
    text-decoration: none;
    color: #666;
    border: 0
    }
a:hover {
    font-size: 14px;
    color: #666;
    text-decoration: underline;
    border: 0
    }
/* Footer */
.footer {
    padding-top: 20px;
    padding-left: 25px;
    font-size: 12px;
    color: #666
    }
.footer a:link {
    font-size: 12px;
    color: #666;
    text-decoration: none
    }
.footer a:visited {
    font-size: 12px;
    color: #666;
    text-decoration: none
    }
.footer a:active {
    font-size: 12px;
    color: #666;
    text-decoration: none
    }
.footer a:hover {
    font-size: 12px;
    color: #666;
    text-decoration: underline
    }
/*Photo Caption*/
.photo {
    position: relative;
    font-family: arial;
    overflow: hidden;
    /*border:5px solid #000;*/
    width: 255px;
    height: 217px
    }
.photo .heading, .photo .caption {
    position: absolute;
    background: #000;
    height: 50px;
    width: 255px;
    opacity: 0.7
    }
.photo .caption {
    bottom: -100px;
    left: 0
    }
.photo .heading span {
    color: #26c3e5;
    top: -50px;
    font-weight: bold;
    display: block;
    padding: 3px 0 0 5px
    }
.photo .caption span {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    display: block;
    padding: 3px 5px 0 5px;
    line-height: normal
    }
/*side menu*/
#sidemenu {
    /*background: #666;*/
    list-style: none;
    margin: 0;
    padding: -20px;
    width: 150px
    }
#sidemenu li {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20;
    padding: 0;
    list-style: none
    }
#sidemenu a {
    background: #fff;
    border-bottom: 1px solid #393939;
    color: #666;
    display: block;
    margin: 0;
    padding: 3px 12px;
    text-decoration: none;
    font-weight: normal;
    margin-left: 0
    }
#sidemenu a:hover {
    background: #09c url(../images/hover.gif) left center no-repeat;
    color: #fff;
    padding-bottom: 3px
    }