* html img.png { background-image: none !important; behavior: url('/images/public/setup/normal/pngfix.htc'); }
* 	{
	font-size: 100.01%;
	}
html,body { 
	height:100%; 
	}
body	{
	margin:0px;
	padding:0px;
	background:#fff;
	font-family:Arial, "Arial Cyr", Tahoma, Verdana, sans-serif;
	color:#000;
	text-align:center;
	position:relative;
	}
table.main { 
	height:100%;
	margin:0 auto;
	min-width:780px;
	max-width:1200px; 
        width:expression(document.body.clientWidth < 780? "780px" :  document.body.clientWidth > 1200? "1200px" : "auto"); 	
	font-size:0.75em;
	text-align:left;
	color:#000;
	background:#FFE154;
	position:relative;
  	}
a	{
	color:#000;
	text-decoration:underline; 
      	}
a:hover	{
	color:#333;
	text-decoration:underline; 
        }

h1	{
	font-size:1.5em;
	font-weight:normal;
	color:#000;
	margin:0 0 0.5em 0;
        }
h2	{
	font-size:1.33em;
	font-weight:normal;
	color:#000;
        }
h3	{
	font-size:1.17em;
	color:#000;
        }
h4	{
	font-size:1.17em;
	font-weight:normal;
	color:#000;
        }
h2, h3, h4 {
	margin:1em 0 0.5em 0;
	}
h1+h2, h1+h3, h1+h4, h2+h3, h2+h4, h3+h4 {
	margin-top: 0;
	}
