/* CSS Document */

body {
	margin: 35px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #30303c;
	color: #ccc;
	text-align: center;
	}

img {
    border: 0;
}

/* page structure */

#home #container {
	width: 900px;
	margin: 30px auto;
	text-align: left;
	}

#home #content {
	width: 900px;
	height: 570px;
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	}
	
#content #home-nav {
	position: absolute;
	top: 55px;
	left: 165px;
	}
	
#nav {
	position: absolute;
	top: 70px;/*82*/
	left: 290px;/*270*/
	}

#home #legal {
	top: 580px;
	right: 0px;
	text-align: right;
	margin-top: 8px;
	bottom: 0px;
	}

#home a {
	text-decoration: none;
	color: #aaa;
	padding: 0px 7px 0px 7px
	}

#home a:hover {
	text-decoration: underline
	}
	
#home #home-link {
	position: absolute; 
	left: 33px;
	top: 38px;
	width: 202px;
	height: 58px;
	overflow: hidden;
	}

#home #about {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 92px;
	height: 12px;
	background: #000 url('../images/about.jpg') no-repeat 0 -12px;
	overflow: hidden;
	}
	
#text-content {
	position: absolute;
	left: 290px;
	top: 160px;
	width: 500px;
	height: 300px;
	font-size: 10pt;
	overflow: hidden;
	}
	
#cap-content {
	position: absolute;
	left: 290px;
	top: 125px;
	width: 550px;
	height: 350px;
	border: 0px;
	font-size: 10pt;
	overflow: hidden
	}
	
#bio-content {
	position: absolute;
	left: 290px;
	top: 125px;
	width: 550px;
	height: 350px;
	border: 0px;
	font-size: 10pt;
	}
	
#cap-menu {
	position: absolute;
	left: 60px;
	top: 140px;
	width: 550px;
	height: 300px;
	font-size: 10pt;
	overflow: hidden;
	}
	
#home #bio {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 12pt;
	font-weight: bold;
	overflow: hidden;
	}
	
#home #cap-menu a:hover {
	color: #fff;
	text-decoration: none;
	}
	
#home #cap-anim {
	position: absolute;
	left: 0px;
	top: 40px;
	font-size: 12pt;
	font-weight: bold;
	overflow: hidden;
	}
	
#home #cap-vfx {
	position: absolute;
	left: 0px;
	top: 80px;
	font-size: 12pt;
	font-weight: bold;
	overflow: hidden;
	}
	
#home #cap-3d {
	position: absolute;
	left: 0px;
	top: 120px;
	font-size: 12pt;
	font-weight: bold;
	overflow: hidden;
	}
	
#about-page {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 92px;
	height: 12px;
	background: #000 url('../images/about.jpg') no-repeat 0 0;
	overflow: hidden;
	}

#home #about:hover {
	background-position: 0 0;
	overflow: hidden;
	}

#home #demo {
	position: absolute;
	left: 315px; 
	padding: 0px;
	width: 116px;
	height: 12px; 
	background: #000 url('../images/demo.jpg') no-repeat 0 -12px;
	overflow: hidden;
	}

.demo-thumbs img {
	border: 1px solid #000;
	}
	
.demo-thumbs:hover img {
	border: 1px solid #fff;
	}
	
.demo-thumbs:hover {
	border: 1px solid #fff;
	}

#demo-page {
	position: absolute;
	left: 315px; 
	padding: 0px;
	width: 116px;
	height: 12px; 
	background: #000 url('../images/demo.jpg') no-repeat 0 0;
	overflow: hidden;
	}
	
#home #demo:hover {
	background-position: 0 0;
	overflow: hidden;
	}

#home #capabilities {
	position: absolute;
	left: 142px;
	padding: 0px;
	width: 119px;
	height: 12px;
	background: #000 url('../images/capabilities.jpg') no-repeat 0 -12px;
	overflow: hidden;
	}

#capabilities-page {
	position: absolute;
	left: 142px;
	top: 0px;
	width: 119px;
	height: 12px;
	background: #000 url('../images/capabilities.jpg') no-repeat 0 0;
	overflow: hidden;
	}

#home #capabilities:hover {
	background-position: 0 0;
	}

#home #contact {
	position: absolute;
	left: 470px;
	padding: 0px;
	width: 90px;/*116*/
	height: 12px;
	background: #000 url('../images/contact.jpg') no-repeat 0 -12px;
	overflow: hidden;
	}
	
#home #contact-page {
	position: absolute;
	left: 470px;
	padding: 0px;
	width: 90px;
	height: 12px;
	background: #000 url('../images/contact.jpg') no-repeat 0 0;
	overflow: hidden;
	}

#home #contact:hover {
	background-position: 0 0;
	}

