body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#stickyheader {
	position: fixed;
	width: 100%;
	height: 50px;
	background-color: #efefef;
	border: thin solid #c1c1c1;
	top: -100px;
	z-index: 1000;
	font-family: 'Open Sans', Ariel, Sans-serif;
	padding: 0 0;
	-moz-box-shadow: 0px 0px 7px #c1c1c1;
	-webkit-box-shadow: 0px 0px 7px #c1c1c1;
	box-shadow: 0px 0px 7px #c1c1c1;
}

#stickyheader #headertitle{
	position: absolute;
	float: left;
	left: 0;
	margin: 7px 0px 0px 25px;
	font-weight: 300;
	color: #498af3;
	font-size: 24px;
	
}

#stickyfooter {
	position: fixed;
	width: 100%;
	height: 35px;
	background-color: #efefef;
	border: thin solid #c1c1c1;
	bottom: -20%;
	z-index: 1000;
	font-family: 'Open Sans', Ariel, Sans-serif;
	padding: 0 0;
	-moz-box-shadow: 0px 0px 7px #c1c1c1;
	-webkit-box-shadow: 0px 0px 7px #c1c1c1;
	box-shadow: 0px 0px 7px #c1c1c1;
}

#achievements_label, #achievements_value, #about{
	position: relative;
	float: left;
	font-weight: 300;
	font-size: 12px;
	margin-left: 25px;
	margin-top: 3px;
	color: #777777;
	cursor: pointer;
}

#achievements_value{
	margin-left: 15px;
}

#achievement_box{
	
	font-family: 'Open Sans', Ariel, Sans-serif;
	position: fixed;
	width: 600px;
	height: 400px;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -200px;
	background-color: #efefef;
	border: thin solid #c1c1c1;
	-moz-box-shadow: 0px 0px 7px #c1c1c1;
	-webkit-box-shadow: 0px 0px 7px #c1c1c1;
	box-shadow: 0px 0px 7px #c1c1c1;
	z-index: 61;
	display: none;
}



#achievement_box_title{
	position: relative;
	float: left;
	left: 0;
	margin: 7px 0px 0px 15px;
	font-weight: 300;
	color: #498af3;
	font-size: 24px;
}

#achievements_list{
	position: relative;
	margin-top: 50px;
	width:100%;
	height: 320px;
	background-color: #ffffff;
	overflow: auto;
}

#achievements_close{
	position: relative;
	float: right;
	bottom: 0px;
	margin-top: 7px;
	margin-right: 20px;
	color: #777777;
	font-size: 12px;
	font-weight: 300;
	cursor: pointer;
}

#achievement_row{
	position: relative;
	float: left;
	width: 100%;
	height: 75px;
	border-bottom: thin solid #efefef;
	background-color: #ffffff;
}

#achievement_icon{
	position: relative;
	float: left;
	width: 75px;
	height: 75px;
	border-right: 3px solid #777777;
	left: 0px;
}

#icon_inactive{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	opacity: .5;
}

#achievement_name_active, #achievement_name_inactive{
	position: absolute;
	float: left;
	left: 85px;
	margin-left: 15px;
	color: #000000;
	font-weight: 300;
	font-size: 18px;
	width: 500px;
	height: 20px;;
	margin-top: 10px;
	
}

#achievement_descr_active, #achievement_descr_inactive{
	position: absolute;
	left: 90px;
	top: 30px;
	margin-left: 10px;
	color: #777777;
	font-weight: 300;
	font-size: 14px;
	float: left;
	margin-top: 10px;
}

#achievement_name_inactive{
	color: #c1c1c1;
}

#achievement_descr_inactive{
	color: #c1c1c1;
}

#about{
	float: right;
	margin-right: 25px;
}

#dark{
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .5;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 60;
	display: none;
}

#achievement_alert{	
	font-family: 'Open Sans', Ariel, Sans-serif;
	position: fixed;
	height: 100px;
	width: 350px;
	background-color: #d91348;
	bottom: 50px;
	right: -50%;
	z-index: 100;
	padding: 0 0;
}