h2, h3, h4 {//margin-top: expression( !this.previousSibling || ( this.previousSibling && this.previousSibling.nodeName.match( /^H\d$/ ) ) ? 0 : '1.2em' );}

p	{
	margin:0 0 0.65em 0; 
	padding:0;
	line-height:140%;
	}
img	{
	margin:0;
	padding:0;
	border-width:0;
	}
input, select, textarea {
	font:normal 12px Arial, "Arial Cyr", Tahoma, Verdana, sans-serif;
	}
ul, ol  {
	margin:0 0 0.65em 2em;
	padding:0;
	}
li 	{
	margin:0.5em 0 0 0;
	padding:0;
	}
.clear  {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	} 

.home_head_bg {
	background:url(home_head_bg1.gif) 0% 0% repeat-x;
	}
.home_head {
	background:url(home_head_bg.jpg) 0% 0% no-repeat;
	height:500px;
	overflow: hidden;
	}
.home_menu {
	width:330px;
	padding-top:44px;
	}
.slogan h1 {
	color:#fff;
	font:normal 25px "Arial Narrow", Arial, "Arial Cyr", sans-serif;
	padding-left:44px;
	line-height:90%;
	position: relative;
	z-index:100;
	}

.head_bg {
	background:#7DA412 url(header_bg.gif) 0% 0% repeat-x;
	}
.head 	{
	background:url(head_pic.jpg) 0% 0% no-repeat;
	height:309px;
	overflow: hidden;
 	}

.menu_top {
	width:62px;
	height:41px;
	position:absolute;
	z-index:2;
	left:625px;
	top:0;
	}

.menu_bg {
	background:url(menu_bg.jpg) 0% 0% no-repeat;
	width:330px;
	height:309px;
	}

.menu	{

	margin-left:36px; 
	width:245px;
	position: relative;
	z-index:100;
	}

.menu ul {
	list-style-type:none;
	margin:0;
	}

.menu li {
	margin:0 0 3px 0;
	}

.menu li a {
	display:block;
	color:#fff;
	font:bold 13px "Arial Narrow", Arial, "Arial Cyr", sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	width:245px;
	height:35px;
	line-height:35px;
	padding-left:8px;
	background:url(m_bg.png) 0% 0% no-repeat;
        background:expression("none");
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/public/setup/normal/m_bg.png", sizingMethod="scale")
        cursor:pointer;	
        cursor:hand;
        }

.menu li a.act,.menu li a:hover {
	display:block;
	background:url(m_bg_a.png) 0% 0% no-repeat;
	color:#43620F;
	text-decoration:none;
        background:expression("none");
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/public/setup/normal//m_bg_a.png", sizingMethod="scale")	
	}

.submenu ul {
	list-style-type:none;
	margin:0;
	}
.submenu li {
	margin:0 0 4px 0;
	width:245px;
	}
.submenu li a {
	display:block;
	background:url(subm_bg.gif) 0% 0% repeat-y;
	color:#fff;
	font:normal 16px Arial, "Arial Cyr", sans-serif;
	padding:7px 5px 9px 15px;
	}
.submenu li a.act,.submenu li a:hover {
	display:block;
	background:url(subm_bg_a.gif) 0% 0% repeat-y;
	color:#5C772F;
	text-decoration:none;
	}
.subsubmenu {
	background:url(subm_bg_a.gif) 0% 0% repeat-y;
	padding:0 0 10px 15px;
	}
.subsubmenu li {
	width:210px;
	}
.subsubmenu li a {
	color:#5C772F;
	font:normal 13px Arial, "Arial Cyr", sans-serif;
	background:none;
	line-height:20px;
	height:20px;
	}

.smenu 	{
	background-color:#FFE980;
	padding:15px;
	margin-top:25px;
	}
.smenu ul {
	list-style-type:none;
	margin:5px 0 0 15px;
	}
.smenu li {
	margin:0 0 5px 0;
	}
.smenu h2 {
	margin:0;
	color:#43620F;
	}
.smenu h3 {
	margin:7px 0 0;
	font-weight:normal;
	}
.smenu h3 a {
	color:#43620F;
	}
.smenu li a {
	color:#43620F;
	}
.smenu li a:hover {
	color:#5C772F;
	}

.home_cat_top {
	background:#FFD100 url(home_cat_bg.gif) 0% 0% repeat-x;
	padding:25px 78px 10px;
	}

.home_cat_bot {
	background:#FFD100 url(home_cat_bot.gif) 50% 0% repeat-x;
	height:35px;
	}
.home_cat .cat { 
	background: url(home_cat_line2.gif) 0% 50px no-repeat;
	padding-left:29px;
	}
.home_cat h1 {
	margin:0 0 14px 18px;
	}
.home_cat h1 a {
	text-decoration:none;
	}
.home_cat h2 {
	margin:0;
	font-size:1em;
	}
.home_cat .pic_bg {
	background:url(home_cat_pic_bg.gif) 0% 0% no-repeat;
	width:102px;
	height:109px;
	margin-right:10px;
	}
* html .home_cat .pic_bg {
	margin-right:5px;
	}
.home_cat .pic_bg img {
	margin:24px 6px 15px 24px;
	overflow:hidden;
	}
.home_cat ul {
	list-style-type:none;
	margin:18px 0 0;
	}
.home_cat li {
	margin:0 0 6px 0;
	}

.home_canvas {
	background:#F5861E url(home_canv_bg.gif) 0% 0% repeat-x;
	padding:23px 75px 23px;
	}
.home_cont {
	background:#EEE29F url(home_cont_bg.gif) 0% 0% repeat-x;
	}
.home_about {
	padding:15px 21px;
	}
.home_news {
	padding:15px 21px 15px 0;
	}
.home_news h2 {
	margin:0;
	font-size:1em;
	}
.home_news p {
	line-height:120%;
	}
.date	{
	font-size:0.83em;
	}
.news h2 {
	margin:0;
	font-size:1.08em;
	}

.path	{
	height:35px;
	background-color:#FFE980;
	color:#B99000;
	padding-left:73px;
	}
.path a,.path a:hover {
	color:#B99000;
	}
.path_icon {
	float:left;
	margin-right:8px;
	}

.rightcol {
	padding:27px 49px 0 36px;
	}
.canvas {
	padding:27px 0 0 96px;
	}

.service_top {
	margin-bottom:20px;
	}
.service_top h2 {
	margin:0 0 0.5em;
	}
.service_top h3 {
	margin:0;
	font-size:1em;
	font-weight:normal;
	}
.service_top ul {
	list-style-type:none;
	margin:0;
	}
.service_top li {
	margin:0 0 6px 0;
	}

.footer_line {
	background:url(footer_line.gif) 50% 0% repeat-x;
	height:90px;
	}
.footer {
	background-color:#B5F010;
	height:150px;
	}

.softart_logo {
	background:url(softart_logo.gif) 0% 0% no-repeat;
	margin-left:55px;
	margin-top:40px;
	padding-left:41px;
	}
.contact {
	margin-top:40px;
	margin-left:44px;
	}

.block	{
 	margin-top:20px;
	width:100%; 
	}
.block .txt {
	margin-left:98px;
	float:left;
	}
.block h2 {
        font-size:1em;
        margin-top:0;
	}
.pic_bg {
	background:url(pic_bg.gif) 50% 50% repeat-x;
	height:81px;
	float:left;
	margin-right:10px;
	}
.pic_bg img {
	margin:6px 6px 5px 6px;
	overflow: hidden;
	}
* html .pic_bg {
	margin-right:5px;
	}
.pic_big {
	background:url(pic_bg_big.gif) 50% 50% repeat-x;
	float:left;
	margin-right:10px;
	}
.pic_big img {
	margin:6px 6px 5px 6px;
	overflow: hidden;
	}
.big	{
	font-size:1.08em;
	}
.bold	{
	font-weight:bold;
	}
.small	{
	font-size:0.92em;
	}
.ast 	{
	color:red;
	}

.sitemap {
	margin-bottom:0.65em;
	font-size:1.1em;
	}
.sitemap ul {
	list-style:none;
	font-size:0.91em;
	}

ul.service {
	font-size:1.0em;
	}
.service li {
	margin:0.25em 0 0 0;
	}

