/***********************************************/
/****** Стили общего назначения ******/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html
{
}
body
{
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background: #f1f1f1 url(../images/bg.png) repeat-y top center;
}
/***********************************************/
/****** Стиль для общего контейнера ******/
#wrap
{
	margin: 0 auto;
	min-width: 800px;
	max-width: 1100px;
	background-color: #FFF;
	/*border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;*/
}
* html #wrap
{
	width: 100%;
	width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 1100 ? "1100px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 800 ? "800px" : "99.7%"));
}
/***********************************************/
/****** Стили для заголовка страницы ******/
#header #topmenu
{
	padding: 0.5em;
	color: #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #fff;
}
#header #topmenu a
{
	color: #000000;
	text-decoration: none;
}
#header #topmenu a:hover
{
	color: #0090BD;
	text-decoration: underline;
}
#header ul
{
	list-style: none;
}
#header #topmenu ul li
{
	display: inline;
	border-left: 1px solid #527597;
	padding-right: 5px;
	padding-left: 10px;
	font-weight: bold;
}
#header #topmenu ul li.first
{
	border-left: 0px none transparent;
}
#header table
{
	width: 100%;
	border-collapse: collapse;
}
#header td.logotext
{
	width: 100%;
}
#header td.top
{
	background: url(../images/head_03.png) repeat-x top left;
}
#header td.bottom
{
	background: url(../images/head_08.png) repeat-x top left;
}
#header td.logotext ul li
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 95%;
	background: url(../images/mark3.gif) no-repeat 0 50%;
	padding-left: 10px;
}
/***********************************************/
/****** Стили определяющие структуру разметки ******/
#content
{
	float: right;
	width: 75%;
}
#content .gutter
{
}
#content div#head
{
	background-color: #EAEFF3;
}
#content div#head h1, #content div#head p
{
	margin-left: .5em;
	padding: 0.4em 0.4em 0.4em 15px;
	letter-spacing: 0.05em;
	font: bold 125% Arial, Helvetica, sans-serif;
}
#content div#head h1, #content div#head p
{
	background: url(../images/ping1.gif) no-repeat 0 50%;
	color: #800000;
}
#content div#head p
{
	font-weight: normal;
}
#content div#head p a
{
	color: #800000;
	text-decoration: underline;
}
#content a
{
	color: #03041F;
	text-decoration: underline;
}
#content a:hover
{
	color: #800000;
	text-decoration: underline;
}
/***********************************************/
/****** Стили для боковой панели ******/
#sidebar
{
	float: left;
	width: 25% !important;
	width: 24.99%;
	background-color: #FEF0BF;
}
#sidebar .gutter
{
	padding: 5px 10px;
}
/***********************************************/
/****** Стили для нижнего колонтитула страницы ******/
#footer
{
	clear: both;
	border-top: 2px solid #000;
}
#footer div#copyright
{
	padding: 0.5em 0;
	text-align: center;
	color: #000;
	background: #FFF;
}
#footer div#copyright span
{
	background: transparent url(../images/mark2.gif) no-repeat 5px 50%;
	padding-left: 20px;
}
#footer div#banners
{
	padding: 0.5em;
	border-top: 2px solid #000;
	text-align: center;
	background: #0EAEE2 url(../images/footer.jpg) repeat-x left top;
}
#footer a
{
	color: #03041F;
	text-decoration: underline;
}
#footer a:hover
{
	color: #800000;
	text-decoration: underline;
}
/***********************************************/
/******  ******/
.right
{
	text-align: right;
}
.inv
{
	display: none;
}
.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.clear:before, .clear:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
/***********************************************/
/****** Стили для левого вертикального меню ******/
#main_menu, #main_menu2
{
	border: 1px solid #808080;
}
#main_menu p, #main_menu2 p
{
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px solid #808080;
	background-color: #D4D0C8;
	font: 110% Arial, Helvetica, sans-serif;
}
#main_menu ul li, #main_menu2 ul li
{
	list-style-type: none;
	border-bottom: 1px solid #808080;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#main_menu ul li.active, #main_menu2 ul li.active
{
	color: Maroon;
	font-weight: bold;
}
#main_menu ul li.active span, #main_menu2 ul li.active span
{
	padding: 5px 7px 5px 7px;
	display: block;
}
#main_menu ul li.last, #main_menu2 ul li.last
{
	border-bottom: 0 none transparent !important;
	border-bottom: 1px solid #FEF0BF;
}
#main_menu ul li a, #main_menu2 ul li a
{
	color: Black;
	text-decoration: none;
}
#main_menu ul li a.first, #main_menu2 ul li a.first
{
	padding: 5px 7px 5px 7px;
	display: block;
}
#main_menu ul li a:hover, #main_menu2 ul li a:hover
{
	color: Maroon;
	text-decoration: none;
	background-color: #F0E68C;
}

#main_menu2
{
	margin-top: 2em;
}
#main_menu2 ul li ul
{
	margin: 5px 0 0 -7px;
}
#main_menu2 ul li ul li
{
	padding: 0px 7px 5px 40px;
	border: 0px none transparent;
	list-style-type: none;
	color: Maroon;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: url(../images/mark1.gif) no-repeat 25px 40%;
}
#main_menu2 ul li ul li a:hover
{
	text-decoration: underline;
	background-color: transparent;
}
/***********************************************/
/****** Стили для дополнительных разделов вертикального меню ******/
dl.info
{
	border: 1px solid #808080;
	margin-top: 2em;
}
dl.info dt
{
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px solid #808080;
	font: 110% Arial, Helvetica, sans-serif;
	background-color: #D4D0C8;
}
dl.info dd
{
	padding: 4px 7px 4px 20px;
	background: url(../images/mark1.gif) no-repeat 7px 55%;
}
dl.info dd a
{
	color: #000;
	text-decoration: none;
}
dl.info dd a:visited
{
	color: #808080;
}
dl.info dd a:hover
{
	color: #800000;
	text-decoration: underline;
}
dl.info dd a strong
{
	font-weight: normal;
}
dl.info dd.active
{
	color: #800000;
	/*font-weight: bold;*/
}
dl.info dt.subheader
{
	padding: 4px 7px 4px 20px;
	text-align: left;
	border-bottom:  none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	background-color: transparent;
}
/***********************************************/
/****** Стили для навигационной панели ******/
#pager
{
	margin: 0 1.5em 2em;
	list-style-type: none;
}
#pager li
{
	display: inline;
}
#pager li a
{
	display: block;
	display: inline-block;
	float: left;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #CCC;
	padding: .3em .7em;
	margin: 0 .38em 0 0;
	text-align: center
}
#pager li a:hover, #pager li a.active
{
	background-color: #EAEFF3;
	border: 1px solid #7DAAD5;
	text-decoration: none;
	color: #000;
}
/***********************************************/
