@charset "utf-8";
/* CSS Document */
html, body, table, td, tr{
	margin: 0px;
	padding: 0px;
}

body{
	font-size: 14px;
	font-family: Myriad Pro, "Trebuchet MS", serif;
	color: #333333;
}

img{
	border: none;
}

a {
	color:#000;
}

.header{
	height:406px;
	background-image:url(images/header_bg.png);
}

.fblock{
	float: left;
}

.greyblock{
	padding-top: 14px;
	color: #e4ff00;
	font-size: 17px;
}

.greyblock a{
	color: #e4ff00;
}

.greenblock{
	margin-top: 30px;
}

.wrapper{
	margin: 0 auto;
	width: 958px;
}

#image_container{
  margin-top: 40px;
  width: 958px;
  height: 538px;
  overflow: hidden;
}

.circlediv{
	margin: 0 auto;
	margin-top: -40px;
	width: 80px;
}

.shadowblock{
	height:35px;
	margin-top: 40px;
	background-position: center;
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
}




.circle {
	float: left;
	width: 6px;
	height: 6px;
	background: #a3a09c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wrapper_orng{
	margin: 0 auto;
	padding: 20px 30px 20px 30px;
	width: 958px;
	border: 1px solid #cfdc5e; /* Параметры рамки */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.cap1{
	font-size: 24px;
}

.cap2{
	font-size: 26px;
}

.boardname{
	margin-top: 5px;
	text-align: center;
}

.ul1{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.ul2{
	list-style-image:url(images/galka.png);
	margin-left: 0px;
	padding-left: 0px;
}

.ul3{
	list-style-image:url(images/clock.png);
	margin-left: 0px;
	padding-left: 0px;
}

.ul1 li, .ul2 li, .ul3 li{
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 6px;
}

.footer{
	color: #808080;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 20px;
}


/*dialog window*/

#dw_mask{
	display:none;
	position:absolute;
	left:0;
    top:0;
    z-index:9000;
    background-color:#fff;
	opacity:0.70;
    filter:alpha(opacity=70);
}

#dw_wrapper{
	display:none;
	position:absolute;
    left:0;
    top:0;
    z-index:9999;
	background-image: url(images/dw_bg.png);
	width:647px;
	height:507px;

	padding: 40px 50px 40px 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 16px;

}

.dw_orange{
	background:#f4d559;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:center;
	width: 510px;
	padding: 20px 0px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 50px;
	line-height: 20px;
	text-shadow: #faeaac 1px 1px 1px;
}

.dw_inputs{
	width: 300px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.dw_inputs span{
	display: block;
	margin-bottom: 5px;
}

.dw_inputs input{
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 28px;
}

#dw_close{
	background-image:url(images/close.png);
	width:50px;
	height: 51px;
	margin: -38px 0px 0px 535px;
	cursor: pointer;
}

/*buttons*/

.b_createacc{
	width: 143px;
	height: 48px;
	background-image: url("images/btn_createacc_ru.png");
}
.b_createacc:hover {
	background-position: 0px 48px;
}


.b_push{
	width: 238px;
	height: 69px;
	background-image: url("images/btn_push_ru.png");
}
.b_push:hover {
	background-position: 0px 69px;
}


.b_try{
	width: 232px;
	height: 66px;
	background-image: url("images/btn_try_ru.png");
}
.b_try:hover {
	background-position: 0px 66px;
}

.b_alogo{
	margin-top: 5px;
	width: 236px;
	height: 32px;
	background-image: url("images/logo_alt.png");
}
.b_alogo:hover {
	background-position: 0px 32px;
}

.b_mlogo{
	margin-top: 5px;
	width: 144px;
	height: 24px;
	background-image: url("images/logo_mv.png");
}
.b_mlogo:hover {
	background-position: 0px 24px;
}



.b_ready{
	width: 193px;
	height: 61px;
	background-image: url("images/btn_ready_ru.png");
}
.b_ready:hover {
	background-position: 0px 61px;
}


/*ENGLISH*/
.b_createacc_en{
	width: 143px;
	height: 48px;
	background-image: url("images/btn_createacc_en.png");
}
.b_createacc_en:hover {
	background-position: 0px 48px;
}


.b_push_en{
	width: 238px;
	height: 69px;
	background-image: url("images/btn_push_en.png");
}
.b_push_en:hover {
	background-position: 0px 69px;
}


.b_try_en{
	width: 232px;
	height: 66px;
	background-image: url("images/btn_try_en.png");
}
.b_try_en:hover {
	background-position: 0px 66px;
}
