@import url("common.css");

body {
    font: 14px Arial, sans-serif;
    background: #343434 url(/media/i/bg.jpg) top center repeat;
    color: #999999;
    line-height: 19px;
}

a:link, a:visited {
    color: #5d8c13;
    text-decoration: underline;
}
a:hover { text-decoration: none; }
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

h1, h2, h3 { font: 14px 'PT Sans', Arial, sans-serif; }
h1 {
    padding: 26px 0 24px;
    color: #5d8c13;
    font-size: 28px;
    text-transform: uppercase;
}

h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 18px;
}

h3 {
    color: #ffffff;
    font-size: 17px;
    padding: 0 0 10px;
}
h4 {
    color: #ffffff;
    font-size: 15px;
    padding: 0 0 10px;
}

p { margin: 7px 0 14px; }

hr {
    color: #181818;
    background-color:#181818;
    border:0 none;
    height:2px;
    margin: 8px 22px 30px 22px;
}
strong {
    color: #cccccc;
    font-weight: bold;
}
.clear {
    clear: both;
}
/* --------------------------------------------------------- */

#header {
    display: block;
    height: 159px;
    margin: 0;
    padding: 0;
    background: url(/media/i/header_bg.jpg);
}

#header_glow {
    display: block;
    height: 159px;
    margin: 0;
    padding: 0;
    background: url(/media/i/header_glow.jpg) top center no-repeat;
}

#header_container {
    display: block;
    width: 960px;
    height: 159px;
    margin: 0 auto;
    padding: 0 9px 0 8px;
    background: url(/media/i/container_bg.png) top center repeat-y;
}

#logo {
    display: block;
    float: left;
    width: 317px;
    height: 133px;
    margin: 14px 10px 12px 14px;
    padding: 0;
    background-image: url(/media/i/logo.png);
}

a#sphere {
    display: block;
    float: right;
    width: 99px;
    height: 92px;
    margin: 34px 28px 0 0;
    padding: 0;
    background: url(/media/i/logos.png) -387px 0;
}
a#sphere:hover, a#sphere.active { background-position: -387px -94px; }

a#viking {
    display: block;
    float: right;
    width: 77px;
    height: 92px;
    margin: 34px 14px 0 0;
    padding: 0;
    background: url(/media/i/logos.png) -296px 0;
}
a#viking:hover, a#viking.active { background-position: -296px -94px; }

a#alligator {
    display: block;
    float: right;
    width: 90px;
    height: 92px;
    margin: 34px 13px 0 0;
    padding: 0;
    background: url(/media/i/logos.png) -193px 0;
}
a#alligator:hover, a#alligator.active { background-position: -193px -94px; }

a#alliance {
    display: block;
    float: right;
    width: 91px;
    height: 92px;
    margin: 34px 4px 0 0;
    padding: 0;
    background: url(/media/i/logos.png) -98px 0;
}
a#alliance:hover, a#alliance.active { background-position: -98px -94px; }

a#omega {
    display: block;
    float: right;
    width: 91px;
    height: 92px;
    margin: 34px 7px 0 0;
    padding: 0;
    background: url(/media/i/logos.png) 0 0;
}
a#omega:hover, a#omega.active { background-position: 0 -94px; }

/* --------------------------------------------------------- */

#wrapper {
    display: block;
    width: 960px;
    margin: 0 auto;
    padding: 0 9px 0 8px;
    background: url(/media/i/container_bg.png) top center repeat-y;
}

#wrapper_glow {
    display: block;
    width: 960px;
    margin: 0;
    padding: 0;
    background: url(/media/i/container_glow.jpg) top center no-repeat;
}

/* --------------------------------------------------------- */

ul#menu {
    display: block;
    width: 950px;
    height: 58px;
    margin: 0;
    padding: 0 5px;
    border-top: 2px solid #1f1f1f;
}

ul#menu li {
    display: block;
    position: relative;
    float: left;
}

