body,html {
	font-size:16px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color:#424242;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -webkit-touch-callout:none;
}

.header{
	width:290px;
	text-align:center;
	text-transform:uppercase;
	color:#999;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:5px;
}


#text_resistance{
		position:absolute;
		left:20px;
		top:10px;
		height:490px;
		width:390px;
		overflow:hidden;
	}

	#image_resistance{
		position:inherit;
		left:0;
		height:465px;
		width:1024px;
		overflow:hidden;
		background-image:url(../img/DVOM-Resistance-Example.jpg);
		background-repeat:no-repeat;
		background-position: 50% 50%;
    	background-repeat: no-repeat;
   		background-size: cover;
	}


	#bulb1_resistance{
		position: absolute;
		left: 302px;
		top: 330px;
		cursor:pointer;
		z-index:10;
	}
	#bulb2_resistance{
		position: absolute;
		left: 470px;
		top: 330px;
		cursor:pointer;
		z-index:10;
	}

	#bulb1btn_resistance{
		position: absolute;
		left: 301px;
		top: 330px;
		cursor:pointer;
		z-index:100;
		width:42px;
		height:46px;
	}
	#bulb2btn_resistance{
		position: absolute;
		left: 470px;
		top: 330px;
		cursor:pointer;
		z-index:100;
		width:42px;
		height:46px;
	}

	#batterybtn_resistance{
		position: absolute;
		left: 304px;
		top: 30px;
		width:40px;
		height:48px;
		background-color:#ff0; opacity:0; filter: alpha(opacity=0); cursor:pointer;
		z-index:100;
	}

	#switch_resistance{
		position: absolute;
		left: 379px;
		top: 202px;
		z-index:50;
	}

	#leads0_resistance{
		position: absolute;
		left: 0px;
		top: 0px;
		display:none;
		z-index:10;
	}
	#leads1_resistance{
		position: absolute;
		left: 0px;
		top: 0px;
		display:none;
		z-index:10;
	}
	#leads2_resistance{
		position: absolute;
		left: 0px;
		top: 0px;
		display:none;
		z-index:10;
	}
	#leads3_resistance{
		position: absolute;
		left: 0px;
		top: 0px;
		display:none;
		z-index:10;
	}

	#overlaytext_resistance{
		position:absolute;
		font-size:14px;
		font-weight:bold;
		color:#545454;
		z-index:5;
	}
	#text_current{
		position:absolute;
		left:20px;
		top:10px;
		height:490px;
		width:390px;
		overflow:hidden;
	}

	#image_current{
		position:inherit;
		left:0;
		height:465px;
		width:1024px;
		overflow:hidden;
		background-image:url(../img/DVOM-Current-Example.jpg);
		background-repeat:no-repeat;
		background-position: 50% 50%;
    	background-repeat: no-repeat;
   		background-size: cover;
	}

	#fuse_current{
		position: absolute;
		left: 379px;
		top: 128px;
		cursor:pointer;
		z-index:100;
	}

	#bulb1_current{
		position: absolute;
		left: 301px;
		top: 336px;
		cursor:pointer;
		z-index:10;
	}
	#bulb2_current{
		position: absolute;
		left: 470px;
		top: 336px;
		cursor:pointer;
		z-index:10;
	}

	#bulb1btn_current{
		position: absolute;
		left: 301px;
		top: 336px;
		cursor:pointer;
		z-index:100;
		width:42px;
		height:46px;
	}
	#bulb2btn_current{
		position: absolute;
		left: 470px;
		top: 336px;
		cursor:pointer;
		z-index:100;
		width:42px;
		height:46px;
	}

	#batterybtn_current{
		position: absolute;
		left: 304px;
		top: 30px;
		width:40px;
		height:48px;
		background-color:#ff0; opacity:0; filter: alpha(opacity=0); cursor:pointer;
		z-index:100;
	}

	#cover0_current, #cover1_current{
		position: absolute;
		left: 0px;
		top: 0px;
		display:none;
		z-index:2;
	}

	#bulb1glow_current{
		position: absolute;
		left: 282px;
		top: 316px;
		z-index:50;
	}
	#bulb2glow_current{
		position: absolute;
		left: 451px;
		top: 316px;
		z-index:50;
		opacity: .4;
	}
	#switch_current{
		position: absolute;
		left: 379px;
		top: 202px;
		z-index:50;
	}

	#leads0_current{
		position: absolute;
		left: 0px;
		top: 0px;
		display:none;
		z-index:10;
	}
	#leads1_current{
		position: absolute;
		left: 0px;
		top: 0px;
		display:none;
		z-index:10;
	}
	#leads2_current{
		position: absolute;
		left: 0px;
		top: 0px;
		display:none;
		z-index:10;
	}
	#leads3_current{
		position: absolute;
		left: 0px;
		top: 0px;
		display:none;
		z-index:10;
	}
	#text_voltage{
		position:absolute;
		left:20px;
		top:10px;
		height:490px;
		width:390px;
		overflow:hidden;
	}

	#text2_voltage{
		position:absolute;
		left:20px;
		top:10px;
		height:490px;
		width:390px;
		overflow:hidden;
		display:none;
	}

	#image_voltage{
		position:inherit;
		left:0;
		height:465px;
		width:1024px;
		overflow:hidden;
		background-image:url(../img/DVOM-Voltage-Example01.jpg);
		background-repeat:no-repeat;
		background-position: 50% 50%;
    	background-repeat: no-repeat;
   		background-size: cover;
	}

	#lampholder_voltage{
		position:absolute;
		left: 0px;
		top:0px;
		height:490px;
		width:590px;
		overflow:hidden;
	}

	#lampholder2_voltage{
		position:absolute;
		left:0px;
		top:0px;
		height:490px;
		width:590px;
		overflow:hidden;
	}

	.ans_voltage{
		padding-left:30px;
		padding-bottom:10px;
	}


	.img_voltage{
		opacity:0;
		vertical-align:middle;
		padding-right:10px;
		filter: alpha(opacity=0);
	}

	#leads1_voltage{
		position:absolute;
		height:490px;
		width:590px;
		left:-47px;
		overflow:hidden;
		background-image:url(../img/cd_kc_pieces/vdtest_kc_leads1.png);
		background-repeat:no-repeat;
		display:none;
		z-index:11;
	}

	#leads2_voltage{
		position:absolute;
		height:490px;
		width:590px;
		left:-47px;
		overflow:hidden;
		background-image:url(../img/cd_kc_pieces/vdtest_kc_leads2.png);
		background-repeat:no-repeat;
		display:none;
		z-index:11;
	}

	#leads3_voltage{
		position:absolute;
		height:490px;
		width:590px;
		left:-47px;
		overflow:hidden;
		background-image:url(../img/cd_kc_pieces/vdtest_kc_leads3.png);
		background-repeat:no-repeat;
		display:none;
		z-index:11;
	}

	#leads4_voltage{
		position:absolute;
		height:490px;
		width:590px;
		top:43px;
		left:-129px;
		overflow:hidden;
		background-image:url(../img/cd_kc_pieces/vdtest_kc_leads4.png);
		background-repeat:no-repeat;
		display:none;
		z-index:11;
	}

	#leads5_voltage{
		position:absolute;
		height:490px;
		width:590px;
		top:-42px;
		left:40px;
		overflow:hidden;
		background-image:url(../img/cd_kc_pieces/vdtest_kc_leads5.png);
		background-repeat:no-repeat;
		display:none;
		z-index:11;
	}

	#leads6_voltage{
		position:absolute;
		height:490px;
		width:590px;
		top:0px;
		left:-45px;
		overflow:hidden;
		background-image:url(../img/cd_kc_pieces/vdtest_kc_leads7.png);
		background-repeat:no-repeat;
		display:none;
		z-index:11;
	}
	#animation2_voltage{
		position:absolute;
		height:490px;
		width:590px;
		margin-top:1px;
		left:-47px;
		overflow:hidden;
		background-image:url(../img/cd_kc_pieces/switch1.png);
		background-repeat:no-repeat;
		z-index:8;
	}

	#fuse_voltage{
		position:absolute;
		height:490px;
		width:590px;
		margin-top:28px;
		left:-47px;
		overflow:hidden;
		background-image:url(../img/cd_kc_pieces/fuse1.png);
		background-repeat:no-repeat;
		z-index:8;
	}

	.lampon_voltage{
		position:absolute;
		height:490px;
		width:590px;
		top:38px;
		left:-130px;
		overflow:hidden;
		background-image:url(../img/cd_kc_pieces/lamp1.png);
		background-repeat:no-repeat;
		z-index:8;
		display:none;
	}

	.lampoff_voltage{
		position:absolute;
		height:490px;
		width:590px;
		top:38px;
		left:-130px;
		overflow:hidden;
		background-image:url(../img/cd_kc_pieces/lamp3.png);
		background-repeat:no-repeat;
		z-index:8;
	}

	.bulbglow_voltage{
		position:absolute;
		height:84px;
		width:81px;
		overflow:hidden;
		background-image:url(../img/cd_kc_pieces/bulbglow.png);
		background-repeat:no-repeat;
		z-index:9;
		opacity:0;
	}

	#btn0_voltage{	position:absolute; left:304px; top:30px; height:49px; width:38px;z-index:50; background-color:#990; opacity:0; cursor:pointer; }
	#btn1_voltage{	position:absolute; left:376px; top:122px; height:53px; width:43px;z-index:50; background-color:#990; opacity:0; cursor:pointer; }
	#btn2_voltage{	position:absolute; left:376px; top:198px; height:53px; width:43px;z-index:50; background-color:#990; opacity:0; cursor:pointer; }
	#btn3_voltage{	position:absolute; left:300px; top:335px; height:53px; width:43px;z-index:50; background-color:#990; opacity:0; cursor:pointer; }
	#btn4_voltage{	position:absolute; left:470px; top:335px; height:53px; width:38px;z-index:50; background-color:#900; opacity:0; cursor:pointer;}

	#ener_voltage{ position:absolute; z-index:100; left:430px; top:10px; width:200px; height:30px;}
	#ener2_voltage{ position:absolute; z-index:100; left:430px; top:50px; width:200px; height:30px;}


	.darkgreybg{
		background:#1f2024 !important;
	}

	#meterHolder {
	    position: relative;
	    top: 60px;
	    height: 615px;
	    width: 850px;
	    z-index: 1;
	    margin-left: 50%;
	    left: -425px;
	}

