* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/*Вертикальное центрирование для нормальных броузеров*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	display: table;
	height: 100%;
	width: 100%;

	background: #fff;
	color: #666;
	font-family: Tahoma, sans-serif;
	text-align:center;
	font-size: 11px;
	line-height: 14px;

}
a {
	color: #0066b2;
}
img {
	border:0;
	padding:0;
	margin:0;
}

p {
	margin:0 0 14px 0;
	line-height: 14px;
	padding:0;
	text-indent:0;
}
#wrapper {
	display: table-cell;
	vertical-align: middle;
}

#centered{
	width:964px;
	margin: 0 auto;
	border: 1px solid white;
}

#centered2{
	/*position: relative;
	z-index: 5;
	width:964px;
	color:#fff;
	padding-top: 200px;
	padding:15px;
	*/
}

#container {
	width: 964px;
	margin: 0 auto;
	text-align:left;
}
#container2 {
	padding: 0px 18px 0px 18px;
	/* 48 */
}
div.br {
	clear:both;
}

.leftcolumn {
	/*background: url(/images/df-logo.png) no-repeat;*/
	width: 180px;
	float: left;
	vertical-align:top;
}
.rightcolumn a, .rightcolumn img, .leftcolumn a, .leftcolumn img {
	vertical-align:bottom; /* IE! KILL IT WITH FIRE! */
}
.centercolumn {
	float: left;
	width: 564px;
	height: 524px;
	vertical-align:top;
	overflow: hidden;
}

#slider1 {
	border:1px solid #ccc;
	position: relative;
}
#slider1, .panel, .panelContainer {
	height: 464px;
}

.rightcolumn {
	width: 180px;
	text-align: right;
	float: right;
	vertical-align:top;
}

.menu {
	padding: 70px 0 0 0;
	margin:0;
}
.deactive {
/*	padding: 134px 0 0 0; */
}
.menu ul {
	padding: 14px 0 0 0;
	list-style-type: none;
	line-height: 20px;
}
.menu ul li a{
	text-decoration: none;
	color: #9a9b9d;
}
.menu ul li a.active{
	text-decoration: none;
	color: #138feb;
}



.stripNav {
	display: none;
}

.textcontent {
	line-height: 14px;
	margin: 20px 42px 0 42px;
	padding:0;
	text-align: justify;
}
.textcontent img {
	display:block;
	vertical-align:bottom;
}
.textcontent h1 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height:18px;
	color: #004494;
	margin:0;
	padding:0 0 20px 0;
	text-align:left;
	text-transform: uppercase;
	vertical-align:bottom;
}
.video {
	padding: 45px 0px 0px 40px;
}



/*** coda slider ***/
		/* These 2 lines specify style applied while slider is loading */
		.csw { height: 464px; background: #fff; overflow: hidden;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden;
			/*border: 5px solid #000; /* this is the border. should have the same value for the links */
			margin: auto;
			/*clear: both;*/

		}

		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}

		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 564px; /* Also specified in  .stripViewer  above */
		}

		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			/*padding: 10px;*/
		}

		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}

		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}

		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}

		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #b8bbbc;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}

		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }

		.stripNav li a:hover {
			background: #333;
		}

		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		
		.pag {
			position: relative;
			top:0;
			left:0;
			clear: both;
		}

		#psevdopag {
			position: relative;
			top: -10px;
			margin-left: 180px;
			margin-right: 180px;
			clear: both;
		}

		
		.stripNavL, .stripNavR { /* The left and right arrows */
			top: -20px !important;
			top: -30px;
			left: -5px;
			float: right;
			position: relative;
			/*
			top: 230px;
			text-indent: -9000em;    */
		}

		.stripNavL a, .stripNavR a {
			display: block;
			height: 10px;
			width: 15px;
			color: #999;
			text-decoration: none;
			font-size:14px;
			display:block;
		}

		#psevdopag .stripNavL a, .stripNavR a {
			display: block;
			height: 10px;
			width: 15px;
			color: #fff;
			text-decoration: none;
		}

		.stripNavL {
			/*left: 0;    */
		}

		.stripNavR {
			/*right: 0;  */
		}

		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}

		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}


		a.cross-link {
			font-size: 6px;
			padding: 0;
			width:12px;
			display:block;
			border: 1px solid #b8bbbc;
			text-decoration: none;
		}

		a.cross-link-none {
			font-size: 6px;
			padding: 0 5px;
			border: 0px;
			text-decoration: none;
		}

		a.current {
			background: #b8bbbc;
		}

#pagination ul {
	list-style: none;
	outline: none;
	/* padding-left: 18px; */
}
#pagination ul li {
	float: left;
	padding: 10px 5px 5px 0px;
	outline: none;
	line-height:7px;
}
#pagination ul li a{
	outline: none;
}



.page-index #slider1 {
	border-color:#fff;
}
.page-index .centercolumn, .page-index #slider1 {
	height: 524px;
}

.images {
	margin:0 -17px 17px 0;
}
.images img {
	padding:0 12px 0 0;
	display:inline;
}
.videoover {
	position:absolute;
	top:65px;
	left:82px;
	height:336px;
	width:400px;
	background:#000;
}
#dswf_swf {
	background:#000;
}