@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:light&subset=cyrillic);

body
{
	font-family: 'Open Sans', sans-serif;
	background: url(../images/bg.jpg);
	overflow: hidden;
}

#workarea
{
	width: 1280px;
	height: 674px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

#panel
{
	width: 1280px;
	height: 38px;
	background: #22245F;
	position: absolute;
	bottom:0px;
	left: 0px;
}

#nav
{
	float: left;
	padding: 8px 0 0 9px;
}

#nav div
{
	float:left;
	margin-right: 2px;
	width: 36px; height: 22px;
	background: #1876BC;
	cursor: pointer;
}

#nav div.act
{
	background: #fff;
}

.slide
{
	width: 1280px; height: 640px;
	overflow: hidden;
	position: absolute; z-index: 1000;
	display: none;
	background: url(../images/base.png) left top no-repeat #ffffff;
}

.part
{
	position: absolute;
	left: 0px; top: 0px;
	width: 1280px; height: 640px;
	background-position: left top;
	background-repeat: no-repeat;
}

.part div
{
	position: absolute;
	color: #252D64;
}

.part .text
{
	font-size: 13px; line-height: 14px;
}

.part .text ul
{
	margin-left: 15px;
	list-style: disc;
}

div.title
{
	position: absolute;
	left: 20px; top: -100px;
	font-size: 22px;
	line-height: 25px;
	color: #252D64;
}

.part .digit
{
	font-size: 36px;
	font-family: 'Open Sans Condensed'
}

.digit.white, .text.white
{
	color: #fff;
}

.part .text.header
{
	text-align: center;
}

.part .text.header2
{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
}


.part .text.name
{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.part .text.post
{
	font-size: 9px;
	line-height: 11px;
	text-align: center;
}

.part .text.strong
{
	font-weight: bold;
}

.part .text.less
{
	font-size: 11px;
	line-height: 11px;
}

.part .text.small
{
	font-size: 9px;
}

.tri_yellow
{
	background: url(../images/triangles/yellow.png) 0px 4px no-repeat;
	padding-left: 25px;
	min-height: 25px;
}

.tri_green
{
	background: url(../images/triangles/green.png) 0px 4px no-repeat;
	padding-left: 25px;
	min-height: 25px;
}

.tri_red
{
	background: url(../images/triangles/red.png) 0px 4px no-repeat;
	padding-left: 25px;
	min-height: 25px;
}

.tri_black
{
	background: url(../images/triangles/black.png) 0px 4px no-repeat;
	padding-left: 25px;
	min-height: 25px;
}

.tri_blue
{
	background: url(../images/triangles/blue.png) 0px 4px no-repeat;
	padding-left: 25px;
	min-height: 25px;
}

.tri_brown
{
	background: url(../images/triangles/brown.png) 0px 4px no-repeat;
	padding-left: 25px;
	min-height: 25px;
}

.part .text.dot
{
	width: 11px;
	height: 11px;
	border: 2px solid #fff;
	-webkit-border-radius: 9px 9px 9px 9px;
	border-radius: 9px 9px 9px 9px;
}

.text.dot.green
{
	background: #39B54A;
}

.text.dot.blue
{
	background: #2E6EB6;
}

.text.dot.red
{
	background: #DA1E21;
}

.text.dot.brown
{
	background: #C99A5E;
}

.text.dot.yellow
{
	background: #FDCC28;
}

.text.dot.black
{
	background: #000000;
}

.part .text.city
{
	color: #000;
	font-size: 11px;
	font-family: Tahoma;
}

.part .text.h1
{
	text-align: right;
	font-size: 30px;
}

.part .text.h2
{
	text-align: right;
	font-size: 16px;
}


.btn
{
	position: absolute;
	bottom: 7px;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

#prev
{
	right:80px;
	background: url(../images/btns.png) left center no-repeat;
}

#next
{
	right:30px;
	background: url(../images/btns.png) right center no-repeat;
}

#play
{
	right: 52px;
	background: url(../images/btns.png) -45px center no-repeat;
}

#play.pause
{
	background: url(../images/btns.png) -20px center no-repeat;
}

#sound
{
	width: 30px; height: 28px;
	top: 8px; right: 130px;
	background: url(../images/audio.png) left center no-repeat;
}

#sound.off
{
	background: url(../images/audio.png) right center no-repeat;
}

.text.strong.less {font-size: 12px;}