html{ color:#000;background:#FFF; }
body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0}
fieldset,img{border:0}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #231815;
}
html[lang|='sc'],
html[lang|='sc'] body { font-family:\5FAE\8EDF\6B63\9ED1\9AD4, PMingLiu, MingLiu,Arial,Helvetica,sans-serif; }
html[lang|='zh'],
html[lang|='zh'] body { font-family:\5FAE\8EDF\6B63\9ED1\9AD4, "Microsoft Sans Serif", Helvetica, Geneva, sans-serif; }
html[lang|='en'],
html[lang|='en'] body { font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Jhenghei",sans-serif;}

h1,h2,h3,h4,h5,h6 { font-weight: bold; margin-bottom: 20px; }
h1 { font-size: 180%; }
h2 { font-size: 160%; }
h3 { font-size: 140%; }
h4 { font-size: 120%; margin-bottom: 10px; }
h5 { font-size: 110%; margin-bottom: 10px; }
h6 { font-size: 100%; margin-bottom: 10px; }
p {
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.8;
}
hr {
    background: #B00630;
    height: 1px;
    border: 0 none;
}

a { color: #B00630; text-decoration: none; }
a:hover,
a:focus { text-decoration: underline; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.float-l { float: left; }
.float-r { float: right; }
.clear{ clear:both;}
.nomargin { margin: 0; }

ul.lang { float: right; padding: 0; margin: 0; font-size: 90%; margin-bottom: 20px; }
ul.lang li { display: inline; }
ul.lang li.divider { padding: 0 5px; }
ul.lang li a { color: #231815; }

.wrapper {
    width: 520px;
    padding: 0 40px;
    margin: auto;
}

#header {
    background: #fff;
    height: 100px;
    text-align: center;
}
#header .wrapper {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;

}

#header .logo {
    display: block;
    padding: 17px 0;
}

#main { 
    min-height: 600px;
}
#main .wrapper {
    padding: 20px 40px;
    background: url(bg.png) repeat scroll 0 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
#main .footer { padding: 20px 0; }
#main .footer .hotline { display: block; font-size: 140%; font-weight: normal; margin: 0; }
#main .footer .hotline .tel { font-weight: bold; }
#main .footer .website { display: block; font-size: 120%; font-weight: normal; margin: 0 0 20px; }

.promo-video { margin-bottom: 20px; }
.heading { color: #B00630; }

.content-row {
    margin-bottom: 40px;
    padding: 0 0 0 20px;
}

.section {
    margin: 0 0 30px -40px;
}

.width-10 { width: 10%; }
.width-15 { width: 15%; }
.width-20 { width: 20%; }
.width-25 { width: 25%; }
.width-30 { width: 30%; }
.width-35 { width: 35%; }
.width-40 { width: 40%; }
.width-45 { width: 45%; }
.width-50 { width: 50%; }
.width-55 { width: 55%; }
.width-60 { width: 60%; }
.width-65 { width: 65%; }
.width-70 { width: 70%; }
.width-75 { width: 75%; }
.width-80 { width: 80%; }
.width-85 { width: 85%; }
.width-90 { width: 90%; }
.width-95 { width: 95%; }

.disclaimer { font-size: 70%; }


.ani-zoom {
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.ani-zoom.animated {
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -o-transform:scale(1.3);
    -ms-transform:scale(1.3, 1.3);
    transform:scale(1.3);
}