@charset "utf-8";
/* CSS Document */

#bg_left {
	position: absolute;	
	top: 0px;		
	width: 240px;	
	height: 1800px;
	background-image: url('images/1977_Joystick_bg_wood_left.jpg');	
	z-index: 1;			
}

#bg_right {
	position: absolute;	
	top: 0px;		
	width: 240px;			
	height: 1800px;
	background-image: url('images/1977_Joystick_bg_wood_right.jpg');	
	z-index: 1;			
}

#mainContent {
	position: absolute;
	top: 0px;
	width: 960px;
	height: 1800px;
	z-index: 10;			
}

#bg_top {
	position: absolute;
	width: 960px;
	height: 614px;	
	top: 0px;
	left: 0px;	
	background-image: url('images/1977_Joystick_bg_top.png');
	z-index: 20;	
}

#bg_body {
	position: absolute;
	width: 960px;	
	top: 614px;
	left: 0px;
	bottom: 0px;	
	background-image: url('images/1977_Joystick_bg_body.png');
	z-index: 20;	
}

#block_info {
	width: 900px;
	height: 300px;
	margin-left: 15px;
	margin-top: 15px;	
	background-color: #da4c09;
	border: 15px solid white;
	border-radius: 25px;
	z-index: 30;	
}

#joystick_anim {
	position: relative;	
	width: 214px;
	height: 250px;
	top: 15px;
	left: 15px;
	cursor: pointer;
	z-index: 50;	
}

#joystick_anim_hover {
	position: relative;	
	width: 214px;
	height: 12px;
	top: 25px;
	left: 15px;
	text-align: center;
	z-index: 75;
}

#info_text {
	position: relative;
	top: -250px;
	left: 250px;
	width: 630px;
	z-index: 50;
	}
	
#block_purchase_inst {
	width: 900px;
	height: 330px;
	margin-left: 15px;
	margin-top: 15px;	
	background-color: #da4c09;
	border: 15px solid white;
	border-radius: 25px;
	z-index: 30;		
}

#inst_sample {
	position: relative;
	width: 500px;
	height: 250px;
	top: -290px;
	left: 15px;
	z-index: 50;	
	}

#inst_purchase_text {
	position: relative;
	top: -235px;
	left: 540px;
	width: 340px;
	z-index: 75;	
}

#block_purchase_kit_dom {
	padding: 15px;
	width: 397px;
	height: 300px;
	margin-left: 15px;
	margin-top: 15px;	
	background-color: #da4c09;
	border: 15px solid white;
	border-radius: 25px;
	z-index: 30;		
}

#block_purchase_kit_int {
	position: relative;
	float:right;
	padding: 15px;	
	width: 397px;
	height: 300px;
	top: -360px;
	margin-right: 15px;	
	background-color: #da4c09;
	border: 15px solid white;
	border-radius: 25px;
	z-index: 30;		
}

#btn_kit_price_dom {
	position: relative;
	top: 10px;
	left: -5px;
	width: 200px;
	z-index: 90;		
}

#btn_kit_add_dom {
	position: relative;
	top: -30px;
	left: 201px;
	width: 200px;
	cursor: pointer;		
	z-index: 100;		
}

#btn_kit_price_int {
	position: relative;
	top: 10px;
	left: -5px;
	width: 200px;	
	z-index: 90;		
}

#btn_kit_add_int {
	position: relative;
	top:-30px;
	left: 201px;
	width: 200px;
	cursor: pointer;		
	z-index: 100;		
}

#btn_inst_price {
	position: relative;	
	top: -220px;
	left: 540px;
	width: 125px;	
	z-index: 90;		
}

#btn_inst_add {
	position: relative;	
	top: -230px;
	left: 485px;
	width: 200px;
	cursor: pointer;		
	z-index: 100;		
}

#block_copyright {
	position: relative;		
	width: 930;
	margin-left: 15px;
	top: -200px;
	text-align: center;
	font-family: 'Lato', sans;
	color: black;	
	font-size: 13px;
	font-weight: bold;	
}
	
a:link {
	text-decoration: none;
	font-family: 'Lato', sans;
	font-weight: bold;
	color: white;
}
a:hover {
	text-decoration: none;
	font-family: 'Lato', sans;
	font-weight: bold;
	font-style: italic;
	color: white;
}
a:visited {
	text-decoration: none;	
	font-family: 'Lato', sans;
	font-weight: bold;
	color: white;
}
		
.body_text {
	font-family: 'Lato', sans;
	color: white;
	font-size: 14px;
}

.body_title {
	font-family: 'Lato', sans;
	color: white;
	font-size: 16px;
	font-weight: bold;
}
.fine_print_text {
	font-family: 'Lato', sans;
	color: white;	
	font-size: 10px;
}	

.copyright_text {
	font-family: 'Lato', sans;
	color: black;	
	font-size: 12px;	
}