html,body {
	width: 100%;
	text-align: center;
	padding-top: 11px;
}


a {
    color: rgb(43,136,231);
}

a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

.clearer {
	clear: both;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 982px;
}

#top {
}

#top div {
	float: left;
	margin-bottom: 13px;
}

#topLeftIcons {
	width: 320px;
}
    #topLeftIcons a {
		color: #2458a1;
		font-weight: bold;
  		display: inline-block;
  		_display: inline;
		margin: 20px;
		margin-top: 70px;
		padding-top: 60px;
		_height: 100px;
	}
    #schemeIcon{
		background: transparent url(../i/icon-scheme.png) no-repeat scroll center top;
	}
	#contactsIcon{
		background: transparent url(../i/icon-contacts.png) no-repeat scroll center top;
	}

#topRightRegButton {
	width: 320px;
	float: right;
	text-align: right;
}

	#regButtonWhite {
		margin-left: 60px;
		margin-top: 45px;
		float: right;
		width: 218px;
		height: 73px;
		background: white;
		border-radius: 3px;
		border: 1px solid #e2e8e9;
		padding: 20px;
		text-align: left;
		font-size: 11px;
		color: #cb2d00;
		line-height: 1.1em; 
	}
	
	#regButtonWhite a {
		border-radius: 3px;
	    display: block;
		width: 100%;
		background: #83d114 url(../i/reg-button-back.png) repeat-x scroll center center;
		height: 30px;
		text-align: center;
		color: white;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
		padding-top: 11px;
		margin-bottom: 10px;
		box-shadow: 1px 1px 2px #585858;
		-webkit-box-shadow: 1px 1px 2px #585858;
		-moz-box-shadow: 1px 1px 2px #585858;
	}
	#regButtonWhite a:hover {
		box-shadow: 1px 1px 2px white;
		-webkit-box-shadow: 1px 1px 2px white;
		-moz-box-shadow: 1px 1px 2px white;
	}

	#regButtonWhite a:active {
		background: #83d114 url(../i/reg-button-back-active.png) repeat-x scroll center center;
		box-shadow: 0 0 2px #585858;
		-webkit-box-shadow: 0 0 2px #585858;
	}
	
	#regButtonWhite span {
	    float: left;
		font-size: 26px;
		vertical-align: middle;
		font-weight: bold;
		display: inline-block;
		_display: block;
		margin-right: 10px;
		text-align: right;
		width: 80px;
		line-height: 1em;
	}

#menu {
	height: 32px;
	padding-top: 9px;
	background: #2a7ed9 url(../i/menu-back.png) repeat-x scroll center center;
	text-align: left;
}
	#menu a {
		color: white;
		font-weight: bold;
		text-decoration: none;
		font-size: 11px;
		font-variant: capital;
		text-transform: uppercase;
		margin: 10px;
		margin-right: 0px;
		padding: 5px;
		border-radius: 3px;
		background-color: transparent;
	}
	
	#menu a.active,#menu a:hover {
		background-color: white;
		color: #cb2d00;
	}


#content {
	border-right: 1px solid #e2e8e9;
	border-left: 1px solid #e2e8e9;
	background-color: white;
	text-align: left;
}

	#content h1 {
	    font-weight: bold;
		margin: 0;
		text-transform: uppercase;
		font-size: 28px;
	}

	#orangeCircles {
		background: url(../i/orange-circles-back.png) no-repeat scroll center -140px;
		text-align: left;
	}
	
	#raspsLink {
		text-align: center;
		color: white;
		padding: 5px;
	}
		#raspsLink span {
			border-bottom: 1px dashed white;
			cursor: pointer;
			font-weight: bold;
		}
		
		#raspsLink span:hover {
			border-bottom-color: transparent;
		}
	
	#raspsFull {
		padding: 18px;
	}
	
	#orangeCircles h1 {
		color: white;
		font-weight: bold;
		margin: 0;
		text-transform: uppercase;
		float: left;
	}
	
	#orangeCircles h1 .closeOrange {
	    display: inline-block;
	    _display: inline;
		height: 17px;
		width: 17px;
		background: transparent url(../i/icon-close-orange.png) no-repeat scroll center center;
		margin-left: 20px;
		cursor: pointer;
	}
	
	.raspTable,.statTable {
		margin-top: 20px;
		border-collapse: collapse;
		border-spacing: 0;
		color: white;
		font-size: 12px;
	}
	
	.statTable {
		margin-top: 0;
		color: black;
		float: left;
		margin-bottom: 20px;
	}
	
	.raspTable a {
		color: white;
	}
	
	.raspTable thead tr,.statTable thead tr{
		border-bottom: 1px solid white;
	}

	.raspTable thead td:nth-child(1),.statTable thead td:nth-child(1) {
		width: 20px;
		height: 40px;
	}
	
	.raspTable thead td:nth-child(2),.statTable thead td:nth-child(2) {
		width: 15px;
	}
	
	.raspTable tbody td:nth-child(3) {
		width: 0px;
	}
		
	.raspTable tbody td:nth-child(4) {
		width: 80px;
	}
	
	.statTable tbody td:nth-child(3) {
		width: 230px;
	}
	
	.statTable tbody td:nth-child(4) {
		width: 80px;
	}
	
	.statTable tbody td:nth-child(5) {
		width: 80px;
	}
	
	.raspTable tbody td:nth-child(5) {
		width: 330px;
	}
	
	    .raspTable thead td h2,.statTable thead td h2 {
	        margin: 0;
	        font-size: 14px;
	        font-weight: bold;
	        text-transform: uppercase;
	    }
	
	.raspTable tbody td, .statTable tbody td {
		border-bottom: 1px solid #ffc850;
		padding-top: 8px;
		padding-bottom: 3px;
		font-weight: bold;
	}
	
	.statTable tbody td {
		font-weight: normal;
	}
	
	#leninaRasp {
        background: transparent url(../i/icon-lenin.png) no-repeat scroll left top;
        margin-right: 60px;
	}
	
	#chasovnyaRasp {
        background: transparent url(../i/icon-chasovnya.png) no-repeat scroll left top;
        margin-right: 60px;
	}
	
	#timer {
		float: right;
		color: white;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		font-style: italic;
	}
	
