body {
    font-size: 16px;
    color: #000;
    background: #fff;
}
#header {
  background:url( );
background-position:top center;
  overflow:hidden;
  padding-bottom:0px;
}




#nav ul li a {
    color: #000;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.2;
}
#nav ul li.current a, #nav ul li a:hover {
    color: #e15814;
}



#side h2, .related-product > h3 {
    font-size: 140%;
    line-height: 1.4;
}



#footer {
    position: relative;
    overflow: hidden;
    padding: 10px 10px 20px;
    background: #222;
    max-width: 100%;
}
#foot-nav li a {
    color: #fff;
}
#foot-nav {
    font-size: 95%;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #fff;
    text-align: center;
}
#contact-info li.tel {
    color: #fff;
}
#contact-info li {
    display: inline;
    margin-right: 10px;
    color: #fff;
}
#power {
    font-size:100%;
    color: #fff;
    text-align: center;
}


/*左側按鈕*/
.right-nav__title {
    background:#e15814;
    height:32px;
  border-radius:0px;
}
.right-nav a {background:f2f2f2;
    border-bottom: 1px dashed #afaaaa;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-align: left;
  padding-left:12px;
  color:#000;
}
.right-nav a:hover {background:#555;
    border-bottom: 1px dashed #545350;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-align: left;
  padding-left:12px;
  color:#fff;
}