ul#menu li a {
    display: block;
    float: left;
    height: 58px;
    line-height: 58px;
    margin: 0;
    padding: 0 32px;
    color: #cccccc;
    text-decoration: none;
    text-transform: uppercase;
}

ul#menu li a.active {
    background: url(/media/i/menu.png) 50% 0;
    color: #81c120;
}

ul#menu li a:hover, .drop.hover {
    background: url(/media/i/menu.png) 50% -120px;
}
ul#menu li a.active:hover {
    background: url(/media/i/menu.png) 50% -60px;
}

ul.submenu {
    display: none;
    position: absolute;
    top: 51px;
    left: 0;
    margin: 0;
    padding: 15px 0;
    background-color: rgb(25, 25, 25);
    background-color: rgba(25, 25, 25, 0.95);
    border-radius: 0 6px 6px;
    z-index: 1;
}

ul#menu li ul.submenu li {
    display: block;
    position: relative;
    float: left;
}

ul#menu li ul.submenu li a {
    display: block;
    float: left;
    width: 210px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    margin: 0 20px 0 25px;
    padding: 0;
    color: #cccccc;
    text-decoration: none;
    text-transform: none;
}
ul#menu li ul.submenu li a:hover {
    color: #81c120;
    background: none;
}

/* --------------------------------------------------------- */

#content {
    display: block;
    width: 888px;
    min-height: 500px;
    margin: 0;
    padding: 0 36px 50px 36px;
    font-size: 13px;
}
#content.static_text table.static_table {
    margin: 10px 0 30px;
    border-spacing: 0;
}

#content.static_text table.static_table th,
#content.static_text table.static_table thead td,
#content.static_text table.static_table thead th {
    padding: 5px 10px;
    font: 12px 'PT Sans', Arial, sans-serif;
    color: #cccccc;
    margin: 0;
    border-bottom: 1px solid #5d8c13;
}
#content.static_text table.static_table td,
#content.static_text table.static_table tbody td {
    border-collapse: collapse;
    padding: 8px 20px 8px 15px;
    margin: 0;
    border-bottom: 1px solid #333333;
    font-size: 13px;
}

#content.static_text img {
    margin-right: 24px;
    margin-bottom: 20px;
    float: left;
    border-radius: 5px;
}

#content.static_text ul {
    margin: 0 0 25px 29px;
    padding: 0;
}

#content.static_text ul li {
    list-style-image: url(/media/i/list.png);
    margin: 4px 9px 0;
    padding: 0 0 0 9px;
    line-height: 19px;
}

#content.static_text ol {
    margin: 0 0 5px 35px;
    padding: 0;
}

#content.static_text ol li {
    font: 14px 'PT Sans', Arial, sans-serif;
    margin: 4px 9px 0;
    padding: 0 0 0 3px;
    line-height: 19px;
}
#content.static_text hr {
     display: inline-block;
     width: 888px;
     height: 2px;
     background: url(/media/i/hr_news.png) center center repeat-x;
     margin: 10px 0 25px;
     float: left;
 }

#content.static_text hr {
    display: inline-block;
    width: 888px;
    height: 2px;
    background: url(/media/i/hr_news.png) center center repeat-x;
    margin: 10px 0 25px;
    float: left;
}

#liniya_buy {
    margin-top: 20px;
}

#liniya_buy * {
    font-size: 11px;
    line-height: 18px;
    margin: 8px 0;
}

#liniya_buy .submit,
#liniya_buy .submit:active {
    background: url('../i/button.png') 0 0 no-repeat;
    border: none;
    width: 110px;
    height: 25px;
    outline: none;
    cursor: pointer;
    margin-left: -1px;
}

/* --------------------------------------------------------- */

#about {
    display: block;
    width: 415px;
    height: 240px;
    margin: 0;
    padding: 0 50px 0 495px;
    background: url(/media/i/about.png);
    font-size: 12px;
    line-height: 17px;
}

#about > h1 {
    padding: 18px 0 5px;
    margin: 0;
    color: #5d8c13;
    font-size: 40px;
    text-transform: uppercase;
}

