/*
-----------------------------------------------------------------------------
GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td{margin:0;padding:0;}
/*table{border-collapse:collapse; border-spacing:0;}*/
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
a{text-decoration:none;}

/*
-----------------------------------------------------------------------------
GOOD STARTING DEFAULTS
-----------------------------------------------------------------------------*/
* html a { cursor: hand; }

-----------------------------------------------------------------------------
DEFAULTS
-----------------------------------------------------------------------------*/
html {
	height: 100%;
	margin-bottom: 1px;
	}
body {
	margin: 0;
	padding: 0;
	font: 62.5%/1.6 "Tahoma",Trebuchet MS, Arial, Helvetica, sans-serif;
	height: 100%;
	background: #747474;
	color:#333333;
}
h1, h2, h3,
h2 a, h2 a:hover {
	font-weight: normal;
	}
p, pre, ul, ol, dl {
	margin-bottom: 1.0em;
	}
h1 { font-size: 2.2em; line-height: 1.2; margin-bottom: 0.8em; }
h2 { font-size: 1.9em; line-height: 1.30; margin: 0 0 0.8em 0;
	border-bottom: 2px solid #E66A00; text-shadow: 1px 1px #ccc;
	padding-bottom: 0.2em;  font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	padding-left: 10px;
	}

h2 { font-size: 1.5em; line-height: 1.1; }
h3 { font-size: 1.5em; line-height: 1.1; }
h4 { font-size: 1.5em; line-height: 1.1; margin-bottom: 0.4em; }
h5 { font-size: 0.85em; line-height: 1.45; margin: 0 0 1.17em; }
h6 { font-size: 0.65em; line-height: 1.85; margin: 0 0 0.7em; }

p, ul, ol, dl {
	font-size: 12px;
	}
ul ul, ol ol, ol ul, ul ol, dl dl, dl dt, dl dd {
	font-size: 100%;
}

a {
	color: #E66A00;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}



.footer a {
	color: #EDEBD6;
}

ul li, ol li {
	margin-left: 1.4em;
}
table {
	/*border-top: 1px solid #c7c5ab;*/
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	background-repeat:no-repeat;
	/*margin-bottom: 0.6em;*/
}

table tr:hover {
	background: none;
}
.text table tr:hover {
	background: Maroon;
}

.text table td, table th {
	border-bottom: 1px solid #c7c5ab;
	padding: 0.1em 0.4em;
}

strong {
	font-weight: bold;
	color:#333; 
}

.tab td{
background-repeat:repeat;

}

table th {
	font-weight: bold;
	}

td{
background-repeat:no-repeat;
}

.tab table, .tab td{
background-repeat: repeat;
font-size:1px;

}

.tab_in{
	border: 3px;
	border-style: solid;
	border-color: #747474;

}

#header, #main, #footer {
	margin: 0 auto;
	width: 90.0em;
	}

#nav {
	position: relative;
	width: 0px;
	left: 20px;
}
#nav ul {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	width:810px;
	left: 0px;
	}
#nav ul, #nav li { float: left; margin: 0; }
#nav li {
	list-style: none;
	margin-right: 2px;
	margin-left: 1px;
	cursor:pointer;
}
#nav li a {
	display: block;
	background: #666 url(/img/a_menu.gif) repeat-x 0 0;
	background-position: bottom;
	color: #EDEBD6;
	margin-right: 8px;
	font-weight: normal;
	height:37px;
	line-height: 37px;
	width:148px;
	font-size:14px;
	vertical-align: middle;
	cursor:pointer;
	text-decoration: none;
}
#nav li a:hover {
	color: #fff;
	background: #666 url(/img/ahover_menu.gif) repeat-x 0 0;
	background-position: bottom;
	margin-right: 8px;
	font-weight: normal;
	height:37px;
	width:148px;
	cursor:pointer;
}

#nav li #act {	color: #fff;
	background: #666 url(/img/ahover_menu.gif) repeat-x 0 0;
	background-position: bottom;
	margin-right: 8px;
	font-weight: normal;
	height:37px;
	width:148px;
	text-decoration: none;
}

#nav li.active a {
	background-color: #edebd6;
	color: #e46d07;
	position: relative;
	bottom: -1px;
	margin-top: 0;
	padding-top: 2px;
	padding-bottom: 1px;
	font-weight: bold;
}

#nav li a span {
	display: block;
	width: 1%;
	height: 10px;
	margin-left: 20px;
	padding-right: 18px;
}

.footer{
	font-size:11px;
	color: #EDEBD6;
	padding-left:20px;
	padding-right:20px;
	font-weight:normal;
	vertical-align: middle;
	line-height: 12px;
}

.logo{
	display: block;
	width: 400px;
	height: 60px;
	margin-top: 55px;
	margin-left: 155px;
	/*border:dotted #EDEBD6 1px;*/
}

.str{
   background: url(/img/str_b.gif) no-repeat center left;
   margin: 0px;
   padding: 0px;
   margin-left: 20px;
   padding-left: 20px;
}

/*////////////////////////////////////////////////////////////////////////////*/

.page table
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 100%;
/*background-color: #666;*/
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
margin-bottom: 10px;
}

.page table td
{
/*background-color: #CCC;*/
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;
white-space: nowrap;
}

.page table tr
{
	background-color: transparent;
}

.page table td.hed  {
background-color: #8c8d8d;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;
}

.page table tr.hover {background-color:#ffcc99;}
.page table tr.hover a{color: #fff}
.page table tr.hover a:hover{background:none; font-weight:bold; color: #4F839F}

/*////////////////////////////////////////////////////////////////////////////*/

.punkt{color: #E66A00;
margin-bottom: 5px;
margin-top: 8px;
}

span.note{
color: #E66A00;
font-size:30px;
line-height: 16px;
}

.num{
margin-bottom: 5px;
margin-top: 8px;
}

.h {background: url(/img/str_down.gif) no-repeat center center;
padding: 2px;
}

.hbig {
/*display: block;
width: 150px;*/
background: url(/img/str_r_big2.gif) no-repeat center right;
padding-right: 28px;
}

.notice{
background: #fff url(/img/notice.gif) no-repeat left top;
padding: 5px 5px 5px 25px;
margin: 20px 0 20px 0;
min-height: 60px;
}

a:hover .h {	background-color:#ffcc99;
}

.text {margin-bottom: 20px;
margin-left: 80px;
width: 450px;
}

.pic {
 float: left; /* Обтекание картинки текстом */
}

.ps { font-size: 12px;
 color: #666;
 font-style: italic;
 margin-top: 100px;
}

ul{margin-bottom: 0;
paddig-bottom: 0;
}

.admin_menu {	float: right;
	position: relative;
	margin-top: -30px;
	border: 1px #E66A00 dotted;
	text-align: right;
	padding: 2px;
	font-size: 11px;}

.admin_menu a{	color: #333333;
}

a.link_none, a:hover.link_none {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

a:hover.link_none {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
.links {
	margin: 10px;
	line-height: 13px;
}
.links a {
	color: #333;
	font-weight: normal;
}
.link_t {
	color: #000;
}

.contact {
	width: 161px;
	height: 147px;
	line-height: 15px;
	background: url(/img/bg_c.png) repeat;
	padding: 14px;
	padding-left: 18px;
	text-align: left;
}

.contact div {
	padding-top: 5px;
	font-style: normal;
	font-size: 17px;
	margin-top: 4px;
}

.nowrap {white-space:nowrap;}
