@charset "utf-8";
/* CSS Document */

/* will clean this up before official release */


body {
	background:#CCC url(../img/bg_lrg.gif) center 25px repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment  {
	height: 0px;
	display: block;
	background-color: transparent;
}

::-webkit-scrollbar-track-piece  {
	background-color: #DDD;
	-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
	height: 50px;
	background-color: #C5C5C5;
	border: 1px solid #eee;
	-webkit-border-radius: 6px;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

h3 {
	text-transform: capitalize;
	text-align: center;
	font-size: 15px;
	line-height: 0px;
	color: #333333;
}


h4 {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 0px;
	color: #fff;
}

h2 {
	text-transform: capitalize;
	text-align: right;
	font-size: 9px;
	color: #fff;
}

#topbar {
	position: absolute;
	width: 100%;
	height: 25px;
	top: 0;
	left: 0;
	background-image:url(../img/topbar_bg2.gif);
	background-color:#888;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2), inset 0px 5px 5px rgba(255,255,255,0.1), inset 0px -5px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2), inset 0px 5px 5px rgba(255,255,255,0.1), inset 0px -5px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2), inset 0px 5px 5px rgba(255,255,255,0.1), inset 0px -5px 10px rgba(0,0,0,0.1);
	z-index: 120;
}

/* currently unused */
#topbar_text {
	position: relative;
	left: 50%;
	width: 800px;
	height: auto;
	margin-left: -330px;
}

#topbar_name {
	position:absolute;
	left: 50%;
	width: 300px;
	height: auto;
	top: 0;
	margin-left: -340px;
	z-index: 125;
}

/* currently unused */
#topbar_port {
	position:absolute;
	left: 50%;
	width: 400px;
	height: auto;
	top: 0;
	margin-left: -180px;
	z-index: 126;
}

#beta-status {
	position:absolute;
	left: 50%;
	height: auto;
	top: 0;
	margin-left: -108px;
	margin-top: 24px;
	z-index: 200;
}

#bottombar {
	position: absolute;
	width: 100%;
	height: 18px;
	bottom: 0;
	left: 0;
	background-color:#888;
/*	background-image:url(../img/topbar_bg.gif);*/
	box-shadow: inset 0px 5px 5px rgba(255,255,255,0.1), inset 0px -5px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 5px 5px rgba(255,255,255,0.1), inset 0px -5px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 5px 5px rgba(255,255,255,0.1), inset 0px -5px 10px rgba(0,0,0,0.1);
	z-index: 121;
}

#bottombar_text {
	position: relative;
	left: 50%;
	width: 800px;
	line-height: 2px;
	height: auto;
	margin-left: -380px;
}

#showcase {
	position: absolute;
	top: 74px;
	left: 50%;
	width: 950px;
	height: 500px;
	border: none;
/*	margin-top: -300px;*/
	margin-left: -475px;
/*	border: 1px solid #f00;*/
	padding: 0px;
	overflow: hidden;
}

#category {
	position: relative;
	left: 100px;
	height: 500px;
	width: 800px;
	border: none;
	overflow: visible;
/*	border: 1px solid #f00;*/
}

#leftfade {
	position: absolute;
	top: 159px;
	left: 50%;
	width: 100px;
	height: 330px;
/*	border: 1px solid #666;*/
/*	margin-top: -213px;*/
	margin-left: -475px;
	background: url(../img/fade_lt3.png) left top;
/*	background-image:url(../img/fade_lt2.png);*/
	text-align:center;
	z-index: 25;	
}

#rightfade {
	position: absolute;
	top: 159px;
	left: 50%;
	width: 100px;
	height: 330px;
/*	margin-top: -213px;*/
	margin-left: 375px;
/*	border: 1px solid #f00;*/
	background: url(../img/fade_rt3.png) right top;
/*	background-image:url(../img/fade_rt2.png);*/
	text-align:center;
	z-index: 26;
}

#leftbutton {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 34px;
	height: 254px;
/*	margin-top: -175px;*/
	margin-left: -398px;
	text-align:center;
	visibility:hidden;
	z-index: 30;	
}

#rightbutton {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 34px;
	height: 254px;
