
@font-face {
    font-family: "MyriadPro";
    src: url(../font/MyriadPro-Regular.otf);
}


body,html{
}
.logo
{
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:solid 1px #c7c7c7;
    z-index:2;
    position:relative;
    margin-top:10px;
    margin-left:8px;
    cursor:pointer;
    -moz-box-shadow: 3px 3px 3px #ababab;
    -webkit-box-shadow: 3px 3px 3px #ababab;
    box-shadow: 3px 3px 3px #ababab;
}

.logoatas{
    margin: 0;
    float: left;
    width: 165px;
}

.content-position
{
    margin-top:15px;
    position:relative;
    height:auto;
    z-index:10;
    background:url(../images/all/back-center2.jpg) no-repeat bottom left;
    overflow: hidden;
    margin-left: -5px;
    width: 995px;
}

.product-position
{	
    margin-top:15px;
    position:relative;
    height:auto;
    z-index:500;
    background:url(../images/all/back-center2.jpg) no-repeat bottom left;
    overflow: hidden;
    margin-left: -5px;
    width: 995px;
    min-height: 430px;
}

.det-product-position
{	
    margin-top:15px;
    position:relative;
    height:auto;
    z-index:500;
    background:url(../images/all/back-center2.jpg) no-repeat bottom left;
    overflow: hidden;
    margin-left: -5px;
    width: 995px;
    
}

.product-table{
    height: 100%;
    float:left;
}
.listproduct{
    float: left;
    z-index: 2;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    padding: 10px 0px 10px 20px;
}

