@charset "windows-1251";
/* Основные стили */
body
{	
	margin:0px;
	padding:0px;}

.btnmenu
{ 
	border:none;}

/* Стили для главного меню */
div#left h1
{ 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;}

.modulehead
{
	background-color:#88F5FB;}
/* Стили разметки сайта */

#outer_wrapper {
/* because "min-width" is not supported by IE, these pages use a script from PVII */
min-width:740px;
/* this is to "minimize" an IE bug related to background painting, but because it creates a gap below the footer, the same declaration is also added to #footer */
width:1104px;
/* faux-column technique, this is the left one */
/* background:#fff url(left.gif) repeat-y left */
}
#wrapper {
/* faux-column technique, this is the right one
background:#FFFF80;*/
background:#FFFFCC; 
}
#header {
border:1px solid #b0b0b0;
/* background:url(../img/Header.jpg) no-repeat; */
height:300px;
width:100%;
margin:0px;
background:none;
}
#container {
float:left;
width:100%;
/* IE doubles the margins on floats, this takes care of the problem */
display:inline;
/* this is where Ryan Brill (author of the ALA's article) and I go in "opposite directions" */
margin-left:-300px
}
#left {
border=0;
cellSpacing=0;
cellPadding=0;
float:left;
width:150px;
display:inline;
margin-left:310px;
margin-top:10px;
margin-bottom:10px;
width:180px;
font-family:Tahoma, Geneva, sans-serif;
font-size:14px;
}
#main {
/* the width from #left (150px) + the negative margin from #container (200px) */
margin-left:500px;
margin-right:10px;
border:0px solid #b0b0b0;
border-top:none;
border-bottom:none;
}
#main0 {
/* the width from #left (150px) + the negative margin from #container (200px) */
margin-left:500px;
margin-right:-280px;
border:0px solid #b0b0b0;
border-top:none;
border-bottom:none;
}
/* good to know: if #sidebar is to be shorter than #main, then there is no need for this rule */
#sidebar {
/* this is to keep the content of #sidebar to the right of #main even if the content of "main is shorter */
padding-left:100%;
/* this is to "bring back" the #sidebar that has been moved out of the viewport because of the padding value */
margin-left:-300px;
}
#sidebar p {
/* this is to make sure IE (v6 sp2) *displays* this element (same problem as #header, but using a different fix) */
position:relative
}
#icona {
}
#footer {
/* see #outer_wrapper  */
width:100%;
/* this is to clear #container */
clear:both;
border-top:1px solid #C5CBC5;
border-bottom:1px solid #CCFFFF;
background:#CCFFFF}
/* this is the class that is applied to 2 structural hacks in the markup. The first "meaningless" element is used to clear #left in NN6 and the last one is used to clear #container in NN4 */
.clearing {height:0;clear:both}

/* Стили для меню 

<style type="text/css">*/

#v_mnu_01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}

#v_mnu_01 {
	width: 160px;
	margin: 10px;
	cellSpacing=0;
	cellPadding=0;
	float:left;
	display:inline;
	margin-left:310px;
	margin-top:10px;
	margin-bottom:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F6F6F6;
	border-right-color: #F6F6F6;
	border-bottom-color: #F6F6F6;
	border-left-color: #F6F6F6;
	}

#v_mnu_01 li a {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	}
#v_mnu_01 .notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#v_mnu_01 li a:link, #v_mnu_01 li a:visited {
	color: #000000;
	display: block;
	background-color: #FFFFCC;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	}

#v_mnu_01 li a:hover {
	color: #FFFFFF;
	background:  #3868CE;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	}

/*
</style>*/
