/* CSS Document */
* {
	/*padding: 0px;*/
	outline: none;
}
html {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background: url(../images/bg-fon.png) repeat-x top;
	
}
img {
	border:0
}
a img {
	border:0
}
p {
	margin: 0 0 10px;
	padding: 0;
	color:#818181;
	text-align: justify;
}
a {
	color: #4dac38;
	text-decoration:underline;
	/*font-weight:bold;*/
}
p a {
	color: #4dac38;
}
a:hover, p a:hover {
	color: #e95d0f;
}
ul, li {
	margin: 0;
	padding: 0px;
	list-style: none;
}
ol li {
	margin: 0;
	margin: 4px 0;
	list-style: decimal outside none;
}
.fleft {
    float: left
}
.fright {
    float: right
}
.clear {
	clear: both;
}
h1, h2 {
	margin:0;
	padding: 0 0 15px 0;
	font-weight:normal;
}
h1 {
	font-size: 18px;
	
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #999999;
    margin-left: 0;
    margin-right: 0;
    padding: 3px;
}
input.error[type="text"], textarea.error, select.error {
    border: 1px solid red;
}

#main, .footer-container {
	margin:0 auto;
	padding: 0 0 20px;
	width: 1024px;
	min-width: 1000px;
}
.top {
	background: url("../images/top-fon.png") right top no-repeat;
	padding:0 0 20px 0;
	/*min-height: 100px;	*/
}
.top-left {
	float: left;
	margin:25px 0 0 15px;
}
.top-left-text, .top-right-text {
	margin:0 15px 0 20px;
	float: right;
}
.top-left-text {	
	padding:9px 0 9px 20px;
    border-left:#a9ceb0 solid 1px;
	color:#007332;	
	font-size:14px;
	text-transform:uppercase;
}
.top-right-text {
	padding:0 0 9px 20px;
}
.top-right {
	float: right;

}

.top-right-country {
	float: left;
	padding:9px 0 0;
	
}
.top-right span.country-ico {   
	background: url("../images/country-ico.png") no-repeat scroll center center  transparent;
	display: inline-block;
	overflow: hidden;
	height: 24px;
	width: 15px;
	vertical-align:middle;
}
.top-right span.country {    
	border-bottom: 2px dashed #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin-left: 1px;	
    position: relative;
}
.top-right span.choose {
    background: url("../images/country-choose.png") no-repeat scroll center center transparent;
    cursor: pointer;
    display: inline-block;
    height: 7px;
    margin-bottom: 1px;
    overflow: hidden;
    padding-left: 6px;
    text-indent: -100000px;
    width: 14px;
}
.teh-top {
	font-size:10px;
	color:#c1c1c1;
	text-transform:none;
}
.phone-top {
	background: url("../images/phone-top.png") no-repeat left;
	padding-left: 18px;
	font-size:18px;
	color:#000;
}
#country-list
{
	display: none;
	width: 195px;
	padding: 3px;
	text-align: right;
	border-radius: 5px 0 5px 5px;
	z-index: 100;
	position: absolute;
	right: 0;
	top: 40px;
	background: rgba(4, 93, 28, .8);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#367d49', endColorstr='#367d49',GradientType=0 ); /* IE6-8 */
}
#country-list a {
	color: #fff;
	display: block;
	float: right;
	clear: both;
	margin-top: 7px;
	text-shadow: 1px 1px #000000;
}
#country-list a:hover {
	color: #e9ffe9;
	text-shadow: 2px 2px #000000;
}
#country-list a span.country {
	border-bottom: 0;
}
.top-lang {
    padding:3px 15px 6px 0;
}
.img_middle,  .img_middle:hover{
    vertical-align: middle;
    text-decoration:none;
    color: #007332;
}

.top-menu {
    
	position: relative;
    width: 100%;
    z-index: 1;
}
.main_menu_block_left {
    background: url("../images/main_menu_left_bg.jpg") no-repeat;
    float: left;
    height: 47px;
    width: 9px;
}
.main_menu_block_center {
    background: url("../images/main_menu_bg.jpg") repeat-x;
    height: 47px;
}
.main_menu_block_right {
    background: url("../images/main_menu_right_bg.jpg") no-repeat;
    float: right;
    height: 47px;
    width: 9px;
}

.menu, .menu li ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.menu > li{
	float:left;
	background: url("../images/main_menu_right_line.jpg") no-repeat right center;
    line-height: 43px;
}
.menu > li ul{
    margin-top:0px;
    display:none;
	position:absolute;
    background-color:#185b2c;
    text-align: left;
	z-index:100;
    width:235px;

}
.menu > li > ul > li {
    position: relative;
}
.menu > li > ul > li > ul{
    top: 0;
    left: 235px;
}

