#body_wrapper_2{
}

#body_wrapper{
  background: #fff;
  margin: 0 auto;
  width: 960px;
}

#header_wrapper{

}

#header{
  position: relative;
}
.header_background{

}
#home_link{
  position: absolute;
  left: 56px;
  top: 0px;
}

#content_wrapper{
  padding: 0 20px;
}

#content{
}

#content_left{
  float: left;
  margin-right: 32px;
  width: 225px;
}
#content_center{
}
#content_right{
  background: #fff;
  float: left;
  width: 663px;
}

#footer_wrapper{
  margin-top: 19px;
}

#footer{
  background-color: #EA3335;/*#E30003;*/
  margin: 0 20px;
  padding: 17px 15px 5px;

  /*opacity : 0.8;*/
}
#footer_menu{
  display: inline-block;
}
#footer_menu ul{
  background: none;
  margin-bottom : 0px;
  margin-right: 0px;
}
#footer_menu ul li{
  border-right: none;
  color: #FFFFFF;
  float: left;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
  padding: 0 8px;
}
#footer_menu ul li a{
  color: #fff;
  display: inline;
  padding: 0px;
}
#footer_menu ul li a:hover{
  text-decoration: none;
}
#footer_menu ul li.current a{

}
#footer_menu ul li.last{
  border-right: none;
}
#footer .copyright{
  color : #fff;
  display : inline-block;
  float : left;
  font-family: Arial, Verdana;
  font-size: 11px;
  line-height : 17px;
  margin : 0px 11px 0px 0px;
}
#footer a{
  color: #fff;
}
.footer_menu{
  float: left;
}
.social_media{
  float: right;
}
.social_media ul{
  margin-bottom : 0px;
}
.social_media ul li{
  float : left;
  margin-left : 15px;
}
.social_media ul li.last{
  margin-right: 2px;
}
#menu_wrapper{
  background-color: #fff;
  position: absolute;
  top: 56px;
  width: 960px;

  opacity : 0.9;
  filter: alpha(opacity=90);

}

#menu{

}
#menu ul{
  /*background: #ddd;*/
  float: right;
  margin-bottom: 0px;
  margin-right: 80px;
}
#menu ul li{
  float: left;
  font-size: 12px;
  margin: 0;
}
#menu ul li a{
  color: #898989;
  display: block;
  padding: 11px;
}
#menu ul li.current a,
#menu ul li.section a,
#menu ul li a:hover{
  /*font-weight: bold;*/
  background: #e93335;
  color: #fff;
  text-decoration: none;

  /*opacity: 1;
  filter: alpha(opacity=100);*/
}
  #menu ul li ul.sub_menu{
    /*background: #ddd;*/
    width: 120px;
  }
  #menu ul li ul li{
    clear: both;
    float: none;
    background: #fff;
  }
  #menu ul li ul.sub_menu li a,
  #menu ul li ul.sub_menu li ul.sub_menu li a{
    /* reset level_2 & level_3 */
    font-weight: normal;
    color: #898989;
    background: none;
  }
  #menu ul li ul.sub_menu li a:hover,
  #menu ul li ul.sub_menu li.current a,
  #menu ul li ul.sub_menu li.section a,
  #menu ul li ul.sub_menu li ul.sub_menu li a:hover,
  #menu ul li ul.sub_menu li ul.sub_menu li.current a,
  #menu ul li ul.sub_menu li ul.sub_menu li.section a{
    /* hover state level_2 & level_3 */
    font-weight: normal;
    color: #fff;
    background: #e93335;
    /*margin-right: 0px;
    display: inline-block;*/
  }

#side_menu{
}
#side_menu ul{
  background: #fff;
  margin: 11px 0 0 0;
}
#side_menu li{
  background: url("img/small-arrow.png") no-repeat scroll left top transparent;
  margin: 0 0 14px 0;
}
#side_menu ul li a{
  color: #898989;
  display: block;
  line-height: 12px;
  margin-left: 16px;
}
#side_menu ul li.current a,
#side_menu ul li.section a,
#side_menu ul li a:hover{
  font-weight: normal;
  text-decoration : underline;
}
  #side_menu ul li ul.sub_menu{
    margin-left: 15px;
    margin-top : 16px;
  }
  #side_menu ul li ul li{
  }
  #side_menu ul li ul.sub_menu li a,
  #side_menu ul li ul.sub_menu li ul.sub_menu li a{
    /* reset level_2 & level_3 */
    font-weight: normal;
    text-decoration: none;
  }
  #side_menu ul li ul.sub_menu li a:hover,
  #side_menu ul li ul.sub_menu li.current a,
  #side_menu ul li ul.sub_menu li.section a,
  #side_menu ul li ul.sub_menu li ul.sub_menu li a:hover,
  #side_menu ul li ul.sub_menu li ul.sub_menu li.current a,
  #side_menu ul li ul.sub_menu li ul.sub_menu li.section a{
    /* hover state level_2 & level_3 */
    text-decoration : underline;
  }

