#main-container
{
	position:absolute;
	top:10px; left:0; bottom:0px; right:0px;
	width: 760px;
	height: 570px;
	padding: 0px;
	margin: 0 auto;
	outline: 4px solid #1c1c1c;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-ms-touch-action: none;
	user-select: none;
	standard-user-select: none;
	
	-webkit-box-shadow: 0 20px 10px -6px #1c1c1c;
	   -moz-box-shadow: 0 20px 10px -6px #1c1c1c;
	        box-shadow: 0 20px 10px -6px #1c1c1c;
}

#header
{
	position: relative;
	width: 760px;
	height: 70px;
	line-height:50px;
	vertical-align: middle;
	
	background: #0d8546; /* Old browsers */
	background: -moz-linear-gradient(top,  #0d8546 0%, #17844a 50%, #046734 52%, #06763c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d8546), color-stop(50%,#17844a), color-stop(52%,#046734), color-stop(100%,#06763c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0d8546 0%,#17844a 50%,#046734 52%,#06763c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0d8546 0%,#17844a 50%,#046734 52%,#06763c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0d8546 0%,#17844a 50%,#046734 52%,#06763c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0d8546 0%,#17844a 50%,#046734 52%,#06763c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d8546', endColorstr='#06763c',GradientType=0 ); /* IE6-9 */

}

#logo
{
	height:40px;
	width:127px;
	padding-top:5px;
	padding-left:6px;
	display: inline-block;
}

#lessonTitle
{
	position:absolute;
	top: 15px;
	left: 8px;
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	text-shadow: 1px 1px 2px #000000;
}

ul 
{
	list-style-type: none;
    margin: 0;
    padding: 0;
	float:right;
	
	margin: 0;
    padding: 0;
	padding-top:10px;
	padding-right:20px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	display: inline;
}

ul li
{
	font-family: Arial;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	text-shadow: 1px 0px 4px #000000;
    display: inline;
	text-align:left;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-ms-touch-action: none;
	user-select: none;
	standard-user-select: none;
}

ul li a
{
	color: #ffffff;
}

ul li:hover
{	
	background: #0F8F4C;
	text-decoration: none;
}

ul li ul
{	
	cursor: pointer;
	z-index:999;
	padding: 0;
	position: absolute;
	top: 50px;
	left:447px;
	width: 150px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
}

ul li ul li
{ 
  background: #0F8F4C;
  padding: 0px 10px 0px 10px;
  display: block; 
}

ul li ul li:hover
{
	background: #0d8546;
	text-decoration: none;
}

ul li:hover ul
{
  display: block;
  opacity: 1;
  visibility: visible;
}

/*-------------------*/

.selected
{	
	font-weight: bolder;
}

#content
{	
	position: relative;
	width: 760px;
	height: 420px;
}

#canvas
{
	width: 760px;
	height: 420px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	
	display:none;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-ms-touch-action: none;
	user-select: none;
	standard-user-select: none;
}

body
{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	background-color: #333333;
}

#overlayVideo
{
	display: none;
    position: relative;
	top: -425px;
	width: 760px;
	height: 420px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-ms-touch-action: none;
	user-select: none;
	standard-user-select: none;
}

#posterFrame
{
    position: relative;
	top: -850px;
	width: 760px;
	height: 420px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	cursor:pointer;
	display:none;
}

#loading
{
	margin: 0;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	font-family : Century Gothic;
	font-size : 30px;
	color : #FFFFFF;
	color : rgb(255, 255, 255);
}

#preloader
{
	display: none;
    position: absolute;
	top: 253px;
	left: 330px;
	width: 100px;
	height: 10px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#preloader #percentage
{
    position: absolute;
	top:2px;
	left:2px;
	width: 96px;
	width: 0px;
	height: 6px;
	background-color: #ffa928;
}

#preloader #total
{
	position: absolute;
	width: 100px;
	height: 10px;
	background: #8ed7f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #8ed7f1 0%, #2096be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ed7f1), color-stop(100%,#2096be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8ed7f1 0%,#2096be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8ed7f1 0%,#2096be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8ed7f1 0%,#2096be 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8ed7f1 0%,#2096be 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ed7f1', endColorstr='#2096be',GradientType=0 ); /* IE6-9 */
}

.button
{
	cursor: pointer;
	display:inline-block;
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(pp.png);
	
	width:44px; 
	height:27px;
	background-position: -140px -2px;
}

.button:hover
{
	width:44px;
	height:27px;
	background-position: -94px -2px;
}

.button:active
{
	width:40px;
	height:25px;
	background-position: -186px -2px;
}

.button1
{
	cursor: pointer; cursor: hand;
	display:inline-block;
	overflow:hidden;
	background-repeat:
	no-repeat;background-image:url(pp.png);
	
	width:44px;
	height:28px;
	background-position: -48px -2px;
}

.button1:hover
{
	width:44px;
	height:28px;
	background-position: -2px -2px;
}

.button1:active
{
	width:40px;
	height:24px;
	background-position: -228px -2px;
}

.button_disabled
{
	cursor: default;
	display:inline-block;
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(pp.png);
	
	width:44px; 
	height:27px;
	background-position: -270px -2px;
}

.button1_disabled
{
	cursor: default;
	display:inline-block;
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(pp.png);
	
	width:44px; 
	height:27px;
	background-position: -316px -2px;
}

#footer
{
	position: absolute;
	width: 760px;
	height: 80px;
	
	background: #f5f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(21%,#dbdce2), color-stop(49%,#b8bac6), color-stop(80%,#dddfe3), color-stop(100%,#f5f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
}

#CC
{
	font-family: Arial;
	width: 610px;
	height: 60px;
	position:absolute;
	top:5px; left:5px; bottom:0px; right:0px;
	padding: 8px 0px 0px 8px;
	overflow:auto;
	color: #333333;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-ms-touch-action: none;
	user-select: none;
	standard-user-select: none;
	
	background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6e6e6 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6e6e6 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
}

#nav
{
	width:145;
	height:60;
	margin:auto;
	position:absolute;
	top:20px; left:670px; bottom:0px; right:0px;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('Century Gothic.eot'); /* IE9 Compat Modes */
  src: url('Century Gothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Century Gothic.woff') format('woff'), /* Modern Browsers */
       url('Century Gothic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Century Gothic.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'classic 10_66';
	src: url('Classic1066_latin+latin-ext_gdi.eot');
	src: url('Classic1066_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'),
		url('Classic1066_latin+latin-ext_gdi.woff') format('woff'),
		url('Classic1066_latin+latin-ext_gdi.ttf') format('truetype'),
		url('Classic1066_latin+latin-ext_gdi.svg#Classic1066-Regular') format('svg');
}