#alert_icon{
	position: relative;
	float: left;
	width: 75px;
	height: 100%;
	border-right: 2px solid #ffffff;
	background-position: 0 0;
}

#alert_label{
	position: absolute;
	font-size: 12px;
	font-weight: 300;
	color: #ffffff;
	top: 5px;
	left: 100px;
}

#alert_title{
	font-size: 16px;
	font-weight: 300;
	color: #ffffff;
	position: absolute;
	left: 100px;
	top: 25px;
}

#alert_descr{
	font-size: 12px;
	font-weight: 300;
	color: #ffffff;
	position: absolute;
	left: 100px;
	top: 50px;
}

#about_box{
	
	font-family: 'Open Sans', Ariel, Sans-serif;
	position: fixed;
	width: 600px;
	height: 300px;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -200px;
	background-color: #efefef;
	border: thin solid #c1c1c1;
	-moz-box-shadow: 0px 0px 7px #c1c1c1;
	-webkit-box-shadow: 0px 0px 7px #c1c1c1;
	box-shadow: 0px 0px 7px #c1c1c1;
	z-index: 61;
	display: none;
}



#about_title{
	position: relative;
	float: left;
	left: 0;
	margin: 7px 0px 0px 15px;
	font-weight: 300;
	color: #498af3;
	font-size: 24px;
}

#about_descr{
	padding: 10px 10px;
	position: relative;
	margin-top: 50px;
	width:580px;
	height: 200px;
	background-color: #ffffff;
	overflow: auto;
	font-weight: 300;
	font-size: 14px;
}

#sections {
	float: right;
	margin-right: 25px;
	color: #a1a1a1;
}

#sections li{
	display: inline;
	text-decoration: none;
	list-style-type: none;
	padding: 10px;
	cursor: pointer;
}



#panel1{
	font-family: 'Open Sans', Ariel, Sans-serif;
	position: relative;
	width: 100%;
	height: 435px;
	background-color: #ffffff;
	color: #777777;
}

#title{
	position: relative;
	margin: 200 auto;
	height: 90px;
	width: 525px;
	color: #777777;
	font-weight: 300;
	font-size: 18px;
	text-align: center;
}

#panel1 h1{
	color: #498af3;
	font-size: 64px;
	float: left;
	display: inline;
	margin: 0 0;
	padding: 0 0;
	font-weight: 300;
	margin-bottom: 20px;
}

#beginBTN, #lessonBTN{
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	-moz-box-shadow: 0px 0px 7px #c1c1c1;
	-webkit-box-shadow: 0px 0px 7px #c1c1c1;
	box-shadow: 0px 0px 7px #c1c1c1;
	height: 35px;
	width: 135px;
	padding-top: 8px;
	position: relative;
	margin: 40 auto;
	cursor: pointer;
	background-color: #498af3;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Open Sans', Ariel, Sans-serif;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
}

#buttnROW{
	width: 100%;
	height: 40px;
	position: relative;
	float: left;
	padding-top: 75px;
	margin-bottom: 200px;
}



#divider_container{
	position: relative;
	width: 100%;
	height: 15px;
	float: left;
	
}
#divider{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 80%;
	height: 10px;
	border-bottom: thin solid #e1e1e1;
}


#overview{
	position: relative;
	display: inline;
	float: left;
	width: 100%;
	height: 1800px;
	background-color: #ffffff;
}

#lesson_row{
	position: relative;
	float: left;
	width: 100%;
	height: 425px;
}

#lesson_title{
	position: relative;
	margin: 65px auto;
	width: 100%;
	height: 64px;
	font-family: 'Open Sans', Ariel, Sans-serif;
	color: #498af3;
	font-size: 48;
	font-weight: 300;
	text-align: center;
}

#left_image{
	font-family: 'Open Sans', Ariel, Sans-serif;
	position: relative;
	height: 350px;
	width: 900px;
	float: left;
	font-weight: 300;
	font-size: 20;
	color: #777777;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 50%;
	margin-left: -450px;
	margin-top: 30px;
	
}