.listproduct-red
{   
    color: #666;
    border-bottom: 2px solid #CCCCCC;
/*    background: rgb(154,154,154);  Old browsers 
background: -moz-linear-gradient(top, rgba(154,154,154,1) 0%, rgba(206,206,206,1) 49%, rgba(154,154,154,1) 100%);  FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,154,154,1)), color-stop(49%,rgba(206,206,206,1)), color-stop(100%,rgba(154,154,154,1)));  Chrome,Safari4+ 
background: -webkit-linear-gradient(top, rgba(154,154,154,1) 0%,rgba(206,206,206,1) 49%,rgba(154,154,154,1) 100%);  Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top, rgba(154,154,154,1) 0%,rgba(206,206,206,1) 49%,rgba(154,154,154,1) 100%);  Opera 11.10+ 
background: -ms-linear-gradient(top, rgba(154,154,154,1) 0%,rgba(206,206,206,1) 49%,rgba(154,154,154,1) 100%);  IE10+ 
background: linear-gradient(to bottom, rgba(154,154,154,1) 0%,rgba(206,206,206,1) 49%,rgba(154,154,154,1) 100%);  W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a9a9a', endColorstr='#9a9a9a',GradientType=0 );  IE6-9 */

background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(214,214,214,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

/*background: rgb(216,216,216);  Old browsers 
background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(242,242,242,1) 49%, rgba(216,216,216,1) 100%);  FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,216,216,1)), color-stop(49%,rgba(242,242,242,1)), color-stop(100%,rgba(216,216,216,1)));  Chrome,Safari4+ 
background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%,rgba(242,242,242,1) 49%,rgba(216,216,216,1) 100%);  Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top, rgba(216,216,216,1) 0%,rgba(242,242,242,1) 49%,rgba(216,216,216,1) 100%);  Opera 11.10+ 
background: -ms-linear-gradient(top, rgba(216,216,216,1) 0%,rgba(242,242,242,1) 49%,rgba(216,216,216,1) 100%);  IE10+ 
background: linear-gradient(to bottom, rgba(216,216,216,1) 0%,rgba(242,242,242,1) 49%,rgba(216,216,216,1) 100%);  W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#d8d8d8',GradientType=0 );  IE6-9 */

}
.listproduct-red:hover{
    cursor: pointer;
    background: rgb(91,91,91); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(91,91,91,1) 0%, rgba(132,132,132,1) 33%, rgba(175,175,175,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(91,91,91,1)), color-stop(33%,rgba(132,132,132,1)), color-stop(100%,rgba(175,175,175,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(91,91,91,1) 0%,rgba(132,132,132,1) 33%,rgba(175,175,175,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(91,91,91,1) 0%,rgba(132,132,132,1) 33%,rgba(175,175,175,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(91,91,91,1) 0%,rgba(132,132,132,1) 33%,rgba(175,175,175,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(91,91,91,1) 0%,rgba(132,132,132,1) 33%,rgba(175,175,175,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#afafaf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.listproduct-red:hover> .product-name{
    color: #fff;
}
.listproduct-blue
{
    color: #a1a1a1;
    border-bottom: 2px solid #CCCCCC;
/*    background: rgb(216,216,216);  Old browsers 
background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(242,242,242,1) 49%, rgba(216,216,216,1) 100%);  FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,216,216,1)), color-stop(49%,rgba(242,242,242,1)), color-stop(100%,rgba(216,216,216,1)));  Chrome,Safari4+ 
background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%,rgba(242,242,242,1) 49%,rgba(216,216,216,1) 100%);  Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top, rgba(216,216,216,1) 0%,rgba(242,242,242,1) 49%,rgba(216,216,216,1) 100%);  Opera 11.10+ 
background: -ms-linear-gradient(top, rgba(216,216,216,1) 0%,rgba(242,242,242,1) 49%,rgba(216,216,216,1) 100%);  IE10+ 
background: linear-gradient(to bottom, rgba(216,216,216,1) 0%,rgba(242,242,242,1) 49%,rgba(216,216,216,1) 100%);  W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#d8d8d8',GradientType=0 );  IE6-9 */

background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(244,244,244,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

/*background: rgb(255,255,255);  Old browsers 
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 50%, rgba(255,255,255,1) 100%);  FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(214,214,214,1)), color-stop(100%,rgba(255,255,255,1)));  Chrome,Safari4+ 
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 50%,rgba(255,255,255,1) 100%);  Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 50%,rgba(255,255,255,1) 100%);  Opera 11.10+ 
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 50%,rgba(255,255,255,1) 100%);  IE10+ 
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(214,214,214,1) 50%,rgba(255,255,255,1) 100%);  W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );  IE6-9 */

}
.listproduct-blue:hover{
    cursor: pointer;
    background: rgb(91,91,91); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(91,91,91,1) 0%, rgba(132,132,132,1) 33%, rgba(175,175,175,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(91,91,91,1)), color-stop(33%,rgba(132,132,132,1)), color-stop(100%,rgba(175,175,175,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(91,91,91,1) 0%,rgba(132,132,132,1) 33%,rgba(175,175,175,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(91,91,91,1) 0%,rgba(132,132,132,1) 33%,rgba(175,175,175,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(91,91,91,1) 0%,rgba(132,132,132,1) 33%,rgba(175,175,175,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(91,91,91,1) 0%,rgba(132,132,132,1) 33%,rgba(175,175,175,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b5b', endColorstr='#afafaf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.listproduct-blue:hover> .product-name{
    color: #fff;
}

.listproduct-name{
    margin-left: 10px;
    float:left;
    width:200px;
}
.listproduct-kate{
    margin-left: 10px;
    float:left;
    width:70px;
    font-size: 16px;
}
.listproduct-desc{
    margin-left: 10px;
    float:left;
    width:450px;
}
.listproduct-gambar{
    float:left;
    max-height: 140px;
    width: 125px;
}

.product-name
{
    color:#a1a1a1;
    text-decoration:none;
/*    -webkit-transition: all 0.3s linear;
    -moz-transition: all  0.3s linear;
    -o-transition: all  0.3s linear;
    -ms-transition: all  0.3s linear;*/
}

.content-privacy{
    margin-bottom: 32px;
    height: 100%;
    float: left;
}

.content
{
    position:relative;
    z-index:500;
    width:760px;
    color:#7b7b7b;
    text-align:justify;
    margin-bottom:55px;
    float:left;
    margin-left:18px;
    font-weight: normal;
}
.content table tbody tr td{
    font: inherit;
}
.content ul li{
    margin-left: 200px;
}
.content-title
{
    margin-top:10px;
    position:relative;
    z-index:500;
    color:#da3229;
    font-family: "MyriadPro";
    font-size:24px;
    margin-left:30px;
    font-weight:bold;
    clear: both;
}

.product-title
{
    margin-top:10px;
    position:relative;
    z-index:500;
    color:#da3229;
    font-family: "MyriadPro";
    font-size:24px;
    margin-left:30px;
    font-weight:bold;
    clear: both;
}

.underline
{
    height:1px;
    width:950px;
    background-color:#7b7b7b;
    margin-top:2px;
    position:relative;
    margin-left:25px;
    z-index:500;
}

.footer-position
{
    z-index:1500;
    float: left;
    width: 990px;
    position: relative;
    
}
.menuleft-product{
    background: rgb(222,222,222); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(222,222,222,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(222,222,222,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(222,222,222,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(222,222,222,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(222,222,222,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(222,222,222,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    margin-right: 10px;
    margin-bottom: 5px;
    padding-left: 15px;
    
}
.menuleft-product:hover{
    background: rgb(153,153,153); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(153,153,153,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(153,153,153,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(153,153,153,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(153,153,153,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(153,153,153,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(153,153,153,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    
}
.menuleft-product:hover> a{
    color:#da251c;
}

.menuleft-product a{
    text-decoration: none;
    color: #7a7a7a;
    font-size: 14px;
}

.menuleft-product-all a{
    text-decoration: none;
    color: #7a7a7a;
    font-size: 14px;
}
.menuleft-product-all a:hover{
    color:#da251c;
}
.menuleft-product-all-isi{
    display: none;
    margin-left: 10px;
}

.menuleft-product-all-isi a{
    text-decoration: none;
    color: #7a7a7a;
    font-size: 12px;
}
.menuleft-product-all-isi a:hover{
    color:#da251c;
}

.left-menu
{
    position:relative;
    
    z-index:500;
    line-height:28px;
    font-family: "MyriadPro";
    font-size:16px;
    color:#7a7a7a;
    border-right:solid thin #EEE;
    height:400px;
    width: 160px;
    float:left;
}

.leftmenu-link
{
    font-family: "MyriadPro";
    font-size:16px;
    color:#7a7a7a;
    text-decoration:none;
}

    
.img-content
{
    padding:5px;
    max-width: 700px;
}

.img-product
{
    float:left;
    padding:15px;
    max-width:250px;
    margin-top:20px;
    padding-right:50px;
}
.product-detail{
    margin: 0;
    width: auto;
    height: auto;
    overflow: auto;
}
/*
#gambar{
    width: 300px;
    height: auto;
    float: left;
}

#panel-luar{
    width: 300px;
    height: 350px;
}
#panel{
    padding:5px;   
    float: left;
    width: 300px;
}
#flip{
    cursor:pointer;
    text-align:left;
    float: left;
    background-color:#e5eecc;
    border:solid 1px #c3c3c3;
    padding: 5px;
    color: #999999;
}
*/
    #panel {
        display: none;
    }

    /* Center the slideshow */
    #panel-luar {
        width: 280px;
        float: left;
    }
    .slidesjs-container{
        margin-left: 0;
    }
    .slidesjs-previous{
        text-decoration: none;
        color:#7b7b7b;
        border: 2px solid #7a7a7a;
        margin: 5px 3px 0 15px;
        padding: 3px;
    }
    .slidesjs-next{
        text-decoration: none;
        color:#7b7b7b;
        border: 2px solid #7a7a7a;
        margin: 0 3px;
        padding: 3px;
        margin-top: 5px;
    }
    .slidesjs-pagination-item{
        list-style: none;
        float: left;
        display: none;
    }

    .slidesjs-pagination-item a{
        
        text-decoration: none;
        color:#7b7b7b;
    }
    /* Show active item in the pagination */
    .slidesjs-pagination .active {
        color:red;
        border: 1px solid #7a7a7a;
        padding: 3px;
        margin: 0 5px;
    }
    
    
.product-desc
{
    margin-top:32px;
    width:540px;
    float: left;
    color: #7a7a7a;
}

.product-desc table{
    border: 1px solid #999999;
    width: 530px;
    float: left;
    margin-right: 10px;
}

.product-desc table tbody tr td{
    border: 1px solid #999999;
    white-space:nowrap;
    color: #666666;
    
}

.product-desc table tbody tr td p{
    height: 20px;
    margin: 0;
}
.mainlink
{
    float:left;
    margin-right:20px;
    z-index:2;
    position:relative;
    margin-top:5px;
    font-weight:bold;
    color:#a1a1a1;
    cursor:pointer;
    text-decoration:none;
}
.mainlink2
{
    float:left;
    z-index:2;
    position:relative;
    margin-top:5px;
    font-weight:bold;
    color:#a1a1a1;
    cursor:pointer;
    text-decoration:none;
}


.mainlink:hover
{
    float:left;
    margin-right:20px;
    z-index:2;
    position:relative;
    margin-top:5px;
    font-weight:bold;
    color:#df3621;
    cursor:pointer;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -ms-transition: opacity 1s linear;
}

.smedia
{
    float:left;
    margin-right:5px;
    cursor:pointer;
    margin-top:10px;
}

.search{
    float: right;
    margin-right: 14px;
    margin-top: -10px;
    height: 50px;
}

.search-textfield
{
    width:97px;
    height:14px;
    border:solid thin #a1a1a1;
    float: left;
    top:15px;
    position:relative;
    z-index:8;
    font-size:11px;
    font-family:arial;
    text-indent:2px;
    margin: 0.5em 0;
}

.search-button
{
    background:url(../images/all/search.jpg);
    width:29px;
    height:18px;
    border:none;
    position:relative;
    margin-left:1px;
    top:20px;
    float: left;
    cursor:pointer;
    z-index:10;
}

.smenu-position
{
    float:right;
}

.menu-box{
    margin: 0;
    padding: 0;
    float: left;
    width: 825px;
}

.menu-border
{
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-left:solid 2px #c7c7c7;
    margin-top:0px;
    width: 800px;
    margin-left:10px;
    padding-top:8px;
    padding-bottom:5px;
    padding-left:0px;
    z-index:900;
    position:relative;
    clear:both;
    vertical-align:middle;
    
/*background: rgb(188,188,188);  Old browsers 
background: -moz-linear-gradient(top, rgba(188,188,188,1) 0%, rgba(216,216,216,1) 50%, rgba(204,204,204,1) 51%, rgba(188,188,188,1) 100%);  FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,188,1)), color-stop(50%,rgba(216,216,216,1)), color-stop(51%,rgba(204,204,204,1)), color-stop(100%,rgba(188,188,188,1)));  Chrome,Safari4+ 
background: -webkit-linear-gradient(top, rgba(188,188,188,1) 0%,rgba(216,216,216,1) 50%,rgba(204,204,204,1) 51%,rgba(188,188,188,1) 100%);  Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top, rgba(188,188,188,1) 0%,rgba(216,216,216,1) 50%,rgba(204,204,204,1) 51%,rgba(188,188,188,1) 100%);  Opera 11.10+ 
background: -ms-linear-gradient(top, rgba(188,188,188,1) 0%,rgba(216,216,216,1) 50%,rgba(204,204,204,1) 51%,rgba(188,188,188,1) 100%);  IE10+ 
background: linear-gradient(to bottom, rgba(188,188,188,1) 0%,rgba(216,216,216,1) 50%,rgba(204,204,204,1) 51%,rgba(188,188,188,1) 100%);  W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#bcbcbc',GradientType=0 );  IE6-9 */

background: rgb(147,147,147); /* Old browsers */
background: -moz-linear-gradient(top, rgba(147,147,147,1) 0%, rgba(204,204,204,1) 49%, rgba(191,191,191,1) 51%, rgba(124,124,124,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,147,147,1)), color-stop(49%,rgba(204,204,204,1)), color-stop(51%,rgba(191,191,191,1)), color-stop(100%,rgba(124,124,124,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(147,147,147,1) 0%,rgba(204,204,204,1) 49%,rgba(191,191,191,1) 51%,rgba(124,124,124,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(147,147,147,1) 0%,rgba(204,204,204,1) 49%,rgba(191,191,191,1) 51%,rgba(124,124,124,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(147,147,147,1) 0%,rgba(204,204,204,1) 49%,rgba(191,191,191,1) 51%,rgba(124,124,124,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(147,147,147,1) 0%,rgba(204,204,204,1) 49%,rgba(191,191,191,1) 51%,rgba(124,124,124,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#7c7c7c',GradientType=0 ); /* IE6-9 */
}


.menu-border .havedrop{
    height: 30px;
    float: left;
    z-index: 1000;
    font-size: 14px;
/*    -moz-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;*/
    cursor: pointer;
}
.menu-border .havedrop a{
    margin-left: 20px;
/*    color: #fff;*/
}


.menu-border .havedrop .content-dropdown{
    background-image: linear-gradient(bottom, rgb(247,244,247) 0%, rgb(196,196,196) 62%);
    background-image: -o-linear-gradient(bottom, rgb(247,244,247) 0%, rgb(196,196,196) 62%);
    background-image: -moz-linear-gradient(bottom, rgb(247,244,247) 0%, rgb(196,196,196) 62%);
    background-image: -webkit-linear-gradient(bottom, rgb(247,244,247) 0%, rgb(196,196,196) 62%);
    background-image: -ms-linear-gradient(bottom, rgb(247,244,247) 0%, rgb(196,196,196) 62%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(247,244,247)),
        color-stop(0.62, rgb(196,196,196))
        );

    visibility: hidden;
    position: absolute;
    top: 44px;
    left: 0px;
    width: 600px;
    height: 250px;
    z-index: -1;
    float: left;
    margin:0px;
    padding-top: 30px;
    box-shadow: 2px 2px 8px 2px #fffff;
    opacity:0;
    -moz-border-radius:0px 0px 15px 15px;
    -webkit-border-radius:0px 0px 15px 15px;
    border-radius:0px 0px 15px 15px;
/*    -moz-transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;*/
}

.menu-border .havedrop:hover{
    background: #CACACA;
    height: 36px;
    margin-bottom: -8px;
    margin-top: -8px;
    padding-top: 8px;
}
.menu-border .havedrop:hover > a{
    color: #df3621;
}

.menu-border .havedrop:hover > .content-dropdown{
    visibility: visible;
    opacity:0.9;
    z-index: 10000;
/*    -webkit-transition:0.5s;
    -moz-transition:0.5s;*/
}

.copyright
{
    font-family:arial;
    font-size:10px;
    margin-left:15px;
    position:absolute;
    margin-top: 3px;
}

.footer
{
    height:23px;
    margin-top:0px;
    margin-left: -5px;
    background: -moz-linear-gradient(top, #bdbdbd 0%, #bdbdbd 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bdbdbd), color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bdbdbd 0%,#bdbdbd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bdbdbd 0%,#bdbdbd 0%,#ffffff 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #bdbdbd 0%,#bdbdbd 0%,#ffffff 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #bdbdbd 0%,#bdbdbd 0%,#ffffff 100%); /* W3C */
}

.footermenu
{
    float:left;
    font-family:arial;
    font-size:11px;
    padding-right:5px;
    margin-left:15px;
    margin-top:5px;
    cursor:pointer;
    text-decoration:none;
    color:#000000;
}

.footermenu:hover
{
    float:left;
    font-family:arial;
    font-size:11px;
    padding-right:5px;
    margin-left:15px;
    margin-top:5px;
    cursor:pointer;
    text-decoration: underline;
    color:#000000;
}

.banner-content
{
    background:url(../images/all/back3.jpg) no-repeat;
    width:1440px;
    height:660px;
    z-index:1;
    margin:0 auto;
    position:absolute;
    margin-top: 36px;
}

.banner-product-detail
{
    background:url(../images/all/back3.jpg);
    width:1435px;
    height:768px;
    margin-top: 36px;
}

.product-bground
{
    background:url(../images/all/bground-product.jpg);
    width:990px;
    height:482px;
    position:absolute;
    margin-top:75px;
}



.banner-position
{
    position:absolute;
    margin:0px auto 0 -227px;
    
}

.banner-position-index
{
    position:absolute;
    margin:0 auto 0 -227px;
    
}

.menuseparator
{
    background:url(../images/all/separator.jpg);
    width:2px;
    height:33px;
    position:relative;
    margin-top:-4px;
}

.menuseparator:hover
{
    background:url(../images/all/separator.jpg);
    width:2px;
    height:33px;
    position:relative;
    margin-top:-4px;
}
.mainmenu{
    position: relative;
    margin-right: 8px;
}
.menu-bottom{
    position: relative;
    margin-top: 535px;
}
.menu
{
    float:right;
    padding-right:5px;
    position:relative;
    z-index:2;
    margin-right:1.2px;
    cursor:pointer;
    opacity:0.9;
    filter:alpha(opacity=90); /* For IE8 and earlier */
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -ms-transition: opacity 1s linear;

}

.menu:hover
{
    opacity:1;
}

.label-menu{
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: 15px;
}

.label-menu a{
    color: #df3621;
    font-family: "MyriadPro";
    src: url(../font/MyriadPro-Regular.otf);
    font-size: 20px;
    font-weight: bold;
}
.menu-link{
    text-decoration: none;
}
.desc-menu{
    
    float: left;
    margin-left: 15px;
    margin-top: 5px;
    width: 370px;
    color: #000;
    font-family: arial;
    font-size: 12px;
    text-align: left;
    height: 180px;
}
.desc-menu a{
    color: #000;
    text-align: left;
}

.image-menu{
    float: right;
    margin-right: 40px;
    margin-top: 0px;
}
.image-menu img{
    -moz-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
.seemore-menu{
    margin-top: 25px;
    float: right;
    padding-right: 22px;
}
.seemore-menu a{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-family: "MyriadPro";
    src: url(../font/MyriadPro-Regular.otf);
    background-position: right bottom;
}

.top-menu{
    float: right; 
    width: 550px; 
    font-size: 10px; 
    margin-top: 15px;
}
.form-career{
    background: url('http://harfacindo.com/img/bgcarrer2.jpg') no-repeat; 
    /*background-color: blue;
    opacity: 0.5;*/
    background-position: right top;
    overflow: hidden;
    width: 840px;
    float:right;
    margin-right: -10px;
}

.form-career-left{
    position:relative;
    z-index:500;
    width:100%;
    color:#7b7b7b;
    text-align:justify;
    float: left;
    height: 482px;
}

.form-career-right{
    position:relative;
    z-index:500;
    width:250px;
    height: 400px;
    color:#7b7b7b;
    text-align:justify;
    margin-bottom:40px;
    margin-right: 15px;
    background-color: #d12626;
    float: right;
}



.required
{
    font-style:italic;
    color:#7b7b7b;
}

.textfield
{
    height:20px;
    width:300px;
    padding-left:3px;
    cursor:pointer;
}

.textarea
{
    max-height:80px;
    max-width:300px;
    padding-left:3px;
    cursor:pointer;
}

.button-submit
{
    height:27px;
    padding-left:7px;
    padding-right:7px;
    border:none;
    background-color:#999999;
    cursor:pointer;
    color:#FFFFFF;
    border:solid thin #666666;
    margin-top:-10px;
}

.map-position
{
    float:left;
    width:380px;
    margin-left: 20px;
    margin-top: 20px;
}


.contact-box{
    float: left;
    width: 780px;
    height: 470px;
    color: #7a7a7a;
}

.contact-atribut
{	
    float:left;
    padding-right:100px;
    margin-left:25px;
}

.contact-position
{
    margin-left:25px;
    margin-top:15px;
    float:left;
}
.contact-table
{
    margin-top:10px;
    float: left;
}
@media (max-width:1000px){
    body{
        width:995px;
    }
}