body {
	background: #333;
	font: 12px Verdana, Arial, sans-serif;
	color: #EEE;
	text-align: center;
}
.body-cover #copyright {
	display: none;
	width: 100%;
	height: 800px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: url('/images/transparent-bg.png') repeat top left;
	z-index: 1;
}
.body-cover #copy-inside {
	display: none;
	width: 550px;
	height: 300px;
	padding: 1em;
	background: #EEE;
	position: relative;
	top: 15%;
	left: 25%;
	border: 1px solid #DDD;
	color: #000;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
}
.body-cover #copy-inside a {
	background: #CC0000;
	border: 1px solid #000;
	color: #FFF;
	display: block;
	width: 25%;
	padding: .5em;
	text-align: center;
	margin: 1em auto 0;
}
a {
	color: #EEE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
#full_wrap {
	width: 100%;
	height: 100%;
}
#wrapper {
	width: 980px;
	background #333;
	text-align: left;
	margin: 1em auto;
	padding: 0;
}
/*-------------------------------------- Main NAV ---------------------------------------*/

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	border-bottom: 2px solid #EEE;
	height: 55px;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	padding: .5em 1.35em;
	margin: 0;
	color: #EEE;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover {
	background: #a40000;
}

/*-------------------------------------- Header ---------------------------------------*/

h1#header {
	clear: left;
	text-align: right;
	font-size: 225%;
	margin: 1em 0;
	padding: 0;
}
h1#header a:hover {
	text-decoration: none;
}
#header #home_nav {
	font-size: 55%;
	display: block;
	float: left;
	padding-top: 12px;
}

/*-------------------------------------- Main_Content Styles---------------------------------------*/
.main_content {
	margin: 4em 0;
}
#home {
	text-align: center;
}
/*-------------------------------------- Homepage ---------------------------------------*/
#gal_nav {
	padding: .25em 0;
}
.monitor {
	float: left;
	height: 125px;
	position: relative;
	margin-right: 24px;
}
#places-bg {
	background: url('../images/monitors/places_monitor.gif') top left no-repeat;
	width: 150px;
}
#places-bg img {
	position: absolute;
	top: 9px;
	left: 11px;
}
#spaces-bg {
	background: url('../images/monitors/spaces_monitor.gif') top left no-repeat;
	width: 124px;
}
#spaces-bg img {
	position: absolute;
	top: 6px;
	left: 6px;
}
#traces-bg {
	background: url('../images/monitors/traces_monitor.gif') top left no-repeat;
	width: 150px;
}
#traces-bg img {
	position: absolute;
	top: 8px;
	left: 11px;
}
#gazes-bg {
	background: url('../images/monitors/gazes_monitor.gif') top left no-repeat;
	width: 127px;
}
#gazes-bg img {
	position: absolute;
	top: 6px;
	left: 7px;
}
#faces-bg {
	background: url('../images/monitors/faces_monitor.gif') top left no-repeat;
	width: 124px;
}
#faces-bg img {
	position: absolute;
	top: 6px;
	left: 6px;
}
#featured-bg {
	background: url('../images/monitors/featured_monitor.gif') top left no-repeat;
	width: 127px;
}
#featured-bg img {
	position: absolute;
	top: 4px;
	left: 6px;
}
.clear {
	clear: both;
}
/*-------------------------------------- Sub Gallery Nav ---------------------------------------*/
#gal_nav h2 {
	text-align: center;
	font-size: 135%;
}
ul#sub_nav {
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none;
	height: 45px;
	width: 950px;
	text-align: center;
}
ul#sub_nav li {
	float: left;
}
/*ul#sub_nav li a{
	display: block;
	float: left;
	font-size: 15px;
	color: #EEE;
	text-decoration: none;
	padding: .25em 1em;
	border-right: 3px solid #EEE;
	text-shadow: #999 5px 5px 5px;
	height: 1em;
	filter: Shadow(Color=#666666, Direction=135, Strength=5);
	white-space: nowrap;
	line-height: 1em;
}
*/
ul#sub_nav li a {
	display: block;
	float: left;
	font-size: 12px;
	color: #EEE;
	text-decoration: none;
	padding: .25em 1em;
}
/*ul#sub_nav li a:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #666666; 
}
#sub_nav li a:before { content: 'Places/architecture'; },*/

* html ul#sub_nav li a {
	padding: .25em .75em;
}
ul#sub_nav li a:hover {
	text-decoration: underline;
}
ul#sub_nav li#right_subnav a {
	border-right: none;
}
/*-------------------------------------- Gallery Pages ---------------------------------------*/
#gallery {
	text-align: center;
	min-height: 690px;
}
#gal-nav {
	position: relative;
	width: 100%;
	height: 20px;
	font-size: 110%;
	padding-top: 6px;
	background: #666;
	font-weight: bold;
}
#gal-nav .slide_right {
	float: right;
	padding-right: 20px;
}
#gal-nav .slide_right #next {
	padding-right: 25px;
}
#gal-nav .slide_left {
	float: left;
	display: none;
	padding-left: 20px;
}
#gal-nav .slide_left #prev {
	padding-left: 25px;
}
#gal-nav .slide_middle {
	position: absolute;
	top: 6px;
	left: 48%;
}
/*-------------------------------------- FOOTER ---------------------------------------*/
#footer {
	clear: left;
	margin: 50px 0 0 0;
	padding: 0;
}
#footer_bottom {
	margin: 0;
}
#contact h3 {
	background: #666 url('/images/toolbar_bg.jpg') top left repeat-x;
	font-size: 125%;
	padding: .25em 0 .25em .5em;
	width: 350px;
}
#logos {
	float: right;
}
#logos tr td {
	vertical-align: top;
}
/*-------------------------------------- Color Classes ---------------------------------------*/
.purple, .yellow, .teal, .peach, .lt_blue, .pink {
	font-weight: bold;
	text-transform: uppercase;
}
.red {
	color: #F00E0E;
}
.purple {
	color: #c691e1;
}
.teal {
	color: #98f6e3;
}
.blue {
	color: #383ccd;
}
.lt_blue {
	color: #5188ed;
}
.yellow {
	color: #edf094;
}
.peach {
	color: #dba78a;
}
.pink {
	color: #ff6c80;
}