@charset "UTF-8";

/* //////////// SETUP //////////////////*/
:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

a, img {
    border:none;
}

.clear {
	clear:both;
}

body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

/* //////////// LOADER //////////////////*/

#loader {
	display: none;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	top: 0;
	left: 0;
	width: 298px;
	height: 248px;
	z-index: 6;
}

.loading {
	position: absolute;
	width: 100%;	
	top: 115px;
	text-align: center;
}

/* //////////// FOOTER //////////////////*/

#footer{
    position: absolute;
	width: 298px;
	height: 17px;
    top: 250px;
	left: 0;
	background-color: #FFF;
	z-index: 7;
}

#pi {
	position: absolute;
	left: 8px;
    top: -2px;
}

#mg {
	position: absolute;
	left: 202px;
    top: -2px;
}

/* //////////// BANNER //////////////////*/

#container {
	position: absolute;
	width: 298px;
	height: 248px;
	top: 0;
	left: 0;
	overflow: hidden;
	border: 1px solid #999;
	background-color: #4DB4B1;
}

/* //////////// CANVAS //////////////////*/

#anim {
	position: absolute;
	left: 150px;
	z-index: 2;
}

/* //////////// CONTENT //////////////////*/

/* //////////// BACKGROUND ////////////////*/

.sq1 {
	background-color: #249588;
}

.sq2 {
	background-color: #309A8F;
}

.sq3 {
	background-color: #008375;
}

.sq4 {
	background-color: #178E81;
}

#s1, #s2, #s3, #s4, #s5, #s6, #s7, #s8, #s9, #s10, #s11, #s12 {
	position: absolute;
	width: 80px;
	height: 86px;
	opacity: 0;
}

/* Horizontal */
#s1, #s2, #s3, #s4 {
	top: -4px;
}

#s5, #s6, #s7, #s8 {
	top: 82px;
}

#s9, #s10, #s11, #s12 {
	top: 167px;
}

/* Vertical */
#s1, #s5, #s9 {
	left: -8px;
}

#s2, #s6, #s10 {
	left: 72px;
}

#s3, #s7, #s11 {
	left: 151px;
}

#s4, #s8, #s12 {
	left: 230px;
}

#f1txt1, #f2txt1, #f3txt1, #logo, #interrogation, #numb, #mask, #glasses /*, #arrow, #arrow2, #boxBtn, */ {
	position: absolute;
}

/* //////////// Frame 1 //////////////////*/

#f1txt1 {
	left: -150px;
	top: 37px;
}

#mask {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px; 
	border-radius: 50px;
	overflow: hidden;
	width: 51px;
	height: 51px;
	left: 349px;
	top: 44px;
	/*background-color: #F00;*/
	z-index: 3;
}

#glasses {
	left: -2px;
	top: 14px;
}

/* //////////// Frame 2 //////////////////*/

#logo {
	left: -150px;
	top: 20px;
}

#f2txt1 {
	left: -150px;
	top: 78px;
}

#interrogation {
	opacity: 0;
	left: 237px;
	top: 39px;
}

/* //////////// Frame 3 //////////////////*/

#f3txt1 {
	left: -150px;
	top: 78px;
}

/*#boxBtn {
	width: 15px;
	height: 15px;
	left: 136px;
	top: 125px;
	background-color: #78c349;
	border-radius: 3px;
}

#arrow {
	opacity: 1;
	left: 4px;
	top: -2px;
}*/

#numb {
	opacity: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	color: #FFF;
	left: 22px;
	top: 155px;
}

/* //////////// Frame 4 //////////////////*/



/* //////////// BUTTONS //////////////////*/

a:link, a:visited, a:hover, a:active {
	color: #008472;
}

#ctaBtn {
	position: absolute;
	width: 300px;
	height: 250px;
	left: 0;
	top: 0;
	z-index: 4;
	cursor: pointer;
	background: url(spacer.gif) repeat;
}


/* //////////// ISI //////////////////*/
/* //////////// SCROLLER styles //////////////////*/

#ISI_holder {
    position: absolute;
    overflow: hidden;
    width: 300px;
    height: 83px;
    left: 0;
    top: 250px;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
    font-size: 11px;
	line-height: 100%;
	z-index: 5;
}

#scroller{
    position: absolute;
    width: 285px;
    height: 65px;
    overflow: hidden;
    margin-left: 8px;
}

.copy {
    /*position: absolute;*/
    /*left: 5px;*/
    width: 270px;
}


/* //////////// SCROLLER //////////////////*/

#miniscroll-scroller {
}

.miniscroll-container {
	margin-top: 10px !important;
}

.miniscroll-thumb {
	width: 6px !important;
	background-color: #7F7F7F !important;
	border-radius: 5px;
	cursor: pointer;
}

.miniscroll-tracker {
	position: absolute;
	background-color: #CCC !important;
	border-radius: 5px;
}

/* //////////// ISI TEXT FORMAT //////////////////*/

.bold {
	font-weight: bold;
}

.bold_underline {
	font-weight: bold;
	text-decoration: underline;
}

.title {
	font-weight: bold;
	color: #008a82;
}

ul {
	padding-bottom: -3px;
}

li {
	margin-left: -25px;
	padding-bottom: 3px;
}

.bullet {
	margin-bottom: -5px;
}

sup {
	margin: 0 0 0 2px;
	font-size: 8px;
}

.indication {
	color: #008a82;
	font-weight: bold;
	margin-bottom: -6px;
}
