html, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img 
{
    margin: 0;
    padding: 0;
    border: 0;
}

::selection {
 background: blue; 
 color: white;
 }

::-moz-selection {
 background: blue;
 color: white; 
 }
 
html
{
    height: 100%;
}

h1
{
    font-family: 'Calibri Light';
    font-size: 30px;
    color: #D46A17;
    margin-bottom: 10px;
    font-weight: normal;    
}

.langs
{
    position: absolute;
    left: 100%;
    margin-left: -130px;
    top: 30px;
    z-index: 101;
}
.langs a
{
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}
.langs a:hover
{
    color: red;
}

body
{
    font-family: Calibri;
    font-size: 15px;
    color: black;
    margin: 0px;
    background-color: #ffffff;
    height: 100%;
    background-image: url('../images/masterbg.jpg');		    
}

.top
{
    width: 100%;
    height: 240px;
    display: table;
}
.logo_section
{
    width: 35%;
    height: 240px;
    background-color: #4D3A33;
    float: left;
    text-align: center;    
}
.logo_section img
{
    margin-top: 10px;
}
.screen
{
    width: 100%;
    height: 425px;
    overflow: hidden;
    text-align: center;
}
.screen img
{
    min-width: 100%;
    min-width: 100%;
    min-height: 425px!important;
    margin: 0 auto;
}
.screen .slide
{
    width: 100%;
    height: 425px;
    overflow: hidden;
    text-align: center;
    display: none;
    position: absolute;
}
.screen .slide:first-child
{
    display: block;
}
.screen .slide .desc
{
    position: absolute;
    width: 50%;
    padding: 30px;
    background-image: url('../images/white.png');
    
    left: 50px;
    top: 100px;
    text-align: left;
}
.screen .slide .desc .d_capt
{
    font-family: 'Calibri Light';
    font-size: 23px;
    color: black;
    margin-bottom: 10px;
}

.slide_select
{
    position: absolute;
    z-index: 999;
    text-align: right;
    width: 500px;
    height: 16px;
    left: 100%;
    margin-left: -530px;
    top: 625px;
}

.slide_select a
{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: white;
    margin-left: 20px;
    border-width: 2px;
    border-color: white;
    border-style: solid;
    opacity: 0.5;
}
.sl_act
{
    background-color: #4D3A33!important;
}

.topmenu
{
    margin-right: 30px;
    margin-top: 16px;   
}
.topmenu a
{
    font-size: 17px;
    color: black;
    text-decoration: none;
    margin-left: 40px;
}
.topmenu a:hover
{
    color: #DC6602;
    text-decoration: underline;
}

.bottommenu
{
    display: inline-block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B3B3B3;
    padding-left: 0px;
    padding-right: 10px;
    margin-right: 20px;
    margin-top: 150px;
    padding-bottom: 15px;
}
.bottommenu a
{
    color: #B3B3B3;
    text-decoration: none;
    font-size: 16px;
    margin-left: 40px;
}
.bottommenu a:hover
{
    color: #DC6602;
    text-decoration: underline;
}

.menu_section
{
    width: 65%;
    height: 240px;
    float: left;
    text-align: right;
}

.mainframe
{
    width: 100%;
    min-height: 100%;    
    margin: 0 auto;
}
.mfr_holder
{
    padding-bottom: 127px;
    padding-top: 230px;
}

