/*--------------------------------------------------------------------------------
----------------------------CSS reset----------------------------
--------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	height:100%;
}
body {
	line-height: 1;
	height: 100%;
	font-family: Tahoma, Verdana, Arial, san-serif;
	background: #e4f4fe;
	line-height: 110%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------------------------------------------------------------------------------
---------------------------------------All content--------------------------------------
--------------------------------------------------------------------------------*/
b {
	font-weight: bold;
}
a {
    outline: none; 
}
/*--------------------------------------------------------------------------------
-----------------------------------all content------------------------------------
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
------------------------------CSS reset конец-------------------------------------
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
----------------------------------SEO теги----------------------------------------
--------------------------------------------------------------------------------*/
.s-b, .s-strong{
	font-weight: normal;
}
/*--------------------------------------------------------------------------------
--------------------------------SEO теги конец------------------------------------
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
------------------------------основной контэйнер------------------------------
--------------------------------------------------------------------------------*/
.h-container {
	min-height: 100%;
	width: 100%;
	padding: 0 0 30px;
}
/*--------------------------------------------------------------------------------
--------------------------основной контэйнер конец--------------------------------
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
-------------------------------------Хэдер----------------------------------------
--------------------------------------------------------------------------------*/
.b-header {
	background: url(images/header-bg.png) repeat-x;
	height: 253px;
	width: 100%;
}
.b-header .b-logo {
	height: 50px;
	width: 166px;
	position: absolute;
	left: 10%;
	top: 40px;
}
/*--------------------------------------------------------------------------------
-----------------------------------Хэдер конец------------------------------------
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
------------------------------------Контент-------------------------------------
--------------------------------------------------------------------------------*/
.h-container .h-content {
	height: auto;
	width: 958px;
	margin: -90px auto 0;
}
.h-container .h-content .b-content-top {
	height: 67px;
	background: url(images/content-top.png) no-repeat;
}
.h-container .h-content .b-content-bottom {
	height: 22px;
	background: url(images/content-bottom.png) no-repeat;
}
.h-container .h-content .b-content{
	min-height: 300px;
	background: url(images/content-bg.png) repeat-y;
}
.h-container .h-content .b-content .b-content-text {
	width: 705px;
	margin: 0 18px 0 223px;
}
.h-container .h-content .b-content .b-content-text p{
	font-size: 13px;
	color: #666;
	padding: 10px 0;
}
.h-container .h-content .b-content .b-content-text p a{
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
}
.h-container .h-content .b-content .b-content-text h1, span.caption{
	font-size: 22px;
	color: #073764;
	padding: 0 0 15px;
	display: block;
}
.h-container .h-content .b-content .b-content-text td{
	font-size: 13px;
	color: #000;
}
.h-container .h-content .b-content .t-content-text-link-material a{
	font-size: 14px;
	color: #1f85c3;
	text-decoration: none;
	margin: 5px 0;
	display: block;
}
.h-container .h-content .b-content .t-content-text-link-material a:hover{
	color: #9ac34d;
	text-decoration: underline;
}
.h-container .h-content .b-content .t-content-text-link-material p{
	font-size: 14px;
	color: #1f85c3;
	text-decoration: none;
	margin: 5px 0;
	padding: 0;
	display: inline;
}
.h-container .h-content .b-content .b-content-text .postulat ol {
	list-style: decimal;
}
.h-container .h-content .b-content .b-content-text .postulat ol li {
	font-family: Tahoma, Verdana, Arial, san-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.h-container .h-content .b-content .b-content-text .postulat ol li b{
	font-weight: inherit;
}
.h-container .h-content .b-content .b-content-text .t-formula {
	font-family: Trebuchet MS, Verdana, Arial, san-serif;
	font-weight: bold;
}
/*--------------------------------------------------------------------------------
-----------------------------------------Меню-------------------------------------
--------------------------------------------------------------------------------*/
.h-container .h-content .b-content .b-content-menu {
	float: left;
	width: 200px;
	margin:0 0 0 17px;
}
.h-container .h-content .b-content .b-content-menu ul {
	padding: 10px 0;
}
.h-container .h-content .b-content .b-content-menu li a{
	font-size: 13px;
	height: 27px;
	color: #1f85c3;
	text-decoration: none;
	display: block;
	padding: 5px 0 0 0;
}
.h-container .h-content .b-content .b-content-menu li:hover a{
	color: #9ac34d;
	text-decoration: underline;
}
.h-container .h-content .b-content .b-content-menu li a.active{
	background: url(images/menu-selected.png) no-repeat;
	height: 27px;
	display: block;
	margin:0 0 0 -27px;
	padding: 5px 0 0 27px;
}

/*--------------------------------------------------------------------------------
-------------------------------------Меню конец-----------------------------------
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
-----------------------------------Контент конец----------------------------------
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
--------------------------Предупреждение на страницах----------------------------
--------------------------------------------------------------------------------*/
.b-container-warning , .h-container .h-content .b-content .b-content-text .b-content-text-warning{
	background: #fcfb9e;
	padding: 8px;
	margin: 0 0 10px;
	border: 1px solid #073764;
	display: none;
}
.b-container-warning  img, .h-container .h-content .b-content .b-content-text .b-content-text-warning img{
	float: right;
	cursor: pointer;
}
.b-container-warning p, .h-container .h-content .b-content .b-content-text .b-content-text-warning p{
	font-family: Trebuchet MS, Arial, Helvetica, san-serif;
	font-size: 14px;
	padding: 0 30px 0 0;
}

/*--------------------------------------------------------------------------------
--------------------Предупреждениие на страницах конец----------------------------
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
---------------------------------------Футер--------------------------------------
--------------------------------------------------------------------------------*/
.b-footer {
	height: 30px;
	width: auto;
	clear: both;
	padding: 5px 10% 0;
	margin: -30px 0 0;
}
.b-footer a {
	font-size: 12px;
	color: #999;
}
/*--------------------------------------------------------------------------------
-----------------------------------Футер конец------------------------------------
--------------------------------------------------------------------------------*/