#about > p {
    padding: 6px 0 0;
    margin: 0;
}

#container {
    display: block;
    width: 960px;
    min-height: 400px;
    margin: 0;
    padding: 0;
    border-top: 2px solid #1f1f1f;
}

#services {
    display: block;
    width: 905px;
    height: 220px;
    margin: 9px auto 0;
    padding: 0;
}

.service {
    display: block;
    position: relative;
    float: left;
    width: 181px;
    margin-left: 90px;
}

.service_button {
    display: block;
    position: relative;
    float: left;
    width: 139px;
    height: 139px;
    margin: 18px 18px 13px 18px;
    padding: 0;
    border: 3px solid #666666;
    border-radius: 70px;
    background-position:center center;
    background-repeat:  no-repeat;
    behavior: url(/media/js/PIE.htc);
}

.service_button.objects_protection { background-image: url(/media/i/services/objects_protection.jpg); }
.service_button.physical_protection { background-image: url(/media/i/services/physical_protection.jpg); }
.service_button.security_systems { background-image: url(/media/i/services/security_systems.jpg); }
.service_button.school { background-image: url(/media/i/services/school.jpg); }
.service_button.polygraph { background-image: url(/media/i/services/polygraph.jpg); }

.service_button:hover, .service_button.hover {
    border: 3px solid #bbbbbb;
    box-shadow: 0 0 15px #000000;
    behavior: url(/media/js/PIE.htc);
}

a.service_info {
    display: block;
    position: relative;
    float: left;
    width: 145px;
    margin: 0 18px;
    padding: 0;
    text-align: center;
    font: 14px 'PT Sans', Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
    line-height: 14px;
}
.service_info:hover, .service_info.hover {
    color: #5d8c13;
}

#news_clients {
    width: 899px;
    margin: 17px auto 30px;
    padding: 0 0 23px;
    background: #191919;
    border-radius: 6px;

}

#news_clients > #news {
    float: left;
    width: 381px;
    margin: 0 40px 0 29px;
}

#news_clients > #news > dl {
    margin: 13px 0 0;
}

#news_clients > #news > dl dt {
    display: block;
    width: 63px;
    float: left;
    font: 12px 'PT Sans', Arial, sans-serif;
}

#news_clients > #news > dl dd {
    display: block;
    font-size: 12px;
    line-height: 14px;
    width: 281px;
    margin: 0 0 18px 83px;
    padding: 2px 0 0;
}

#news_clients > #clients {
    float: right;
    width: 381px;
    margin: 0 29px 0 39px;
}

#news_clients > #clients .item {
    float: left;
    width: 180px;
    height: 100px;
    margin: 10px 5px 0 5px;
    opacity: 0.35;
    filter: alpha(opacity=35);
}
#news_clients > #clients .item:hover { opacity: 1; filter: alpha(opacity=100); }

#news_clients .top {
    margin: 15px 0 10px;
    width: 381px;
    background: #191919 url(/media/i/hr.png) center center repeat-x;
}
#news_clients h2{
    background: #191919;
    text-align: center;
    font-size: 17px;
    margin: 0 auto;
    width: 90px;
    padding: 0 15px;
    text-transform: uppercase;
}
#news_clients #clients  h2 { width: 140px; }

/* --------------------------------------------------------- */
#clients #clients_list{
    width: 180px;
}

#clients .item{
    float: left;
    width: 180px;
    height: 100px;
    margin: 17px 34px 17px 0;
    padding: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#clients .item:hover { opacity: 1; filter: alpha(opacity=100); }

#clients .item img{
    margin: 0;
    padding: 0;
}

/* --------------------------------------------------------- */

#guarded h1,
#guarded > p {
    margin-left: 36px;
}

#guarded_info {
    width: 960px;
    background: url(/media/i/footer_bg.png);
    border-bottom: 2px solid #1f1f1f;
}

#guarded_info img#photo {
    float: left;
    border-radius: 6px;
    margin: 20px 20px 20px 35px;
}