.row{
  margin: 20px 0;
}
  .row .thumb{
    float: left;
    margin: 0 10px 10px 0;
  }
  .row .title{
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 10px;
  }
  .row .date{
    display: block;
    font-size: 10px;
    margin: 0;
  }
  .row .desc{
    margin: 0;
  }

/*** YOUR CODE HERE ****/
#search_box{
  float: right;
}

.free_space{
  border-bottom: solid 1px #ececec;
  height: 164px;
  margin: 0px 20px 15px 20px;
}
.product_opt_wrapper{
  float: left;
  width: 412px;
}

.product_opt{
  background: #F8F8F8;
  border: 1px solid #EDEDED;
  float: left;
  height: 27px;
  margin-bottom: 16px;
  margin-right: 6px;
  padding: 7px;
}
  .product_opt img{
    /*display: block;*/
    /*margin: 2px auto;*/
  }
  .opt_img_wrapper{
    margin: 0 auto;
  }
/*#product .separator{
  margin-top: 12px;
  margin-bottom: 15px;
}*/

#product .breadcrumb{
  float: right;
}
#product_detail .product_display_first{
  /*height: 325px;*/
  border: none;
  background: none;
  margin-right: 24px;
  width: 265px;
}
#product_detail .product_display_img{  
  background: #F8F8F8;
  border: 1px solid #EBEBEB;
  height: auto;
}

.breadcrumb_wrapper{
  float: right;
}
.breadcrumb_text_wrapper {
  line-height: 34px;
  margin-right: 17px;
}

.product_opt a{
  display: block;
  text-align: center;
}
.adds_space_wrapper{
  background: #8F276F;
}
.adds_space img{
  /*width: 225px;*/
}

.product_display_box {
  border-top: 1px solid #EDEDED;
  padding-top: 10px;
}
.product_display,
.product_display_first{ 
  background: none repeat scroll 0 0 #F8F8F8;
  border: 1px solid #EBEBEB;
  float: left;
  /*height: 365px;*/  
  margin-left: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 212px;  
}
.product_display_first{
  margin-left: 0px;
}
.product_display_img{
    display: block;    
    height: 260px;
    padding: 20px 20px 17px;
    overflow: hidden;
    text-align: center;
}
  .product_display_img img{

  }
  
  .product_display_thumb a{
    background: #F8F8F8;
    border: 1px solid #EBEBEB;
    display: inline-block;
    vertical-align: top;
    margin: 12px 6px 0 0;
  }  
    .product_display_thumb a.thumb0{
      margin-right: 0;
    }

/*.product_info_wrapper{
  border-top: 1px solid #EDEDED;
  padding: 15px;
}*/
.product_slideshow_wrapper{
  overflow: hidden;
  height: 184px;
}

.product_info_wrapper{
  border-top: 1px solid #EDEDED;
  height: 33px;
  overflow: hidden;
  padding: 15px;
}
  .product_info{
    /*line-height: 8px;*/
    text-align: center;
  }
  .product_info h6{
    line-height: 12px;
  }
  .product_info p{
    margin-bottom: 0px;
    line-height: normal;
  }

.left_title{
  line-height: 12px;
  margin-top: 11px;
  padding-bottom: 0px;
}
.small_title{
  margin: 11px 0px 16px 0px;
}

.left_slogan{
  font-weight: normal;
  line-height: 5px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

#box_tips_wrapper{
  margin-top: 35px;
}
#box_tips_wrapper a{
  color: #999;
}

.tips_wrapper,
.tips_wrapper_last{
  border: 1px solid #EBEBEB;
  float: left;
  height: 255px;
  margin-right: 27px;
  width: 285px;
}
.tips_wrapper_last{
  margin-right: 0px;
}

.img_tips_wrapper {
  display: block;
  margin: 29px 0 0 0;
  text-align: center;
}
.slogan_wrapper{
  border-bottom: 1px solid #EBEBEB;
  font-size: 26px;
  margin-top: 15px;
  text-align: center;
}
  .slogan_wrapper p{
    margin-bottom: 5px;
  }
.desc_tips_wrapper{
  padding: 17px 20px 0 20px;
}
.desc_tips_wrapper img{
  margin-right: 23px;
}


