body {
	margin: 0px;
	background-color: #0d0d0d;
	color: #a3a3a3;
	font-family: "Helvetica Neue", Helvetica, Tahoma, Verdana;
	font-size: 14px;
	background: url('../images/mid_bg.jpg') no-repeat center top;
}

a {
	color: #016ce1;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	color: #a3a3a3;
}

a:active {
	color: #016ce1;
}

h2 {
	text-transform: uppercase;
	font-size: 22px;
	margin: 0;
	color: #016ce1;
}

h3 {
	text-transform: uppercase;
	font-size: 22px;
	margin: 0;
	color: #a3a3a3;
}

span {
	color: #016ce1;
}

#container {
	width: 100%;
	height: 100%;
	position: relative;
}
#header {
  background: #0d0d0d url('../images/bg_top.gif') repeat-x;
  width: 100%;
  height: 150px;
}
#menucontainer {
	width: 1100px;
	margin: 0 auto;
	height: 150px;
	position: relative;
}

#logo {
	position: absolute;
	bottom: 55px;
	left: 0px;
}
#menu {
	float: left;
	position: absolute;
	bottom: 55px;
	left: 275px;
}

.menuitem {
	margin-left: 55px;
	font-size: 14px
}

a.menuitem {
	font-weight: bold;
	text-transform: uppercase;
}

#midcontainer {
	width: 1100px;
	margin: 0 auto;
	top: 150px;
	bottom: 150px;
	padding: 55px 0px 55px 0px;
}
#submenu {
	width: 330px;
	float: left;
}
#submenu a {
	font-weight: bold;
	color: #a3a3a3;
	font-size: 12px;
}
#submenu a:hover {
	font-weight: bold;
	color: #016ce1;
}
#content {
	font-size: 12px;
  	width: 770px;
 	float: left;
}
#footer {
	background:#0d0d0d url('../images/bg_bottom.gif') repeat-x;
	width: 100%;
	height: 150px;
	bottom: 0px;
}
#footercontainer {
	position: relative;
	width: 1100px;
	height: 105px;
	margin: 0 auto;
}
#footertext {
	float: left;
	position: absolute;
	top: 55px;
	right: 825px;
	text-align: right;
	font-size: 10px;
}


/* Page Panels */

#p1 .SlidingPanelsContent {
	width: 1100px;
}

#p2 .SlidingPanelsContent {
	width: 1100px;
}

#p3 .SlidingPanelsContent {
	width: 1100px;
}

#p4 .SlidingPanelsContent {
	width: 1100px;
}

#pages .SlidingPanels {
/*	width: 1100px; */
	float: left;
}
#pages .SlidingPanelsContentGroup {
	float: left;
	width: 4400px;
}
#pages .SlidingPanelsContent {
	width: 1100px;
	float: left;
}

/* Motion Panels */

#m1 .SlidingPanelsContent {
	width: 770px;
}
#m2 .SlidingPanelsContent {
	width: 770px;
}
#m3 .SlidingPanelsContent {
	width: 770px;
}
#m4 .SlidingPanelsContent {
	width: 770px;
}
#m5 .SlidingPanelsContent {
	width: 770px;
}
#m6 .SlidingPanelsContent {
	width: 770px;
}
#m7 .SlidingPanelsContent {
	width: 770px;
}
#m8 .SlidingPanelsContent {
	width: 770px;
}
#m9 .SlidingPanelsContent {
	width: 770px;
}
#m10 .SlidingPanelsContent {
	width: 770px;
}
#m11 .SlidingPanelsContent {
	width: 770px;
}

#motion .SlidingPanels {
	float: left;
}
#motion .SlidingPanelsContentGroup {
	float: left;
	width: 8470px;
}
#motion .SlidingPanelsContent {
	float: left;
	width: 770px;
}



/* Stills Panels */

#s1 .SlidingPanelsContent {
	width: 770px;
}
#s2 .SlidingPanelsContent {
	width: 770px;
}
#s3 .SlidingPanelsContent {
	width: 770px;
}
#s4 .SlidingPanelsContent {
	width: 770px;
}
#s5 .SlidingPanelsContent {
	width: 770px;
}
#s6 .SlidingPanelsContent {
	width: 770px;
}

#stills .SlidingPanels {
	float: left;
}
#stills .SlidingPanelsContentGroup {
	float: left;
	width: 8470px;
}
#stills .SlidingPanelsContent {
	float: left;
	width: 770px;
}



/* Working Page Panels

.SlidingPanels {
	width: 1100px;
}
.SlidingPanelsContent {
	width: 1100px;
}


#pages .SlidingPanels {
	float: left;
}
#pages .SlidingPanelsContentGroup {
	float: left;
	width: 4400px;
}
#pages .SlidingPanelsContent {
	float: left;
}
*/



/* Gallery Styles */

.image_container {
	position: static;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

.prev {
	text-decoration: none;
	display: block;
	float: left;
	border: 0px;
}

.prev:hover {
	background: url(prevlabel.gif) left 50% no-repeat;
}

.prev_thumb {
	visibility: hidden;
	float: left;
}

.prev:hover .prev_thumb {visibility: visible;}

.next {
	text-decoration: none;
	display: block;
	float: right;
	border: 0px;
}

.next:hover {
	background: url(nextlabel.gif) right 50% no-repeat;
}

.next_thumb {
	visibility: hidden;
	float: right;
}

.next:hover .next_thumb {visibility: visible;}

.clear {
	clear: both;
	height: 0px;
}

.thumb {
	position: static;
	line-height: 0px;
	margin: 10px;
	padding: 2px;
	background-color: #000000;
	border: 0px;
}

.thumb:hover {
	background-color: #016ce1;
}

.thumb:active {
	background-color: #016ce1;
}

.thumb_active {
	position: static;
	line-height: 0px;
	margin: 10px;
	padding: 2px;
	background-color: #be2e33;
}

/* Lightbox Styles */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
	
#imageContainer>#hoverNav{ left: 0;}

#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../js/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
	
#prevLink { left: 0; float: left;}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(js/prevlabel.gif) left 15% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(js/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	

#imageData #caption{ font-weight: bold;	}

#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}		

#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}