#text {
	padding: 20px;
}

#text h1 {
	color: #cb2d00;
}

#bottom {
	margin-left: auto;
	margin-right: auto;
	width: 982px;
	width: 100%;
	height: 391px;
	background: transparent url(../i/triangle.png) repeat scroll center top;
	text-align: left;
}
#keds {
	background: rgb(238,244,246) url(../i/keds.png) no-repeat scroll center top;
	height: 204px;
}
#bottom a {
	position: relative;
}

	#socialIcons {
		position: relative;
		top: 70px;
	}
	
	#socialIcons a {
		display: inline-block;
		_display: inline;
		width: 32px;
		height: 32px;
		margin-left: 20px;
	}
	
		#twitterIcon {
			background-image: url(../i/icon-twitter.png);
		}

		#facebookIcon {
			background-image: url(../i/icon-facebook.png);
		}

		#youtubeIcon {
			background-image: url(../i/icon-youtube.png);
		}

		#vkontakteIcon {
			background-image: url(../i/icon-vkontakte.png);
		}
		
		#odnoklassnikiIcon {
			background-image: url(../i/icon-odnoklassniki.png);
		}

#bottomContacts {
	position: relative;
	top: 30px;
	left: 620px;
	width: 250px;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}
#bottomContacts span {
	display: block;
	clear: both;
	font-size: 26px;
	color: #cb2d00;
}


#overlay {
	background: black;
	opacity: 0.0;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.popup {
	position: fixed;
	_position: absolute;
	background: white;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	top: 110px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px black;
	-moz-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
}

.popupTitle {
	height: 32px;
	padding-top: 9px;
	padding-left: 20px;
	
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	
	background: #2a7ed9 url(../i/menu-back.png) repeat-x scroll center center;
	text-align: left;
	color: white;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.popupTitleText {
	float: left;
}
.popupContent {
	padding: 20px;
}

.popupClose {
	display: inline-block;
	_display: inline;
	width: 17px;
	height: 17px;
	background: transparent url(../i/icon-close.png) no-repeat scroll center center;
	float: right;
	margin-right: 20px;
	cursor: pointer;
}


#schemesPopup .popupContent span {
	display: inline-block;
	_display: inline;
	background: #83d114 url(../i/reg-button-back.png) repeat-x scroll center top;
	color: white;
	font-weight: bold;
	border-radius: 3px;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	margin-right: 10px;
}

#schemesPopup .popupContent span:hover,#schemesPopup .popupContent span.active {
	background: #83d114 url(../i/reg-button-back.png) repeat-x scroll center bottom;
}

#schemesPopup .popupContent div {
	margin-bottom: 20px;
}


#moreNewsHref {
	float: right;
	color: white;
	font-weight: bold;
	background: #83d114 url(../i/reg-button-back.png) repeat-x scroll center center;
	padding: 5px;
	border-radius: 3px;
	text-decoration: none;
	box-shadow: 1px 1px 2px #585858;
	-webkit-box-shadow: 1px 1px 2px #585858;
	-moz-box-shadow: 1px 1px 2px #585858;
}
#moreNewsHref:hover {
	box-shadow: 1px 1px 2px white;
	-webkit-box-shadow: 1px 1px 2px white;
	-moz-box-shadow: 1px 1px 2px white;
}
#moreNewsHref:active {
	background: #83d114 url(../i/reg-button-back-active.png) repeat-x scroll center center;
	box-shadow: 0 0 2px #585858;
	-webkit-box-shadow: 0 0 2px #585858;
	-moz-box-shadow: 0 0 2px #585858;
}