/*	background-color:#000;*/
/*	margin-top: -175px;*/
	margin-left: 351px;
	text-align:center;
	visibility:visible;
	z-index: 33;	
}

#rewindbutton {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 68px;
	height: 254px;
/*	background-color:#000;*/
/*	margin-top: -175px;*/
	margin-left: 351px;
	text-align:center;
	visibility:hidden;
	z-index: 31;	
}

.horiz-btn {
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}

.horiz-btn:hover {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

#hidecorner {
	position: absolute;
	top: 525px;
	left: 50%;
	width: 500px;
	height: 50px;
/*	margin-top: 518px;*/
	margin-left: -23px;
	background-color: #CCC;
/*	border: 1px solid #f00;*/
	z-index: 27;	
}

#hidecorner2 {
	position: absolute;
	top: 525px;
	left: 50%;
	width: 150px;
	height: 50px;
/*	margin-top: 152px;*/
	margin-left: -475px;
	background-color: #CCC;
/*	border: 1px solid #f00;*/
	z-index: 32;	
}

#fs-fade-bt {
	position: absolute;
	top: 525px;
	left: 50%;
	width: 302px;
	height: 50px;
/*	margin-top: 152px;*/
	margin-left: -325px;
	background-image:url(../img/fade_bot2.png);
	z-index: 28;		
}

#fs-fade-tp {
	position: absolute;
	top: 74px;
	left: 50%;
	width: 308px;
	height: 54px;
/*	margin-top: -300px;*/
	margin-left: -325px;
/*	border: 1px solid #f00;*/
	background-image:url(../img/fade_top3.png);
	z-index: 29;		
}

#filmstrip-up {
	position: absolute;
	top: 118px;
	left: 50%;
	width: 302px;
	height: 50px;
/*	margin-top: -255px;*/
	margin-left: -325px;
	visibility: hidden;
	z-index: 20;
}

#filmstrip-dn {
	position: absolute;
	top: 482px;
	left: 50%;
	width: 302px;
	height: 50px;
/*	margin-top: 106px;*/
	margin-left: -325px;
	visibility: visible;
	z-index: 21;
}

.filmstrip-btn {
	position: relative;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 20px;
	margin-top: -10px;
	margin-left: -100px;
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}

.filmstrip-btn:hover {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}

.project {
	top: 0px;
	width: 750px;
	height: 500px;
	overflow: hidden;
/*	border: 1px solid #666;*/
	background-image: url(../img/proj-bg2.png);
	background-repeat: no-repeat;
/*	background-attachment:fixed;*/
	background-position: 33px 85px;
	float: left;
}

.project-promo {
	top: 0px;
	width: 750px;
	height: 500px;
	overflow: hidden;
/*	border: 1px solid #666;*/
	float: left;
}


.project-background {
	position: relative;
	top: 190px;
	left: 153px;
	width: 717px;
	height: 330px;
	background-color: #FFF;
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}

.project-text {
	position: relative;
	top: 100px;
 	left: 75px;
	width: 290px;
	height: 290px;
/*	background-color: #DDD;*/
/*	font: 11px Arial,Helvetica,sans-serif;*/
	text-align: justify;
	line-height: 125%;
	overflow: auto;
	border: none;
	float: left;
/*	padding: 20px;*/
	padding-right: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.project-text em {
	font-weight:bold;
}

.project-text a {
	font-weight:bold;
}

.project-text a:hover {
	text-decoration:underline;
}

.project-title {
	position: relative;
	top: 0px;
	font: 14px Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	font-weight:bold;
	padding-bottom: 5px;
	border: none;
}

#page-block {
	position: relative;
	top: 100px;
 	left: 65px;
	width: 600px;
	height: 300px;
/*	border: 1px solid #000;*/
	border: none;
	overflow: hidden;
}

.page-text {
	position: relative;
/*	width: 635px;*/
	font: 11px Arial,Helvetica,sans-serif;
	text-align: justify;
	line-height: 125%;
	overflow: hidden;
/*	border: 1px solid #f00;*/
	border: none;
	float: left;
	padding: 10px;
/*	padding-right: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 0px;*/
}