/*#measurementsBody{
	position:absolute;
	left:-400px;
	top:-1110px;
	height:500px;
	width:590px;
	z-index:10;
	display:block;
}*/

#measurementsBody{
	position:absolute;
	height:500px;
	width:1024px;
	left:50%;
    margin:40px 0 0 -512px;
	z-index:10;
	display:block;
}




#calculator, #calculatorOhms{
	position:relative;
	left:-145px;
	top:45px;
	width:290px;
	margin-left:50%;
	z-index:2;
	display:none;
}

#calculator.ipad{
	position:absolute;
	top:80px;
	left:20px;
	border:2px solid #ccc;padding:5px;
}

#calculatorOhms.ipad{
	position:absolute;
	top:80px;
	left:20px;
	border:2px solid #ccc;padding:5px;
}

#calculator p, #calculatorOhms p{
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:normal;

}


#voltage, #current, #resistance, #definitions, #LDL, #sae, #about, #ohmslaw, .toolPage{
	position:relative;
	margin:0 auto;
	top:45px;
	width:90%;
	max-width:1200px;
	z-index:1;
	display:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	text-align:left;


	background-color:#fff;
	/*border:1px solid #666;
	padding:10px;*/
}

img.ldl.right{
	max-width:40%; float:right; margin-left:30px;margin-bottom:30px;
}
img.ldl.left{
	max-width:40%; float:left; margin-right:30px;margin-bottom:30px;
}
img.ldl.big{
	max-width:60%;
}