.menu > li:hover > ul{display:block;}
.menu > li:hover{		
	background-color:#185b2c;
}
.menu > li > ul  li:hover{
	background-color:#216737;	
}
.menu > li > ul > li:hover > ul{
    display:block;
}
.menu > li > ul  li a{
	/*background: url("../images/sub_menu_arrow.png") right center no-repeat;*/
	border-bottom: 1px solid #216737;
	line-height: 30px;
	padding-right: 20px;	
}
.menu > li > ul  li a.arrow {
    background: url("../images/sub_menu_arrow.png") right center no-repeat;
}
.menu > li a{
	color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 0 16px;
    text-decoration: none;
	text-shadow: 1px 1px #000000;
}
.menu > li.main_menu_home:hover{
	/*background: url("../images/main_menu_right_line.jpg") no-repeat right center;*/
}
.menu > li.selected{
	background-color:#185b2c;	
}
.home {
	margin:0 3px 0 0;
	background: url("../images/home_ico.png") no-repeat center center;	
	height: 43px;
}

/* Begin top search */
.searcher {
    margin-top: 7px;
    padding-right: 2px;
    float: right;
    width: 150px; /* Ширина поля с кнопкой */
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 3px;
    display: block;
    height: 25px;
}
input[type="search"] {
    padding: 0 3px;
    border: none; /* Убираем рамку */
    border-radius: 3px;
    outline: none; /* Убираем свечение в Chrome и Safari */
    -webkit-appearance: none; /* Убираем рамку в Chrome и Safari */
    width: 122px; /* Ширина поля */
    vertical-align: middle; /* Выравнивание по середине */
    height: 25px;
}
input.search_btn {
    float: right;
    width: 20px; /* Ширина кнопки */
    height: 25px; /* Высота кнопки */
    border: none; /* Убираем рамку */
    background: url("../images/magnifier.png") no-repeat 50% 50%; /* Параметры фона */
}
/* End top search */
.breadcrumb-nav {
    padding: 5px 10px 8px;
}
.breadcrumbs {
    line-height: 24px;
    list-style: none;
}
.breadcrumbs li {
    float: left;
    padding: 0 3px;
}
.breadcrumbs li a {
}
.breadcrumbs li a.home {
    /*background: url("../images/home.png") no-repeat scroll left center transparent;
    padding: 0 0 0 33px;*/
}

.content {
	padding: 20px 0 45px;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}
.cd_disk {
	padding:0 35px 0 70px;
}
.systems {
	border:#818181 solid 1px;
	border-radius: 5px 5px 5px 5px;
	padding:0 0 10px;	
}
.systems_info {
	color:#818181;
	border-bottom:#e6e6e6 solid 1px;
	padding:10px 29px;	
}
.systems_info_green {
	color:#4dac38;
}
.systems_info-bottom {
	padding:10px 29px 0;
}

/*Slider*/
#slider{
    width: auto;
    border-top:1px #cdcdcd solid;
}
.carousel{
    width:980px;
    margin:0 auto;
    padding: 25px 0;
}
/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    width: 125px;
    height: 46px;
    text-align: center;
    vertical-align: middle;
}
.jcarousel li a * {
    vertical-align: middle;
}
.jcarousel li a span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/* section */
.section {
    text-align: center;
}
.section .inner {
    overflow:hidden
}

.section .control a {
    display:inline-block;
    zoom:1;
    width:12px;
    height:65px;
    overflow:hidden;
    font-size:0;
    text-decoration:none
}
.section .control a.up-arrow {
    background:url("../images/nav-left.png") no-repeat;
    float:left;
}
.section .control a.down-arrow {
    background:url("../images/nav-right.png") no-repeat;
    float:right;
}
.section .control a:hover {
    background-position:-12px 0
}

.supported-hardware {
	padding: 15px 0;	
}

