﻿	* {
		margin:0;
		padding:0;
	}
	html	{
		height:100%;
	}
	body	{ 
		behavior:url("../js/csshover.htc"); 
		text-align:left;
		position:relative;
		width:941px;
		margin:0 auto;
		min-height:100%;
		background: url("../images/body_bg.gif") #F4F4F6;
	}
	* html body	{
		height:100%;
	}
	* html div	{
		height:1px;
	}
	body, input, select, textarea	{
		color:#343433;
		font:13px Arial, sans-serif;
	}
	a	{
		color:#018FBC;
		text-decoration:underline; 
	}
	a:hover	{
		text-decoration:none; 
	}
	img, table	{
		border:none;
	}
	
	table {
		border-collapse:collapse;
		width:100%;
	}

	td, th {
		vertical-align:top;
		text-align:left;
		font-weight:normal;
	}
	ul {
		list-style:none;
	}
	p	{
		margin-bottom:20px;
	}
/*
	Памятка по использованию селекторов browserCSSdetector.js:
		Селекторы ОСи:
			.win - Windows
			.linux - Linux
			.mac - MacOS
			
		Селекторы браузеров:
			.ie - все версии ИЕ
			.ie8 - ИЕ 8.х
			.ie7 - ИЕ 7.x
			.ie6 - ИЕ 6.x
			.ie5 - ИЕ 5.x
			.gecko - все версии фаерфокса, и остальные гекко-браузеры
			.ff2 - фаерфокс 2
			.ff3 - фаерфокс 3
			.opera - все версии оперы
			.opera8 - опера 8.x
			.opera9 - опера 9.x
			.konqueror - konqueror
			.safari - сафари

		Приоритеты на примере ФФ3:
		1	.win.ff3 #id{background: #aaa}
		2	.win.gecko #id{background: #f00}
		3	.ff3 #id{background:#333}
		4	.gecko #id{background:#00f}
		5	.win #id{background: #ff0}
 */
 	.header	{
		padding-right:278px;
		position:relative;
		margin-bottom:27px;
	}
 	.header .ill	{
		background:url("../images/header_bg_01.gif") 0 0 repeat-x;
		padding-top:42px;
	}
 	.header .menu	{
		background:url("../images/header_menu_bg_l.gif") 0 0 no-repeat #048FBF;
		border-top:solid 1px #4AAED1;
	}
 	.header .menu ul	{
		background:url("../images/header_menu_bg_r.gif") 100% 0 no-repeat;
		height:30px;
		padding-left:47px;
		line-height:25px;
	}
 	.header .menu ul li	{
		float:left;
		color:white;
		background:url("../images/menu_top_separator.gif") 0 50% no-repeat;
		padding-left:15px;
		margin-right:15px;
	}
 	.header .menu ul li.first	{
		background:none;
		padding-left:0;
	}
 	.header .menu ul li a	{
		color:white;
	}
 	.header .shild	{
		padding:286px 0 0 58px;
		width:208px;
		height:88px;
		position:absolute;
		top:0;
		right:0;
		background:url("../images/header_shild.jpg");
	}
	.content	{
		overflow:hidden;
		background:url("../images/content_rCol_bg.gif") 100% 0 repeat-y;
	}
	.ie6 .content	{
		overflow:visible;
	}
	.content .rightCol	{
		width:251px;
		float:right;
		background:url("../images/r_col_top.gif") 0 0 no-repeat;
		padding:20px 7px;
	}
	.content .leftCol	{
		margin-right:278px;
	}
	.leftCol .blockHolder	{
		background:url("../images/block_bic_bott.gif") 0 100% no-repeat #E5E5E5;
		margin-bottom:17px;
	}
	.leftCol .blockHolder .blockHolderTop	{
		background:url("../images/block_bic_top.gif") 0 0 no-repeat;
		padding:10px 26px;
	}
	.leftCol .blockHolder .blockEmbed	{
		background:#F0F0F0;
		border-left:solid 1px #B6B6B6;
		border-right:solid 1px #B6B6B6;
		width:606px;
		margin-left:2px;
	}
	.ie6 .leftCol .blockHolder .blockEmbed	{
		margin-left:0;
	}
	.leftCol .blockHolder .blockEmbedTop	{
		background:url("../images/block_big_embedded_top.gif") 0 0 no-repeat;
		margin:0 -1px;
		position:relative;
		overflow:hidden;
		zoom:1;
	}
	.ie6 .leftCol .blockHolder .blockEmbedTop	{
		overflow:visible;
	}
	.leftCol .blockHolder .blockEmbedBott	{
		background:url("../images/block_big_embedded_bott.gif") 0 100% no-repeat;
		padding:12px 10px;
		line-height:18px;
	}
	.blockEmbedBott ul li {
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
	.blockHolder h1, .blockHolder h2	{
		font-size:18px;
		font-weight:normal;
		text-transform:uppercase;
		color:#4C8FD4;
		padding-bottom:5px;
		margin:0 8px 7px 8px;
	}
	.blockHolder h1 em, .blockHolder h2 em	{
		color:#291207;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
		font-size:14px;
		display:block;
	}
	.sliderListing	{
		position:relative;
	}
	.sliderListing .larr, .sliderListing .rarr	{
		position:absolute;
		top:50%;
		margin-top:-30px;
	}
	.sliderListing .larr	{
		left:-21px;
	}
	.sliderListing .rarr	{
		right:-21px;
	}
	.sliderListing .blockEmbedBott	{
		min-height:70px;
	}
	.ie6 .sliderListing .blockEmbedBott	{
		height:70px;
	}
	.rightCol h3	{
		color:#1C1C1C;
		font-size:18px;
		font-weight:normal;
		text-transform:uppercase;
		padding:0 10px 13px 10px;
		margin-bottom:13px;
		background:url("../images/h3_bg.gif") 0 100% no-repeat;
	}
	.rightCol .subMenu	{
		margin-bottom:45px;
	}
	.rightCol .subMenu li	{
		background:url("../images/bullet_01.gif") 0 0 no-repeat;
		line-height:16px;
		padding-left:20px;
		margin-bottom:6px;
	}
	.rightCol .subMenu li ul	{
		margin-top:6px;
		padding-left:5px;
	}
	.rightCol .subMenu li li	{
		background:url("../images/bullet_02.gif") 0 4px no-repeat;
		line-height:normal;
		padding-left:7px;
		margin-bottom:4px;
	}
	.rightCol .subMenu li li a	{
		color:#5C5C5B;
	}
	.rightCol .eventsList	{
		padding-left:20px;
		margin-bottom:40px;
	}
	.rightCol .eventsList li	{
		background:url("../images/separator_01.gif") 0 100% repeat-x;
		padding:0 6px 13px 6px;
		margin-bottom:15px;
		margin-right:10px;
	}
	.rightCol .eventsList li span	{
		display:block;
		font-weight:bold;
		color:#027DA4;
		background:url("../images/bullet_03.gif") 0 3px no-repeat;
		padding-left:26px;
		position:relative;
		left:-26px;
		font-size:12px;
	}
	.rightCol .eventsList li span i	{
		font-style:normal;
		display:block;
	}
	.footer	{
		height:73px;
		background:url("../images/footer_bg.gif") 0 0 repeat-x;
		position:relative;
		padding:10px;
		color:#B3B5B4;
	}
	.footer a	{
		color:#B3B5B4;
	}
	.footer span	{
		display:block;
		text-align:center;
		color:white;
		margin-bottom:10px;
	}
	.footer span a	{
		color:white;
	}
	.footer pre	{
		color:#343433;
		font:11px Arial, sans-serif;
		color:white;
	}
	.footer address	{
		font-size:11px;
		font-style:normal;
	}
	.footer .completo	{
		float:right;
	}
	.stepcarousel{
position: relative; /*leave this value alone*/
border: 10px;
overflow: scroll; /*leave this value alone*/
width: 470px; /*Width of Carousel Viewer itself*/
height: 200px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 20px; /*margin around each panel*/
width: 450px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.plogo{
font-size:24px;
		font-weight:normal;
		text-transform:uppercase;
		border-bottom:solid 1px #4C8FD4;
		color:#4C8FD4;
		padding-bottom:5px;
		margin:0 8px 7px 8px;
		}

.emlogo	{
		color:#291207;
		font-weight:bold;
		font-style:normal;
		text-transform:uppercase;
		font-size:14px;
		display:block;
	}
	
	#menux {
	float:left;
	color:black;
	padding-left:15px;
		margin-right:15px;
		}
		
#sertifikat {
	border:0px;
	width: 100%;
	text-align:center
	}

#sertifikat td {
	margin: 5px;
	padding: 5px;
}