.html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body
{
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.428571429;
    color: gray;
    font-size: 14px;
}
address
{
    font-style: normal;
}
a, a:link, a:visited, a:focus
{
    text-decoration: none;
    outline: none;
}

.container
{
    margin: 0px auto;
    width: 966px;
}
.header
{
    position: relative;
    /*background: #cacaca;*/
    overflow: hidden;
    margin-top: 10px;
}
.logo
{
    float: left;
}
.header-menu-wrapper
{
    float: right;
    margin-top: 25px;
}
.header-menu
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.header-menu li
{
    display: inline;
}
.header-menu li a, .header-menu li a:focus, .header-menu li a:link, .header-menu li a:active 
{
    text-decoration: none;
    color:#555;
    margin: 5px;
    outline: none;
    font-size: 12px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;

}
.header-menu li a:hover 
{
    color:#585858;
    outline: none;
    font-weight: bold;
}

/*
===============================
*/
.nav-wrapper
{
    clear: both;
    position: relative;

    background: #FF7575;/*#F5A9A9;*/
    /*    background: #F78181;*/
}
.nav
{
    margin: 0px;
    padding: 0px;
}
.nav-justified {
    width: 100%;
    border-bottom: 0;
    max-height: 34px;
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
}
.nav-justified > li {
    float: none;
    display: table-cell;
    width: 1%;
    position: relative;
    /*  color: #555;*/
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
color: black;
}
.nav-justified > li > a {
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    font-weight: bold;
    color: inherit;
    text-align: center;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;

}
.nav-justified > li:first-child > a {
    border-left: 0;
}
.nav-justified > li:last-child > a {
    border-right: 0;
}
.nav-justified > li:hover
{
    background: #585858;
    /*  background: #00BFFF;*/
    /*background: #d5d5d5;*/
    color: white;
}
.nav-justified > li.active
{
    background: #585858;
    /*	color: #222;*/
    color:white;
}
.dropdown-menu
{
    display: none;
    background: #d5d5d5;
    list-style-type: none;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 100%;
    z-index: 20;
}
.dropdown-menu > li > a
{
    display: block;
    padding: 8px;
    color: #666;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
}
.dropdown-menu > li > a:hover
{
    background: #ddd;
    color: #333;
}
.show
{
    display: block;
}

/*
================================
*/

strong, h3, h1, h2, h4, h5, h6
{
    color: #353D95;
}
h4
{
    margin: 3px;
}
abbr
{
    border-bottom: 1px dashed #fff;
}
abbr:hover
{
    cursor: help;
}


/*
================================
carusole
*/

.carusole
{
    height: 250px;
    margin: 0px auto;
    width: 966px;
    background: #dddddd;
    overflow: hidden;
    position: relative;
}
.slider-img
{
    width: 100%;
    position: relative;
    top: 0px;
    /* Chrome, Safari, Opera */
    -webkit-animation: myfirst 5s infinite alternate;
    animation: myfirst 5s infinite alternate;
}
@-webkit-keyframes myfirst {
    0%   {top:0px;}
25%   {top:-150px;}
50%   {top:-250px;}
75%   {top:-150px;}
100%   {top:0px;}
}

@keyframes myfirst {
    0%   {top:0px;}
25%   {top:-150px;}
50%   {top:-250px;}
75%   {top:-150px;}
100%   {top:0px;}
}
/*
========================
*/
.wrapper-data
{
    overflow: hidden;
    position: relative;
    text-align: justify;
    font-size: 13px;
    /*	background: #d8f2fc;*/
}

.about-company
{
    margin: 5px;
    float: left;
    width: 950px;
    font-size: 15px;
    padding: 5px;
}
.strength
{
    margin: 5px;
    float: right;
    width: 350px;
    border-left: 1px dashed #fefefe;
    padding:5px;
}
.strength ul
{
    list-style-image: url('../images/arr01.png');
    margin: 0px;
}
.strength ul li
{
    padding: 5px;
    border-bottom:1px dashed #fefefe;
}
.strength > ul > li > img
{
    margin: 0px 5px;
}

