@font-face {
    font-family: 'plumbmediumcmedium';
    src: url('../fonts/plumbmec.eot');
    src: url('../fonts/plumbmec.eot?#iefix') format('embedded-opentype'),
         url('../fonts/plumbmec.woff') format('woff'),
         url('../fonts/plumbmec.ttf') format('truetype'),
         url('../fonts/plumbmec.svg#plumbmediumcmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_agora_slab_proregular';
    src: url('../fonts/pfagoraslabpro-reg.eot');
    src: url('../fonts/pfagoraslabpro-reg.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfagoraslabpro-reg.woff') format('woff'),
         url('../fonts/pfagoraslabpro-reg.ttf') format('truetype'),
         url('../fonts/pfagoraslabpro-reg.svg#pf_agora_slab_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background: url(../img/bg.png) repeat center top;
	padding: 0px;
	margin: 0px;
}

#container, input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 13px;
}

a{
	text-decoration: underline;
	color: #629e10;
}

a:hover{
	text-decoration: none;
}

a img{
	border:none;
}

form{
	padding: 0px;
	margin: 0px;
}

p{
	margin: 15px 0px;
}

h1{
	margin-top: 2px;
	font-size: 21px;
	color: black;
	font-weight: normal;
}

h2{
	color: black;
	font-size: 14px;
	font-weight: bold;
}


.index h1{
	font-family: plumbmediumcmedium, "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #444;
}

.content ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.content ul li{
	display: block;
	background: url(../img/ico-bullet.png) no-repeat top left;
	background-position: 0px 7px;
	padding-left: 30px;
	margin-bottom: 6px;
}

.content ol {
	list-style: none; /* убираем дефорлтные цифры */
	counter-reset: point; /* задаем переменную для счетчика */
	padding: 0px;
	margin: 0px;
}
.content ol > li {
	margin-bottom: 12px;
	padding-left: 30px;
	position: relative;
}
.content ol > li:before {
	content: counter(point)"."; /* выводим значение переменной */
	counter-increment: point 1; /* увеличваем счетчик на 1 */
	font-size: 22px; /* декор цифр  */
	position: absolute;
	left: 0;
	top: -5px;
	color: #84c729;
	font-family: "pf_agora_slab_proregular", Cambria, "Times New Roman", serif;
}

.content table{
	width: 100%;
	border-collapse: collapse;
}

.content table th{
	background: #2e822f;
	color: white;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 3px 10px;
}

.content table td{
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
}

.content table .even td{
	background: #f3f3f3;
}

.content img.right{
	float: right;
}

.content img.left{
	float: left;
}

#container{
	width: 940px;
	margin: 24px auto;
	margin-bottom: 12px;
}

#header{
	position: relative;
}

#header .head-img{
	position: absolute;
	top: 0px;
	left: 155px
}

#header .head-img img{
	margin-bottom: 8px;
}

#header .head-right{
	position: absolute;
	top: 0px;
	right: 0px;
}

.langs{
	vertical-align: middle;
	line-height: 28px;
}

.langs, .langs a{
	color: #555;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
}

.langs .current{
	font-weight: bold;
	color: black;
}

.btn-green{
	display: inline-block;
	background: url(../img/btn-green.png) repeat-x center top;
	background-position: 0px -35px;
	height: 35px;
	position: relative;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	margin: 0px 14px;
	border: none;
	cursor: pointer;
	overflow: visible;
}

.btn-green:before{
	content: "";
	position: absolute;
	background: url(../img/btn-green.png) no-repeat top left;
	background-position: 0px 0px;
	top: 0px;
	left: -14px;
	height: 35px;
	width: 14px;
}

.btn-green:after{
	content: "";
	position: absolute;
	background: url(../img/btn-green.png) no-repeat top right;
	background-position: -2px -70px;
	top: 0px;
	right: -14px;
	height: 35px;
	width: 14px;
}

#feedback-btn{
	float: right;
}

.contacts{
	margin-top: 21px;
}

.contacts img{
	margin-bottom: 15px;
}

.searching{
	border-bottom: 3px solid #99dc3f;
	width: 203px;
	position: relative;
	padding-bottom: 3px;
	position: absolute;
	top: 137px;
	left: 0px;
}

.textinput{
	background: white;
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	color: #999;
	font-size: 11px;
	padding: 6px 8px;
	outline: none;
	position: relative;
	behavior: url(css/PIE.htc);
}

.searching .textinput{
	width: 186px;
}

.btn-search{
	border: none;
	background: url(../img/ico-magn.png) no-repeat top left;
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	top: 9px;
	left: 180px;
}

#main-menu{
	position: absolute;
	top: 190px;
	right: 6px;
	background: url(../img/bg-menu.png) repeat-x top left;
}

#main-menu:before{
	content: "";
	position: absolute;
	background: url(../img/bg-menu-borders.png) no-repeat top left;
	background-position: 0px 0px;
	top: 0px;
	left: -1px;
	height: 40px;
	width: 2px;
	z-index:1;
}

#main-menu:after{
	content: "";
	position: absolute;
	background: url(../img/bg-menu-borders.png) no-repeat top right;
	background-position: 0px -40px;
	top: 0px;
	right: 0px;
	height: 40px;
	width: 4px;
	z-index:1;
}

#main-menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#main-menu ul li{
	display: inline-block;
	float: left;
	height: 40px;
	position: relative;
}

