@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ccc;
	background-color: #1f1f1f;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position:center 0;
/*	overflow-y:scroll;*/
}
.blue {
	color:#00daff;
}
.pink {
	color:#ff0072;
}
.green {
	color:#00ff10;
}
.yellow {
	color:#fff600;
}
p, br, H1, H2, H3, H4, div, ul, li {
	margin:0px;
	padding:0px;
}
a:link {
	color: #00daff;
	text-decoration: none;
}
a:visited {
	color: #00daff;
	text-decoration: none;
}
a:hover {
	color:#fff;
	text-decoration: underline;
	cursor: pointer;
}
a:active {
	color: #fff;
	text-decoration: none;
}
#main {
	margin:auto;
	padding:0px;
	width:1006px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	clear:both;
}
#header {
	margin:0px;
	padding:0px;
	width:1006px;
	clear:both;
	vertical-align:bottom;
}
#logo {
	height:156px;
	width:415px;
	float:left;
}
#nav {
	width:485px;
	height:66px;
	padding:0px;
	margin:90px 0px 0px 0px;
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
	bottom:0px;
	float:right;
}
.nav_item {
	float:left;
	margin:4px 9px 4px 2px;
}
#subnav_d {
	width:842px;
	height:59px;
	padding:0px 8px;
	margin:20px auto 0px auto;
	display:block;
	background-image: url(images/subnav_d_bg.png);
	background-repeat: no-repeat;
}
#subnav_p {
	width:842px;
	height:59px;
	padding:0px 8px;
	margin:20px auto 0px auto;
	display:block;
	background-image: url(images/subnav_p_bg.png);
	background-repeat: no-repeat;
}
.subnav_item {
	float:left;
	margin:10px 15px 10px 0px;
}
.digital_subnav_item {
	margin:10px auto;
}
.print_subnav_item {
	margin:10px auto;
}
.content_area {
	margin:auto;
	padding:0px;
	width:976px;
	height:240px;
	clear:both;
}
.content {
	margin:auto;
	padding:0px;
	width:976px;
	height:220px;
	clear:both;
	position:relative;
	left:-1px;
}
.glow_left {
	margin:0px;
	padding:0px;
	width:61px;
	height:240px;
	background-repeat: no-repeat;
	float:left;
}

#web_page .glow_left, #identity_page .glow_left {
	background-image: url(images/glow_left_blue.png);
}
#animation_page .glow_left, #book_page .glow_left {
	background-image: url(images/glow_left_pink.png);
}
#threed_page .glow_left, #fineart_page .glow_left {
	background-image: url(images/glow_left_green.png);
}
#interface_page .glow_left, #photo_page .glow_left {
	background-image: url(images/glow_left_yellow.png);
}

.ie #web_page .glow_left, .ie #identity_page .glow_left {
	background-image: url(images/glow_left_blue.jpg);
}
.ie #animation_page .glow_left, .ie #book_page .glow_left {
	background-image: url(images/glow_left_pink.jpg);
}
.ie #threed_page .glow_left, .ie #fineart_page .glow_left {
	background-image: url(images/glow_left_green.jpg);
}
.ie #interface_page .glow_left, .ie #photo_page .glow_left {
	background-image: url(images/glow_left_yellow.jpg);
}
.glow_right {
	margin:0px;
	padding:0px;
	width:61px;
	height:240px;
	background-repeat: no-repeat;
	float:left;
}
#web_page .glow_right, #identity_page .glow_right {
	background-image: url(images/glow_right_blue.png);
}
#animation_page .glow_right, #book_page .glow_right {
	background-image: url(images/glow_right_pink.png);
}
#threed_page .glow_right, #fineart_page .glow_right {
	background-image: url(images/glow_right_green.png);
}
#interface_page .glow_right, #photo_page .glow_right {
	background-image: url(images/glow_right_yellow.png);
}