#myframe{
	position:absolute;
	top:75px;
	width:768px;
	z-index:1;
	display:none;
	left:-384px;
	margin-left:50%;
	height:640px;
}

#meterinfo{
	width: 250px;
    z-index: 1;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: left;
    background-color: #e8e8e8;
    border: 1px solid #666;
    padding: 10px;
    display: inline-block;
    float: left;
    margin-left: 30px;
    margin-top: 25px;
}


#addmeter{
	position:relative;
	top:480px;
	width:250px;
	left:450px;
	z-index:1;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	text-align:left;
}

ol > li{
	margin-left:30px;

}

ul > li{
	margin-left:30px;

}

.indent > li{
	margin-left:30px;

}

.indent, ol{
	margin-bottom:15px;
}

p{
	margin-bottom:15px;
}

#calculatorOhms .ffRadioWrapper a{margin-right:0px;}

button{
	padding: 10px 18px;
	display: inline-block;
	background-color: #e0e0e0;
	border:1px solid #ccc;
	cursor:pointer;
}

button {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

button:hover {
    opacity:.7;
}

button.active{
	background-color: #efad00;
	border:1px solid #be8700;
}
.ipadcalctext{
	border-top: 1px solid #999;padding-top:15px;
}

@media screen and (max-height: 630px){

	#image_voltage{
		width:320px;
	}
	#image_resistance{
		width:320px;
	}
	#image_current{
		width:320px;
	}


	#measurementsBody{
		width:320px;
		left:50%;
		margin:40px 0 0 -160px;
	}




}
