﻿body
{
    margin: 0px;
    padding: 0px;
    background: #b3b3b3;
    font-family: Verdana;
    font-size: 14px;
    outline: none;
    color: #555555;
}

img
{
    border: 0px;
}
a
{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.inquiry
{
    line-height: 42px;
}

.inquiry:hover
{
    background: #6B0F0F;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mainwrap
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.main-header
{
    min-height: 168px;
    width: 100%;
    margin: 0px;
    background: #ffffff;
}

.header
{
    width: 930px;
    margin: 0px auto;
    display: table;
}

.left
{
    margin-top: 29px;
    width: 234px;
    height: 61px;
}

.right
{
    width: 142px;
    height: 41px;
    background: #b6232e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    margin-top: 41px;
}


/* Common Classes */
.R
{
    float: right !important;
}
.L
{
    float: left !important;
}
.W
{
    color: white !important;
}

.menu
{
    background: #B6232E;
    list-style-type: none;
    display: table;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 31px;
    padding: 0px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.menu li
{
    float: left;
    padding: 15px;
}

.menu li a
{
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 18px;
}

.menu li a:hover
{
    background: #6B0F0F;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}



.current
{
    background: #6B0F0F;
    padding: 10px 18px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.center
{
    width: 930px;
    margin: 0px auto;
    display: table;
}

.slider
{
    width: 100%;
    min-height: 420px;
    background: #EDEDED;
}

.product-desc
{
    background: #ededed;
    width: 100%;
    height: 410px;
    margin-top: 0px;
    margin-bottom: 20px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.product-menu
{
    padding: 0px;
    list-style-type: none;
    display: table;
    width: 100%;
    margin: 0px;
}

.product-menu li
{
    width: 205px;
    height: 380px;
    background: #FFF;
    float: left;
    margin: 5px 14px 7px 13px;
    text-align: center;
    -moz-box-shadow: 0px 2px 9px #CACACA;
    -webkit-box-shadow: 0px 2px 9px #CACACA;
    box-shadow: 0px 2px 9px #CACACA;
}

.product-menu li a
{
    text-decoration: none;
    color: #555;
}


.product-menu li a div
{
    margin: 10px;
    border: 1px solid #ECECEC;
}
.product-menu li a div img
{
    max-width: 100%;
    max-height: 100%;
}

.product-menu li a h1
{
    font-family: arial;
    font-size: 12px;
    text-align: left;
    margin-left: 11px;
    margin-top: 22px;
    margin-bottom: 5px;
}

.product-menu li a h2
{
    font-family: arial;
    font-weight: normal;
    font-size: 11px;
    text-align: left;
    margin-left: 11px;
    margin-top: 5px;
    max-height: none;
    width: 180px;
    overflow: hidden;
    height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-desc
{
    width: 100%;
    display: table;
    margin-bottom: 20px;
}

.trading-comp
{
    height: 60px;
    width: 440px;
    float: left;
    background: #EEE url(../images/redarrow.png) 18px 8px no-repeat;
    margin: 0px 20px 0px 0px;
}

.electo-comp
{
    height: 60px;
    width: 440px;
    float: left;
    background: #EEE url(../images/bluearrow.png) 18px 8px no-repeat;
    margin-right: 0px;
    margin-left: 30px;
}

.trading-comp p
{
    margin: 0px;
    font-size: 12px;
    margin-left: 80px;
    color: #A0A0A0;
}

.trading-comp h1
{
    font-size: 15px;
    margin-left: 80px;
    margin-bottom: 4px;
}

.electo-comp p
{
    margin: 0px;
    font-size: 12px;
    margin-left: 80px;
    color: #A0A0A0;
}

.electo-comp h1
{
    font-size: 15px;
    margin-left: 80px;
    margin-bottom: 4px;
}

.footer
{
    width: 100%;
    margin: 0px;
    background: #ffffff;
    min-height: 200px;
}

.footer-inner
{
    width: 930px;
    margin: 0px auto;
    display: table;
    font-family: arial;
}
.clientlogo
{
    height: 70px;
    padding: 10px 0px 10px 0px;
    width: 778px;
    float: left;
}
.social
{
    float: right;
    width: 100px;
    height: 50px;
    padding: 20px 0px;
}


.facebook
{
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/social.png);
    text-indent: -9999px;
}

.youtube
{
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/social.png) 100px 0px;
    text-indent: -9999px;
    margin-left: 50px;
}

.gplus
{
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/social.png) 50px 0px;
    text-indent: -9999px;
    margin-left: 50px;
}

.about-left
{
    background: #E5E5E5;
    width: 710px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    min-height: 175px;
}

.about-right
{
    background: #E5E5E5;
    float: right;
    width: 190px;
    min-height: 154px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 10px;
}

.about-left p
{
}


.about-left-inner-left
{
    font-family: arial;
    width: 485px;
    float: left;
    padding: 10px;
}


.about-left-inner-left h1
{
    font-size: 14px;
    padding-left: 20px;
}

.about-left-inner-left p
{
    font-size: 12px;
    text-align: justify;
    padding: 0px 20px;
    text-transform: lowercase;
}

.about-us p
{
    text-align: justify;
    text-transform: lowercase;
}

.about-left-inner-left a
{
    font-size: 12px;
    text-decoration: none;
    color: #9C9C9C;
    float: right;
}

.about-left-inner-right
{
    float: right;
    width: 180px;
    padding: 10px;
}

.about-left-inner-right h1
{
    color: #a60404;
    font-size: 14px;
}

.about-left-inner-right p
{
    font-size: 13px;
    color: #373737;
    font-weight: bold;
}

.first
{
    color: #333;
    font-weight: bold;
}

.second
{
    color: #a60404;
    font-weight: bold;
}

.third
{
    color: #666666;
    font-style: italic;
}

.footer-copyright
{
    display: table;
    height: 68px;
    width: 930px;
    margin: 0px auto;
    font-size: 11px;
    opacity: 0.7px;
}


.footer-copyright p
{
    float: left;
    margin: 0px;
    line-height: 68px;
    font-weight: normal;
}



/*------------------trading-----------------
--------------------------------------------
------------------------------------------*/

.trading-main
{
    display: table;
    width: 100%;
    background: #EDEDED;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 20px;
}

.left-menu
{
    width: 215px;
    float: left;
    padding: 10px;
    background: #FFF;
    margin: 10px;
}

.left-menu h3
{
    width: 200px;
    font-size: 16px;
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom: 3px solid #B6232E;
    font-family: arial;
    color: #B6232E;
}

.sub_menu
{
    width: 200px;
    margin-bottom: 15px;
}

.sub_menu ul
{
    padding: 0;
    margin: 0;
}

.sub_menu ul li
{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.sub_menu ul li a
{
    padding: 7px 0;
    display: block;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px dotted #B1B1B1;
    margin-left: 15px;
}

.sub_menu ul li a:hover, .sub_menu ul li a.active
{
    color: #B6232E;
}

.B_crumbBox
{
    padding-top: 12px;
    color: #8B8B8B;
    background: #EDEDED;
    padding-left: 10px;
    text-transform: uppercase;
}

.B_firstCrumb
{
    color: #8B8B8B;
}

.B_homeCrumb
{
    color: #8B8B8B;
}

.right-menu
{
    width: 665px;
    float: right;
    min-height: 600px;
    background: #FFF;
    margin: 10px 10px 10px 0px;
}

.product_list
{
    display: table;
}


.product_list ul
{
    padding: 0;
    margin: 0;
    display: table;
}

.product_list li
{
    padding: 0;
    margin: 1em 0.4em;
    width: 208px;
    height: 320px;
    border: 1px dotted #B1B1B1;
    list-style: none;
    float: left;
    overflow: hidden;
    display: block;
    position: relative;
}

.product_list li a
{
    display: block;
    text-align: center;
    border-bottom: 1px dotted #B1B1B1;
}

.product_list li a img
{
    margin-top: 5px;
}

.product_list li span, .product_list li div.descritiondiv
{
    display: block;
    padding: 0px 10px;
    font-size: 11px;
    color: #666;
    line-height: 16px;
    position: absolute;
    bottom: 10px;
}

.product_list li div.descritiondiv div.skya
{
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 183px;
}

.product_list li strong
{
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
}

.product_list li a.arrow
{
    text-align: left;
    color: #B6232E;
    font-weight: bold;
    border-bottom: 0px;
}

.arrow
{
    background: url(../images/arrow_red.gif) 0 4px no-repeat;
    padding-left: 11px;
    font-size: 12px;
    color: #B6232E;
}

.trading-product-detail
{
    display: table;
    width: 100%;
    background: #EDEDED;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 20px;
    min-height: 600px;
}

.trading-product-detail-inner
{
    background: #FFF;
    width: 890px;
    min-height: 600px;
    margin: 10px;
    padding: 10px;
    display: table;
}

.product-detail-left
{
    float: left;
    width: 235px;
}



.img_product
{
    padding: 10px 0 0 0;
    width: 208px;
    height: 350px;
    border: 1px dotted #B1B1B1;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}


.img_product span
{
    position: absolute;
    margin-top: 315px;
    margin-left: -16px;
}

.img_product a
{
    display: block;
    text-align: center;
}

.img_product a img
{
    margin-bottom: 10px;
}

.product-detail-right
{
    width: 650px;
    float: right;
    font-size: 12px;
    color: #333;
}

.product-detail-right h5
{
    font-size: 16px;
    color: #333;
    border-bottom: 3px solid #B6232E;
    margin: 0 0 10px 0;
    padding: 2px 0 6px 0;
    text-transform: uppercase;
    font-family: Arial;
}

.product-detail-right span
{
    display: block;
    padding: 7px 10px;
    background-color: #F5F5F5;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-detail-right p
{
    text-align: justify;
padding: 0px 5px 10px 5px;
font-size: 13px;
margin: 0px;
}

.product-spec
{
}

.product-spec ul
{
    list-style-type: none;
    padding: 0px;
    display: table;
    width: 100%;
}

.product-spec ul li
{
    float: left;
    width: 46%;
    text-align: justify;
    padding: 10px;
}

.product-spec ul li.product-spec-first
{
    overflow: auto;
}

li.odd
{
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    font-weight: bold;
}

li.even
{
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
}

.button
{
    background: #B6232E;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 10px 10px;
    text-decoration: none;
}

.button:hover
{
    background: #6B0F0F;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.product-inq
{
    display: table;
    height: 70px;
    line-height: 70px;
    width: 90%;
    text-align: center;
}
.img-ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: list-item !important;
}


.img-ul li
{
    height: 254px;
    line-height: 245px;
    border: 0px solid gainsboro;
    position: relative;
    border-radius: 5px;
    width: 208px;
    text-align: center;
    background: transparent;
    float: none;
    margin: auto;
    -webkit-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #fff;
    display: list-item;
}
.img-ul li img
{
    vertical-align: middle;
    border: 0px;
}

.img-ulDefault
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: list-item !important;
}


.img-ulDefault li
{
    height: 302px;
    line-height: 302px;
    border: 0px solid gainsboro;
    position: relative;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    background: transparent;
    float: none;
    margin: auto;
    -webkit-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #fff;
    display: list-item;
}
.img-ulDefault li img
{
    vertical-align: middle;
    border: 0px;
}

.center-main
{
    display: table;
    width: 97.9%;
    background: #EDEDED;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 20px;
    padding: 0px 10px;
    padding-bottom: 20px;
}

.center-main h2
{
    font-size: 22px;
    padding: 10px 20px;
    margin: 0px;
}

.map
{
    width: 100%;
    height: 250px;
    margin: 0px 0px 30px 0px;
}

.map iframe
{
    border: 1px solid #A60404;
    overflow: hidden;
    margin: 0;
    margin-bottom: 0px;
}


.contact-inner-left
{
    float: left;
    width: 260px;
    margin-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #A60404;
    padding-left: 10px;
    min-height: 476px;
}

.contact-inner-left h1
{
    margin: 0px;
    padding: 10px;
    background: #A60404;
    color: #FFF;
    margin-left: -10px;
}

.contact-inner-left h3
{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0px;
}

.contact-inner-left address
{
    font-style: normal;
    margin-top: 10px;
    font-size: 13px;
}

.contact-inner-left h3
{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0px;
}

.contact-inner-left p
{
    font-size: 13px;
}

.contact-inner-right
{
    float: left;
    width: 602px;
    margin-top: -8px;
}

form#payment fieldset:last-of-type
{
    margin-bottom: 0;
    padding-bottom: 38px;
    border: 1px solid #A60404;
    height: 461px;
}

form#payment legend
{
    color: #313131;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 0px;
    text-shadow: 0 1px 1px #D1D1D1;
    font-family: AdobeClean-Bold;
}

form#payment ol li
{
    line-height: 40px;
    list-style: none;
    padding: 5px 10px;
    margin-bottom: 2px;
}

form#payment label
{
    float: left;
    font-size: 13px;
    width: 110px;
}

form#payment input:not([type=radio]), form#payment textarea
{
    background: #FFF;
    outline: none;
    padding: 5px;
    width: 275px;
    padding: 10px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border: 1px solid #A60404;
}

input, textarea
{
    background: #FFF;
    outline: none;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border: 1px solid #D5D5D5;
    padding: 5px;
}

form#payment input:not([type=submit]):focus, form#payment textarea:focus
{
    border-color: rgba(180, 5, 5, 0.52);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(180, 5, 5, 0.52);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(180, 5, 5, 0.52);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(180, 5, 5, 0.52);
    outline: 0;
    outline: thin dotted 9;
}

.about-us
{
    display: block;
    background: #EDEDED;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 20px;
    padding: 0px 10px;
    padding-bottom: 20px;
}

.about-us h3
{
    margin: 0px;
    color: #FFF;
    padding: 8px 5px;
    background: #B6232E;
    font-weight: normal;
}

.about-us p
{
    text-align: justify;
    font-size: 12px;
    margin: 20px 0px;
    line-height: 18px;
}