#layered_pic_content{
  margin-top: 15px;
}
  #layered_pic_content #content_left{
    width: 369px;
    margin-right: 26px;
  }
  #layered_pic_content #content_right{
    margin-top: 14px;
    width: 525px;
  }
.middle_title_wrapper{
  margin-top: 15px;
  font-size: 39px;
  padding-bottom: 0px;
  text-align: center;
}
#news_display_wrapper,
#news_display_wrapper_first{
  background: #F8F8F8;
  border: 1px solid #EDEDED;
  height: 224px;
  overflow: hidden;
  margin-top: 14px;
}
#news_display_wrapper_first{
  margin-top: 6px;
}
  #news #content_left{
     font-size: 11px;
     width: 192px;
     margin-right: 27px;
  }
  #news #content_right{
     width: 700px;
  }
  #news_display_left{
    float: left;
  }
  #news_display_right{
    float: left;
    height: 224px;
    padding: 0 19px 0 15px;
    width: 244px;
  }
  .display_right_wrapper{
    height: 140px;
    margin-bottom: 17px;
    overflow: hidden;
    padding-top: 14px;
  }

    .news_display_title{
      line-height: 27px;
    }
    .news_display_title h3{
      padding-bottom: 7px;
    }
    .news_display_desc{
      /*width: 226px;*/
      height: 100px;
      line-height: 25px;
      margin-bottom: 16px;
      overflow: hidden;
    }
    #news_display_wrapper img,
    #news_display_wrapper_first img{
      display: block;
      /*height: 224px;
      width: 420px;*/
    }
    .news_display_other{
      height: 39px;
      margin-bottom: 15px;
    }
    .news_display_other p{
      margin-bottom: 0px;
    }
      .news_date_wrapper{
        background: #e73234;
        color: #fff;
        height: 32px;
        padding-top: 6px;
        text-align: center;
        width: 38px;

      }
      .news_date{
        line-height: 8px;
        margin-top: 4px;
      }
      .read_more{
        padding-top: 27px;
      }
#contact_us .left_desc{
  margin-top: 0px;
}
#contact_us #content_left h3{
  padding-bottom: 0px;
}
#contact_us label.left{
  display: inline-block;
  float: none;
  margin: 0 0 9px 0;
  text-align: left;
  width: 250px;
}
#contact_us .left_input{
  height: 30px;
  width: 287px;
}
#contact_us .right_input{
  height: 30px;
  width: 215px;
}
#contact_us .middleColumn{
  margin-left: 0px;
}
#form_tab .left_side{
  margin-right: 13px;
}
#contact_us textarea{
  width: 655px;
}
#contact_us .Actions{
  margin-left: 0px;
  margin-top: 11px;
}
  #contact_us input.action{
    width: auto;
  }
.text_content_box{
    margin-top: 20px;
}

.left_side{
  float: left;
}
.right_side{
  float: right;
}
.right_width_content{
  width: 372px;
}
.middle_slogan_wrapper{
  margin-top: 20px;
  text-align: center;
}
.pagination_wrapper{
  margin-top: 15px;
}
.left_desc{
  font-size: 11px;
  line-height: 25px;
  margin-top: 11px;
}
.red_color{
  color: #e93335;
}
.normal_font{
  font-weight: normal;
}
.navigation_dropdown {
  padding: 7px 0px;
  width: 232px;
}
.navigation_dropdown .field{
  padding-bottom: 0px;
}
.navigation_dropdown label.left{
  font-weight: normal;
  padding: 4px 0px;
  text-align: right;
  width: 70px;
}
.navigation_dropdown .middleColumn{
  margin-left: 80px;
}
.navigation_dropdown select{
  font-size: 11px;
  padding: 5px;
  width: 157px;
}
#home #demo1{
  margin: 20px 0px 58px 0px;
}
#home #demo1 ul{
  margin: 0 0 0 0;
}

#home #demo1 .als-item {
  background: #EDEDED;
  border: 1px solid #f8f8f8;
  display: inline-table;
  height: 200px;
  margin: 0 30px 0 0;
  width: 106px;
  padding: 10px;
  text-align: center;
}
#home #demo1 .als-prev {
  left: -20px;
  top: 50%;
  margin-top:-25px;
  z-index: 99;
}
#home #demo1 .als-next {
  right: -20px;
  margin-top: -25px;
  top: 50%;
  z-index: 99;
}
#als-wrapper_0 .product_info_wrapper{
  color: #e93335;
  height: 36px;
  padding: 8px 0 0 0;
}
