body {
	margin:0 0px;
	min-width:1000px;
	width: expression(document.documentElement.clientWidth < 1000 ? "1000px" : "auto");
	font-family:Verdana;
	font-size:12px;
	background:#d0d0d0;
}
h1 {
	font-size:16px;
}
img {
	border:0;
}
form {
	margin:0;
	padding:0;
}
a {
	color:#0c66dc;
	font-weight:bold;
}
a:visited {
	color:#558f1f;
}
a:hover {
	color:#8db8f2;
}
.map {
	height:30px;
}
.map img {
	float:right;
	margin: 10px 15px 0 0;
}
.header {
	position:relative;
	height: 512px;
	margin: 0 9px 0 8px;
	background:url(images/header-bg.jpg) repeat-x;
}
.h_logo {
	position:absolute;
	top:10px;
	width:211px;
	height:89px;
	display:block;
	background:url(images/logo.jpg);
}
.h_left {
	float:left;
	height: 512px;
	width: 27px;
	background:url(images/header-left.jpg) no-repeat;
}
.header address {
	position:absolute;
	top: 110px;
	left:36px;
	display:block;
	width:210px;
	font-size:16px;
	font-style: normal;
	font-weight:bold;
	color: #fff;
}
.header address a,
.header address a:visited {
	color:#fff;
	text-decoration:none;
}
.slogan {
	position:absolute;
	top: 30px;
	right: 30px;
	display:block;
	width:310px;
	text-align:right;
	font-family:verdana;
	font-size:22px;
	margin:0;
	padding:0;
	color:#fff;
}
#banner1{
        position:absolute;
	top: 160px;
	left: 16px;
	display:block;
	width:220px;
        height: 183px;
	margin:0;
	padding:0;
}
#banner2{
        position:absolute;
	top: 110px;
	left: 900px;
	display:block;
	width:2500px;
        height: 250px;
	margin:0;
	padding:0;
}

.h_right {
	float:right;
	height: 512px;
	width: 18px;
	background:url(images/header-right.jpg) no-repeat;
}
.h_center {
	height: 512px;
	margin: 0 18px 0 27px;
	background:url(images/header-center.jpg) 187px 81px no-repeat;
}
#tmenu {
	width: 990px;
	margin:0 0 0 13px;
	_margin-left: 10px;
	padding:0;
}
#tmenu li {
	list-style:none;
	float:left;
	padding: 25px 8px 0 8px;
	margin-left:3px;
	width:175px;
	height:55px;
	text-align:center;
	background:url(images/hnav-li.jpg) no-repeat;
}
#tmenu li a,
#tmenu li a:visited {
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

