* {margin: 0;padding: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
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;}
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;}
/*
---------------------------------------------------------------------------*/
a {
	color: #006ec7;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.download {
	line-height: 35px;
	padding: 7px 0 7px 40px;
	background: url(../images/clipboard.png) no-repeat; 0% 50%;
}
p {
	margin: 0 0 15px;
}
.big {
	font-weight: bold;
	text-transform: uppercase;
}
.upp {
	text-transform: uppercase;
}
.f-16 {
	font-size: 16px;
}
.f-12 {
	font: 12px/16px Tahoma;
}
.blue {
	font-size: 16px;
	font-weight: bold;
	color: #1b5ecb;
}
.red {
	color: #e31203;
}
.fio {
	color: #a71798;
}
.und {
	text-decoration: underline;
}
b {
	font-weight: bold;
}
h1 {
	font: bold 16px/80px Tahoma;
	text-transform: uppercase;
	margin: 0 0 10px;
}
h5 {
	width: 670px;
	margin: 5px 0 0;
	padding-left: 30px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #006ec7;
	background: #1794b5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
h6 {
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #006ec7;
	background: #1794b5;
	line-height: 45px;
	color: #e31203;
	margin: 0 -20px 15px;
	padding: 0 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.clear {
	clear: both;
	line-height: 1px;
	width: 1px;
}
ul.list {
	list-style: disc;
	margin-left: 15px;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.mar-img {
	margin: 10px 0;
}
.mar-top {
	margin: -50px 0 10px;
}
.mar-top-left {
	margin: 0 0 60px 240px;
}
.no-mar {
	margin: 0 0 2px;
}
.l {
	float: left;
}
.r {
	float: right;
}
.l-img {
	float: left;
	margin-right: 25px;
}
.r-img {
	float: right;
	margin-left: 25px;
}
/*
---------------------------------------------------------------------------*/
body {
	font: 14px/20px Tahoma, Arial, Verdana, sans-serif;
}
.wrapper {
	width: 100%;
	min-width: 1050px;
	background: url(../images/background.jpg);
	color: #244883;
}
/*
---------------------------------------------------------------------------*/
.header {
	position: relative;
	height: 344px;
	background: url(../images/header.jpg) no-repeat 50% 0%;
	
}
.header-text {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.header-text a, .header-text p {
	position: absolute;
	display: block;
	margin: 0;
}
.header-text p b {
	font-size: 16px;
}
.header-text p a {
	display: inline;
}
a.logo-img {
	width: 175px;
	height: 175px;
	top: 30px;
	left: 145px;
}
a.logo-top {
	width: 475px;
	height: 120px;
	top: 205px;
}
p.text-top {
	width: 385px;
	height: 70px;
	top: 255px;
	right: 20px;
}
/*
---------------------------------------------------------------------------*/
menu {
	position: relative;
	width: 1000px;
	height: 43px;
	margin: 0 auto;
	font: 13px/15px Tahoma;
}
menu ul {
	position: relative;
	
}
menu ul li {
	position: relative;
	float: left;
	display: block;
	z-index: 44;
	background: url(../images/menu_li.jpg) no-repeat 0% 50%;
}
menu ul li:first-child {
	background: none;
}
menu ul li a {
	text-decoration: none;
	color: #fff;
	line-height: 43px;
	padding: 11px 14px;
}
menu ul li a:hover {
	text-decoration: underline;
}
menu ul li ul {
	position: absolute;
	display: none;
	z-index: 45;
	padding: 10px 20px 5px;
	background: #1794b5;
	border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	-webkit-border-radius: 0 0 10px 0;
}
menu ul li:hover ul {
	display: block;
}
menu ul li ul li, menu ul li ul li:first-child {
	position: relative;
	display: block;
	width: 212px;
	background: none;
	z-index: 46;
	margin: 0 0 12px;
}
menu ul li ul li a {
	font: 15px/16px Tahoma;
	padding: 0;
	text-decoration: underline;
}
menu ul li ul li a:hover {
	text-decoration: none;
}
/*
---------------------------------------------------------------------------*/
aside {
	position: relative;
	width: 221px;
	float: left;
	text-align: left;
	font: 14px/16px Tahoma;
	padding: 20px 0 0;
	margin: 0 20px 0 0;
	background: url(../images/aside.png) no-repeat 50% 0%;
}
aside ul {
	position: relative;
	display: block;
	padding: 0 0 20px;
	background: url(../images/aside_ul.png) no-repeat 50% 100%;
}
aside ul li {
	position: relative;
	display: block;
	border: 1px solid #006ec7;
	border-top: none;
	z-index: 34;
	padding-left: 20px;
}
aside ul li:hover, aside ul li.activ {
	background: #1794b5;
}
aside ul li.right {
	background: url(../images/aside_ul_li.jpg) no-repeat 200px 50%;
}
aside ul li.right:hover, aside ul li.right.activ {
	background: #1794b5 url(../images/aside_ul_li_act.jpg) no-repeat 200px 50%;
}
aside ul li:first-child {
	border-top: 1px solid #006ec7;
}
aside ul li a {
	display: block;
	width: 199px;
	white-space: nowrap;
	padding: 10px 0;
	text-decoration: none;
}
aside ul li:hover a, aside ul li a:hover, aside ul li.activ a {
	color: #fff;
}
aside ul li ul {
	position: absolute;
	display: none;
	z-index: 35;
	left: 220px;
	top: -1px;
	background: #1794b5;
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
}
aside ul li:hover ul {
	display: block;
}
aside ul li ul li {
	position: relative;
	display: block;
	width: 220px;
	background: none;
	z-index: 36;
	border: none;
	padding-left: 15px;
	margin: 12px 0 0;
}
aside ul li ul li:hover {
	background: none;
}
aside ul li ul li:first-child {
	border-top: none;
}

aside ul li ul li a {
	color: #fff;
	font: 15px/16px Tahoma;
	padding: 0;
	text-decoration: underline;
}
aside ul li ul li a:hover {
	color: #fff;
	background: none;
}
/*
---------------------------------------------------------------------------*/
.container {
	width: 100%;
	overflow: hidden;
	background: url(../images/container_top.jpg) no-repeat 50% 0%;
}
section, .content {
	position: relative;
	width: 1000px;
	height: auto;
	margin: 7px auto 15px;
	text-align: justify;
	background: #fff;
	border: 1px solid #b4d4bc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	clear: both;
}
.content {
	width: 940px;
	margin: 0;
	background: transparent;
	border: none;
	border-top: 1px solid #fff;
	padding: 10px 30px; 
}
.top-blue {
	background: #fff url(../images/top_blue.jpg) repeat-x;
}
.transparent {
	background: transparent;
	border: none;
}
.font-min {
	font: 12px/15px Tahoma;
}
.img-170 {
	height: 170px;
}
.img-conteiner {
	float: right;
	margin-left: 25px;
	padding: 0 5px;
	background: url(../images/img_conteiner.jpg) repeat-x 0% 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.img-conteiner img {
	margin: 5px;
}
.blue-conteiner {
	margin: 0 -30px;
	padding: 5px 30px 0;
	background: #e2f6fb;
}
.blue-conteiner .r-img {
	margin-top: 15px;
}
.blue-conteiner-line {
	margin: 0 -30px 10px;
	background: url(../images/top_blue.jpg) repeat-x 0% 0%;
}
.blue-conteiner-line-2 {
	padding: 5px 30px;
	background: url(../images/bottom_blue.jpg) repeat-x 0% 99%;
}

/*
---------------------------------------------------------------------------*/
footer {
	position: relative;
	height: 215px;
	background: url(../images/footer.jpg) no-repeat 50% 0%;
	overflow: hidden;
}
.footer-text {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.footer-text .l, .copyright {
	margin-top: 120px;
}
.footer-text p b {
	font-size: 16px;
}
.footer-text p a {
	color: #fff;
}
.text-foot {
	font-size: 14px;
	color: #fff;
}
.copyright {
	font-size: 12px;
	color: #fff;
	float: right;
}
.lecenz {
	font-size: 12px;
	color: #000;
}
.li {
	position: absolute;
	right: 0;
	margin-top: 180px;
}

/*
--------------------------14.08.2012-------------------------------------*/
p.preparat {
	text-transform: uppercase;
	text-align: center;
}

i.green_plas {
	height: 35px;
	width: 32px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/green_plus.png);
	background-repeat: no-repeat;
}

p.blue_bg {
	margin: 0 -30px;
	padding: 10px 30px;
	background-color: #caf1ff;
}