.galleryHeader {
	height: 60px;
	width: 920px;
	background: rgb(238,243,246);
	margin-left: -20px;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: left center;
	
	margin-bottom: 15px;
	margin-top: 5px;
}

.galleryHeaderText {
	text-transform: uppercase;
	line-height: 60px;
	font-weight: bold;
	font-size: 22px;
	margin-right: 50px;
}

.galleryHeader span {
	color: rgb(36,89,159);
	float: left;
}

.galleryHeader span.galleryHeaderLink {
	padding: 18px;
	padding-top: 13px;
	padding-bottom: 21px;
	vertical-align: baseline;
	margin-top: 15px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
	font-size: 14px;
}

.galleryHeader span.galleryHeaderLink:hover {
	text-decoration: none;
}

.galleryHeader span.galleryHeaderLinkActive {
	color: #cb2d00;
	background-color: white;
	text-decoration: none;
}

.galleryAlbumsList {
	display: inline-block;
	_display: inline;
	width: 130px;
	vertical-align: top;
}

.galleryAlbumsList span {
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	font-size: 12px;
	text-decoration: underline;
	color: rgb(51,99,167);
	cursor: pointer;
}

.galleryAlbumsList span:hover {
	text-decoration: none;
}

.galleryAlbumsList .active {
	text-decoration: none;
	color: #cb2d00;
}

.galleryPhotoScroller {
	display: inline-block;
	_display: inline;
	width: 810px;
}


.videoDiv {
	display: inline-block;
	_display: inline;
	vertical-align: top;
}

.videoDiv h2 {
	padding-bottom: 10px;
	font-weight: bold;
}

.videoPreview {
	width: 460px;
	height: 350px;
	display: inline-block;
	_display: inline;
	vertical-align: top;
}

.videoPreviewScrollerNavigation {
	text-align: center;
	padding-bottom: 10px;
}

.videoPreviewScroller {
	width: 460px;
	height: 320px;
	overflow: hidden;
}

.videoPreviewScrollerItem {
	width: 460px;
}
.videoPreviewDescr {
	color: rgb(51,99,167);
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 14px;
}

.videoPreviewItem {
	display: inline-block;
	_display: inline;
	vertical-align: top;	
	padding: 10px;
	padding-top: 0;
	padding-right: 0;
	height: 150px;
	width: 100px;
	cursor: pointer;
}
.videoPreviewItem:hover .videoPreviewDescr {
	color: #cb2d00;
}

.videoPreviewImg {
	width: 100px;
	height: 56px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
	opacity: 0.8;
}



.videoPreviewItem:hover .videoPreviewImg div {
	display: block;
}

.videoPreviewImg div {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #eef3f6;
	background-image: url(/i/icon-play.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.videoLength {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}







#newsNav,#videoPreviewScrollerNavigation {
	text-align: center;
	padding: 10px;
	padding-top: 10px;
}

#newsNav span,#videoPreviewScrollerNavigation span {
	display: inline-block;
	_display: inline;
	height: 26px;
	width: 26px;
	background: transparent url(../i/news-circle-empty.png) no-repeat scroll center center;
	cursor: pointer;
	font-weight: bold;
	padding-top: 11px;
	padding-left: 18px;
	margin-right: 10px;
	color: #2458a1;
}

.newsNavCircleCurrent {
	background: transparent url(/i/news-circle-full.png) no-repeat scroll center center !important;
	color: white !important;
}


.faqItem h3,.faqItem p {
	padding-top: 0 !important;
	padding-bottom: 20px !important;
}

.faqItem  {
	padding-bottom: 40px !important;
}



.subMenuHREF {
	display: inline-block;
	_display: block;
	padding: 5px;
	background: #2A7ED9 url(../i/menu-back.png) repeat-x scroll center center;
	color: white;
	margin-bottom: 15px;
	border-radius: 5px
}

.subMenuHREF:hover,.subMenuHREF.active {
	background: #CB2D00;
}



#vk_comments {
	position: absolute;
	background: white;
	top: 100px;
	left: 50%;
	margin-left: -248px;
	display: none
}


.participant {
	font-size: 10px;
}

.participant thead {
	font-weight: bold;
}

.participant tr:nth-child(2n){
	background-color: #eef3f6;
}

.participant td {
	padding: 0 3px 0 3px;
}
