.coper_box_hide {
    height: 234px;
    background: #6392ca url("../images/copper_bg.png");
    right: 0;
    top: 100px;
    width: 50px;
    display: none;
    position: fixed;
    cursor: pointer;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

a {
    outline: none;
}

/* Links */
a {
    color: #004378;
}

a:hover {
}

/* Headings*/
h1,h2,h3,h4,h5,h6 {
    color: #a3a3a3;
}

/*	heading colors and links  */
h1 a, h2 a {
    color: #004378;
}

h3, h4,h5,h6, h3 a, h4 a, h5 a, h6 a {
    color: #004378;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    color: #004378;
}

.news_head {
    height: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.news_head h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    color: #111;
}

.single_excerpt h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding: 5px 0;
    margin: 0;
}

.single_excerpt img {
    margin-right: 10px;
}

.single_excerpt a:hover {
    text-decoration: underline;
}

.single_excerpt .data {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 5px 0;
    margin: 0;
    color: #999;
}

/* Layout general*/
#container {
    width: 960px;
    margin: 0 auto 0 auto;
    position: relative;
    display: block;
    background: # padding:0;
    border: 0 !important
}

/* header */
#header {
    width: 960px;
    z-index: 52;
    padding: 0px 0 0 0;
    margin: 0 auto;
}

/* logo */
#logo {
    position: relative;
    z-index: 50;
    margin: 40px 0 5px 0;
    float: left;
    display: inline;
}

.chn {
    width: 60px;
    height: 20px;
    float: right;
    margin-top: 20px;
}

/* navigation bar */
#navigation_bar {
    padding: 0 20px;
    display: block;
    position: relative;
    width: 920px;
    margin-bottom: 0px;
    z-index: 999990;
    background: #fff;
}

#navigation {
    list-style: none;
    list-style-position: outside;
    width: 830px;
    position: relative;
    margin: 0 auto;
}

.current-menu-item {
    background: #51aded;
    color: #fff;
    /*  border-top:2px solid #fff; */
}

#navigation li {
    float: right;
    font-size: 12px;
    margin: 0px;
    line-height: 28px;
    position: relative;
    text-transform: capitalize;
    color: #a3a3a3;
    font-weight: bold;
    border-right: 1px solid #ddd;
}

#navigation li:first-child {
    border-right: none;
}

#navigation li:hover {
    background: #51aded;
    color: #fff;
    -o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
    -webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
    -moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
    transition: color .20s linear, background-color .20s linear, border-color .20s linear;
}

/* top-level links */
#navigation li a {
    text-decoration: none;
    color: #333;
    text-transform: capitalize;
    font-weight: normal;
    padding: 8px 32px;
}

/* top-level links hover */
#navigation li a:hover {
    color: #fff;
}

#navigation li.current_page_item a {
    color: #fff;
}

/* sub level links hover */
#navigation li li a {
    padding: 8px 32px;
    line-height: 12px;
}

#navigation li li a:hover {
    color: #fff !important;
    padding: 8px 32px;
    line-height: 12px;
}

/* drop down menu images */
#navigation ul img {
    border: 1px solid #fff ;
}

/* drop down style */
#navigation ul {
    background: #fff ;
    margin-left: -15px;
    -webkit-box-shadow: 2px 2px 4px #545454;
    -moz-box-shadow: 2px 2px 4px #545454;
}

#navigation ul li {
    background: url(../images/1/line.png) bottom repeat-x;
    border-right: none;
}

#navigation ul li:last-child {
    border: none;
    background-image: none;
}

.line.top a {
    background: #e5e8eb;
    border-left: 5px solid #fff;
}

/* sub level links */
#navigation li li a {
    font-size: 12px;
    display: block;
}

/* sub level links hover */
#navigation li li a:hover {
    font-size: 12px;
}

/* drop down menu images */
#navigation ul img {
    display: block;
    padding: 0;
    margin: 0px auto 5px auto;
}

/* drop down style */
#navigation ul {
    z-index: 50;
    font-size: 12px;
    overflow: visible;
    width: auto;
    list-style-type: none;
    list-style-position: outside;
    width: 210px;
    padding: 0px 0 0 0!important;
    position: absolute;
    left: 0;
    top: 30px;
    display: none;
}

#navigation ul li {
    float: none;
    padding-bottom: 0px;
    clear: both;
    display: block;
    position: relative;
    margin: 0px;
    z-index: 999999;
}

/* last item of a drop down menu */
#navigation ul li.last {
    background: none;
}

#navigation ul li a:hover {
    color: #d70718;
}

/* sub levels */
#navigation ul ul {
    position: absolute;
    left: 226px;
    top: 0px;
    z-index: 999999;
}

/* extras */
.extra_space {
    padding-top: 5px;
}

