﻿@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
	height: 100%;
	}

input {
	background-color:transparent;
	border:none; 
	font-family: NotCourierSansRegular, Lucida Console, Andale Mono, Verdana;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	}

body,td,th {
	height: 100%;
	margin:0px;
	font-family: NotCourierSansRegular, Lucida Console, Andale Mono, Verdana;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	border: none;
	padding: 0;
}

@font-face {
	font-family: 'NotCourierSansRegular';
	src: url('NotCourierSans-webfont.eot');
	src: local('☺'), url('NotCourierSans-webfont.woff') format('woff'), url('NotCourierSans-webfont.ttf') format('truetype'), url('NotCourierSans-webfont.svg#webfontgR8zraR6') format('svg');
	font-weight: normal;
	font-style: normal;
}

img {
	border-style:none;
	}

hr {
	border:none;
	border-top: 1px dashed #666;
	height: 1px;
	align:center;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #00CDAC;
}

a:active {
	color: #00CDAC;
}

.navbar {
	left:100px;
	top:88px;
	width:230px;
	height:432px;
	z-index:2;
	position:fixed;
	text-align:left;
	background-image: url(images/navbar_bg.png);
	visibility: visible;
	letter-spacing: 0px;
	overflow:visible !important;
}

.active {
	text-decoration: none;
	color: #000;
	background-color: #75edcb;
}

.main {
	position:relative;
	left:385px;
	top:88px;
	height:432px;
	z-index:1;
	visibility: visible;
	font-family: NotCourierSansRegular, Lucida Console, Andale Mono, Verdana;
	font-size: 10px;
	font-weight: normal;
	text-align:left;
}

.disclaim {
	position:absolute;
	z-index:-1;
	visibility: visible;
	font-family: NotCourierSansRegular, Lucida Console, Andale Mono, Verdana;
	font-size: 10px;
	font-weight: normal;
	vertical-align:bottom;
	text-align: left;
	padding-left: 8px;
}

.touch {
	position:fixed;
	top: 328px;
	left: 385px; 
	visibility: visible;
	font-family: NotCourierSansRegular, Lucida Console, Andale Mono, Verdana;
	font-size: 10px;
	font-weight: normal;
	vertical-align:bottom;
	text-align: left;
	color: #000; 
}

.work {
	position:fixed;
	top: 280px;
	left: 385px; 
	visibility: visible;
	font-family: NotCourierSansRegular, Lucida Console, Andale Mono, Verdana;
	font-size: 10px;
	font-weight: normal;
	vertical-align:bottom;
	text-align: left;
	padding-left: 8px;
	color: #000; 
	background: #75edcb;
	z-index: 100;
	}
	
.work2 {
	-moz-user-select:none;
	min-height:100%;
	margin:0;
	width:100%;
	height:100%;
	}
	
div#description a span {
	display: none;
	}

div#description a:hover img {
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
	
div#description a:hover span {
	display: block;
	position: absolute; 
	bottom: 0px;
	right: 0px;
	width: auto;
	
  	padding: 5px; 
	z-index: 100;
   	color: #000; 
	background: #75edcb;
   	font: 10px NotCourierSansRegular, Lucida Console, Andale Mono, Verdana; 
	text-align: left;
	}
	
div#descriptionxtra a span {
	display: none;
	}
	
div#descriptionxtra a:hover span {
	display: block;
	position: absolute; 
	bottom: 0px;
	right: 0px;
	width: auto;
  	padding: 5px; 
	z-index: 100;
   	color: #000; 
	background: #75edcb;
   	font: 10px NotCourierSansRegular, Lucida Console, Andale Mono, Verdana; 
	text-align: left;
	}