.dmy
{
    display: inline-block;
    padding: 30px;
}
.dmy p
{
    margin-bottom: 10px;
}
.dmy a
{
    color: #4D3A33;
    text-decoration: underline;
}
.dmy a:hover
{
    color: red;
}
.dmy ul
{
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer
{
    width: 100%;
    height: 127px;    
    background-color: #4C3933;
    margin-top: -127px;
    overflow: hidden;   
}
.sp
{
    position: absolute;
    left: 100%;
    margin-left: -100px;
    margin-top: 80px;
    width: 80px;
}
.sp:hover
{
    opacity: 0.5;
}
.copy
{
    color: #C1BEBC;
    position: absolute;
    left: 170px;
    margin-top: 20px;
    padding-right: 600px;
    height: 107px;
    overflow: hidden;
}
.copy small
{
    display: block;
    margin-top: 10px;
}

.jcarousel {
    position: relative;
    overflow: hidden;
}


.jcarousel ul {
    width: 20000em;
    position: relative;

    list-style: none;
    margin: 0;
    padding: 0;
}


.jcarousel li {
    float: left;
}

.c_entry
{
    width: 480px;
    height: 220px;
    padding-top: 30px;
    float: left;
}
.ce_im
{
    width: 210px;
    height: 200px;
    float: left;
}
.ce_data
{
    padding-left: 20px;
    padding-top: 10px;
    width: 250px;
    float: left;
}
.ce_capt
{
    font-family: 'Calibri Light';
    font-size: 23px;
    color: #D46A17;    
}
.ce_txt
{
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 46px;
    overflow: hidden;
}
.ce_more
{
    display: block;
    width: 132px;
    height: 27px;
    color: white;
    background-image: url('../images/morebtn.png');
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    
    padding-left: 18px;
    padding-top: 9px;
}
.ce_more:hover
{
    opacity: 0.6;
}
.ce_im img
{
    max-width: 210px;
    max-height: 200px;
}
.ll,.rr
{
    position: absolute;
    margin-top: 70px;
    left: 17px;
    z-index: 100;
}
.rr
{
    left: 100%;
    margin-left: -30px;
}
.ll:hover,.rr:hover
{
    opacity: 0.6;
}
.car
{
    width: 100%;
    height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.dv
{
    padding: 40px;
}
.line
{
    width: 100%;
    height: 289px;
    min-width: 1010px;
}
.c3menu
{
    width: 50%;
    height: 289px;
    float: left;
}
.c3menu a
{
    display: block;
    font-size: 18px;
    font-family: 'Arial Narrow';
    text-decoration: none;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color:#B6B5B6;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #4B3C36;
}
.c3menu a:hover
{
    background-color: #4B3C36;
    color: white;
    padding-left: 20px;
    margin-left: -20px;
}
.c3menu a:last-child
{
    border: none;
}
.c3banner
{
    width: 50%;
    height: 289px;
    float: left;
    background-image: url('../images/cbg.png');
    background-position: top right;
    color: white;
    font-size: 33px;
    text-transform: uppercase;
    text-align: justify;
}
.c3banner span
{
    display: inline-block;
    margin-top: 60px;
}
.c3banner small
{
    font-size: 25px;
}

.logo_small
{
    position: absolute;
    left: 20px;
    margin-top: 10px;
}
.ftrmenu
{
    width: 600px;
    position: absolute;
    left: 100%;
    margin-left: -635px;
    text-align: right;
    margin-top: 16px;
}
.ftrmenu a
{
    color: white;
    text-decoration: underline;
    margin-left: 35px;
    font-size: 17px;
}
.ftrmenu a:hover
{
    color: yellow;
}
.bxs
{
    max-width: 240px;
    max-height: 220px;
}

.item
{
    width: 200px;
    height: 286px;
    overflow: hidden;
    display: inline-block;
    margin-right: 29px;
    margin-bottom: 30px;
}
.item .img
{
    width: 200px;
    height: 200px;
    border-width: 1px;
    border-style: solid;
    border-color: #D2D3CD;    
}
.item a:hover
{
    opacity: 0.8;
}
.item b
{
    margin-top: 8px;
    margin-bottom: 6px;
    display: block;
    overflow: hidden;
}
.item i
{
    font-size: 12px;
    font-style: normal;
    color: gray;
    display: block;
    overflow: hidden;    
}
.gallery img
{
    margin-right: 16px;
    margin-bottom: 16px;
    opacity:  0.7;
    
}
.gallery img:hover
{
    opacity: 1;
}