@charset "UTF-8";

:focus {
	outline:none;
}

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

.clear {
	clear:both;
}

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

#container {
	position: absolute;
	width: 298px;
	height: 248px;
	top: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	overflow: hidden;
	border: thin solid #666;
}

/* ////////// LOADING  ////////////////*/
#loader {
	/*display: none;*/
	position: absolute;
	border: thin solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	top: 0;
	left: 0;
	width:298px;
	height:248px;
	background-color: #FFF;
}

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

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

/* ////////// HEADER  ////////////////*/
#header {
	position: absolute;
	width: 300px;
	height: 34px;
	top: 0;
	left: 0;
	background-color: #76004b;
	/*cursor: pointer;*/
}

#orangeLine {
	position: absolute;
	width: 300px;
	height: 4px;
	top: 34px;
	left: 0;
	background-color: #f26937;
}

.headerTxt {
	position: absolute;
	left: 27px;
	top: 5px;
}

/* ////////// FOOTER  ////////////////*/
#footer {
	position: absolute;
	width: 300px;
	height: 26px;
	left: 0;
	top: 224px;	
	background-color: #76004b;
}

#footerTxt {
	position: absolute;
	width: 100%;
	left: 6px;
	top: 8px;
}

/* ////////// ELEMENTS  ////////////////*/
#elements {
	position: absolute;
	width: 300px;
	height: 353px;
	left: 0;
	top: 0;
	overflow: hidden;
	background-color: #FFF;
}

/* ////////// BTN  ////////////////*/
#btn {
	position: absolute;
	/*opacity: 0;*/
	left: -132px;
	top: 115px;	
	width: 132px; 
	height: 22px;
	/*background-size: 142px 24px;*/
	background: repeat-x url(purpleBg.gif) 0 0;
	overflow: hidden;
	border-radius: 8px 0 8px 8px;
	-moz-border-radius: 8px 0 8px 8px;
	-webkit-border-radius: 8px 0 8px 8px;
	-o-border-radius: 8px 0 8px 8px;
}

#orange {
	position: absolute;
	background: repeat-x url(orangeBgBtn.gif) 0 0;
	width: 27px;
	height: 22px;
	left: 132px;
	top: 0;
	border-radius: 0 0 8px 0;
	-moz-border-radius: 0 0 8px 0;
	-webkit-border-radius: 0 0 8px 0;
	-o-border-radius: 0 0 8px 0;
}

#arrow {
	position: absolute;
	left: 8px;
	top: 6px;
}

#txtBtn {
	position: absolute;
	left: 11px;
	top: 7px;
	opacity: 0;
}

/* ////////// FRAME 1  ////////////////*/
#f1txt1, #f1txt2, #f1txt3, #f2txt1, #box1, #box2, #f3txt1, #f3txt2, #f4txt1, #f5txt1, #logo, #f6txt1 {
	opacity: 0;
	position: absolute;
}

#f1txt1 {
	left: 24px;
	top: 46px;	
}

#f1txt2 {
	left: 51px;
	top: 88px;	
}

#f1txt3 {
	left: 226px;
	top: 88px;	
}

#box1 {
	left: 25px;
	top: 85px;	
}

#box2 {
	left: 200px;
	top: 85px;	
}

/* ////////// FRAME 2  ////////////////*/
#f2txt1 {
	left: 9px;
	top: 46px;	
}

#check1 {
	position: absolute;
	left: 28px;
	top: 83px;
	width: 0px;
	height: 16px;
	overflow: hidden;
}

#check2 {
	position: absolute;
	left: 203px;
	top: 87px;	
	width: 0px;
	height: 16px;
	overflow: hidden;
}


/* ////////// FRAME 3  ////////////////*/
#f3txt1 {
	left:26px;
	top: 46px;	
}

#f3txt2 {
	left: 4px;
	top: 115px;	
}

/* ////////// FRAME 4  ////////////////*/
#f4txt1 {
	left: 92px;
	top: 68px;	
}

/* ////////// FRAME 5  ////////////////*/
#f5txt1 {
	left: 115px;
	top: 46px;	
}

/* ////////// FRAME 6  ////////////////*/
#logo {
	left: 12px;
	top: 57px;	
}

#f6txt1 {
	left: 125px;
	top: 46px;	
}

/* ///////// ISI ////////// */

/* ///////// ISI HOLDER ////////// */
#ISI_holder {
	position: absolute;
	overflow: hidden;
	width: 300px;
	height: 1604px;
	left: 0;
	top: 353px;
	background-color: #FFF;	
}

/* ///////// ISI HOLDER ////////// */
#ISI_holder {
	position: absolute;
	/*overflow: hidden;*/
	width: 300px;
	height: 1604px;
	left: 0;
	top: 148px;
	background-color: #FFF;	
}

/* ////////// SEPARATION  ////////////////*/
#separation {
	position: absolute;
	background: url(isiGradient.png) repeat-x;
	width: 100%;
	height: 7px;
	top: 0;
	left: 0;
}

/* ////////// ISI TEXT FORMAT ////////////////*/
.ISI_header {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #76004b;
	line-height: 100%;
	margin: 6px 0 0 6px;;
}

.copy {
	position: absolute;
	left: 6px;
	margin-top: 6px;
	width: 265px;
	font: Arial, Helvetica, sans-serif;
	color: #231F20;
	font-weight: normal;
}

.bold {
	font-weight: bold;
	color: #76004b;
	line-height: 100%;
}

p {
	margin-top: -3px;
}

ul {
	margin: -8px 0 14px -20px;
}

li {
	margin: 2px 0 6px 0;
}

#BMSLogo {
	margin: 0 0 10px 30px;
}

sup {
	position: absolute;
	margin-top: -1px;
	font-size: 6px;
}

/* //////////// SCROLLER //////////////////*/
#scroller, #scroller2 {
	position: absolute;
	width: 294px;
	top: 32px;
	overflow: hidden;
}

#scroller {	
	height: 44px;
}

#scroller2 {
	height: 113px;
}

#miniscroll-scroller {
}

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

.miniscroll-thumb {
	width: 8px !important;
   	background-color: #A9A9A9 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	cursor: pointer;
}
	
.miniscroll-tracker {
	position: absolute;
	background-color: #D9D9D9 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}

/* ///////// BUTTONS SETUP ////////// */
#expandCollapse {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	left: 245px;
	top: 11px;
	width: 49px;
	height: 11px;
	background: no-repeat url(btnExpand-Collapse.gif) 0 0;
}

.content {
	top: 0px;
	height: 200px;
}

.isiExpanding {
	top: 79px !important;
	height: 145x !important;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
} 

.contentCollapse {
	top: 353;
	height: 247px;
}

.collapsing {
	top: 148px !important;
	height: 76px !important;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

a:link {
	color: #76004b !important;
	text-decoration: underline;
}

a:visited {
	color: #76004b !important;
}

a:hover {
	text-decoration: none;
	color: #76004b;
}

a:active {
   color: #76004b !important;
}

#ctaBtn {
	position: absolute;
	cursor: pointer;
	width: 300px;
	height: 250px;
	top: 0;
	left: 0;
}