﻿*{
	margin:0;
	padding:0;
}
html, body{
	background:#fff;
	width:100%;
	height:100%;
}
body{
	color:#252525;
	font:12px Arial, Helvetica, sans-serif;
}
a{
	color:#1c942b;
}
a:hover{
	text-decoration:none;
}
p {
	text-align:justify;
}
h1{
	margin-bottom:10px;
	color:#333;
	font-size:18px;
	font-weight:normal;
}

h3{
	color:#252525;
	font-size:15px;
}


h4 {
	font-size:16px;
	font-weight:normal;
}

h5 {
	font-size: 11px;
}

img{
	border:none;
}
li{
	list-style:none;
}
.wrap{
	width:1000px;
	margin:0 auto;
}
.more{
	background:url(/images/new/i-arrow1.gif) no-repeat center;
	text-decoration:none;
}

/* education docs */
#education p{
	margin-bottom:15px; 
}
#education hr{
	margin-top:20px;
	border:0px; 
	height:1px; 
	background: #333
}
#education h2{
	margin-top:20px;
}

/* Header */
#header{
	background:url(/images/new/bg-header.gif) repeat-x;
	overflow:hidden;
	margin-bottom:25px;
}
#header .phone{
	float:right;
	position:relative;
	top:10px;
	font-size:10px;
	color:#fff;
}
#header .phone strong{
	position:relative;
	top:4px;
	font-size:16px;
}
#header .home{
	background:url(/images/new/i-home.gif) no-repeat;
	display:block;
	width:22px;
	height:30px;
	position:relative;
	top:13px;
	float:left;
	text-decoration:none;
}
#header .logo{
	float:left;
	margin:0 15px 0 40px;
}
* html #header .logo{
	margin-left:15px;
}
#header .intro{
	background:url(/images/new/slash.gif) no-repeat;
	min-height:74px;
	padding-left:30px;
	margin-left:365px;
	color:#494949;
	font-size:13px;
}
#header .intro .title{
	padding-top:15px;
	font-size:24px;
}
#header form{
	float:right;
	width:290px;
}
#header select{
	width:290px;
	margin-top:5px;
}


/* Footer */
#footer{
	background:#373737 url(/images/new/bg-footer.gif) repeat-x;
	clear:both;
	padding-bottom:15px;
	position:relative;
	color:#ccc;
}
#footer .wrap{
	width:950px;
}
#footer .partners{
	margin:0 auto;
	position:relative;
	top:-24px;
	color:#000;
}
#footer .partners h3{
	margin:0 0 15px 18px;
	font-size:13px;
}
#footer .partners ul{
	background:url(/images/new/bg-partners.gif) no-repeat;
	height:56px;
	padding:5px;
	text-align:center;
}
#footer .partners li{
	display:inline;
	margin:0 10px;
}
#footer address{
	float:right;
	line-height:18px;
	overflow:hidden;
}
#footer form{
	background:url(/images/new/bg-search.gif) no-repeat;
	width:380px;
	height:18px;
	padding:2px 0 0 13px;
	position:absolute;
	bottom:30px;
	left:450px;
}
#footer input{
	width:25px;
	height:11px;
}
#footer .inp{
	border:1px solid #fff;
	width:350px;
	height:auto;
	color:#868282;
	font:11px Arial, Helvetica, sans-serif;
}
#footer .copy{
	margin:15px 0 15px 18px;
	font-size:13px;
}

/* sidebar */
#sidebar{
	background:url(/images/new/bg-leftmenu1.jpg) no-repeat bottom;
	width:240px;
	float:left;
	margin:0 30px 50px 0;
	position:relative;
}
#sidebar ul{
	background:url(/images/new/bg-leftmenu2.jpg) no-repeat;
	padding:12px 12px 20px 7px;
}
#sidebar li{
	background:url(/images/new/leftmenu-border.png) no-repeat center top;
}

#articles ul {
	padding:12px 12px 20px 7px;
	background:0;
}

#sidebar .level2 a{
	font-size:12px;
}
#sidebar .level2 span{
	background:url(/images/new/dashed.gif) no-repeat;
	background-position:3px 7px;
	display:block;
	padding-left:20px;
}
#sidebar a{
	display:block;
	padding:5px 5px 5px 15px;
	color:#fff;
	font-size:13px;
	text-decoration:none;
}
#sidebar a:hover{
	background:url(/images/new/bg-leftmenu-act2.png) repeat-y center;
}
#sidebar .arrow{
 	width:21px;
	height:45px;
	position:absolute;
	top:21px;
	left:-21px;
}