.floatleft {
    float: left;
}

.margin-bottom {
    margin-bottom: 20px !important;
}

/* line */
.line {
    height: 0;
    margin: 0 auto 20px auto;
    clear: both;
    width: 960px;
    font-size: 0px;
    line-height: 0px;
}

/* line for full width */
.content.line {
    width: 940px;
}

/* line for fproduct detail */
.product_content .line {
    width: 447px !important;
    margin: 0 0 20px 0 !important;
}

.product_content h5 {
    color: #3a3a3a;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 18px;
}

.product_content ul li {
    list-style-image: url("../images/iconItem.png");
    padding-left: 0;
    margin-left: 20px;
}

/* line nomargin */
.line.nomargin {
    position: relative;
    left: -20px;
    padding: 0 10px;
}

/* line for blog */
.line.blog {
    width: 700px !important;
}

/* go to top links */
.line.top {
    font-size: 10px;
    line-height: 10px;
    position: relative;
}

.line.top a {
    font-size: 10px;
    float: right;
    position: relative;
    right: 0;
    top: -6px;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
}

.line.top a:hover {
    text-decoration: underline;
}

/* search bar */
.search_bar {
    font-size: 10px;
    width: 310px;
    height: 27px;
    margin: 13px 0 10px 0;
    padding: 0;
    float: right;
    clear: right;
    background: #fff;
    border-radius: 6px;
}

.search_bar form input {
    height: 17px;
    width: 260px;
    font-size: 11px;
    margin: 0;
    padding: 4px 0 4px 5px;
    border: 0px;
    outline: 0;
    float: left;
    display: inline;
    margin: 1px 0 0 0;
    color: #959595;
    background: transparent;
}

.search_bar form input.searchsubmit {
    width: 24px;
    height: 17px;
    float: right;
    background: url(../images/icon_search.png) 7px 6px no-repeat;
    display: inline;
}

/* Home Page Slider */
/* Slider Height */
#slider, #slider_area, .slide {
    height: 310px;
}

/* Wrappers */
#slider {
    display: block;
    clear: both;
    padding: 0px;
    position: relative;
    margin: 5px 0 0px 0;
    padding: 0;
    width: 960px;
    overflow: hidden;
}

#slider_area {
    width: 960px;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    padding: 0px;
}

/* Slides */
.slide {
    width: 960px;
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: 0;
}

/* slider title */
.slide b.title {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 22px;
}

/* slider title with links */
.slide b.title, .slide b.title a {
    text-decoration: none !important;
    border: 0;
}

.slide b.title a:hover {
}

.slide .image {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
    float: right;
    padding: 0px !important;
}

/* slider text */
#slider_area .desc {
    width: 600px;
    height: 60px;
    position: absolute;
    z-index: 999;
    bottom: 0;
    margin: 0px;
    font-size: 12px;
    padding: 5px 340px 5px 20px;
    line-height: 18px;
}

#slider_area .desc a {
    text-decoration: underline;
}

#slider_area .desc a:hover {
    text-decoration: none;
}

/* news & slider thumbs */
.slider_thumbs {
    float: right;
    list-style: none;
    list-style-position: outside;
    margin: 3px 0 0 0 !important;
}

.slider_thumbs li {
    float: left;
    padding: 6px;
}

.slider_thumbs li a {
    display: block;
}

.slider_thumbs li a:hover {
    display: block;
}

.slider_thumbs li.activeSlide a {
    display: block;
}

.slider_thumbs li a.focus {
    display: block;
}

.slider_thumbs img {
    border: none;
    height: 50px;
    display: block;
    padding: 1px;
    position: relative;
    z-index: 99;
}

/* news */
.news_bar {
    float: left;
    width: 460px;
    height: 60px;
}

.news_line a {
    text-decoration: none;
}

.news_line a:hover {
    text-decoration: none;
}

/* Latest News  */
ul.latest_news {
    list-style: none;
    list-style-position: outside;
    margin: 0px;
}

ul.latest_news li {
}

.news_date {
    font-size: 11px;
    font-style: italic;
    display: block;
}

/* Home Page Slider */
/* slider title with links */
.slide b.title, .slide b.title a {
    color: #e1e5e9;
    text-shadow: 1px 1px 0px #4B4F55;
}

.slide b.title a:hover {
    color: #363A3F !important;
    text-shadow: 0px 1px 4px #DFE0EF;
}

/* slider text */
#slider_area .desc {
    background: url(../images/barbg.png) ;
    color: #fff;
}

#slider_area .desc a {
    color: #fff;
}

/* news & slider thumbs */
.slider_thumbs li a {
    border: 1px solid #9BA3AB;
}

.slider_thumbs li a:hover {
    border: 1px solid #9BA3AB;
}

.slider_thumbs li.activeSlide a {
    border: 1px solid #ffffff;
}