.text-expand {
	position: relative;
	width: 98%;
	font: 11px Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-align: right;
	line-height: 125%;
	overflow: hidden;
/*	border: 1px solid #f00;
	background-image: url(../img/proj-bg.png);
	background-position:center;*/
	border: none;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
}

.page-text-fade {
	position: relative;
	background-image: url(../img/text-fade.png);
	width: 635px;
	top: 53px;
/*	left: -5px;	*/
/*	border: 1px solid #000;*/
	z-index: 100;
}

.filmstrip {
	position: relative;
	top: 100px;
	left: 50px;
	width: 302px;
	height: auto;
	border: none;
	float: left;
}

.photo {
	height: 300px;
	width: 300px;
 	border: 1px solid #AAA;
	background-color:#FFF;
	margin-bottom: 50px;
/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}

.promo {
	position: relative;
/*	top: 100px;*/
	left: 50px;
	height: 308px;
	width: 656px;
	overflow: hidden;
	background-color:transparent;
}

.promo img {
	border: 1px solid #AAA;
/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	-moz-box-shadow: 2px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 2px 3px 3px rgba(0,0,0,0.2);
}

.promo-text {
	position: relative;
	text-align: justify;
	line-height: 125%;
	overflow: auto;
	border: none;
	float: left;
/*	padding: 20px;
	padding-right: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;*/
}

#navbar {
	position: absolute;
	width: auto;
	height: 23px;
	top: 0px;
	left: 50%;
	margin-left: 8px;
/*	border: 1px solid #000;*/
	text-align: left;
	overflow: visible;
	z-index: 150;
}

.button_container {
	position:relative;
	height: 25px;
	width: 54px;
	margin-top: 0px;
/*	margin-right: 1px;*/
	margin-bottom: 0px;
	margin-left: 0px;
/*	margin: 1px;
	border: 1px solid #9e9999;*/
/*	padding: 2px;*/
	display: inline-block;
/*	white-space: nowrap;*/
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 25px;	
	background-color: #333;
	box-shadow: inset 0px 5px 5px rgba(255,255,255,0.2), inset 1px 1px 0px rgba(255,255,255,0.2), inset -1px -1px 0px rgba(0,0,0,1.0);
	-moz-box-shadow: inset 0px 5px 5px rgba(255,255,255,0.2), inset 1px 1px 0px rgba(255,255,255,0.2), inset -1px -1px 0px rgba(0,0,0,1.0);
	-webkit-box-shadow: inset 0px 5px 5px rgba(255,255,255,0.2), inset 1px 1px 0px rgba(255,255,255,0.2), inset -1px -1px 0px rgba(0,0,0,1.0);
	float:none;
}

.button_container_2 {
	position:relative;
	height: 25px;
	width: 54px;
	margin-top: 0px;
/*	margin-right: 1px;*/
	margin-bottom: 0px;
	margin-left: 0px;
/*	border: 1px solid #9e9999;*/
	display: inline-block;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 25px;	
	background-color:#FFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1), inset -1px -1px 0px rgba(0,0,0,0.25), inset 0px -5px 7px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.1), inset -1px -1px 0px rgba(0,0,0,0.25), inset 0px -5px 7px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.1), inset -1px -1px 0px rgba(0,0,0,0.25), inset 0px -5px 7px rgba(0,0,0,0.1);
	float:none;
}

.button_container a {
	color: #fff;
	display: block;
}

.button_container a:hover {
	color: #333;
	height: 25px;
	width: 54px;
	background-color:#FFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1), inset -1px -1px 0px rgba(0,0,0,0.25), inset 0px -5px 7px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.1), inset -1px -1px 0px rgba(0,0,0,0.25), inset 0px -5px 7px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.1), inset -1px -1px 0px rgba(0,0,0,0.25), inset 0px -5px 7px rgba(0,0,0,0.1);
}

.button_container a:active {
	color: #FFF;
	background-color: #333;
}

.button_container_2 a:hover {
	color: #333;
	font-weight: bold;
/*	background-color:#FFF;*/
}
.nsam {
	display:inline-block;
	width:0;
}