#articles .level2 a{
	font-size:12px;
}
#articles .level2 span{
	background:url(/images/new/dashed.gif) no-repeat;
	background-position:3px 7px;
	display:block;
	padding-left:20px;
}

/* Content */
#content{
	width:960px;
	margin:0 auto 20px;
	padding-left:40px;
}
#rightcolumn{
	width:690px;
	float:left;
	margin-bottom:50px;
}
.breadcrumbs{
	margin-bottom:25px;
	font-size:11px;
}

/* catalog */
.item{
	width:150px;
	height:140px;
	float:left;
	margin:0 15px 5px 0;
}
.item h3{
	font-size:14px;
	font-weight:normal;
}
.item h3 a{
	text-decoration:none;
}
.item a:hover{
	text-decoration:underline;
}
.item img{
	margin-bottom:10px;
}
.tooltip{
	display:none;
	color:#c2c2c2;
	font-size:11px;
	position:relative;
}
.tooltip .more{
	background:url(/images/new/i-arrow4.gif) no-repeat;
	display:block;
	width:10px;
	height:18px;
	position:absolute;
	top:95px;
	right:5px;
}
.tooltip img{
	float:left;
	margin:0 10px 10px 0;
}
.tooltip h3{
	clear:both;
	margin:0 20px 5px 0;
	color:#fff;
	font-size:14px;
}
.tooltip p{
	margin-right:20px;
}
.tooltip .stock{
	color:#8dc63f;
}
.tooltip .count strong{
	float:left;
	position:relative;
	top:-2px;
	margin-right:8px;
	font-size:30px;
}

/* catalog item description */
.catalog-item h2{
	margin-bottom:15px;
	color:#209443;
	font-size:20px;
	font-weight:normal;
}
.description{
	border:1px solid #e4e4e4;
	margin-bottom:15px;
	padding-top:10px;
	overflow:hidden;
}
*:first-child+html .description{
	background:url(/images/new/border.gif) no-repeat;
}
.description h3{
	margin:0 0 20px 15px;
	font-size:14px;
}
.description img{
	float:left;
	margin:0 50px;
}
.description ul{
	margin:0 0 0 370px;
}

.description p{
	margin:10px 10px 10px 370px;
}
.description li{
	margin-bottom:15px;
} 

.description .links{
	background:#646464;
	clear:both;
	position:relative;
	top:26px;
	padding:15px;
}
.description .links a{
	color:#8dc63f;
	text-decoration:none;
}
.description .links a:hover{
	text-decoration:underline;
}
.description .links .download{
	background: url(/images/new/i-pdf.png) no-repeat;
	display:block;
	width:250px;
	height:27px;
	float:right;
	position:relative;
	top:-30px;
	padding:29px 0 0 55px;
	color:#fff;
}

/* history */
.history strong{
	display: block;
	margin-bottom:30px;
	font-size:13px;
}
.history div{
	overflow:hidden;
}
* html .history div{
	clear:both;
}
.history .date{
	float:left;
	color:#69ac15;
	font-size:40px;
}

.history  p{ 
	text-align:justify;
}

.history div p{
	margin:0 0 25px 100px;
	text-align:justify;
}

.history h2 {
	margin-top:15px;
	margin-bottom:15px;
	color:#209443;
	font-size:20px;
	font-weight:normal;
}

.history ul li {
	text-align:justify;
	padding-bottom: 5px;
}

.history .reference_show {
	margin-bottom:10px; 
	margin-top:5px; 
	padding-left: 60px; 
	height: 50px; 
	padding-top: 20px; 
	background: url(/images/jpg_icon.gif) no-repeat;
}

.history .article_show {
	margin-bottom:10px; 
	margin-top:5px; 
	padding-left: 60px; 
	height: 50px; 
	padding-top: 20px; 
	background: url(/images/ikonka_pdf.png) no-repeat;
}