#guarded_info #info {
    float: right;
    width: 351px;
    margin: 20px 86px 0 0;

}

#guarded_info #info h2 {
    font: 40px 'PT Sans', Arial, sans-serif;
    padding: 20px 0 25px;
    line-height: 40px;
    color: #5d8c13;
}

#guarded_info #info > div {
    font-size: 12px;
    padding-bottom: 20px;
}

#guarded_list {
    width: 934px;
    padding: 20px 0 40px 26px;
}

#guarded_list .item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 130px;
    background: #1b1b1b;
    margin: 9px
}

#guarded_list .item .photo {
    display: block;
    width: 130px;
    height: 148px;
    background-position: -1px -151px;
    background-repeat: no-repeat;
}
#guarded_list .item .photo:hover,
#guarded_list .item .photo.hover {
    background-position: -1px -1px;
    background-repeat: no-repeat;
}

#guarded_list .item .name {
    display: block;
    width: 110px;
    padding: 10px;
    line-height: 13px;
    text-align: center;
    color: #595959;
    font-size: 11px;
    text-decoration: none;
}
#guarded_list .item .name:hover,
#guarded_list .item .name.hover { color: #5d8c13; }

/* --------------------------------------------------------- */

#vacancy {
    color: #666666;
    font-size: 13px;
}

#vacancy .item { padding-bottom: 20px; }

#vacancy .hr {
    display: inline-block;
    width: 90%;
    height: 2px;
    background: url(/media/i/hr_news.png) center center repeat-x;
    margin: 2px 20px 0;
    float: left;
}

#vacancy .salary {
    color: #5d8c13;
    font-size: 17px;
    line-height: 17px;
}

#vacancy h2 { color: #cccccc; margin: 0; padding: 0; }

#vacancy strong {
    font-size: 11px;
}

#vacancy table.title,
#vacancy table.title td {
    padding: 0 0 5px;
    margin: 0;
    border: 0 none;
    height: 20px;
    vertical-align: middle;
}

/* --------------------------------------------------------- */

#content #news {
    min-height: 500px;
}

#news .item {
    float: left;
    width: 888px;
    margin: 0 0 15px;
    padding: 0;
}

#news .item img {
    width: 187px;
    float: left;
    margin: 7px 31px 22px 0;
    border-radius: 6px;
}

#news .item .text {
    margin: 0;
    font-size: 13px;
}

#news .date, #content .date {
    display: block;
    font: 12px 'PT Sans', Arial, sans-serif;
    color: #666666;
}

#news .hr {
    display: inline-block;
    width: 888px;
    height: 2px;
    background: url(/media/i/hr_news.png) center center repeat-x;
    margin: 10px 0 25px;
    float: left;
}
.source{
    text-align: right;
    font: 12px 'PT Sans', Arial, sans-serif;
    color: #666666;
}
#pager {
    width: 600px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 12px;
}

#pager p {
    margin: 0;
    padding: 0;
}

#pager a {
    margin: 0 8px;
    padding: 0;

}

#pager .select {
    margin: 0 8px;
    padding: 0;
    color: #666666;
}

#pager .prev {
    display: inline-block;
    font-size: 11px;
    height: 13px;
    line-height: 13px;
    margin: 5px 8px;
    padding: 0 20px 0 20px;
    color: #666666;
    background: url(/media/i/navigation.png) left 0 no-repeat;
}

#pager .next {
    display: inline-block;
    font-size: 11px;
    height: 13px;
    line-height: 13px;
    margin: 5px 8px;
    padding: 0 20px 0 20px;
    color: #666666;
    background: url(/media/i/navigation.png) right -15px no-repeat;
}

/* --------------------------------------------------------- */

#licences, #awards {
    width: 943px;
    margin: 0;
    padding: 0 3px 5px 14px;
    font-size: 13px;
}

#licences > h1,
#licences > p,
#awards > h1,
#awards > p { margin-left: 22px; }

