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


/*--GLOBAL SETTINGS--*/
body {	background-color: #333333;	background-image:url(../Images/Layout/Main/filban3d_background.jpg);  background-repeat: repeat-x;  font-family: Arial, Helvetica, sans-serif;  color: #CCCCCC;  }
a:link {  color: #a2cc5a;  text-decoration: none; margin: 0px;}
a:visited {	color: #a2cc5a;	text-decoration: none;	margin: 0px; }
a:hover {  color: #cae86d;  text-decoration: underline; margin: 0px;}
a:active {
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	left: -400px;
	background-position: left;
}
.copyrite {  font-family: Arial, Helvetica, sans-serif; 	font-size: 10px;	color: #CCCCCC  }
.navText {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #CCCCCC;	line-height: 20px;	font-weight: bold;  }
.linkText {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	color: #CCCCCC;	line-height: 20px;	}

/*--NAVIGATION BUTTONS--*/
#navAttributes {  z-index: 1;	position: absolute; 	left: 50%;  }
.home {  top: 56px;	margin-left: 290px;	}
.reel {  top: 80px;	margin-left: 282px;	}
.resume {  top: 104px;	margin-left: 276px;	}
.contact {  top: 128px;	margin-left: 270px;	}
.links {  top: 152px;	margin-left: 263px;	}

.mainBanner {	background-position: center top;	height: 250px;	width: 1024px;	top: 0px;	position: absolute;	left: 50%;	margin-left: -512px;	z-index: 0;  }

.newBanner {	background-position: center top;	height: 152px;	width: 1024px;	top: 0px;	position: absolute;	left: 50%;	margin-left: -512px;	z-index: 0;  }

.newNav {	background-position: center top;	height: 20px;	width: 1024px;	top: 130px;	position: absolute;	left: 50%;	margin-left: -400px;	z-index: 1;  }

#resumeLinks {
	background-position: center top;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	z-index: 0;
	width: 700px;
}

.mainContent {	left:0;	width:100%;	top: 250px;	text-align: center;	position: absolute;  }

.mainContent_new {
	left:0px;
	width:100%;
	top: 165px;
	text-align: center;
	position: absolute;
}

.bottomNavigation {	left:0;	width:100%;	height: 60px;	background-image: url(../Images/Layout/Main/bottomNav_background.jpg);	
background-repeat: repeat-x;	ext-align: center;	padding: 11px;	margin-top: 20px;	margin-bottom: 5px;  }

/*--GALLERY/HOME--*/
.thumbMargin { margin-right:10px; border: 0px;  }

.height_spacer {padding-bottom: 4px; }

/*--DEMO REEL--*/

/*--RESUME--*/
.resumeLayout_leftColumn{
	width: 800px;
	margin-left: 380px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	z-index: 2;
}

#resumeTable{
	text-align: left;
	vertical-align: left;
	font-weight: normal;
	color: #FFFFFF;
}

.resumeLayout_topLeft{
	width: 335px;
	margin-left: 520px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	z-index: 3;
	position: inherit;
}

/*--CONTACT--*/

/*--LINKS--*/

/*--LIGHTBOX--*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/layout/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/layout/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
