@charset "windows-1251";
/* CSS Document */
* {
    padding:0;
    margin:0;
}
body {
    background-color:#FFFFFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size:14px;
}

.container_div_xl {
    width:1200px;
    height: auto;
    margin-left:-600px;
    position:absolute;
    left:50%;
    top:0;
}
#wrapper_div {
    background-color:#FFFFFF;
}
/* Menu*/
#menu_div {
    width:100%;
    display:block;
    float:none;
    clear: none;
    background-repeat:no-repeat;
    background-position:top right !important;
    background-color:#1a283c;
    border-bottom:#F8F8F8 solid 20px;
    position:relative;
}
.menu_div_l {
    height:400px;
    background-image:url(des_img/heading_l.jpg);
}
.menu_div_m {
    height:250px;
    background-image:url(des_img/heading_m.jpg);
}
.menu_div_s {
    height:152px;
    background-image:url(des_img/heading_s.jpg);
}
.menu_div_xs {
    height:102px;
    background-image:url(des_img/heading_xs.jpg);
}
/*Headings style*/
#headings_div {
    color:#FFFFFF;
    width:100%;
    height:50px;
    position: absolute;
    top:0;
    left:0;
    z-index:10;
}
p.headings_list_anchor {
    margin-left:20px;
    margin-right:20px;
    display:block;
    float:left;
    line-height:50px;
    letter-spacing:2px;
    font-size:15px;
    cursor:pointer;
    padding-left:6px;
    padding-right:6px;

}
p.headings_list_link {
	margin-left:20px;
    margin-right:20px;
    display:block;
    float:left;
    line-height:50px;
    letter-spacing:2px;
    font-size:15px;
    cursor:pointer;
    padding-left:6px;
    padding-right:6px;
}
a:link{
    text-decoration: none;
    color: inherit;

}
a:visited {
    text-decoration: none;
    color: inherit;
}
p.disconnect {
    margin-left:20px;
    margin-right:20px;
    display:block;
    float:left;
    line-height:50px;
    letter-spacing:2px;
    font-size:15px;
    padding-left:6px;
    padding-right:6px;
    background-color: #0c3757;
}

a.menu_href:link{
    text-decoration:none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
}
a.menu_href:visited {
    text-decoration:none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
}
/*Mobile menu*/
#menu_mobile_wrapper {
    width:200px;
    height:auto;
    position:absolute;
    z-index:80;
    left:-150px;
    top:0;
}
#menu_mobile_button {
    width:50px;
    height:50px;
    float: right;
    background-color: #3b5a89;
    cursor:pointer;
    background-image: url(des_img/list_icon.jpg);
    background-position:center;
    background-repeat:no-repeat;
}
.mob_list_div{
    width:148px;
    float:left;
    background-color: #3b5a89;
}
p.mob_list_anchor {
    color:#FFFFFF;
    border-bottom:#0479c9 1px solid;
    line-height:20px;
    padding-left:8px;
    padding-top:20px;
    padding-bottom:20px;
    cursor:pointer;
}
a.mob_menu_href:link{
    text-decoration:none;
    color: inherit;
    display: block;
    width: auto;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:8px;
    height: auto;
}
p.mob_list_link{
	color:#FFFFFF;
    border-bottom:#0479c9 1px solid;
    line-height:20px;
    cursor:pointer;
}
p.disconnect_mob {
    color:#FFFFFF;
    width: auto;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:8px;
    height: auto;
    border-bottom:#0479c9 1px solid;
    background-color: #0c3757;
}

#opacity_div{
    width:100%;
    height:50px;
    background-color:#0c3757;
    position: absolute;
    top:0;
    left:0;
    z-index:5;
}
/*Logo style*/
#logo_div {
    clear: both;
    position: absolute;
    bottom:5%;
    left:5%;
    background-repeat:no-repeat;
    background-color:#1a283c;
    z-index:30;
}
.logo_div_l {
    background-image:url(des_img/logo_l.jpg);
    width:400px;
    height:150px;
}
.logo_div_m {
    background-image: url(des_img/logo_m.jpg);
    width:300px;
    height:113px;
}
.logo_div_s {
    background-image:url(des_img/logo_s.jpg);
    width:150px;
    height:57px;
}
.logo_div_xs {
    background-image:url(des_img/logo_xs.jpg);
    width:100px;
    height:38px;
}
/*Text*/
.text {
    line-height:25px;
    color: #000;
    text-align:left;
    width:80%;
    padding-top:10px;
    padding-bottom:30px;
}
.text_heading {
    font-size:20px;
    color:#0d6ab5;
    padding-top: 40px;
    height:30px;
}
/*img style*/
#co_sourcing_img_div {
    display:block;
    margin-top:30px;
    clear: both;
    background-color: #3b5a89;
    background-repeat:no-repeat;
    background-position: top center !important;
}
.co_sourcing_img_div_l {
    height:300px;
    background-image:url(des_img/co_sourcing.jpg);
    width:80%;
    border:#F8F8F8 solid 20px;
}
.co_sourcing_img_div_m {
    height:300px;
    background-image:url(des_img/co_sourcing.jpg);
    width:80%;
    border:#F8F8F8 solid 20px;
}
.co_sourcing_img_div_s {
    height:115px;
    background-image:url(des_img/co_sourcing_s.jpg);
    width:90%;
    border:#F8F8F8 solid 6px;
}
#services_img_div {
    display:block;
    margin-top:30px;
    background-color: #0c3757;
    background-repeat:no-repeat;
    background-position:top center !important;
}
.services_img_div_l {
    height:300px;
    background-image:url(des_img/services.jpg);
    width:80%;
    border:#F8F8F8 solid 20px;
}
.services_img_div_m {
    height:300px;
    background-image:url(des_img/services.jpg);
    width:80%;
    border:#F8F8F8 solid 20px;
}
.services_img_div_s {
    height:115px;
    background-image:url(des_img/services_s.jpg);
    width:90%;
    border:#F8F8F8 solid 6px;
}
/*contact data style */
#Contact {
     background-color:#F8F8F8;
     border-top:#d8d8d8 solid 1px;
}
.contact_data{
    color: #000;
    text-align:left;
    width:80%;
    padding-top:20px;
    padding-bottom:30px;
}
span.phone {
    color: #0d6ab5;
}
/*arrow style*/
#top{
    width:20px;
    height:30px;
    position: fixed;
    left:0;
    z-index:86;
    display: none;
    font-size: xx-large;
    font-weight: bold;
    color: #0d6ab5;
}


/*articles data style*/
.article_wrapper_div {
    border-bottom: #0d6ab5 1px solid;
}
.article{
    padding-top: 30px;
    padding-bottom: 20px;
    line-height: 25px;
    font-size: 14px;
    text-align: left;
    width: 85%;
}
.articleH{
    color: #3b5a89;
    line-height: 20px;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 4px;
}
p {
    text-align: left;
}
a.articles_link {
    color: #0d6ab5;
    font-style: italic;
    text-decoration: underline;
}
.date{
    color: slategray;
    font-style: italic;
    font-size: 12px;
    padding-bottom: 10px;
}
ul {
    margin-left: 20px;

}
ol{
    margin-left: 20px;

}


