@charset "utf-8";
/* CSS Document */


/*light box contact form*/
	#fader{
		position: fixed;
		top: 0%;
		left: 0%;
		bottom: 0%;
		width: 101%;
		height: 100%;
		background-color: black;
		z-index:1001;
		-moz-opacity: 0.8;
		opacity:.80;
		filter: alpha(opacity=80);
	}
	
	.fader2{
		position: fixed;
		top: 0%;
		left: 0%;
		bottom: 0%;
		width: 101%;
		height: 101%;
		background-color: black;
		z-index:1003;
		-moz-opacity: 0.8;
		opacity:.80;
		filter: alpha(opacity=80);
		margin-left: -2px;
		margin-top: -1px;
	}
	
	.loader{
		position: fixed;
		top: 50%;
		left: 50%;
		margin: -16px 0 0 -16px;
		z-index:1004;
	}
	
	#contactForm {
		background-color: #111;
		border: 1px solid #2f47bc;
		position: fixed;
		top: 20%;
		left: 40%;
		width: 270px;
		z-index:1002;
		padding: 20px;
		padding-bottom: 10px;
		text-align: left;
	}

#aniHolder{
	position: fixed;
	width:720px;
	margin-left: 50%;
	left: -370px;
	top: 5%;
	z-index:1004;
	padding: 10px;
	background:#CCCCCC;
}
body{
margin: 0;
padding: 0;
background-color:#000000;
color:#d6ddf6;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
}

#container{
width: 800px;
position: absolute;
left: 50%;
margin-left: -398px;
margin-top: 20px;
}



#header {
background: url(images/header.png) no-repeat;
width: 796px;
height: 89px;
text-indent: -10000px;
}

#nav {
background:url(images/nav.png) no-repeat;
width: 188px;
height: 450px;
margin-left: 1px;
*margin-left: 3px;
float: left;
}

img {
border: none;
}

#content {
margin-top: -35px;
*margin-top: -450px;
margin-left: 25px;
*margin-left: 220px;
float: left;
width: 585px;
}

a, a:visited, a:link{
color:#FFFFFF;
text-decoration: none;
}

a:hover{
color: #0000CC;
text-decoration: none;
}

#home{
display: block;
text-indent: -10000px;
margin-top: 40px;
}

#home a, #home a:visited{
display: block;
position: relative;
width: 180px;
height: 28px;
text-indent: -10000px;
background: url(images/home.png) top no-repeat;
}

#home a:hover{
display: block;
position: relative;
width: 180px;
height: 28px;
text-indent: -10000px;
background: url(images/home.png) bottom no-repeat;
}


#gallery{
display: block;
text-indent: -10000px;
margin-top: 13px;
}

#gallery a, #gallery a:visited{
display: block;
position: relative;
width: 180px;
height: 28px;
text-indent: -10000px;
background: url(images/gallery.png) top no-repeat;
}

#gallery a:hover{
display: block;
position: relative;
width: 180px;
height: 28px;
text-indent: -10000px;
background: url(images/gallery.png) bottom no-repeat;
}

#demoreel{
display: block;
text-indent: -10000px;
margin-top: 10px;

}

#demoreel a, #demoreel a:visited{
display: block;
position: relative;
width: 180px;
height: 28px;
text-indent: -10000px;
background: url(images/demoreel.png) top no-repeat;
}

#demoreel a:hover{
display: block;
position: relative;
width: 180px;
height: 28px;
text-indent: -10000px;
background: url(images/demoreel.png) bottom no-repeat;
}

#animation{
display: block;
text-indent: -10000px;
margin-top: 13px;

}

#animation a, #animation a:visited{
display: block;
position: relative;
width: 180px;
height: 28px;
text-indent: -10000px;
background: url(images/animation.png) top no-repeat;
}

#animation a:hover{
display: block;
position: relative;
width: 180px;
height: 28px;
text-indent: -10000px;
background: url(images/animation.png) bottom no-repeat;
}

#resume{
display: block;
text-indent: -10000px;
margin-top: 14px;

}

#resume a, #resume a:visited{
display: block;
position: relative;
width: 180px;
height: 28px;
text-indent: -10000px;
background: url(images/resume.png) top no-repeat;
}

#resume a:hover{
display: block;
position: relative;
width: 180px;
height: 28px;
text-indent: -10000px;
background: url(images/resume.png) bottom no-repeat;
}

#about{
display: block;
text-indent: -10000px;
margin-top: 15px;

}

#about a, #about a:visited{
display: block;
position: relative;
width: 180px;
height: 28px;
text-indent: -10000px;
background: url(images/about.png) top no-repeat;
}

#about a:hover{
display: block;
position: relative;
width: 180px;
height: 28px;
text-indent: -10000px;
background: url(images/about.png) bottom no-repeat;
}

#links{
display: block;
text-indent: -10000px;
margin-top: 14px;

}

#links a, #links a:visited{
display: block;
position: relative;
width: 180px;
height: 28px;
text-indent: -10000px;
background: url(images/links.png) top no-repeat;
}

#links a:hover{
display: block;
position: relative;
width: 180px;
height: 28px;
text-indent: -10000px;
background: url(images/links.png) bottom no-repeat;
}

#contact{
display: block;
text-indent: -10000px;
margin-top: 16px;

}

#contact a, #contact a:visited{
display: block;
position: relative;
width: 180px;
height: 28px;
text-indent: -10000px;
background: url(images/contact.png) top no-repeat;
}

#contact a:hover{
display: block;
position: relative;
width: 180px;
height: 28px;
text-indent: -10000px;
background: url(images/contact.png) bottom no-repeat;
}