.slider_thumbs li a.focus {
    border: 1px solid #ffffff;
}

/* news */
.news_bar {
    background: url(../images/1/news_icon.png) left no-repeat;
}

.news_line a {
    color: #81878d;
    text-shadow: 1px 1px 0px #fff ;
}

.news_line a:hover {
    color: #666B70;
    text-shadow: 1px 1px 0px #fff ;
}

/* Sidebars */
/* Sub slider pager*/
.sub_slider_pager {
    position: absolute;
    z-index: 999;
    margin: 5px 0 0 5px;
    padding: 0;
}

.sub_slider_pager a {
    margin: 2px;
    text-decoration: none;
    font-size: 0px;
    text-indent: -999px;
    width: 6px;
    height: 6px;
    position: relative;
    float: left;
    border: 1px solid #fff;
}

.sub_slider_pager a.activeSlide, .sub_slider_pager a:hover {
    text-decoration: none;
    background-color: #fff !important;
}

/* content */
.content_box {
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
}

.content_right {
    width: 610px;
    float: left;
    margin-left: 30px;
    padding: 0 5px;
}

/* contact */
.content_contact {
    width: 560px;
    float: left;
    margin-left: 20px;
    padding: 5px;
}

.contact_side {
    width: 310px;
    float: left;
    margin-left: 20px;
    padding: 5px;
}

.contact_say {
    width: 290px;
    height: 130px;
    padding: 10px;
    color: #fff;
    background: #959595;
}

.contact_say h4 {
    color: #fff;
}

.contact_side h2 {
    color: #111111;
}

.contact_side p {
    font: "Lucida Console", Monaco, monospace;
    font-size: 14px;
}

.contact_tail {
    margin-top: -4px;
    margin-left: 20px;
    width: 58px;
    height: 27px;
    background: url("../images/contact_tail.png") no-repeat ;
}

/* download */
.content_download {
    width: 800px;
    min-height: 400px;
    margin: 0px auto 0px;
}

.downloadlist {
    margin: 0;
    padding: 0;
}

.downloadlist li {
    width: 100%;
    list-style-type: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    min-height: 130px;
}

.downloadlist li img {
    float: left;
    width: 170px;
    margin-left: 20px;
}

.downloadlist li:last-child {
}

.downloadlist li h4 {
    margin-left: 240px;
    width: 300px;
    font-size: 18px;
    font-weight: bold;
    color: #ff712c;
    margin-top: 20px;
    line-height: 20px;
    display: block;
}

.downloadlist li i {
    font-size: 12px;
    color: #d70718;
    padding-left: 20px;
    line-height: 16px;
    margin-left: 30px;
    font-size: 12px;
    color: #333;
}

.d_time {
    background: url('../images/d_time.png') no-repeat left ;
}

.d_size {
    background: url('../images/d_file.png') no-repeat left ;
}

.downloadlist li span {
    float: right;
    width: 90px;
    height: 36px;
    background: url('../images/right_download.png') no-repeat left top;
    font-size: 14px;
    font-weight: bold;
    padding-left: 30px;
    line-height: 40px;
    color: #333;
}

.downloadlist li span:hover {
    background: url('../images/right_download.png') no-repeat left bottom;
    color: #c10002;
}

/* Sidebars */
.sidebar_left {
    width: 260px !important;
    overflow: hidden;
    display: inline !important;
    float: left;
    padding: 0 9px 0 21px;
    margin: 0;
    min-height: 300px;
}

.sidebar_nav li a {
    height: 40px;
    line-height: 40px;
    display: block;
    border-bottom: 1px solid #959595;
    font-size: 18px;
    text-decoration: none;
    list-style: none;
    list-style-type: none;
}

.sidebar_nav li a:hover {
    color: #111;
}

.sidebar_nav li {
    margin: 0 20px;
    height: 40px;
    line-height: 40px;
    display: block;
    border-bottom: 1px solid #959595;
    color: #959595;
    font-size: 18px;
    text-decoration: none;
    list-style: none;
    list-style-type: none;
}