footer
{
    font-size: 12px;
    margin: 10px;
}
footer > .container
{
    background: #eee;
    padding: 6px 0;
    position: relative;
    height: 10px;
}
.left-side
{
    position: absolute;
    left: 0;
}
.right
{
    position: absolute;
    right: 0;
}
.middle
{
    position: absolute;
    right: 50%;
}
/*
*/

.product-wrapper
{
    overflow: hidden;
    position: relative;
    font-size: 13px;
    /*	background: #d8f2fc;*/
    color: #555;
}
.carusole-product
{
    height: 200px;
    margin: 0px auto;
    width: 966px;
    background: #dddddd;
    overflow: hidden;
}

.shadow img
{
    width: 100%;
    height: 20px;
}
.aside-menu
{
    float: left;
    margin: 5px;
    width: 25%;
    border-right: 1px solid #ddd;
    padding: 3px;
}
.aside-menu > p 
{
    border-bottom: 1px solid #cecece;
}
.aside-menu > p > .img-arrow
{
    display: inline-block;
    background: url('../images/arrow.gif') no-repeat;
    width: 12px;
    height: 10px;
    margin-right:5px;
}
.aside-menu > p > a
{
    position: relative;
    color: inherit;
    left: 0;
    display: inline-block;
    padding-bottom: 5px;
    width: 90%;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
}
.aside-menu > p > a:hover, .aside-menu > p > .active
{
    color: #222;
    left: 20px;
}
.aside-menu > p > .active
{
    font-weight: bold;
    color: #353D95;

}
.content-container
{
    float: right;
    width: 70%;
    color: #222;
}
.list
{
    width:40%;
    float: left;
    list-style-image: url('../images/arr01.png');
}
.achivement-list
{
    list-style-image: url('../images/arr01.png');
    margin-right: 10px;
    text-align: justify;
}

.achivement-title
{

}
.associate-logo
{
    width: 67px;
    height: 57px;
}
/*
============================
*/
.p-table
{
    width: 95%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.doted
{
    display: table-cell;
    background: url('../images/dot_line.gif') repeat-x;
    height: 2px;
}
#map_canvas
{

    min-width: 250px;
    height: 400px;
    background: #ccc;
    margin-right: 20px;
    margin-bottom: 20px;
}
.table
{
    display: table;
    width: 100%;
}
.row
{
    display: table-row;
}
.col
{
    display: table-cell;
}
.col.c-title
{
    color: #222;
    width: 20%;
}
.col.c-details
{
    width: 70%;
}
.col.c-coln
{
    width: 10%;
}
.letter-list
{
    list-style-type: upper-alpha;
}
.parameter-list
{
    float: left;
}
.p-spec
{
    width: 40%;
}
.p-desc
{
    width: 60%;
}
.popup
{
    display: none;
    position: fixed;
    top: 0;
    background:rgba(0,0,0,0.8);
}
.cons
{
    position: relative;
    margin: 0px auto;
    width: 966px;
    min-height: 470px;
    /*height: 500px;*/
}
.msg-area
{
    position: relative;
    background: #FFF;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 500px;
    border: 1px solid #d8f2fc;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px #d8f2fc;
    -moz-box-shadow: 0px 0px 10px 1px #d8f2fc;
    -webkit-box-shadow: 0px 0px 10px 1px #d8f2fc;

}
.msg-area > button
{
    margin-top: 50px;
    color: red;
}
.theme
{
    position: fixed;
    bottom: 0px;
}
.theme button:hover
{
    cursor: pointer;
    outline: none;
}

p{
    margin: 0 0 10px;
    font-size: 14px;
    text-align: justify;
    color: gray;
}
td{
    color: gray;
}