.history .powerpoint_show {
	margin-bottom:10px; 
	margin-top:5px; 
	padding-left: 60px; 
	height: 50px; 
	padding-top: 20px; 
	background: url(/images/file_ppt.png) no-repeat;
}
/* news */
.news div{
	margin-bottom:20px;
	overflow:hidden;
}
* html .news div{
	clear:both;
}
.news .date{
	display:block;
	margin-bottom:10px;
	color:#959595;
	font-size:10px;
}
.news h3{
	margin-bottom:15px;
	font-size:14px;
	font-weight:normal;
}
.news h3 a{
	text-decoration:none;
}
.news h3 a:hover{
	text-decoration:underline;
}
.news .pic{
	background:url(/images/new/bg-news-pic.gif) no-repeat;
	display:block;
	width:147px;
	height:98px;
	float:left;
	margin-right:15px;
	padding:0 3px 3px 0;
}
.news p{
	margin:0 0 10px 165px;
}
.news .more{
	background:url(/images/new/i-arrow2.gif) no-repeat right center;
	display:table;
	height:18px;
	line-height:18px;
	padding-right:15px;
	color:#2a8a08;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
* html .more .all{
	display:block;
	width:80px;
	white-space:nowrap;
}

/* news detail */
.news_detail div{
	overflow:hidden;
}
* html .news_detail div{
	clear:both;
}
.news_detail .date{
	float:left;
	color:#69ac15;
	font-size:40px;
}

.news_detail  p{ 
	text-align:justify;
}

.news_detail div p{
	margin:0 0 25px 100px;
	text-align:justify;
}

.news_detail h2 {
	margin-top:15px;
	margin-bottom:15px;
	color:#209443;
	font-size:20px;
	font-weight:normal;
}

.news_detail ul li {
	text-align:justify;
	padding-bottom: 5px;
}

.news_detail .reference_show {
	margin-bottom:10px; 
	margin-top:5px; 
	padding-left: 60px; 
	height: 50px; 
	padding-top: 20px; 
	background: url(/images/jpg_icon.gif) no-repeat;
}

.news_detail .article_show {
	margin-bottom:10px; 
	margin-top:5px; 
	padding-left: 60px; 
	height: 50px; 
	padding-top: 20px; 
	background: url(/images/ikonka_pdf.png) no-repeat;
}

.news_detail .powerpoint_show {
	margin-bottom:10px; 
	margin-top:5px; 
	padding-left: 60px; 
	height: 50px; 
	padding-top: 20px; 
	background: url(/images/file_ppt.png) no-repeat;
}
/* contacts */
.contacts{
	overflow:hidden;
	margin-bottom:50px;
}
.contacts p{
	margin:0 0 20px 581px;
	font-size:14px;
}
.contacts .mail{
	background:url(/images/new/i-mail.gif) no-repeat;
	background-position:0 3px;
	padding-left:25px;
	color:#5e5e5e;
	font-size:12px;
}
.contacts .map{
	width:551px;
	float:left;
	margin-right:30px;
}
.contacts .map div{
	background:#3d4143;
	padding:20px;
	color:#fff;
}
.contacts .map h3{
	margin-bottom:5px;
	font-size:18px;
	font-weight:normal;
}
.contacts .map p{
	margin:0;
}
.contacts .map a{
	background:url(/images/new/i-map.gif) no-repeat;
	background-position:0 3px;
	display:block;
	width:85px;
	float:right;
	padding-left:23px;
	color:#8dc63f;
	text-decoration:none;
}
.contacts .map a:hover{
	text-decoration:underline;
}

/* akt */
#ra_akt {
	margin-top: 15px;
}

#ra_akt input {
	padding: 2px 5px 2px 5px;
	font: 12px Tahoma;
	border: 1px solid #000;
}

#ra_akt textarea {
	padding: 2px 5px 2px 5px;
	font: 12px Tahoma;
	border: 1px solid #000;
}

#ra_akt td {
	padding-bottom: 10px;
}

#map_site li {
	padding-top: 8px;
	padding-left: 5px;
}

.ober_li_a {
	font-weight: bold;
}

.pcatalog {
	padding-bottom:7px;
	color: #1c942b;
}

div.vivakom{
	text-align:center;
}
.vivakom,
.vivakom a{
	color:#CCCCCC;
	text-decoration: none;
}
.vivakom img{
	position: relative;
	bottom:-3px;
}