body {
	background: #0f0f0f url(../images/bg.png) 0 0 repeat;
}

#global-wrapper {
	background: url(../images/white_gradient.png) top center no-repeat;
}

#logo-wrapper {
	background: url(../images/logo3.png) 0 0 no-repeat;
}

ul.portfolio-items-list li {
	height: 20em;
	background: none;
}

ul.portfolio-items-list li .frame {
	background: url(../images/image_bg.png) 0 0 no-repeat;
}

ul.portfolio-items-list li .frame .preview-caption {
	text-align: center;
	font-size: .8em;
	margin: 1.6em auto 0 auto;
	width: 200px;
	line-height: 1.3em;
	color: #CCC;
}

ul.portfolio-items-list li .frame .loading-indicator {
	background: url(../images/big-indicator.gif) center center no-repeat;
}

ul.portfolio-items-list li .frame .glare {
	background: url(../images/image_light.png) 1px 0 no-repeat;
}

ul.portfolio-items-list li .frame .glare .zoom-icon {
	background: url(../images/zoom-icon.png) 0 0 no-repeat;
	display: none;
}

ul.portfolio-items-list li .frame .glare:hover .zoom-icon {
	display: block;
}

#main-menu li {
	font-size: .95em;
}

#main-menu li.current {
	font-weight: bold;
}

#main-menu li.spacer {
	width: 2em;
}

#main-menu li.highlighted a {
	color: #e2ef8f;
}

#main-menu li.current a,
#main-menu li.highlighted.current a {
	color: #FFF !important;
	text-decoration: none;
}

#main-menu li.title {
	color: #666;
}

#footer {
	font-size: .8em;
	padding: 1em 0 2em;
}

#map {
	background: url(/files/images/map.png) 0 0 no-repeat;
	height: 526px;
}
