/* CSS Document */
body {
  background-color: #000;
  color: #ccc; 
  text-align: center;
	font: 13px/18px Helvetica,Verdana, Arial, sans-serif;
}

#wrapper { 
  margin: 0 auto;
  width: 900px;
  text-align: left;
  background-color: #000;
  }
  #thumb-wrapper { 
  margin: 0 50px 0 auto;
  width: 565px;
  text-align: left;
  background-color: #000;
	padding-top: 20px;
}
  #thumb-wrapper2 { 
  margin: 0 50px 0 auto;
  width: 350px;
  text-align: left;
  background-color: #000;
	padding-top: 20px;
}
    #thumb-wrapper3 { 
  margin: 0 50px 0 auto;
  width: 470px;
  text-align: left;
  background-color: #000;
	padding-top: 20px;
}
  #thumb-wrapper4 { 
  margin: 0 auto;
  width: 350px;
  text-align: left;
  background-color: #000;
	padding-top: 75px;
}

  #form-wrapper { 
  margin: 0 50px 0 auto;
  width: 450px;
  text-align: left;
  background-color: #000;
	padding-top: 20px;
}


      #left-column { 
  margin: 20px auto 0;
  width: 200px;
  text-align: left;
  background-color: #000;
	float: left;
	clear: both;
}

 
#footer { 
	padding: 0 10px 0 20px;
	text-align: center;
	font-size: 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





p, h1, h2, pre {
margin: 0px; 
padding: 5px; 
}


#caps {
	text-transform: uppercase;
}


h1 {
font-size: 12px;
text-transform:uppercase;
text-align: right;
color: #000;
background: url(images/layout/css-nav.gif) #fff bottom left repeat-x;
}
h2 {
font-size: 11px;
text-transform:uppercase;
text-align: left;
color: #ccc;
}
h3 {
font-size: 11px;
padding: 5px; 
text-transform:uppercase;
float: left;
display: block;
color: #ccc;
text-decoration: none;
text-align: center;
}
a { 
color: #fb0f0d;
font-size: 12px;
background-color:transparent;
text-decoration: none; 
}
a:hover { 
color: #ccc;
background-color:transparent;
text-decoration: underline; 
}






 #nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.1em 0 1em;
}

#nav-menu li a
{
background: url(images/layout/css-nav.gif) #fff bottom left repeat-x;
height: 2em;
float: left;
width: 6em;
display: block;
border: 0.1em solid #dcdce9;
color: #000;
text-decoration: none;
text-align: center;
	line-height: 2em;
}
#nav-menu li a:hover
{
background: url(images/layout/css-nav-over.gif) repeat-x left;
height: 2em;
line-height: 2em;
float: left;
width: 6em;
display: block;
border: 0.1em solid #dcdce9;
color: #fff;
text-decoration: underline;
text-align: center;
}
/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width: 100%;
}

#title {
	color: #ccc;
	font-size: 15px;
	height: 1.0em;
	text-transform: uppercase;
	letter-spacing: 5px;
}



/* LEFT NAV START */


#leftnav { width: 195px;
	padding-top: 20px;
}

#leftnav ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}
#leftnav li
{
float: left;
margin: 0 0.1em 0.25em;
}

#leftnav a
{
display: block;
width: 195px;
	color: #ccc;
	font-size: 16px;
	height: 1.0em;
	text-transform: none;
	font-variant: small-caps;
}

#leftnav a:link
{
color: #ccc;
text-decoration: none;
}

#leftnav a:hover
{

color: #fff;
	text-decoration: none;
}

/* LEFT NAV END */

.img-left {
float: left;
padding: 5px;
}
.img-right {
float: right;
padding: 5px;
}
.thumbs {
	margin: 5px;
}

.corplink {
	color: #f00;
	font-size: 13px;
	font-variant: small-caps;
}

/* LIGHTBOX CSS START */

#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(images/lightbox/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(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 12px "Lucida Grande", Lucida, Verdana, Arial, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.0em;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/* LIGHTBOX CSS END */


