/*新版型*/
body {
    background-color: #333;
    color: #fff;
    font-size: 14px;
    margin: 0;
}

/*#header {
    margin: 0px auto 0px;
    padding-top: 80px;
    position: relative;
    width: 100%;
}*/

#contact-info li span {
    color: #ffffff;
        font-size: 22px;
}

#contact-info a {
      color: #fff;
}



/*固定不重複背景*/
body{
  background:url("https://static.iyp.tw/33805/files/92404899-e439-4b79-a1d2-023c00f54076.jpg") no-repeat scroll left top #fff;
    background-repeat: no-repeat;
  background-attachment: fixed;
background-position: center top;
}

/*banner bg*/
#header{background: url("https://s3-ap-northeast-1.amazonaws.com/static.iyp.tw/33805/files/d896a9fd-a711-49f5-880c-4b116c8ac82f.png") no-repeat scroll center top;}

/*LOGO&BANNER*/
#logo {display:none;}

/*banner頂置*/

#banner {
    background: transparent;
    box-shadow: none;
    display: block;
    margin: 40px auto 0;
    /*padding: 0px;*/
    padding-top: -60px;
}


/*頁籤*/
#nav {
    background: url("../images/body-bg.png") repeat-x scroll left top #000000;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.9) inset;
    height: 56px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  margin-top:20px;
  font-family: 微軟正黑體;
      font-size: 120%; 
}
#nav ul li a:hover {
    background: url("http://15tpc00421.iyp.tw/templates/cache/25364/images/5590a79c7a0ce.png") no-repeat scroll center bottom transparent;
    color: #FFFFFF;
}
#nav ul li.current a {
    background: url("http://15tpc00421.iyp.tw/templates/cache/25364/images/5590a79c7a0ce.png") no-repeat scroll center bottom transparent;
  color: #FFFFFF;}


/*聯絡資訊*/
/*#footer{ background: #af0101}*/

#foot-nav li a {
    color: #fff;
    text-shadow: 0 0 0 #ddd;
}
#foot-nav li a:hover {
    background-color: transparent;
    border: 0px solid #aaa;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1), 0 0px 0 #fff inset;
    color: gray;
}
#contact-info {
    color: #fff;
    font-size: 95%;
    line-height: 1.8;
    padding: 12px 0;
    position: relative;
    text-align: cen    background: #af0101;
}
#contact-info li.tel {
    color: #fff;
}

/*標題*/
#main h1, .column h2, .related-product>h3 {
    font-size: 220%;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0px 0 #f9f9f9;
    text-shadow: 0 0px 0 rgba(255,255,255,0.8);
    clear: both;
}


/*產品格*/
a {
    color: #fff;
}
.product .detail-spec h2 {
    color: #fff;
    font-size: 150%;
    line-height: 1.3;
    margin: 4px 0 8px 0;
}



/*側邊欄*/
.right-nav__title {
    background:#0d75ab;
    height:32px;border-radius:5px 5px 0 0;}

.right-nav a {background:#092f40;
    border-bottom: 1px dotted #fff;
    display: block;font-family:微軟中黑體;
    font-weight:bold;font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#fff;
}/*(滑鼠未移上去的顏色)*/

.right-nav a:hover {background:#6bcee3;
    border-bottom: 1px dashed #fff;
    display: block;font-family:微軟中黑體;
    font-weight:bold;font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#fff;
}/*(滑鼠移上去的顏色)*/


#contact-info {
      color: #fff;
          font-size: 22px;
}

#contact-info a:hover {
    color: #008fd1;
}

#power, #copyright {
    font-size: 85%;
    color: #FFF;
    text-align: center;
}
#power a, #copyright a {
    color: #FFF;
}
