* {
	margin: 0px; padding: 0px; border: 0px;
	font-family: 'Arvo';
	font-style: italic;
	color: #515959;
	font-size: 10px;
	line-height: 0px;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}

body { background-: #edf0f0; }
ul { list-style-type: none; }

#page { left: 0px; right: 0px; top: 0px; bottom: 0px; position: absolute; text-align: center; }

#bar { width: 256px; height: 100%; margin-left: -1px; text-align: left; }

#vln1 {
	width: 1px; height: 100%;
	margin-right: -1px;
	float: left;
	background: rgba(0,13,13,0.3);
	position: relative;
	z-index: 20;
}
#vln2 {
	width: 1px; height: 100%;
	margin-left: -1px;
	float: right;
	background: rgba(0,13,13,0.3);
	position: relative;
	z-index: 20;
}
#vln3 {
	width: 2px; height: 100%;
	margin-left: -2px;
	float: right;
	left: 2px;
	background: rgba(255,255,255,0.5);
	position: relative;
	z-index: 20;
}



header { width: 256px; height: 122px; background: #3a4040; position: absolute; z-index: 10; }

#mnbg { top: 95px; left: 0px; position: absolute; }

ul.tbs li { cursor: pointer; height: 27px; position: absolute; }
ul.tbs li.active { opacity: 0; cursor: default; }

#tbgal-h { position: absolute; z-index: 8; }
#tbgal { position: absolute; z-index: 9; }
#tbgal:hover { opacity: 0; }

#tbabt-h { left: 51px; position: absolute; z-index: 8; }
#tbabt { left: 51px; position: absolute; z-index: 9; }
#tbabt:hover { opacity: 0; }

#cnx { float: right; right: 2px; position: relative; }
#cnct-h { float: right; margin-left: -21px; z-index: 8; }
#cnct { float: right; z-index: 9; }
#cnct:hover { opacity: 0; }

.tbbd { background: #3a4040; clear: both; }
.tb { display: none; }



#allthmbs {
	top: 122px; bottom: 0px;
	width: 256px;
	background: url('../i/pttrn2.png') ;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	-webkit-overflow-scrolling: touch;
}

.tc {
	width: 256px; height: 95px;
	vertical-align: bottom;
	display: block;
	position: absolute;
	opacity: 1;
	z-index: 1;
}

.tg {
	width: 256px; height: 95px;
	vertical-align: bottom;
	position: relative;
	opacity: 1;
	z-index: 2;
	transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-webkit-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
}

.tg:hover {
	opacity: 0;
	transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
}

.brk {
	vertical-align: bottom;
	width: 256px; height: 6px;
	margin-bottom: -1px;
	position: relative;
	z-index: 5;
}

.nmtd {
	margin-bottom: -15px;
	display: block;
	bottom: 18px;
	left: 4px;
	width: 37px;
	height: 15px;
	position: relative;
	z-index: 3;
	pointer-events: none;
}

#hghlght {
    display: block;
    position: relative;
    z-index: 3;
    margin-bottom: -95px;
}



#abt {
	top: 122px; bottom: 27px;
	width: 256px;
	background: url('../i/pttrn2.png') ;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
}

#atxt {
	color: #f2f2e6;
	padding: 12px 10px;
	width: 236px;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	text-shadow: 1px 1px 0px rgba(10,13,13,0.2);
}

h1 {
	color: #f2f2e6;
	font-weight: 400;
	font-style: italic;
	font-size: 26px;
	line-height: 28px;
}

.lnkr {
	color: #f2f2e6;
	text-decoration: none;
	background: rgba(0,13,13,0.3);
	padding: 0px 2px 2px 2px;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.lnkr:hover { color: black; background: #ffbf00; }

hr { height: 14px; visibility: hidden; margin-bottom: -1px; }

#abttm { width: 256px; height: 27px; bottom: 0px; position: fixed; }



.cprt { display: block; }



#ifrm {
	left: 256px; right: 0px; top: 0px; bottom: 0px;
	overflow: hidden;
	background-image: url('../i/pttrn1.png');
	position: absolute;
}

#ldgf {
	left: 256px; right: 0px; top: 0px; bottom: 0px;
	background-image: url('../i/ldng.gif');
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
}

iframe {
	width: 100%; height: 100%;
	position: relative;
	z-index: 50;
}