.content_cont {
	clear:both;
	background:#f9f9f9 url(images/m_bg_right.gif) top right repeat-y;
}
.l_bg {
	background:url(images/m_bg_left.gif) repeat-y;
}
.lbg_top {
	height: 32px;
	background:url(images/m_bg_top.gif) repeat-x;
}
.content_cont div.lbg_top div.lbg_left {
	float:left;
	width: 32px;
	height: 32px;
	background:#D0D0D0 url(images/m_bg_ug.gif);
}
.content_cont div.lbg_top div.lbg_right {
	float:right;
	width: 32px;
	height: 32px;
	background:#D0D0D0 url(images/m_bg_ug.gif) 32px 0;
}
.content_cont div.bottom {
	clear:both;
	height: 32px;
	background:url(images/m_bg_btm.gif) repeat-x;
}
.content_cont div.bottom div.left {
	float:left;
	width: 32px;
	height: 32px;
	background:#D0D0D0 url(images/m_bg_ug.gif) 0 32px;
}
.content_cont div.bottom div.right {
	float:right;
	width: 32px;
	height: 32px;
	background:#D0D0D0 url(images/m_bg_ug.gif) 32px 32px;
}
.content_cont div.clmn_cont {
	padding: 2px 40px;
}
.content_cont div.clmn_cont div.left {
	float:left;
	width: 358px;
	margin-right:12px;
}
.content_cont div.clmn_cont div.right {
	zoom:1;
	margin-left:370px;
}
.content_cont div.clmn_cont div.right div.content {
	padding: 5px 20px;
	background:url(images/cn_bg_left.gif) repeat-y;
}
.rb_cont {
	background:#D9D9D9 url(images/cn_bg_right.gif) top right repeat-y;
}
.rb_top {
	height:14px;
	background:url(images/cn_bg_top.gif) repeat-x;
}
.rb_top div.rb_left {
	float:left;
	height:14px;
	width:14px;
	background:url(images/cn_bg_ug.gif);
}
.rb_top div.rb_right {
	float:right;
	height:14px;
	width:14px;
	background:url(images/cn_bg_ug.gif) 14px 0;
}
.rb_btm{
	height:14px;
	background:url(images/cn_bg_btm.gif) repeat-x;
}
.rb_btm div.rb_left {
	float:left;
	height:14px;
	width:14px;
	background:url(images/cn_bg_ug.gif) 0 14px;
}
.rb_btm div.rb_right {
	float:right;
	height:14px;
	width:14px;
	background:url(images/cn_bg_ug.gif) 14px 14px;
}
.news_block {
	margin: 0 5px;
}
.news_block p.n_title {
	margin-left: 30px;
	font-weight:bold;
	font-size:14px;
}
.news_block p.n_link a,
.news_block p.n_link a:visited {
	font-weight:bold;
	color:#5c932a;
}
.news_block p.detail {
	text-align:right;
}
.news_block p.detail a,
.news_block p.detail a:visited{
	font-weight:bold;
	color:#94bd6e;
}
.catalog {
	background:#eae9d7;
}
.catalog div.ct_top {
	height: 17px;
	background:#eae9d7;
}
.catalog div.ct_top div.ct_left {
	float:left;
	height:17px;
	width:17px;
	background:#eae9d7 url(images/ct_bg_ug.gif);
}
.catalog div.ct_top div.ct_right {
	float:right;
	height:17px;
	width:17px;
	background:#eae9d7 url(images/ct_bg_ug.gif) 17px 0;
}
.catalog div.ct_bottom {
	height: 17px;
	background:#eae9d7;
}
.catalog div.ct_bottom div.ct_left {
	float:left;
	height:17px;
	width:17px;
	background:#eae9d7 url(images/ct_bg_ug.gif) 0 17px;
}
.catalog div.ct_bottom div.ct_right {
	float:right;
	height:17px;
	width:17px;
	background:#eae9d7 url(images/ct_bg_ug.gif) 17px 17px;
}
.catalog div.content {
	margin:0 7px;
}
#lmenu {
	margin:0 3px 10px 3px;
	padding:0;
}
#lmenu li {
	list-style:none;
	padding: 10px 5px;
	background:url(images/left_menu_sep.gif) bottom left repeat-x;
}
#lmenu li a,
#lmenu li a:visited {
	font-weight:bold;
	color:#000;
}
#lmenu li ul {
	margin:0;
	padding:0;
	display:none;
}
#lmenu li ul li {
	background:url(images/left_li.gif) 28px 7px no-repeat;
	padding: 5px 0 5px 45px;
}
#lmenu li ul li a,
#lmenu li ul li a:visited {
	font-weight:normal;
	text-decoration:none;
	color:#000;
}
#lmenu ul.class1 {
	display:none;
}
#lmenu ul.class2 {
	display:block;
}
.search_form {
	background:#d7d7d7;
	margin-top:16px;
}
.search_form div.sf_top {
	height: 17px;
	background:url(images/sf_bg_2.gif) top right no-repeat;
}
.search_form div.sf_top div.sf_left {
	height: 17px;
	background:url(images/sf_bg_1.gif) no-repeat;
}
.search_form div.sf_btm {
	height: 17px;
	background:url(images/sf_bg_3.gif) top right no-repeat;
}
.search_form div.sf_btm div.sf_left {
	height: 17px;
	background:url(images/sf_bg_4.gif) no-repeat;
}
.search_form div.content {
	margin:0 17px;
}
.search_form div.content input {
	vertical-align: middle;
}
input.sq {
	width:215px;
	margin-right: 10px;
}
.fback {
	background:#50ac28 url(images/fb_bg_right.gif) top right repeat-y;
}
.fback div.fb_lbg {
	background:url(images/fb_bg_left.gif) repeat-y;
}
.fb_top {
	height:7px;
	background:url(images/fb_bg_top.gif) repeat-x;
}
.fb_top div.fb_left {
	float:left;
	height:7px;
	width:7px;
	background:url(images/fb_bg_1.gif);
	font-size:1px;
}
.fb_top div.fb_right {
	float:right;
	height:7px;
	width:7px;
	background:url(images/fb_bg_2.gif);
	font-size:1px;
}
.fb_btm {
	height:7px;
	font-size:1px;
	background:url(images/fb_bg_3.gif) top right no-repeat;
}
.fb_btm div.fb_left {
	height:7px;
	font-size:1px;
	background:url(images/fb_bg_4.gif) no-repeat;
}
.fback .content {
	margin:0 14px;
}
.fback div.content input.s_line {
	width: 324px;
}
.fback div.content textarea {
	width: 324px;
	height:80px;
}
.fback div.content p {
	margin-bottom: 2px;
	color:#525252
}
.footer {
	background:#ddddd4 url(images/f_bg_right.gif) top right repeat-y;
}
.footer div.l_bg {
	background:url(images/f_bg_left.gif) repeat-y;
}
.footer div.top {
	height: 18px;
	background:url(images/f_bg_top.gif) repeat-x;
}
.footer div.top div.left {
	float:left;
	width: 32px;
	height: 18px;
	background:#d0d0d0 url(images/f_bg_ug.gif);
}
.footer div.top div.right {
	float:right;
	width: 32px;
	height: 18px;
	background:#d0d0d0 url(images/f_bg_ug.gif) 32px 0;
}
.footer div.bottom {
	clear:both;
	height: 18px;
	background:url(images/f_bg_btm.gif) repeat-x;
}
.footer div.bottom div.left {
	float:left;
	width: 32px;
	height: 18px;
	background:#d0d0d0 url(images/f_bg_ug.gif) 0 18px;
}
.footer div.bottom div.right {
	float:right;
	width: 32px;
	height: 18px;
	background:#d0d0d0 url(images/f_bg_ug.gif) 32px 18px;
}
.footer div.content {
	padding: 0 30px;
}
.fc_right {
	float:left;
	width: 360px;
	font-size:10px;
	color:#aaa;
}
.fc_right p {
	margin:0;
	padding: 0 0 0 0;
}
#f_menu {
	margin:0;
	padding:0;
	width: 580px;
}
#f_menu li {
	padding: 20px 22px 20px 20px;
	background:url(images/fm_sep.gif) top right repeat-y;
	list-style:none;
	float:left;
}
#f_menu li.last {
	background:none;
	padding-right:0;
}
#f_menu li a {
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#000;
}
.z_line {
	width: 200px;
}
.z_textarea {
	width: 400px;
	height: 160px;
}
.mainprod {
	text-align: justify;
	margin-bottom: 20px;
	padding-right:5px;
	text-decoration:none;
}
.mainprod a {
        color:black;
        text-decoration:none;

}
.f_ssylka {
	font-size:9px;
	text-align:center;
}
.f_ssylka a {
	color:black;
	text-decoration:none;
	font-weight:normal;

}.brd_image {	border:1px solid #606060;	padding:1px;	margin-right:10px;}