.sidebar_left span {
    width: 230px;
    font-size: 16px;
    padding: 8px 15px;
    display: block;
    background: #ff6f28;
    ; color: #fff;
    margin-top: 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/* Colored bar*/
.bar {
    position: absolute;
    padding: 0px 20px;
    margin-top: -80px;
    width: 920px;
    z-index: 99;
}

.bar.content.full {
    padding: 30px 20px 10px 20px !important;
}

/*  RT CSS framework */
.box {
    background: #FFF;
    overflow: hidden;
    position: relative;
    text-align: center;
    float: left;
}

.box img {
    border: 2px solid #eee;
}

.box img:hover {
    border: 2px solid #ff712c;
}

/* first and last column fix*/
.box.first {
    margin-left: 0px !important;
}

.box.last {
    margin-right: 0px !important;
}

/* Partner Logos */
.logos {
    list-style: none;
    list-style-position: inside;
    padding: 0;
    margin: 0;
    width: 100%;
}

.logos li {
    float: left;
    margin: 0 8px 12px 4px;
}

.logos li img {
    display: block;
}

/* Portfolio */
/* Portfolio Catories*/
.portfolio_categories {
    list-style: none;
    list-style-position: outside !important;
    position: relative;
    float: right;
}

.portfolio_categories li {
    float: left;
    position: relative;
    margin: 10px 0 0 10px !important;
}

.portfolio_categories li a {
    text-decoration: none;
    padding: 5px 10px;
    -moz-box-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.portfolio_categories li a:hover {
}

/* Small Button*/
.small_button {
    display: inline-block;
    border: 1px solid #E9E9E9;
    padding: 4px 8px 4px 14px;
    background: #F5F5F5 url(../images/silver_arrow.gif) 5px no-repeat;
    margin: 0 0 5px 0;
}

a.small_button {
    text-decoration: none;
}

a.small_button:hover {
    text-decoration: none;
    background: #E4E4E4 url(../images/silver_arrow.gif) 5px no-repeat;
}

/* Products */
/* Product list line holder */
.product_list_block {
    position: relative;
    clear: both;
    padding: 0px !important;
    width: 600px;
    display: block;
    margin: 0 0 20px 0;
}

.product_list_block.p_detail {
    left: 0px;
}

.product_list_block .box {
    width: 184px !important;
    margin: 10px;
    padding: 0px !important;
}

.product_list_block .box h5 {
    text-align: center;
    color: #333;
    line-height: 18px;
    font-size: 12px;
    height: 54px;
    margin: 0;
    padding: 2px;
}

.product_list_block .box h5 a {
    color: #333;
    text-transform: capitalize;
}

.product_list_block .box h5 a:hover {
    color: #a8a8a8;
    -webkit-transition: color .25s ;
    transition: color .25s ;
}

.product_image {
    margin: 0 auto;
    text-align: center;
}

.product_image img {
    padding: 0 0 20px 0 !important;
}

.price {
    clear: both !important;
}

/* Product detail page sidebar */
.product_sidebar {
    width: 220px;
    margin: 20px 0 0 0;
    display: inline;
    float: left;
    overflow: hidden;
}

.p_box {
    margin: 0 0 5px 0;
    padding: 0 0 0 0px;
    width: 214px;
}

/* Product detail page content */
.product_content {
    width: 600px;
    float: left;
    margin: 20px 0 0 0px;
    padding: 0 !important;
}

/* product image slider*/
.product_image_slider {
    height: 200px;
    overflow: hidden;
    border: 2px solid #808285;
}

/* product image slider thumbs*/
.p_box .thumbs {
    float: left;
    list-style: none;
    list-style-position: outside;
    margin: 0 !important;
}

.p_box .thumbs li {
    float: left;
    padding: 10px 10px 10px 0;
    margin: 0px;
}

.p_box .thumbs li a {
    display: block;
}

.p_box .thumbs li a:hover {
    display: block;
}

.p_box .thumbs li.activeSlide a {
    display: block;
}

.p_box .thumbs li a.focus {
    display: block;
}

.p_box .thumbs img {
    border: none;
    display: block;
    padding: 1px;
}

/* a bigger link for the icons */
.big_link {
    font-size: 13px;
    text-decoration: none;
}

.big_link:hover {
}

.big_link span {
    margin: 15px 0 0 0!important;
    display: block;
    width: 150px;
    float: left;
}

/* icons */
.docimage {
    float: left;
    margin: 0 10px 0 0 !important;
    padding: 10px 0 !important;
}

/* related products title bar */
.related_products {
    padding: 0 20px 0 20px;
    text-align: left;
    margin: 0 0 20px 0;
}

/* related products title */
.related_products h6 {
    font-size: 13px;
    padding: 12px 0 0 0 !important;
}

/* related products icon */
.related_products .docimage {
    padding: 10px 0 !important;
}

/* Blog */
h2.blog {
    margin: 0 0 0 20px;
}

/* blog box */
.blog_box {
    position: relative;
    clear: both;
    padding: 0 0 0 20px !important;
    width: 680px;
    display: block;
    margin: 0 0 20px 0;
}

/* links for the blog info blocks - categories, comments etc. */
.blog_box .dateandcategories a {
    text-decoration: none;
}

.blog_box .dateandcategories a:hover {
    text-decoration: underline;
}

/* date block */
.blog_box .date {
    width: 40px;
    height: 34px;
    padding: 6px 0 0 0 !important;
    float: left;
    text-align: center;
    font-size: 11px;
    line-height: 11px;
}

/* date block day*/
.blog_box .date .day {
    font-size: 16px;
    line-height: 16px;
}

/* categories */
.blog_box .categories {
    float: left;
    margin: 0 10px !important;
    min-height: 27px;
    width: 530px;
    padding: 13px 10px 0 10px;
    font-size: 11px;
    line-height: 13px;
}

/* comments block */
.blog_box .comments {
    width: 70px;
    height: 34px;
    float: right;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    padding: 6px 0 0 0 !important;
}

/* comment number */
.blog_box .comments .number {
    font-size: 16px;
    line-height: 16px;
}

.paging {
    width: 600px;
    overflow: hidden;
    height: 30px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    list-style-type: none;
    padding-left: 0px;
}

.paging.blog {
    margin: 0 20px !important;
}

.paging li {
    display: inline;
    margin-right: 5px;
    float: left;
    display: inline;
    font-size: 12px;
    line-height: 12px;
}

/* paging links */
.paging li a, .paging li.active a {
    border: 0;
    padding: 6px 0px 4px 0;
    overflow: hidden;
    width: 24px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.paging li.active a {
    text-decoration: none;
}

.paging li a:hover {
    text-decoration: none;
}

.paging li {
    font-weight: bold;
}

/* paging links */
.paging li a, {
    color: #58595b;
}

.paging li.active a {
    color: #fff;
}

/* paging arrows */
.paging .arrowleft {
    background: url(../img/paging/paging_arrl.png) center center no-repeat;
}

.paging .arrowright {
    background: url(../img/paging/paging_arrr.png) center center no-repeat;
}

.paging .arrowleft:hover {
    background: url(../img/paging/paging_l.gif) center center no-repeat;
}

.paging .arrowright:hover {
    background: url(../img/paging/paging_r.gif) center center no-repeat;
}

.paging li:hover {
    background: url(../img/paging/pagingbg.gif) center center no-repeat;
}

.paging .active {
    background: url(../img/paging/pagingbg.gif) center center no-repeat;
}

.paging li a:hover {
    color: #fff;
}

/* Breadcrumb Menu */
.breadcrumb {
    border-top: 1px solid #eee;
    font-size: 12px;
    padding: 10px 20px 5px 20px;
    width: 920px;
    margin-top: 5px;
    background: #fff url(../images/navbac.png) repeat-x;
    color: #a1a1a1;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}

.breadcrumb a {
    text-decoration: none;
    color: #000;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* Sub Navigation */
.sidenavigation {
    margin: 0;
    width: 240px;
    background: #eee;
    padding: 10px;
    margin-bottom: 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

ul.sub_navigation {
    list-style: none;
    list-style-position: outside !important;
    margin: 0px;
    width: 240px;
}

ul.sub_navigation li {
    border-bottom: 1px solid #ddd;
}

.cat-item-5, .cat-item-7, .cat-item-6 {
    padding-top: 8px;
    margin-bottom: 5px;
}

ul.sub_navigation li a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    background: url('../images/cat_box.gif') no-repeat left ;
    padding: 0px 0px 0 18px;
    margin: 4px 0;
    display: block;
}

ul.sub_navigation li:hover {
}

ul.sub_navigation li:hover a, .sidebar ul.sub_navigation li a:hover {
    text-decoration: none;
}

/* Second level menu */
ul.sub_navigation ul {
    border-top: 1px solid #e5e8eb;
    list-style: none;
    list-style-position: inside !important;
    margin: 0 0 0 0 !important;
    padding: 6px 0;
}

ul.sub_navigation li ul li {
    padding: 0 0 0 20px !important;
    position: relative;
    left: 0;
    width: auto;
    border-bottom: 0px;
    background: url(../images/silver_arrow.gif) 8px 10px no-repeat;
}

ul.sub_navigation li ul li:hover {
    background: url(../images/silver_arrow.gif) 10px 10px no-repeat;
}

ul.sub_navigation li ul li a {
    position: relative;
    display: block;
    border: none;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    background: none;
    padding-left: 0;
}

ul.sub_navigation ul ul {
    border-top: 0;
}

/* Photo gallery */
ul.photo_gallery {
    list-style: none;
    list-style-position: outside;
}

ul.photo_gallery li {
    float: left;
    padding: 5px;
}

/* Links */
a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* Headings*/
h1,h2,h3,h4,h5,h6 {
    letter-spacing: 0px;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
}

h1 {
    font-size: 34px;
    line-height: 54px;
}

h2 {
    font-size: 26px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 27px;
}

h6 {
    font-size: 16px;
    line-height: 24px;
}

/*	heading colors and links  */
h1 a, h2 a {
    text-decoration: none;
}

h3, h4,h5,h6, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
}

/* Tables */
table {
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 20px 0;
    padding: 0px;
}

table caption strong {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    font-weight: bold;
}

table caption {
    text-align: left;
    font-style: italic;
}

table th {
    padding: 13px;
    font-size: 12px;
}

table tr {
}

table td {
    padding: 10px;
    text-align: left;
    margin: 10px;
}

.sidebar_right table th {
    padding: 6px;
    font-size: 12px;
}

.sidebar_right table td {
    padding: 8px;
    text-align: left;
    margin: 10px;
}

/* Images with mouseover effect - play and plus icons */
/* mouse over effect */
.imagemask {
    position: absolute;
    z-index: 40;
    opacity: 0;
    overflow: hidden;
}

.imagemask img {
    display: block !important;
    padding: 0 0 0 0 !important;
}

a.imgeffect,a.imgeffect:hover {
    text-decoration: none;
    cursor: pointer;
}

/* plus icon */
.imagemask.plus {
}

/* play icon */
.imagemask.play {
}

/* Forms */
.button {
    cursor: pointer;
    width: 130px !important;
    height: 27px;
    clear: both;
    border: none;
    overflow: visible;
    outline: none;
    position: relative;
    padding: 0 0 4px 0 !important;
}

.button:hover {
    outline: none;
    overflow: visible;
}

/* form field widths for sidebar*/
.sidebar_left input, .sidebar_left select, .sidebar_right input, .sidebar_right select {
    width: 210px;
}

.sidebar_left textarea, .sidebar_right textarea {
    width: 210px;
    overflow: auto;
}

/*contact form validation*/
#validate_form label {
    display: block;
}

#validate_form label.error {
    color: red;
    border: 0px solid red;
}

#validate_form .error {
    color: red;
    border: 1px solid red;
}

/* Form Messages*/
.ok_box {
    padding: 20px;
    margin: 10px auto;
    font-size: 13px;
    border: 1px dashed green;
    color: green;
}

.ok_box h3 {
    font-size: 18px;
    color: green;
}

.error_box, #loader {
    padding: 20px;
    margin: 10px auto;
    font-size: 13px;
    border: 1px dashed red;
    color: red;
}