.licence_double, .licence_one, .award {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    background-color: #000000;
    border-radius: 6px;
    width: 132px;
    margin: 0 20px 23px 21px;
    padding: 6px 6px 11px;
    text-align: center;
    font-size: 11px;
    line-height: 13.2px;
}

.licence_double img,
.licence_one img,
.award img { padding-bottom: 10px; }
.licence_double {
    width: 273px;
    margin: 0 0 23px 22px;
}

/* --------------------------------------------------------- */
#recommendations { margin-bottom: 70px; }
#recommendations .item {
    width: 888px;
    font-size: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}

#recommendations .photo{
    float: left;
    width: 70px;
    border-radius: 5px;
    padding: 0 39px 0 15px;
    background: url(/media/i/recommendation.png) right center no-repeat;
}

#recommendations .photo img { border-radius: 5px; }

#recommendations .text {
    display: inline-block;
    width: 714px;
    border-radius: 6px;
    padding: 18px 25px 11px;
    background: url(/media/i/footer_bg.png);
}

#recommendations .job {
    font-size: 11px;
    color: #666666;
}

#recommendations .job strong {
    color: #ffffff;
}

/* --------------------------------------------------------- */

#content.static_text.contacts { color: #666666; font-size: 11px; }
.map { margin: 30px 0; }
#map {
    width: 880px;
    height: 286px;
    border: 4px solid #373737;
}
#map_marker{ padding: 10px; }
#map_marker h2{ color: #000000; padding: 0 0 10px; }

.phone_priem {
    float: left;
}

#call {
    float: left;
    height: 24px;
    background: url('/media/i/call.png') 0 0 no-repeat;
    padding-left: 29px;
    margin-left: 15px;
    font-size: 17px;
    cursor: pointer;
    color: #5d8c13;
}

#call p {
    margin: 5px 0;
    line-height: 14px;
    border-bottom: 1px dotted #5d8c13;
}

/* --------------------------------------------------------- */

#footer {
    display: block;
    position: relative;
    width: 920px;
    height: 70px;
    margin: 0;
    padding: 20px;
    border-top: 2px solid #000000;
    background: url(/media/i/footer_bg.png);
}

#header .phones {
    float: left;
    padding: 50px 0 0 125px;
}

#footer .phones {
    float: left;
}

.phone_block {
    float: left;
    width: 200px;
    height: 45px;
    margin: 0;
    color: #ffffff;
}
.phone_title {
    height: 12px;
    margin: 0;
    padding: 0;
    line-height: 12px;
    text-align: right;
    color: #81c120;
    font-size: 11px;
}

#call_footer {
    float: right;
    height: 17px;
    background: url('/media/i/call_mini.png') 0 1px no-repeat;
    padding-left: 17px;
    margin-left: 15px;
    font-size: 11px;
    cursor: pointer;
    color: #81c120;
}

#call_footer p {
    margin: 1px 0;
    line-height: 12px;
    border-bottom: 1px dotted #81c120;
}

.phones .phone {
    float: left;
    width: 120px;
    height: 33px;
    margin-left: 6px;
    font: 32px 'PT Sans', Arial, sans-serif;
    text-align: right;
    line-height: 33px;
    letter-spacing: -1px;
}

.phones .code {
    float: left;
    width: 74px;
    font: 16px 'PT Sans', Arial, sans-serif;
    text-align: right;
    line-height: 17px;
    height: 18px;
    padding: 11px 0;
}

.slash {
    float: left;
    width: 15px;
    height: 45px;
    margin: 0 2px 0 20px;
    background: url(/media/i/slash.png) center center no-repeat;
}

#footer .copyrights {
    margin: 14px 0 0 30px;
    font-size: 11px;
    line-height: 13.2px;
    float: left;
}

#cuba {
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 2px;
    padding-right: 95px;
    padding-top: 10px;
    height: 28px;
    background: url('/media/i/cuba.png') no-repeat 100% 0;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 8pt;
    text-decoration: none;
    text-transform: lowercase;
    text-align: right;
    line-height: 1em;
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=50);
}
#cuba:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}