.row-fluid:before, .row-fluid:after, .row-fluid-news:before, .row-fluid-news:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid:after, .row-fluid-news:after {
    clear: both;
}
.row-fluid, .row-fluid-news {
    margin: 10px 0;
	width: 100%;
}
.row-fluid [class*="span"]:first-child, .row-fluid-news [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .span3 {
    background: url("../images/span4-bg.png");
	font-size: 14px;
	border-radius: 5px 5px 5px 5px;
	padding: 15px 20px;
	width: 28.361%;
	cursor:pointer;
}
.row-fluid .span4 {
	width: 32.2666%;
}
.row-fluid-news .span5 {
	font-size: 12px;
	width: 49.5%;
}
.span6 {
	background: url("../images/news-mdash.gif") left 33px no-repeat;
	padding-left: 35px;
	font-size: 12px;
	/*width: 45.78%;*/
}
.row-fluid .span3:hover {
	box-shadow: 0 0 7px 2px rgba(255,255,255, 0.6) inset;
}
.row-fluid .span3 a{
	color:#3A505B;
	text-decoration:none;
}
.row-fluid .span3 span {
	color:#023306;
}
.row-fluid [class*="span"], .row-fluid-news [class*="span"] {
    display: block;
    float: left;
}
.row-fluid [class*="span"] {
    margin-left: 1.6%;
    min-height: 30px;
}
.row-fluid-news [class*="span"] {
	margin-left: 1%;
    min-height: 30px;
}
.main-news-date {
	color:#818181;
	padding: 0 0 10px 5px;
}
.span-system, .span-camera, .span-sound {
	display: block;
	height: 45px;
	padding-left: 50px;
	vertical-align: middle;
}
.span-system {
	background: url("../images/span-system-ico.png") left center no-repeat;	
}
.span-camera {
	background: url("../images/span-camera-ico.png") left center no-repeat;	
}
.span-sound {
    padding-left: 185px;
    background: url("../images/span-onvif-ico.png") left center no-repeat;
}
.ipad {
	background: url("../images/ipad.png") no-repeat;
	margin-right: 25px;
	padding: 55px 55px 49px 55px;
	width: 478px;
	height: 349px;
}
table.table_ipad {
	padding: 20px 0 0;
}

.supported-head {
	float: left;
	font-size: 18px;
	font-weight:normal;	
}
.supported-head a{
	margin-left: 10px;
	font-size: 14px;
}
.main-nav {
	float: right;
}
.fraction {
	background: url("../images/fraction.gif") repeat-x;
	height: 7px;
}

.news {
	margin: 0 15px 0 40px;
}
.news_date {
	margin: 0 0 10px;
	color:#818181;
}
.news p{
	color:#000;
	font-size: 14px;
	text-align: justify;
}
.news_anonce {
	padding: 0 0 10px 0;
}
.hews-head {
	font-size: 14px;
	margin: 0 0 10px;
}

.middle-img, .middle-text{
	vertical-align: middle;	
}

.product-grid  {
    margin: 0;
    overflow: auto;
}
.product-grid > div {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 11px;
    padding: 5px;
    vertical-align: top;
    width: 200px;/**/
}

.player {
	width: 479px; 
	height: 351px;
}

.button {
    color:#fff;
	border: medium none;
    border-radius: 5px 5px 5px 5px;
    padding: 8px;
	text-shadow: 1px 1px #000000;
}

.button, .nomer_str li a.select, .nomer_str li a:hover {
background: #66b631; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2YjYzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iIzNlOTkyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iIzA5NzQyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzFiNWEyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzQ3OTY2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iIzQ3OTY2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iIzBkNjAyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDYwMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #66b631 0%, #3e992d 21%, #097429 43%, #1b5a2f 90%, #479664 90%, #479664 92%, #0d602a 92%, #0d602a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66b631), color-stop(21%,#3e992d), color-stop(43%,#097429), color-stop(90%,#1b5a2f), color-stop(90%,#479664), color-stop(92%,#479664), color-stop(92%,#0d602a), color-stop(100%,#0d602a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #66b631 0%,#3e992d 21%,#097429 43%,#1b5a2f 90%,#479664 90%,#479664 92%,#0d602a 92%,#0d602a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #66b631 0%,#3e992d 21%,#097429 43%,#1b5a2f 90%,#479664 90%,#479664 92%,#0d602a 92%,#0d602a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #66b631 0%,#3e992d 21%,#097429 43%,#1b5a2f 90%,#479664 90%,#479664 92%,#0d602a 92%,#0d602a 100%); /* IE10+ */
background: linear-gradient(to bottom, #66b631 0%,#3e992d 21%,#097429 43%,#1b5a2f 90%,#479664 90%,#479664 92%,#0d602a 92%,#0d602a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b631', endColorstr='#0d602a',GradientType=0 ); /* IE6-8 */
}

table.data-table{
    margin: 20px 0;
}
table.data-table {
	border-left: 1px solid #61876e;
    border-top: 1px solid #61876e;
}
table.data-table-form {
    border: 1px solid #61876e;
}
table.data-table tr th, table.data-table-form  tr th{
	background: #00723c; /* Old browsers */
	padding: 7px 10px 7px;
    color: #fff;
	border-bottom: 1px solid #61876e;
	font-weight: normal;
	/*text-shadow: 1px 1px #000000;*/
}
table.data-table tr td {
	border-bottom: 1px solid #61876e;
    border-right: 1px solid #61876e;
}
table.data-table tr td{
    padding: 7px 5px;
}
table.data-table-form tr td{
    border-top: 1px solid #61876e;
	padding: 7px 10px;
}
table.data-table tr.second, table.data-table td.second{
    background-color: #e6f3e1;
}

/* Page navigator */
.pagenav {
    padding-bottom: 40px;
    padding-top: 10px;
}
.nomer_str {
    float: left;
    padding-top: 0;
}
.nomer_str li {
    float: left;
    list-style: none outside none;
    padding: 0 5px 0 0;
}
.nomer_str li div {
    display: inline;
}
.nomer_str li a {
    border: #818181 1px solid;
	color: #818181;
    display: block;
    font-weight: bold;
    padding: 4px 8px;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none;
}
.nomer_str li a:hover, .nomer_str a.select {
    border: #66b631 1px solid;
    color: #ffffff;
}
.left_arrow {
    float: left;
	font-size: 14px;
	color: #818181;
    margin-top: 5px;
    padding: 0 10px 2px 7px;
}

ul.ul-new, ul.ul-new ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

ul.ul-new li {
	list-style: inherit;
}

table.partners {
    margin: 15px 0;
    width: 100%;
}
table.partners td.img {
    padding: 25px 15px 0;
    text-align: center;
    vertical-align: middle;
    width: 33%;
	cursor: pointer;
}
table.partners td.txt {
    padding: 5px;
    text-align: center;
    vertical-align: top;
}
table.partners img {
    max-height: 100px;
    max-width: 150px;
    min-width: 80px;
}

.bullet {
    list-style: none outside none;
    margin: 0 10px;
    padding: 10px 0 0;
}
.bullet li {
    background: url("../images/bullet.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 0 7px;
    padding: 0 30px 5px 23px;
}

.mobile_app {

}
.mobile_app li a{
	display: block;
    line-height: 24px;
    margin-top: 10px;
    margin-right: 10px;
	padding-left: 32px;
}
.android {
    background: url("../images/mobile/android.png") no-repeat;
}
.ios {
    background: url("../images/mobile/ios.png") no-repeat;
}
.wphone {
    background: url("../images/mobile/wphone.png") no-repeat;
}
.blackberry {
    background: url("../images/mobile/blackberry.png") no-repeat;
}
.symbian {
    background: url("../images/mobile/symbian.png") no-repeat;
}

.product-reviews {
	display: table;
	text-align: center;
	width: 100%;
}

.product-reviews > div {
    display: inline-block;
    width: 262px;
    margin-bottom: 20px;
    margin-left: 15px;
    padding: 10px;
    vertical-align: top;

}

.product-reviews .image, .product-reviews-single {
    margin: 12px 0;
	display: block;
    text-align: center;
}
.product-reviews .image-fixed {
	width: 262px;
	height: 380px;
	display: table-cell; 
	vertical-align: middle;
}
.product-reviews .image img, .product-reviews-single img{
	border: 1px solid #bbb;
}
.product-reviews .name {
	text-align: center;
}

.map *{
	list-style: none;
	}
	
	ul.map li {font-weight:bold; }
	ul.map li ul li { font-weight:normal;}
	.map li , .site_map li {
		padding: 5px 0 5px 7px;	
		}
		.map ul {
			padding-left: 15px;
			}
			.map ul li {
				padding:5px 0 0 0;
				background: none;
				font-weight:normal;
				}
				.map ul ul {
					padding-left: 25px;
					}



.printer_div {
    float: right;
    margin: 0 10px 10px;
    padding: 0 0 10px 15px;
}

.appGov32, .appGov64 {
    display: none;
}

#footer {
	border-top:#9a9a9a dashed 1px;
	background: url("../images/footer-bg.jpg");
	
}
.footer-container {
	
	
}
.supported-logo li{
	margin:0 0.5%;
	float: left;
	width: 11.5%;
	text-align: center;
	vertical-align: middle;
}
.supported-logo li a{
	display: block;
	height: 46px;
}

.supported-logo li a * {
    vertical-align: middle;
}
.supported-logo li a span {
    display: inline-block;
    height: 100%;
    width: 1px;
}

.footer_menu li{
	margin:0 10px 0 0;
	float: left;	
}
.copyright {
	margin-top: 35px;
	font-size: 11px;
	color:#818181;
}
.info_mail_form, .info_mail_form2{
	margin: 6px 0;
	display:none;
}
.info_mail, .info_mail2 {
	margin: 6px 0;
	cursor:pointer;
}
.footer_mailto a {
	color:#000;
}
#share42 {display: inline-block; padding: 6px 0 0 6px; }
#share42:hover {}
#share42 a {opacity: 0.5}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}

.chatButton {
    bottom: 40%;
    left: 0%;
    position: fixed;
}
.chatButton img{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
/* scrollTop */
.scrollTop {
	background:transparent url("../images/scrolltop.png") 0 0 no-repeat;
	display:block;
	width:50px;
	height:50px;
	position:fixed;
	bottom:50px;
	right:6%;
	z-index:2000;
}
.scrollTop:hover {
	background:transparent url("../images/scrolltop-hover.png") 0 0 no-repeat;
}
.scrollTop:active {
	background:transparent url("../images/scrolltop-hover.png") 0 0 no-repeat;
}
/* End scrollTop */