/* Text Elements */
/*  blockquote for testimonial */
blockquote.testimonial {
    font-size: 12px;
    padding: 20px !important;
    font-style: italic;
    font-family: "Georgia","Times New Roman", sans-serif;
    position: static !important;
    clear: both;
    width: 178px !important;
    line-height: 18px;
    -moz-box-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0;
}

blockquote.testimonial p {
    padding: 0 !important;
    margin: 0 !important;
}

.testimonial_name {
    padding-left: 30px;
    font-size: 11px;
    position: relative;
    top: -1px;
    z-index: 50;
}

/* Standart block quote */
blockquote {
    font-size: 16px;
    line-height: 24px;
    width: 660px;
    padding: 20px 20px 0 20px;
    margin: 0px 0px 20px 0;
    font-style: italic;
    font-family: "Georgia","Times New Roman", sans-serif;
    position: relative;
    left: -20px;
}

/* Standart block quote for full width layout */
.full blockquote {
    width: 940px;
    padding: 20px 0 0 20px;
}

/* right-side pull quote */
blockquote.pullright {
    width: 300px;
    float: right;
    padding: 20px 20px 0 20px !important;
    margin: 0 0 20px 0;
    position: relative;
    right: -20px !important;
    left: auto !important;
}

/* left-side pull quote */
blockquote.pullleft {
    width: 300px;
    float: left;
    display: inline;
    margin: 0px 0 20px 0 !important;
    padding: 20px 20px 0 20px !important;
}

blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}

pre {
    line-height: 18px;
    margin-bottom: 18px;
}

code {
    display: block;
    margin: 0 0 20px 0;
    padding: 0 10px;
    font-weight: normal;
    font-size: 12px;
    font-family: "Courier New", Courier, Consolas, Monospace;
    line-height: 18px;
    overflow: auto;
    ; white-space: pre;
}

ins {
    text-decoration: none;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

p {
    padding-bottom: 20px;
}

.home .box {
    margin-bottom: 0;
}

.home .box ul {
    margin-bottom: 0;
}

.product_list_block .box p, .box.portfolio p {
    padding: 0 !important;
}

/* Highlighted Texts */
/*Thene default color*/
span.htext {
    padding: 3px 4px;
}

/*yellow*/
span.yellow {
    padding: 3px 4px;
}

/*black*/
span.black {
    padding: 3px 4px;
}

/*red*/
span.red {
    padding: 3px 4px;
}

/* Images and Alignments */
.aligncenter {
    display: block;
    text-align: center;
    display: block;
    margin: 0 auto 0 auto;
}

.alignleft {
    float: left;
    display: inline;
}

.alignright {
    float: right;
    display: inline;
}

img.aligncenter {
    display: block;
    text-align: center;
    display: block;
    margin: 0 auto 20px auto;
    padding: 0px;
    border: 0px;
    background: none;
}

img.alignleft {
    float: left;
    margin: 6px 20px 6px 0;
    display: inline;
    border: 0px;
    background: none;
    padding: 0;
    display: block;
}

img.alignright {
    padding: 0;
    float: right;
    margin: 6px 0 6px 20px;
    border: 0px;
    display: block;
    background: none;
}

/* Footer */
#footer {
    margin: 0 auto 0 auto;
    clear: both;
    width: 920px;
    clear: both;
    overflow: hidden;
    padding: 20px;
    font-size: 11px;
}

