* 	{
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	}
html,body { 
	height: 100%; 
	}
body	{
	background: #fff;
	color: #000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.75em;
	text-align: center;
	}

a	{
	color: #006781;
	text-decoration: underline; 
      	}
a:hover	{
	color: #23859E;
	text-decoration: underline; 
        }

h1	{
	font-size: 2em;
	font-weight: normal;
	margin: 0.5em 0 0.5em 0;
	color: #C53908;
	font-family: Verdana, Tahoma, Arial, sans-serif;
        }
.gray	{
	color: #434343;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	}
h2	{
	font-size: 1.5em;
	font-weight: normal;
	margin: 1em 0 0.5em 0;
        }
h3	{
	font-size: 1.14em;
	margin: 1em 0 0.3em 0;
        }
h4	{
	font-size: 1.07em;
	margin: 1em 0 0.3em 0;
        }

* html h2,
* html h3,
* html h4 {margin-top: expression( !this.previousSibling || ( this.previousSibling && this.previousSibling.nodeName.match(/^H[1-4]$/) ) ? 0 : '1em' );}

h2:first-child, h3:first-child, 
h4:first-child {margin-top: 0;}

h1+h2, h1+h3, h1+h4, h2+h3,
h2+h4, h3+h4 {margin-top: 0;}

p	{
	margin: 0 0 0.65em 0; 
	line-height: 140%;
	}
img	{
	border: 0;
	}
img.left {
	float: left;
	margin: 0 20px 5px 0;
	}
img.right {
	float: right;
	margin: 0 0 5px 20px;
	}
.bord 	{
	border: 1px solid #B0B0B0;
	}

:focus 	{
	outline: 0;
	}

input, select, textarea {
	font: normal 12px Tahoma, Verdana, "Arial Cyr", sans-serif;
	margin: 2px 0;
	color: #000;
	}
input.checkbox {
  	border: 0;
  	width: auto;
  	background: transparent;
	margin: 0;
	}
textarea {
	overflow: auto;
	}

ul, ol  {
	margin: 0 0 0.65em 2em;
	}
li 	{
	margin: 0.5em 0 0 0;
	}
dl	{ 
	margin: 0.5em 0 0.65em 0; 
	}
dt	{
	font-weight: bold;
	margin: 0.5em 0 0 0;
	}
dd	{
	margin: 0 0 0 2em;	
	}

hr 	{
	border: 0 hidden; 
	border-top: 1px solid #dddddd; 
	height: 0; 
	clear: both;
	margin: 5px 0;
	}

table 	{//border-collapse: collapse; border-spacing: 0; border: none;}
td 	{padding: 0; border: none; vertical-align: top;}

.clear	{
	clear: both;
	min-height: 1px;
	height: 1px; 
	line-height: 1px; 
	width: 1px; 
	font-size: 1px;
	}
.left   {
	float: left;
	}
.right   {
	float: right;
	}

#main,#footer {
	min-width: 995px;
	max-width: 1680px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
* html #main,
* html #footer {
	width: 100%; 
	width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'995px':(documentElement.clientWidth||document.body.clientWidth)>1680?'1680px':'100%');
	}

/*****/
#main {
	height: 100%;
	min-height: 100%;
	margin-bottom: -100px;
}
html>body #main {
	height: auto;
}
/* top */
#header {
	height: 379px;
	background: url(head_bg.jpg) 0% 0% no-repeat; 
}

#top {
	height: 79px;
	width: 100%;
}
#logo {
	float: left;
	padding: 37px 0 0 38px;
}
#icons {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 42px 15px 0 0;
}
#icons li {
	margin: 0;
	display: inline;
}
#icons li img {
	margin-right: 5px;
}

#head {
	height: 300px;
	background: url(head.gif) 100% 100% no-repeat;
}

#menu ul {
	list-style-type: none;
	padding: 30px 0 0 38px;
	margin: 0;
}
#menu a {
	font-size: 14px;
	color: #434343;
	font-weight: bold;
}
#menu a.act,#menu a:hover {
	text-decoration: none;
}

#slogan {
	position: absolute;
	font-size: 21px;
	color: #919191;
	top: 163px;
	left: 27%;
	z-index: 2;
}

#path {
	color: #AFAFAF;
	margin: 20px 0 0 38px;
	font-size: 0.83em;
}
/* end top */

/* content */
.container { position: relative; width: 100%; }
.container col#col1 { width:22%; }
.container col#col2 { width:5%; }
.container col#col3 { width:44.9%; }
.container col#col4 { width:5%; }
.container col#col5 { width:23%; }
.container .leftcol { padding-left: 38px;}
.container .rightcol { padding-right: 20px;}

/* footer */
#clearbot {
	height: 100px; 
	clear: both;
}
#footer {
	height: 100px;
}
#footer .content {
	padding: 30px 20px 0 38px;
	font-size: 0.92em;
	color: #666;
}
#footer .content a,#footer .content a:hover {
	color: #666;
}
#copy_softart {
	text-align: left;
	float: right;
	width: auto;
} 
#copy_softart .site {
	margin-top: 10px;
}
#copy_softart .text {
	margin-left: 43px;
}
#copy_softart img {
	margin-right: 9px;
	float: left;
	position: relative;
	top: -3px;
	z-index: 2;
}
/* end footer */

/* leftcolumn */
#leftcolumn .content {
	margin: 0 0 0 38px;
}

/* rightcolumn */
#rightcolumn .content {
	margin: 0 20px 0 0;
}
#submenu ul {
	margin: 0;
}
#submenu li {
	font-size: 1.08em;
	list-style-type: none;
}
#submenu li a.act {
	text-decoration: none;
	color: #000;
}
#submenu ul ul {
	margin: 0 0 3px 20px;
}
#submenu li li {
	list-style-type: none;
	font-size: 0.92em;
	margin-top: 5px;
}
/* end rightcolumn */

/* secondary */
.news	{
	padding: 0 0 1em 0;
	}
.news h2 {
	margin: 0.3em 0 0.3em 0;
	font-size: 1em;
	}
.news p {
	line-height: 120%;
	margin: 0;
	}
.date	{
	font-weight: bold;
	}

.pic_left {
	float: left; 
	margin: 0 20px 10px 0;
	width: 200px;
	}
.pic_left p {
	font-size: 0.92em; 
	width: 190px; 
	margin: 0 0 0 5px;
	}

.small	{
	font-size: 0.92em;
	}
.bold	{
	font-weight: bold;
	}
.red	{
	color: red;
	}
.big	{
	font-size: 1.17em;
	}


div.sitemap {
	margin-bottom: 0.65em;
	font-size: 1.17em;
	}
div.sitemap ul {
	list-style: none;
	font-size: 0.92em;
	}

.group	{
	margin-bottom: 1.5em;
	}
.group	h2 {
	margin: 0.3em 0 0.3em 0;
	font-size: 1.17em;
	}

table.tbl {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #000;
	}
table.tbl th {
	padding: 5px 10px;
	font-size: 1.08em;
	text-align: center;
	border: 1px solid #000;
	color: #007074;
	}
table.tbl td {
	padding: 3px 10px;
	font-size: 1em;
	border: 1px solid #000;
	}

ul.list {
	list-style: none;
	font-size: 1.08em;
	}	