.ie #web_page .glow_right, .ie #identity_page .glow_right {
	background-image: url(images/glow_right_blue.jpg);
}
.ie #animation_page .glow_right, .ie #book_page .glow_right {
	background-image: url(images/glow_right_pink.jpg);
}
.ie #threed_page .glow_right, .ie #fineart_page .glow_right {
	background-image: url(images/glow_right_green.jpg);
}
.ie #interface_page .glow_right, .ie #photo_page .glow_right {
	background-image: url(images/glow_right_yellow.jpg);
}
.content_box {
	margin:12px -4px 0px -3px;
	padding:22px 24px 0px 24px;
	width:813px;
	height:200px;
	background-image: url(images/content_box.png);
	background-repeat: no-repeat;
	float:left;
}
.subjects {
	margin:0px;
	padding:0px;
	width:100px;
	min-height:170px;
	font-size:16px;
	font-weight:bold;
	float:left;
}
#web_page .subjects, #identity_page .subjects {
	color:#00daff;
}
#animation_page .subjects, #book_page .subjects {
	color:#ff0072;
}
#threed_page .subjects, #fineart_page .subjects {
	color:#00ff10;
}
#interface_page .subjects, #photo_page .subjects {
	color:#fff600;
}
.subjects li {
	list-style-type:none;
	margin: 0px 0px 20px 0px;
}
.info {
	margin:0px;
	padding:0px;
	width:220px;
	min-height:170px;
	color:#ccc;
	font-size:16px;
	float:left;
}
.info li {
	list-style-type:none;
	margin: 0px 0px 20px 0px;
}
.thumb {
	background-color:#00daff;
	background-repeat: no-repeat;
	background-position:center;
	cursor:pointer;
	width:474px;
	height:175px;
	float:right;
}
#web_page .thumb, #identity_page .thumb {
	background-color:#00daff;
}
#animation_page .thumb, #book_page .thumb {
	background-color:#ff0072;
}
#threed_page .thumb, #fineart_page .thumb {
	background-color:#00ff10;
}
#interface_page .thumb, #photo_page .thumb {
	background-color:#fff600;
}
.thumbover {
	margin:2px 2px;
	padding:0px;
	width:470px;
	height:171px;
}
.content_fullview {
	width:865px;
	margin:auto;
	position:relative;
	left:2px;
	display:none;
}
.content_expand {
	width:865px;
	margin:auto;
	position:relative;
	left:2px;
	display:none;
}
.content_expand2 {
	width:865px;
	margin:auto;
	position:relative;
	left:2px;
}
.content_box_top {
	width:865px;
	height:5px;
	padding:0px;
	margin:12px 0px 0px 0px;
	background-image: url(images/content_box_top.png);
	background-repeat: no-repeat;
	clear:both;
}
.content_box_mid {
	width:825px;
	padding:20px;
	margin:0px;
	background-image: url(images/content_box_mid.png);
	background-repeat: repeat-y;
	clear:both;
}
.centered {
	margin:auto;
	min-width:100px;
}
.full_img {
	cursor:pointer;
	max-width:750px;
}
.content_box_low {
	width:865px;
	height:8px;
	padding:0px;
	margin:0px;
	background-image: url(images/content_box_low.png);
	background-repeat: no-repeat;
	clear:both;
}
#footer {
	width:842px;
	height:59px;
	padding:0px 8px;
	margin:10px auto 4px auto;
	display:block;
	text-align:center;
	font-size:24px;
	color:#ccc;
	background-image: url(images/subnav_bg.png);
	background-repeat: no-repeat;
}
#totop {
	width:156px;
	height:42px;
	margin:auto;
	background-image: url(images/totop_normal.png);
	background-repeat: no-repeat;
	position:relative;
	top:8px;
}
.return {
	margin:0px auto 10px auto;
	padding:0px;
	width:128px;
	height:41px;
	cursor:pointer;
	clear:both;
}
#contact_info li {
	font-size:16px;
	list-style-type:none;
	margin: 0px 0px 8px 0px;
}
#contact_info li img{
	margin: 0px 8px;
}
