/* 	blue : 0000a4
	pink : ffdce3
	gray : E6E3E4
	
*/


* {font-family: Arial, Helvetica, sans-serif; font-size: 12px; outline:0}

body { background-color:#ffdce3; margin:0; overflow:hidden }

img {border:0}

table {width:100%; text-align:left; border:0}
td {text-align:left; vertical-align:top}

a {color:#000; text-decoration:underline }
a:hover {text-decoration:underline }
a:visited, a:active {color:#000; text-decoration:underline }

#BG 	{position:absolute; top:0px; left:0px; z-index:10}
#BGGRAY {position:absolute; top:0px; left:0px; z-index:5; display:none}

#BACKBUTTON {position:absolute; bottom:50px; left:55px; z-index:20; width:11px; height:22px; background-image:url(../_GFX/back.png); background-repeat:no-repeat; background-position:0px 0px; cursor:pointer}
/* #BACKBUTTON:hover {background-position:-11px 0px } */

#CAT {position:absolute; bottom:52px; left:160px; z-index:20}

#POPUP {position:absolute; width:540px; height:340px; padding:10px; z-index:40; background-color:#ffdce3; display:none; }
#CONTACT {position:absolute; width:240px; height:100px; padding:10px; z-index:40; background-color:#ffdce3; display:none; }

#linkContainer {text-align:right; width:540px}
#videoContainer {text-align:left; width:540px; height:327px}

.mo {cursor:pointer; display:inline; color:#0000a4; text-decoration:none}
.mo:hover {text-decoration:none; color:#0000a4;}
.moinv {display:none;  color:#0000a4; text-decoration:none}
.moinv:hover {text-decoration:none; color:#0000a4;}

ul {margin:0; padding:0;}
li {list-style-position:outside; list-style-image:url(../_GFX/md3.gif); margin-left:11px; padding-left:0px;}


/* ------------------------------------------------------------------------------------------
	CUSTOM SCROLLER
   ------------------------------------------------------------------------------------------ */

.TEXTBOX { width:540px; height:304px; float:left; margin-right:20px; margin-bottom:20px}
.holdertextbox { width:540px; height:304px; float:left; margin-left:0; margin-top:0; margin-bottom:0; margin-right:20px; overflow:hidden}

.TEXTBOXSYID { width:404px; height:304px; float:left; margin-right:20px; margin-bottom:20px}
.holdertextboxSYID { width:404px; height:304px; float:left; margin-left:0; margin-top:0; margin-bottom:0; margin-right:20px; overflow:hidden}


.scroll-paneA {
	position: relative;
	overflow: none;
	float: left;
}

.WINB .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.WINB .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	
}
.WINB .jScrollPaneDrag {
	position: absolute;
	background:#000;
	cursor: pointer;
	overflow: hidden;
}
   