#right_image{
	font-family: 'Open Sans', Ariel, Sans-serif;
	position: relative;
	height: 350px;
	width: 900px;
	float: left;
	font-weight: 300;
	font-size: 20;
	color: #777777;
	background-repeat: no-repeat;
	background-position: right;
	left: 50%;
	margin-left: -450px;
	margin-top: 30px;
	
}



#left_image #text_right, #left_image2 #text_right{
	position: relative;
	float: right;
	margin: 20px 50px 0px 0px;
	width: 350px;
}

#left_image #text_right h2, #left_image2 #text_right h2,#video_right #text_left h2{
	font-weight: 600;
	font-size: 24;
	color: #000000;
}

#text_left{
	position: relative;
	float: left;
	margin: 20px 0px 0px 20px;
	width: 350px;
}

#video_right{
	font-family: 'Open Sans', Ariel, Sans-serif;
	position: relative;
	height: 350px;
	width: 900px;
	float: left;
	font-weight: 300;
	font-size: 20;
	color: #777777;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 50%;
	margin-left: -450px;
	margin-top: 0px;
	
}

#video_right #vid_container{
	float: right;
	width: 450px;
	height: 275px;
	position: relative;
	margin-top: 50px;
}

.bottom1{
	margin-top: 800px;
}
#lesson1marker{
	position: relative;
	float: left;
	width: 100%;
	height: 20px;
}

#lesson1{
	position: relative;
	display: inline;
	float: left;
	width: 100%;
	height: 1400px;
	background-color: #ffffff;
	display: none;
}

#mag_over{
	position: absolute;
	float: right;
	left: 50%;
	background:url('images/magnifying-blue.png') 0 0 no-repeat;
	width: 350px;
	height: 350px;
	margin-left: 205px;
	margin-top: 65px;
	z-index: 50;
	display: none;
}

#activity_canvas{
	position: relative;
	width: 1050px;
	height: 650px;
	background-color: #ffffff;
	margin: 0 auto;
	 box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    overflow-y: hidden;
	overflow-x: hidden;
}

#activity_screen{
	margin-top: 25px;
	margin-left: 25px;
	width: 1000px;
	height: 600px;
	border: thin solid #efefef;
	overflow-y: hidden;
	overflow-x: hidden;
}

#activity_circle{
	position: absolute;
	 background-color: #db1c48;
 	 height: 150px;
 	-moz-border-radius:75px;
 	-webkit-border-radius: 75px;
 	width: 150px;
 	z-index: 50;
 	padding: 0 0;
 	font-family: 'Open Sans', Ariel, Sans-serif;
 	color: #ffffff;
 	font-weight: 600;
 	font-size: 45px;
 	left: 50%;
 	margin-left: -510px;
 	margin-top: -35px;
 	text-align: center;
}

#circle_label{
	position: relative;
	margin: 15px 25px;
}

#instructions1{
	position: absolute;
	background-color: #efefef;
	border: 3px solid #c1c1c1;
	box-shadow: 4px 7px 18px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 4px 7px 18px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 4px 7px 18px rgba(0, 0, 0, 0.20);
	z-index: 51;
	width: 250px;
	height: 125px;
	left: 50%;
	top: 50%;
	margin-top: 60px;
	margin-left: -450px;
	font: 16px 'Open Sans', Ariel, Sans-serif;
	padding: 10px 10px 10px 10px;
	display: none;
	
}

#inputform1{
	position: absolute;
	width: 300px;
	height: 30px;
	z-index: 51;
	left: 50%;
	top: 0%;
	margin-left: -312px;
	margin-top: 349px;
}


#inputform1 #searchform1 #inputdiv input{
	width: 537px;
	height: 25px;
	border: none;
	font: 16px 'Open Sans', Ariel, Sans-serif;
	padding-left: 5px;
}

#inputform1 #searchform1 #inputimage input{
	left: 50%;
	top:0%;
	margin-left: 553px;
	margin-top: -28px;
}