/* footer copyright text */
.copyright p {
    clear: both;
    width: 330px;
    height: 30px;
    margin: 0 auto;
    line-height: 34px;
    padding: 0;
    color: #fff;
}

/* footer navigation */
/* footer links */
#footer a {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

ul.footer_links {
    list-style: none;
    width: 600px;
    list-style-position: outside;
    margin-right: 120px;
    display: inline;
    float: right;
}

ul.footer_links li {
    line-height: 12px;
    float: left;
    padding: 0 7px;
}

/* Social media icons */
#footer .social_media_icons {
    float: right;
    margin: 0 10px 0 0;
    font-size: 11px;
}

ul.footer_links li {
    border-left: 1px solid #BDC7D6;
}

ul.footer_links li a {
    font-size: 12px;
    color: #fff;
}

/* Lists */
/* content lists */
.bar ul, .bar ol, .content ul, .content ol {
    list-style-position: inside;
    margin: 0px 0px 20px 0px;
}

.bar ul ul, .bar ol ol, .content ul ul, .content ol ol {
    list-style-position: inside;
    padding: 0 10px;
    margin: 0px 0px 0px 0px;
}

.bar ul ul li, .bar ol ol li, .content ul ul li, .content ol ol li {
    list-style-position: inside;
    padding: 0px 10px 0px 10px;
    margin: 5px 0px 5px 0px;
}

.lined li {
    padding: 5px 0;
}

/* red arrow */
.red_arrow {
    list-style-image: url(../images/red_arrow.gif) !important;
    list-style-position: inside;
}

/* siver arrow */
.silver_arrow {
    list-style-image: url(../images/silver_arrow.gif) !important;
    list-style-position: inside;
}

/* blue arrow */
.blue_arrow {
    list-style-image: url(../images/blue_arrow.gif) !important;
    list-style-position: inside;
}

/* Tooltip */
/* tooltip styling */
.tooltip {
    display: none;
    padding: 4px 20px;
    position: relative;
    font-size: 11px;
    -moz-box-align: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    z-index: 999;
}

/* wordpress image captions */
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
}

.wp-caption.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}

.wp-caption.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}

.wp-caption.aligncenter {
    display: block;
    margin: 10px auto;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/* Blog Comments*/
#comments {
    margin: 20px 0 0 20px;
}

#comments ol.commentlist {
    list-style: none;
    list-style-position: outside;
    border: 0;
    padding: 0;
}

#comments ol.commentlist li {
    list-style-position: outside;
    float: none;
    clear: both;
    display: block;
    margin: 0 0 20px 0;
    border: 0;
    padding: 0;
}

#comments ol ul {
    padding: 0;
    margin: 20px 0 20px 0;
    border: 0;
}

/* avatar */
#comments ol.commentlist li .comment-avatar {
    float: left;
    border: 1px solid #fff;
    padding: 6px;
}

/* debth 2 */
#comments ol.commentlist li.depth-2 .comment-avatar {
    margin: 0 0 0 74px;
}

/* debth 3 */
#comments ol.commentlist li.depth-3 .comment-avatar {
    margin: 0 0 0 146px;
}

/* debth 4 */
#comments ol.commentlist li.depth-4 .comment-avatar {
    margin: 0 0 0 222px;
}

#comments ol.commentlist li .comment-avatar img {
    display: block;
}

/* comment body */
#comments ol.commentlist li .comment-body {
    width: 584px;
    float: right;
    border: 1px solid #EBEBEB;
    padding: 10px;
}

/* depth 2 */
#comments ol.commentlist li.depth-2 .comment-body {
    width: 510px;
}

/* debth 3 */
#comments ol.commentlist li.depth-3 .comment-body {
    width: 436px;
}

/* debth 4 */
#comments ol.commentlist li.depth-4 .comment-body {
    width: 360px;
}

.comment-author {
    display: block;
    height: 24px;
}

#comments ol.commentlist li .comment-body .comment-author {
    padding: 3px 6px 9px 6px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #F0F0F0;
}

