﻿body {
    background-color: #FFFFFF;
    margin: 0;
    font-size: 14px;
    font-family: "微軟正黑體";
    color: rgba(106,57,6,1);
    letter-spacing: 1px;
    line-height: 1.8em;
}

a:link {
    color: rgba(106,57,6,1);
    text-decoration: none;
}

a:hover {
    color: rgba(191,149,109,1);
    text-decoration: underline;
}

a:active {
    color: rgba(191,149,109,1);
    text-decoration: none;
}

a:visited {
    color: rgba(106,57,6,1);
    text-decoration: none;
}

img {
    border: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.wrapper {
    width: 960px;
    margin: 0 auto 0 auto;
    background-color: #FFFFFF;
    border: 1px solid white;
    -moz-box-shadow: 0px 0px 9px #A1A1A1;
    -webkit-box-shadow: 0px 0px 9px #A1A1A1;
    box-shadow: 0px 0px 9px #A1A1A1;
}

.head_content {
    height: 211px;
}

.head_bg {
    width: 960px;
    height: 130px;
    position: absolute;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(191,149,109,1) 44%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(44%,rgba(191,149,109,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(191,149,109,1) 44%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(191,149,109,1) 44%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(191,149,109,1) 44%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(191,149,109,1) 44%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bf956d',GradientType=1 ); /* IE6-9 */
}

.logo {
    width: 684px;
    height: 210px;
    position: absolute;
    z-index: 996;
}

.Language {
    width: 170px;
    height: 24px;
    margin: 90px 0 10px 760px;
    position: absolute;
    z-index: 997;
}

.Lkbtn {
    color: rgba(106,57,6,1);
    text-decoration: none;
}

    .Lkbtn:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

.content {
    width: 960px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    background-image: url('/Images/web/img_leftconteac.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 20px;
}

.content_right {
    width: 550px;
    margin: 35px 50px 0 0;
    float: right;
}

.content_left {
    width: 360px;
    margin-top: 35px;
    text-align: center;
    font-size: 18px;
    min-height:600px;
}

.footer {
    width: 960px;
    padding: 20px 0 20px 0;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    color: #FFFFFF;
    background: rgb(191,149,109); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(191,149,109,1) 1%, rgba(133,98,57,1) 45%, rgba(133,98,57,1) 56%, rgba(191,149,109,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(191,149,109,1)), color-stop(45%,rgba(133,98,57,1)), color-stop(56%,rgba(133,98,57,1)), color-stop(100%,rgba(191,149,109,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(191,149,109,1) 1%,rgba(133,98,57,1) 45%,rgba(133,98,57,1) 56%,rgba(191,149,109,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(191,149,109,1) 1%,rgba(133,98,57,1) 45%,rgba(133,98,57,1) 56%,rgba(191,149,109,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(191,149,109,1) 1%,rgba(133,98,57,1) 45%,rgba(133,98,57,1) 56%,rgba(191,149,109,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(191,149,109,1) 1%,rgba(133,98,57,1) 45%,rgba(133,98,57,1) 56%,rgba(191,149,109,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf956d', endColorstr='#bf956d',GradientType=1 ); /* IE6-9 */
}
.footer a:link{color:#ffffff;}
.footer a:visited{color:#ffffff;}
.footer a:active{color:#ffffff;}
.footer a:hover{color:#ffffff;}

.nav {
    width: 400px;
    height: 80px;
    margin: 130px auto 0 480px;
    background-image: url('/Images/web/img_line01.png');
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    z-index: 998;
}

.nav_01 {
    width: 100px;
    height: 35px;
    padding: 30px 0 20px 0;
    background-repeat: no-repeat;
    float: left;
}

    .nav_01:hover, div.hover {
        width: 100px;
        height: 35px;
        background: -moz-linear-gradient(top, rgba(192,150,110,1) 0%, rgba(192,150,110,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(192,150,110,1)), color-stop(100%,rgba(192,150,110,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(192,150,110,1) 0%,rgba(192,150,110,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(192,150,110,1) 0%,rgba(192,150,110,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(192,150,110,1) 0%,rgba(192,150,110,0) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(192,150,110,1) 0%,rgba(192,150,110,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0966e', endColorstr='#00c0966e',GradientType=0 ); /* IE6-9 */
        background-repeat: no-repeat;
    }

/*index*/
.index_top {
    width: 960px;
    height: 339px!important;
    background-color: #FFFFFF;
    border-bottom: 1px solid white;
    -moz-box-shadow: 0px 0px 9px #A1A1A1;
    -webkit-box-shadow: 0px 0px 9px #A1A1A1;
    box-shadow: 0px 0px 9px #A1A1A1;
    margin:0!important;
}

.index_products {
    width: 750px;
    min-height: 100px;
    margin: 40px 105px 40px 105px;
}

.index_camera {
    width: 960px;
}

/*about us*/
.aboutbg {
    width: 960px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    background-image: url('/Images/web/img_leftaboutus.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 20px;
}
/*newslist*/
.newslist_top {
    height: 30px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    background: rgb(153,108,51); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(153,108,51,1) 44%, rgba(106,57,6,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,rgba(153,108,51,1)), color-stop(100%,rgba(106,57,6,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(153,108,51,1) 44%,rgba(106,57,6,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(153,108,51,1) 44%,rgba(106,57,6,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(153,108,51,1) 44%,rgba(106,57,6,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(153,108,51,1) 44%,rgba(106,57,6,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#996c33', endColorstr='#6a3906',GradientType=0 ); /* IE6-9 */
}

.newsinfo_title {
    font-size: 16px;
    color: #634b30;
    line-height: 30px;
}

.newsinfo_date {
    color: #706c6c;
}

.line1 {
    width: 100%;
    height: 1px;
    border-top: 1px solid #dacfb6;
    margin: 10px 0 5px 0;
}

.newslist_td a:link {
    color: rgba(106,57,6,1);
}

.newslist_td a:visited {
    color: rgba(106,57,6,1);
}

.newslist_td a:active {
    color: rgba(191,149,109,1);
}

.newslist_td a:hover {
    color: rgba(191,149,109,1);
}

.newslift_tb {
    width: 100%;
    word-break: break-all;
}

/*newsinfo*/
.newsbg {
    width: 960px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    background-image: url('/Images/web/img_leftnews.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 20px;
}

/*products*/
.products_menu {
    width: 200px;
    margin: 0 0 0 25px;
}

.products_ul {
    list-style-type: none;
    text-align: left;
    padding: 0 0 5px 0;
}

.products_li {
    text-align: left;
    padding: 5px 20px 5px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #634b30;
    list-style-type: none;
    margin-bottom: 5px;
}

.products_head {
    width: 600px;
    height: 35px;
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    background: rgb(153,108,51); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(153,108,51,1) 44%, rgba(106,57,6,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,rgba(153,108,51,1)), color-stop(100%,rgba(106,57,6,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(153,108,51,1) 44%,rgba(106,57,6,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(153,108,51,1) 44%,rgba(106,57,6,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(153,108,51,1) 44%,rgba(106,57,6,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(153,108,51,1) 44%,rgba(106,57,6,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#996c33', endColorstr='#6a3906',GradientType=0 ); /* IE6-9 */
}

.products_content {
    width: 960px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    padding: 20px;
}

.products_right {
    width: 600px;
    margin: 35px 60px 0 0;
    float: right;
    word-break:break-all;
}
.prdinfo_desc{
    word-break:break-all;
}
.products_left {
    width: 300px;
    margin-top: 35px;
    text-align: center;
    font-size: 18px;
}

.products_td {
    width: 190px;
    margin: 0 20px 20px 0;
    border: 4px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0px 5px rgba(104,104,104,.3);
    -moz-box-shadow: 0 0px 5px rgba(104,104,104,.3);
    -o-box-shadow: 0 0px 5px rgba(104,104,104,.3);
    box-shadow: 0 0px 5px rgba(104,104,104,.3);
    text-align: center;
}

.products_img {
    height: 200px;
    display: table-cell;
    padding: 0 0 3px 0;
}

    .products_img img {
        width: 175px;
        max-height: 200px;
    }

.productsinfo_td {
    border: 1px solid rgba(106,57,6,1);
    width: 300px;
}

.productsinfo_img {
    height: 300px;
    display: table-cell;
    vertical-align: middle;
}

    .productsinfo_img img {
        width: 300px;
        max-height: 300px;
    }

.productsinfo_line {
    height: 1px;
    margin: 20px 0 10px 0;
    width: 100%;
    background: rgba(106,57,6,1);
}

/*contact us*/

.contactbg {
    width: 550px;
    background-color: #d1c0a5;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.15);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.contact {
    width: 500px;
    margin: 20px 20px 50px 40px;
    padding: 30px 0 50px 0;
}

.contact_bottom {
    height: 150px;
    margin: 20px 0 0 0;
}

.btnSend {
    -moz-box-shadow: inset 0px 1px 0px 0px #a6827e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a6827e;
    box-shadow: inset 0px 1px 0px 0px #a6827e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d5d3b), color-stop(1, #634b30));
    background: -moz-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
    background: -webkit-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
    background: -o-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
    background: -ms-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
    background: linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', endColorstr='#634b30',GradientType=0);
    background-color: #7d5d3b;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #54381e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    padding: 3px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #4d3534;
}

    .btnSend:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #634b30), color-stop(1, #7d5d3b));
        background: -moz-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
        background: -webkit-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
        background: -o-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
        background: -ms-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
        background: linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#7d5d3b',GradientType=0);
        background-color: #634b30;
    }

    .btnSend:active {
        position: relative;
        top: 1px;
    }

.btnClear {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
    background-color: #ededed;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #777777;
    font-family: arial;
    font-size: 13px;
    padding: 3px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

    .btnClear:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
        background: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
        background-color: #dfdfdf;
    }

    .btnClear:active {
        position: relative;
        top: 1px;
    }


.overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}

* html .overlay {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.loader {
    z-index: 100;
    position: fixed;
    width: 300px;
    margin-left: -60px;
    top: 50%;
    left: 50%;
    color: #000000;
    font-family: 微軟正黑體;
    font-weight: bolder;
}

* html .loader {
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}
/* ------------------------------------------------------------------------------*/
