.logo {
	background-position: center;
	background-attachment: fixed;
	background-image: url(../images/white_room_blank_middle.jpg); 
}

.website {
	background: url(../images/website-background.png) repeat-x left;
}

.website img {
	background: url(../images/website-shadow.gif) repeat-x bottom;
	padding-bottom: 84px;
}

/* Portfolio navigation */

#portfolio_nav_con {
	width: 100%;
	height: 59px;
	position: absolute;
	bottom: 0;
	padding: 11px 0 0 0;
	background: url(../images/pf_nav_shadow.png) repeat-x 0 top;
	color: #dbe0e2;
	font-size: 12px;
	overflow: hidden;
	z-index: 100;
}

#portfolio_navigation {
	width: 100%;
	height: 64px;
	padding: 0 0 0 0;
	background: #435e6b url(../images/pf_nav_bkg.gif) repeat-y;
	filter: alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}

#portfolio_navigation h1 {
	margin: 0 0 2px -8px;
	padding: 0 0 0 20px;
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
}

#portfolio_navigation.closed h1 {
	background: url(../images/portfolio-arrow-down.png) no-repeat left;
}

#portfolio_navigation #project_name {
	display: block;
	margin: 0 0 16px 12px;
	color: #8D9FAA;
	height: 12px;
}

#portfolio_navigation a {
	color: #dbe0e2;
}

#portfolio_navigation #thumb_nav {
	padding: 10px 0 0 45px;
	position: relative;
}

#portfolio_navigation #thumb_nav #prev_next_con {
	display: inline;
	font-size: 11px;
}

#portfolio_navigation #thumb_nav #thumbnail_con {
	margin: 8px 0 0 0;
	width: 575px;
	height: 34px;
	overflow: hidden;
	position: relative;
	padding: 5px 5px 5px 0;
	background-color: #1e333d;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

a#thumb_group_prev {
	height: 11px;
	display: block;
	margin: 0;
	padding: 0;
	background: url(../images/pf_thumb_previous.png) no-repeat;
	text-indent: -999em;
	width: 8px;
	height: 9px;
	outline: 0;
	position: absolute;
	left: 30px;
	bottom: 17px;
	display: none;
}

a#thumb_group_next {
	height: 11px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/pf_thumb_next.png) no-repeat;
	text-indent: -999em;
	width: 8px;
	height: 9px;
	outline: 0;
	position: absolute;
	left: 635px;
	bottom: 17px;
}

#portfolio_navigation #thumb_nav #thumbnail_con ul {
	width: 100000px;
	height: 34px;
	margin: 0 5px;
	padding: 0;
	position: absolute;;
}

#portfolio_navigation #thumb_nav #thumbnail_con ul li {
	width: 43px;
	height: 24px;
	float: left;
	margin: 0 2px 0 2px;
	border: 5px solid #1e333d;
	list-style-type: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

#portfolio_navigation #thumb_nav #thumbnail_con ul li:hover {
	border: 5px solid #364d5a;
}

#portfolio_navigation #thumb_nav #thumbnail_con ul li a {
	width: 43px;
	height: 24px;
	float: left;
	list-style-type: none;
}

#portfolio_navigation #thumb_nav #thumbnail_con ul li.selected {
	border: 5px solid #162a33;
}

#portfolio_navigation #thumb_nav #thumbnail_con ul li a span {
	display: none;
}

#portfolio-prev {
	display: block;
	width: 20px;
	height: 21px;
	background: url(../images/portfolio-previous.png) no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
	text-indent: -999em;
	text-decoration: none;
	outline: 0;
	z-index: 499;
	filter: alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#portfolio-next {
	display: block;
	width: 20px;
	height: 21px;
	background: url(../images/portfolio-next.png) no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
	text-indent: -999em;
	text-decoration: none;
	outline: 0;
	z-index: 499;
	filter: alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#portfolio-prev span, #portfolio-next span {
	background: #808080;
	color: #FFFFFF;
	line-height: 21px;
	position: absolute;
	top: 0;
	z-index: 500;
	text-indent: 0;
	white-space: nowrap;
	font-size: 11px;
	padding: 0 10px;
	display: none;
}

#portfolio-prev span.show, #portfolio-prev span.popout, #portfolio-next span.show, #portfolio-next span.popout {
	display: block;
}

#portfolio-prev span {
	left: 20px;
}

#portfolio-next span {
	right: 20px;
}

#more-portfolio-links {
	display: block;
	position: absolute;
	top: 15px;
	right: 45px;
	padding: 0 14px 0 0;
	background: url(../images/arrow-right-white.gif) no-repeat right;
	color: #FFFFFF;
	line-height: 14px;
}

#more-portfolio-links:hover {
	text-decoration: none;
}

.hide, .fullscreen, #next-image, #prev-image {
	display: none;
}

