@font-face {
	font-family: 'Margon';
	src: url('fonts/24D5C2_0_0.eot');
	src: url('fonts/24D5C2_0_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/24D5C2_0_0.woff') format('woff'),
		 url('fonts/24D5C2_0_0.ttf') format('truetype'),
		 url('fonts/24D5C2_0_0.svg#Margon') format('svg');
	font-weight: normal;
	font-style: normal;
}
 
/* MARGON */
@font-face {
	font-family: 'Margon';
	src: url('fonts/24D5C2_1_0.eot');
	src: url('fonts/24D5C2_1_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/24D5C2_1_0.woff') format('woff'),
		 url('fonts/24D5C2_1_0.ttf') format('truetype'),
		 url('fonts/24D5C2_1_0.svg#Margon') format('svg');
	font-weight: bold;
	font-style: normal;
}


/* ############## */
* {
	margin: 0;
	padding: 0;
}

.clearFix {
	clear: both;
}

a {
	color: inherit;
}
body {
	font: 16px/21px 'Octava';
	width: 100%;
	background-color: #2C2C2C;
}
#wrapper {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.picker {
	width: 750px;
	margin: 50px 0 0 260px;
	position: relative;
	color: #fff;
	display: none;
	
	.dinamic {
		width: 163px;
		height: 129px;
		background: url(../images/grid.png);
		margin: 200px 0 0 -105px;
	}
	
	.beat {
		width: 51px;
		height: 60px;
		cursor: pointer;
		position: absolute;
		margin: 350px 0 0 -50px;
		background: url(../images/button.jpg) no-repeat;
		z-index: 10000;
		&:hover {
			background: url(../images/button-hover.jpg);
		}
		
		&:active {
			background: url(../images/button-click.jpg);
		}
	}
	.beat-caption {
		position: absolute;
		margin: 420px 0 0 -65px;
		text-align: center;
		font: 18px/20px Futura;
	}
	
	.next {
		position: absolute;
		top: 240px;
		right: 70px;
		cursor: pointer;
		width: 59px;
		height: 80px;
		background: url(../images/right.png);
		&:hover {
			background: url(../images/right_hover.png);
		}
	}
	.prev {
		position: absolute;
		top: 240px;
		left: 70px;
		cursor: pointer;
		width: 59px;
		height: 80px;
		background: url(../images/left.png);
		display: none;
		&:hover {
			background: url(../images/left_hover.png);
		}
	}
	
	.you-draw {
		font: 30px/36px Margon;
		display: none;	
	}
	
	.tmbs {
		
		.tmb {
			width: 25px;
			float: left;
			text-align: center;
			font: 30px/36px Margon;
			
			/*&.finish {
				width:50px;
				line-height: 50px;
				border: none;
			}*/
		}
	}

	.active-border {
		background-color: #00AC7D;
		width: 25px;
		height: 3px;
		position: absolute;
	}
	
	.letter {
		font: 500px/500px Margon;
		height: 570px;
		text-align: center;
	}
	.result {
		font: 30px/36px Margon;
		display: none;
		
		.border-small {
			margin: -120px 0 0 335px;
			border-top: 1px solid #fff;
			width: 75px;
			height: 1px;
		}
	}
	.result-letters {
		margin-top: 70px;
		
		.tmb {
			width: 25px;
			float: left;
			text-align: center;
			font: 30px/36px Margon;
		}
	}
	.palette-caption {
		position: absolute;
		margin: -70px 0 0 20px;
		text-align: right;
		font: 24px/30px Margon;
	}
	.palette {
		position: absolute;
		margin: -70px 0 0 180px;
		width: 443px;
		
		.color {
			width: 34px;
			height: 34px;
			float: left;
			cursor: pointer;
		}
	}
}

.banner {
	position: absolute;
	margin: 10px 0 0 950px;
}

.zahod {
	table {
		width: 730px;
		background: url(../images/cross.png) top center;
		margin: 50px 0 0 150px;
		
		td {
			vertical-align: top;
		}
		.h1 {
			width: 380px;
			font: bold 32px/42px Futura;
			color: #fff;
			padding-bottom: 60px;
		}
		.blank {
			width: 80px;
		}
		.lead {
			font: 20px/24px Octava;
			color: #fff;
			width: 230px;
			padding: 10px 0 50px;
		}
		.descr {
			font: 16px/19px Octava;
			color: #fff;
			width: 380px;
		}
		.go {
			font: 16px/19px Octava;
			color: #FFE458;
			width: 230px;
			text-align:center;
			.start {
				width: 220px;
				background-color: #FFE458;
				color: #000;
				font: bold 24px/28px Futura;
				text-align: center;
				text-transform: uppercase;
				padding: 10px 0;
				margin: 30px 0 0 10px;
				cursor: pointer;
			}
		}
	}
}