/* author name */
#comments ol.commentlist li .comment-body .author-name {
    font-size: 14px;
    color: #818181;
    float: left;
}

#comments ol.commentlist li a {
    color: #818181;
    text-decoration: none;
}

#comments ol.commentlist li a:hover {
    color: #464646;
    text-decoration: none;
}

#comments ol.commentlist li .comment-body .comment-meta {
    font-size: 11px;
    color: #818181;
    position: relative;
    float: right;
}

#comments ol.commentlist li .comment-body .comment-meta .comment-reply {
    background: #E3E3E3;
    padding: 4px 8px;
    margin: 0 0 0 5px;
    border: 1px solid #fff;
}

#comments ol.commentlist li .comment-body .comment-meta .comment-reply a:hover {
    color: #818181;
}

#comments ol.commentlist li .comment-body .comment-meta .comment-reply:hover {
    background: #D1D1D1;
}

#comments ol.commentlist li p {
    clear: both;
    display: block;
    color: #6C6C6C;
    padding: 0 5px!important;
}

#comments .text-boxes {
    display: block;
    clear: both;
    margin: 0 0 10px 0;
}

#comments .message {
    margin: 0 0 10px 0;
}

#comments .comment_input {
    width: 200px;
    margin: 0 6px 0 0;
    text-shadow: 1px 1px 0px #fff;
}

#comments .comment_textarea {
    width: 654px;
    height: 140px;
}

#respond {
}

#respond p {
    margin: 0 0 10px 0;
    padding: 0;
}

#reply-title {
    width: 300px;
    float: left;
}

#respond .comment-reply {
    display: none;
}

#comments-title {
    margin: 0 0 20px 0;
}

.respond-cont {
    margin: 0;
    border-top: 1px solid #F0F0F0;
    padding: 10px 0 0 0;
}

.commentlist .respond-cont {
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
}

.commentlist #respond .comment-reply {
    background: #E3E3E3;
    padding: 4px 8px;
    margin: 0 0 0 5px;
    border: 1px solid #fff;
    float: right;
    display: block !important;
}

.video {
    margin: 15px auto;
    width: 90px;
    height: 90px;
    background: url(../images/icon_video.png) no-repeat;
}

.hide {
    display: none;
}

.children {
    display: none;
}

.show {
    display: block;
}

ul.footer_links li:first-child {
    border-left: none;
}

.about_nav li a {
    font-size: 14px;
    width: 100%;
    color: #333;
    text-decoration: none;
    padding-left: 20px;
}

.about_nav span {
}

.about_nav li {
    width: 230px;
    padding: 10px;
    background: #eee;
    list-style-type: none;
    border-bottom: 1px solid #ddd;
}

.about_nav li:last-child {
    border: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.about_nav span {
    margin-top: 20px;
    width: 210px;
    font-size: 16px;
    padding: 3px 10px 3px 30px;
    display: block;
    background: #ff712c;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.sbnav_active {
    background: url('../images/cat_box.gif') no-repeat left ;
}


.coper_box {
    width: 190px;
    height: 264px;
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 9999999;
    background: #6392ca url("../images/copper_bg.png")
}

.flod_up {
    width: 40px;
    height: 20px;
    background: #666 url("../images/flod.png") no-repeat 46px center;
    background-size: 7px;
    padding: 0 10px;
    line-height: 20px;
    float: right;
    color: #fff;
    cursor: pointer;
}

.coper_box h4 {
    font-size: 14px;
    padding: 0px 2px 0px;
    text-align: center;
    text-shadow: 1px 1px 1px #333;
    color: #fff;
    font-weight: bold;
}

.coper_price_box {
    width: 100%;
    height: 50px;
    background: #d0d7e3;
}

.lme_coper_price_box {
    width: 100%;
    height: 50px;
    background: #92aed6;
}

.coper_price_t {
    width: 70px;
    padding: 5px;
    line-height: 40px;
    text-shadow: 1px 1px 1px #333;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    float: left;
}

.lme_coper_price_t {
    width: 70px;
    line-height: 20px;
    padding: 5px;
    text-shadow: 1px 1px 1px #333;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
    float: left;
}

.coper_price {
    width: 70px;
    float: left;
    text-align: center;
    text-shadow: 1px 1px 1px #333;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
}

.danwei {
    float: right;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333;
    padding: 3px 10px;
}

.price_up {
    width: 25px;
    height: 25px;
    background: url("../images/up.png");
    margin: 12px 0;
    float: left;
}

.price_down {
    width: 25px;
    height: 25px;
    background: url("../images/down.png");
    margin: 12px 0;
    float: left;
}

.cooper_date {
    width: 160px;
    height: 15px;
    font-size: 12px;
    color: #fff;
    text-align: right;
    clear: both;
    padding: 5px 10px
}
