@charset "utf-8";
/* CSS Document */
   
object { 
    outline:none; 
}

.framer {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	z-index: 998;
	text-align: center;
	padding: 0px;
	border: solid 0px;
}
   
.demoframe {
    position: absolute; 
    width: 100%; 
    height: 100%; 
	top: 0px; 
	left: 0px; 
	z-index: 0; 
	text-align: center; 	 
	padding: 0px; 
	border: solid 0px;  
}

.frame { 
    position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0%; 
	left: 0%; 
	z-index: 1; 
	text-align: center; 	
	padding: 0px; 
	border: solid 0px;  
}

.framerone {
	display: none;
	position: static;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	z-index: -1;
	text-align: center;	
	padding: 0px;
	border: solid 0px;
}
.consulframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -2;
	text-align: center;	
	padding: 0px;
	border: solid 0px;
}
 
.frameone {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	z-index: 0;
	text-align: center;	
	padding: 0px;
	border: solid 0px;
}
