@charset "windows-1251";
body  {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
*html->body {font: 0.5em}
/* Tips for this Hybrid layout
1. Since the side columns em-based sizing is based on the user's default font size, you will want to be sure that background graphics in the columns take that into account. Built correctly, this is more accessible for those that need larger font sizes, since the width of the columns remains proportionate. If this is undesirable with your design, simply change the width to a pixel size and be sure to change the margins on the #mainContent div accordingly.
2. Since the sizing of side columns in this layout are based on the 100% font size in the body element, if you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the column widths will downsize proportionately. You may want to increase their widths, and the size of the #mainContent div's side margins, to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
4. The #container div is not necessary for this layout at the 100% width. You may want to use it to create faux columns or limit the width of the layout.
5. It is not neccessary to have the 100% width on the #container div since, by nature, a div takes up 100% of the available space. It is here so that if you want to decrease the size of the overall container - perhaps leaving a bit of margin on each side - this will already be available for adjustment.
*/
.left {float: left; text-align: left;}
.right {float: left; text-align: left;}
.webzanie_info #needle {
	position: absolute; left: 50%; top: 160px; z-index: 10;

	 margin: 0; padding: 0; border: 0;
}
* html .webzanie_info #needle div {
	background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/help/needle.png',sizingMethod='crop'); 
}
.webzanie_info #needle div {
	position: absolute; left: -14px; z-index: 10;
	width: 21px; height: 817px;
	 margin: 0; padding: 0; border: 0;
	background: transparent url(/img/help/needle.png) no-repeat;
}
.webzanie_info #webzanie {
	position: absolute; left: 0; top: 50px; z-index: 5;
	 margin: 0; padding: 0; border: 0;
}
.webzanie_info #logo_png {
	position: absolute; left: 48%; top: 75px; z-index: 7;
	 margin: 0; padding: 0; border: 0;
}
.webzanie_info #logo_png div {
	position: absolute; right: 85%; z-index: 7;
	width: 420px; height: 118px;
	 margin: 0; padding: 0; border: 0;
	background: transparent url(/img/help/logo.png) no-repeat;
}
* html .webzanie_info #logo_png div {
	background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/help/logo.png',sizingMethod='crop'); 
}
.webzanie_info #container { 
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.webzanie_info .blue_line {
width: 100%; height: 50px;
background: #1c1d51;
} 
.webzanie_info .red_line {
width: 100%; height: 12px;
background: #cc6e6f;
   font-size: 1px;
    line-height: 0px;
}
.webzanie_info #logo { 
	width: 50%; height: 146px;
	 margin: 0; padding: 0;
	background: #fff;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.webzanie_info #title { 
	width: 47%; position: absolute; left: 52%; top: 63px;
	 margin: 0; padding: 0;
	background: #FFFFFF; z-index: 7;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.webzanie_info #title .go_home { 
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: right; /* this overrides the text-align: center on the body element. */
}
.webzanie_info #title .go_home a { 
	padding: 0 17px 0 0;
	font: 35pt 'arial black'; color: #6fcc6e; 
}
.webzanie_info #title .number { 
	padding: 0 0 0 20px;
	width: 77px;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.webzanie_info #title .title { 
	margin: 0 0 6px 100px; padding: 0 17px 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.webzanie_info #title h2 { 
	margin: 0; padding: 0;
	font: 30px 'tahoma'; color: #cc6e6f;
}
.webzanie_info #title h2 a { 
	margin: 0; padding: 0;
	font: 30px 'tahoma'; color: #cc6e6f; text-decoration: none;
	border-bottom: 2px dashed #cc6e6f; 
}
.webzanie_info #title .red_line { 
	width: 100%;
	margin: 0 auto;
}
.webzanie_info #webzanie_title h3, .webzanie_info #catalog_title h3 {
	margin: 1px 1px 1px 0; padding: 1px 1px 1px 0;
}
.webzanie_info #webzanie_title  { 
	width: 50%;
	margin: 0; padding: 0;
	font: 30pt Tahoma; color: #6fcc6e; line-height: 50px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.webzanie_info #webzanie_title h3 { 
	display: block;
	margin: 0 0 0 20px;
	font: 30px Tahoma; color: #6fcc6e; text-decoration: none;
	display: inline;
}
.webzanie_info #catalog_title { 
	width: 49%;
	margin: 0; padding: 0;
	font: 29px Tahoma; color: #6e70cc; line-height: 50px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.webzanie_info #catalog_title h3 a { 
	margin: 0 0 0 20px;
	font: 30px Tahoma; color: #6e70cc; text-decoration: none;
	border-bottom: 2px dashed #6e70cc; 
	display: inline;
}
.webzanie_info #menu {
	width: 100%; 
	margin: 0; padding: 0;
	background: #fafafa;

}
.webzanie_info #webzanie_menu {
	width: 50%;
	margin: 0; padding: 0; boder: 0;
	background: transparent;
}
.webzanie_info #catalog_menu {
	width: 49%;
	margin: 0; padding: 0; boder: 0;
	background: transparent;
}
.webzanie_info #webzanie_menu ul,  .webzanie_info #catalog_menu ul {
	margin: 20px; padding: 0;
	list-style-type: none;
}
.webzanie_info #webzanie_menu ul li,  .webzanie_info #catalog_menu ul li {
	color: #cc9b6e;
}
.webzanie_info #webzanie_menu ul li a,  .webzanie_info #catalog_menu ul li a {
	color: #cc9b6e;
}
.webzanie_info #content {
	margin: 40px 0 25px 0;
}
.webzanie_info #content #notes_title {
	width: 272px;
	margin: 0; padding: 0; boder: 0;
	text-align: right;
}
.webzanie_info #content h1 {
	margin: 2px; padding: 0; boder: 0;
	font: 40px 'tahoma'; color: #cc6e6f;
}
.webzanie_info #content #notes_title h1 {
	margin: 0; padding: 0 16px 0 0; boder: 0;
}
.webzanie_info #content #notes_title h2 {
	margin: 0; padding: 0 16px 0 0; boder: 0; font: 40px 'tahoma'; color: #cc6e6f;
}
.webzanie_info #content h1 {
	margin: 0; padding: 0; boder: 0;
	font: 40px 'tahoma'; color: #cc6e6f;
	margin-bottom: 5px; 
}
.webzanie_info #content h1 a {
	margin: 1px; padding: 0; boder: 0;
	font: 40px 'tahoma'; color: #cc6e6f;  text-decoration: none;
	border-bottom: 2px dashed #cc6e6f; 
	display: inline;
}
.webzanie_info #content h2 a {
	margin: 1px; padding: 0; boder: 0;
	font: 30px 'tahoma'; color: #cc6e6f;  text-decoration: none;
	border-bottom: 2px solid #cc6e6f; 
	display: inline;
}
.webzanie_info #content #article_title {
	width: 50%;
	margin: 0; padding: 0; boder: 0;
}
.webzanie_info #content #article {
	
	margin: 0; padding: 0; boder: 0;
	text-align: justify;
}
.webzanie_info #content .note {
	width: 272px;
	margin: 0; padding: 0; boder: 0;
	text-align: right; vertical-align: top;
}
.webzanie_info #content .note p {
	margin: 0; padding: 15px 20px 15px 20px;
}
.webzanie_info #content .text {
	width: 25%;
	margin: 0; padding: 0; boder: 0;
	text-align: justify; vertical-align: top;
}
.webzanie_info #content .text p {
	margin: 0; padding: 15px 0 15px 0;
}
.webzanie_info #content .illustration {
	margin: 0; padding: 0; boder: 0;
	text-align: center; vertical-align: top;
}
.webzanie_info #content .illustration img {
	margin-top: 15px;
}
.webzanie_info #footer {
	width: 100%;
	margin: 0; padding: 0; boder: 0;
}
.webzanie_info #footer .left { 
	width: 70%;
	line-height: 50px;
} 
.webzanie_info #footer .left strong { 
	margin: 0 0 0 20px;
	font: 18px/50px Tahoma; color: #6e70cc;
} 
.webzanie_info #footer .left strong a{ 
	font: 18px/50px Tahoma; color: #fff;
} 
.webzanie_info #footer .right { 
	width: 29%;
	padding: 10px 0 0 0;
	text-align: right;
} 
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.png
    {
        //background-image: none ! important;
        /*
            не забудьте особенность конструкции
            behavior: url(...)
            путь должен быть абсолютным
        */
        behavior: url('/img/pngfix.htc');
    }
. dashed_2 {
border-bottom: 2px dashed; 
}
.friend {color: #fff;}
.friend div {margin-left: 51%; font: 0.8em arial; padding: 11px;}
.friend a {color: #fff; font: 0.8em arial; font-weight: bold;}

.article_nav {margin: 0 30px 0 272px; padding-top: 25px; color: #CC9B6E;  }
.article_nav a {color: #CC9B6E; font-weight: normal;}

.nonload {border-bottom: 2px dashed; text-decoration: none;}