#main-menu ul li:hover{
	background: url(../img/bg-menu-selected.png) repeat-x top left;
	position: relative;
	z-index: 10;
}

#main-menu ul li.active{
	background: url(../img/bg-menu-active.png) repeat-x top left;
	position: relative;
	z-index: 10;
}

#main-menu ul li a{
	text-decoration: none;
	display: block;
	line-height: 40px;
	vertical-align: middle;
	color: #555;
	font-size: 15px;
	font-family: "Myriad Pro", "Times New Roman", Times, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding: 0px 11px;
	padding-right: 12px;
	background: url(../img/bg-menu-divider.png) no-repeat top right;
}

#main-menu ul li ul{
	background: url(../img/bg-menu.png) repeat top left;
	position: absolute;
	top: 100%;
	left: 0px;
	border-left: 1px solid #dadada;
}

#main-menu ul li ul li{
	float: none;
	/*background: url(../img/bg-menu-divider.png) no-repeat top left;*/
	display: none;
	position: relative;
}

#main-menu ul li:hover ul li{
	display: block;
}

#footer{
	margin-top: 20px;
}

.footer-text{
	color: #666;
	font-size: 12px;
	text-align: center;
}

.footer-imgs{
	text-align: center;
}

.footer-imgs img{
	margin: 0px 30px;
}

.content{
	margin-top: 30px;
}

#left-column, #main-column, #right-column{
	background: white;
	position: relative;
	behavior: url(css/PIE.htc);
	border-radius: 12px;
	display: inline-block;
	padding: 10px;
	vertical-align: top;
}

#left-column{
	width: 184px;
}

#main-column{
	width: 446px;
	padding: 18px 24px;
	margin: 0px 15px;
}

#main-column.two-columned{
	width: 666px;
	margin-right: 0px;
}

#main-column img{
	max-width: 446px;
}

#right-column{
	width: 184px;
}

.section-block{
	margin-bottom: 20px;
}

.section-block .section-name{
	color: #333;
	font-size: 12px;
	margin: 3px 0px;
}

.block .head{
	color: #3c3c3c;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #cecece;
	margin-bottom: 7px;
}

ul.sidemenu{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.sidemenu li{
	display: block;
	background: url(../img/ico-bullet-dot.png) no-repeat top left;
	background-position: 0px 6px;
	padding-left: 19px;
	margin-bottom: 6px;
}

ul.sidemenu li a span{
	color: black;
}

.block .news-item{
	font-size: 12px;
}

.news-item{
	margin-bottom: 20px;
}

.news-item .news-date{
	color: #555;
	font-size: 11px;
}

.news-item a{
	margin-bottom: 5px;
	display: block;
}

.news-item a span{
	color: black;
	font-weight: bold;
}

.news-item p{
	margin: 6px 0px;
}

.pagination{
	color: #629e10;
	font-size: 12px;
}

.pagination a, .pagination span{
	padding-right: 4px;
}

.pagination div{
	margin-bottom: 6px;
}

.pagination .current{
	color: black;
	font-weight: bold;
}

.news-detail{
	position: relative;
	top: -10px;
}

.news-detail .news-date{
	margin-bottom: 4px;
}

.news-nav{
	text-align: center;
	margin-top: 40px;
	position: relative;
}

.news-nav a{
	display: inline-block;
	font-size: 12px;
}

.news-nav a.left{
	position: absolute;
	top: 0px;
	left: 0px;
}

.news-nav a.right{
	position: absolute;
	top: 0px;
	right: 0px;
}

.bc{
	margin-bottom: 10px;
}

.bc a, .bc span{
	color: #629e10;
	font-size: 12px;
	padding: 0px 3px;
}

.sort-table-block .head{
	font-weight: bold;
	font-size: 14px;
	color: black;
	margin: 14px 0px;
}

.sort-table-block .sub-head{
	font-size: 14px;
	color: black;
	margin-bottom: 6px;
}

.sort-block{
	margin-bottom: 35px;
}

.sort-block .img, .sort-block .descr{
	display: inline-block;
	vertical-align: top;
}

.sort-block .descr{
	width: 304px;
	margin-left: 16px;
}

.sort-block .descr .name{
	font-weight: bold;
	font-size: 14px;
	color: #444;
	text-decoration: none;
}

.sort-block .descr .name:hover{
	text-decoration: underline;
}

td.price{
/*	white-space: nowrap;*/
}

#feedback-popup{
	position: absolute;
	right: 42px;
	top: 42px;
	background: white;
	border: 2px solid #99DC3F;
	z-index: 999;
	padding: 13px;
	border-radius: 8px;
	behavior: url(css/PIE.htc);
	display: none;
}

#feedback-popup table td{
	padding-bottom: 8px;
	vertical-align: top;
	padding-right: 5px;
}

#feedback-popup input[type=text], #feedback-popup textarea{
	width: 162px;
	max-width: 162px;
}

#feedback-popup .close{
	position: absolute;
	right: 5px;
	top: 0px;
}

.red{
	color: #983530;
}

.ajax-loader{
	background: url(../img/ajax-loader.gif) no-repeat top left;
	width: 45px;
	height: 45px;
}

.fb_errors{
	color: #983530;
}

.vacancy{
	margin-bottom: 20px;
	
}

.vacancy .vacancy-name{
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 2px solid #99DC3F;
	cursor: pointer;
	display: inline-block;
}

.vacancy .vacancy-body{
	display: none;
	border-bottom: 2px solid #99DC3F;
}