#images_top, #images_middle, #images_bottom{
	margin-left: 25px;
}

#images_top{
	margin-top: 25px;
}

#images_middle{
	display: none;
}

#search_tools{
	width: 100px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -179px;
	margin-left: 107px;
}

#search_tools_hint{
	width: 100px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -184px;
	margin-left: 100px;
	border: 5px solid #43aa48;
	display: none;
}

#any_color{
	width: 83;
	height: 24;
	position: absolute;
	left: 50%;
	top:0%;
	margin-top: 202px;
	margin-left: -41px;
}

#any_color_hint{
	width: 83;
	height: 24;
	position: absolute;
	left: 50%;
	top:0%;
	margin-top: 197px;
	margin-left: -47px;
	border: 5px solid #43aa48;
	display: none;
}

#color_chips{
	width: 168px;
	height: 173px;
	position: absolute;
	float: right;
	left: 42%;
	top: 0%;
	margin-top: 227px;
	z-index: 55;
	display: none;
}

#white_chip{
	width: 20;
	height: 20;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 55;
	margin-top: 33px;
	margin-left: -55px;
	display: none;
}

#purple_chip{
	width: 20;
	height: 20;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 55;
	margin-top: 12px;
	margin-left: -15px;
	display: none;
}

#white_chip_hint{
	width: 20;
	height: 20;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 55;
	margin-top: 27px;
	margin-left: -61px;
	border: 5px solid #43aa48;
	display: none;
}

#purple_chip_hint{
	width: 20;
	height: 20;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 55;
	margin-top: 7px;
	margin-left: -20px;
	border: 5px solid #43aa48;
	display: none;
}

#white_menu{
	width: 83;
	height: 24;
	position: absolute;
	left: 50%;
	top:0%;
	margin-top: 200px;
	margin-left: -26px;
}

#purple_menu{
	width: 83;
	height: 24;
	position: absolute;
	left: 50%;
	top:0%;
	margin-top: 183px;
	margin-left: -73px;
}

#red_menu{
	width: 83;
	height: 24;
	position: absolute;
	left: 50%;
	top:0%;
	margin-top: 184px;
	margin-left: -71px;
}

#chips_white_selected{
	width: 168px;
	height: 173px;
	position: absolute;
	float: right;
	left: 42%;
	top: 0%;
	margin-top: 227px;
	z-index: 55;
	display:none;
}

#menu_purple_selected{
	width: 168px;
	height: 173px;
	position: absolute;
	float: right;
	left: 37%;
	top: 0%;
	margin-top: 208px;
	z-index: 55;
	display:none;
}

#menu_red_selected{
	width: 168px;
	height: 173px;
	position: absolute;
	float: right;
	left: 37%;
	top: 0%;
	margin-top: 208px;
	z-index: 55;
	display:none;
}

#brown_chip{
	width: 20;
	height: 20;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 55;
	margin-top: 32px;
	margin-left: 5px;
	display: none;
}

#red_chip{
	width: 20;
	height: 20;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 55;
	margin-top: -27px;
	margin-left: -108px;
	display: none;
}

#bw_chip{
	width: 20;
	height: 20;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 55;
	margin-top: -59px;
	margin-left: -137px;
	display: none;
}

#tesla_search_txt{
	font-family:  Ariel, Sans-serif;
	color: #000000;
	font-size: 20px;
	background-color: #ffffff;
	font-weight: 300;
	width: 200px;
	height: 20px;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -242px;
	position: absolute;
	z-index: 51;
}

#bw_hint{
	position: absolute;
	background-color: #efefef;
	border: 3px solid #c1c1c1;
	box-shadow: 4px 7px 18px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 4px 7px 18px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 4px 7px 18px rgba(0, 0, 0, 0.20);
	z-index: 51;
	width: 200px;
	height: 125px;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: 50px;
	font: 16px 'Open Sans', Ariel, Sans-serif;
	padding: 10px 10px 10px 10px;
	display: none;
}
