@charset "utf-8";
/* CSS Document */
/* ©2009 MNguyen */

body {
	background: url(images/bkgd.jpg) top center no-repeat #131313;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a8a8a8;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #0ea7ff;
	text-decoration: none;
}

#splash {
	width: 980px;
	height: 743px;
	padding: 0;
	margin: 0 auto;
}

#splash .copyright {
	margin: 688px auto auto 618px;
	padding: 0;
	color: #fff;
	position: absolute;
	z-index: 5;
	text-transform: uppercase;
	font-size: 10px;
}

#main {
	width: 904px;
	margin: 27px auto 0px;
	padding: 0;
}

#main .logo {
	width: 164px;
	height: 52px;
	padding: 0;
	margin-left: 45px;
}

#main .nav {
	clear: both;
	margin: 18px auto auto 264px;
	padding: 0;
	width: 425px;
	height: 120px;
}

#main .pics {
	width: 450px;
	height: 320px;
	padding: 52px 0 0 0;
	float: left;
	background: url(images/loading.gif) center 160px no-repeat;
}

#main .content {
	height: 360px;
	padding: 0;
	margin: 20px auto auto 460px;
}

#scroll {
	width: 402px;
	height: 288px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 10px 0 0 0;
	padding: 10px 20px 10px 9px;
	line-height: 1.5em;
}

#scroll h1 {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

#scroll h2 {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}

#scroll p {
	margin-bottom: 2em;
	margin-top: 0;
}

#scroll .topic {
	text-transform: uppercase;
	color: #fff;
}

.scrollgeneric {
	line-height: 1px;	
	font-size: 1px;	
	position: absolute;	
	top: 0; left: 0;
}

.vscrollerbase {
	width:13px;
	background-color: #2b2b2b;
}

.vscrollerbar {
	background-image: url(images/scroll_arrow.gif);
	width: 9px;
	padding: 3px;
	z-index: 2;
	height: 12px !important;
	margin-left: 2px;
}

/* properties for scroller jog box, just in case */

.scrollerjogbox {
	width: 22px;
	height: 22px;	
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background: #698AAA;
}

#main .copyright {
	clear: both;
	margin: 91px auto auto 580px;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	font-size: 10px;
}

#main .gallery {
	padding: 20px 0 0 19px;
	height: 360px;
}

#main .gallery .title {
	margin-bottom: 11px;
}

#main .gallery .bigpic {
	margin-top: 7px;
	margin-right: 23px;
	width: 422px;
	height: 280px;
	padding: 0;
	float: left;
}

/* default opacity for IE */
img {
	filter:alpha(opacity=100);
}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
}

#main .gallery .thumbarea {
	padding-left: 444px;
}

.coming_soon {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}

#scroll .email {
	margin-top: 2em;
	margin-left: 15px;
}

#scroll .email td {
	height: 20px;
}

.header_note {
	text-transform: none;
	font-style: italic;
}

#scroll .links {
	margin-top: 1em;
	margin-left: 15px;
}

#scroll .links a:link, #scroll .links a:visited {
	color: #a8a8a8;
	text-decoration: none;
}

#scroll .links a:hover {
	color: #fff;
	text-decoration: none;
}

#scroll .video_img {
	margin: 5px 9px 3px 0;
	float: left;
	padding: 7px;
	width: 93px;
	height: 84px;
	background: none;
}

#scroll .video_img:hover {
	background: url(images/img_bk.png) no-repeat;
}

#scroll .projects {
	margin-left: 7px;
	padding-top: 7px;
	min-height: 91px;
}

#scroll .projects h1 {
	color: #0ea7ff;
}

#scroll .projects a.projlink:link, #scroll .projects a.projlink:visited {
	color: #0ea7ff;
	text-decoration: none;
}

#scroll .projects a.projlink:hover {
	color: #fff;
	text-decoration: none;
}

#scroll .projects p {
	margin-bottom: 1em;
}

.lowercase {
	text-transform: none;
}

.clear {
	clear: both;
	margin-bottom: 1.5em;
}