@charset "utf-8";
/* CSS Document */

body
{
background-color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

a img {border: none; }

.img {
  padding:2px;
  border:1px solid #444444;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.maincontainer
{
background-color:#0e0101;
width:900px;
height: 500px;
border: solid 1px #cccccc;
}

.header
{
width:900px;
height: 154px;
}

.navigation
{
width:900px;
height:40px;
}

.container
{
width:900px;
}

.center
{
width:465px;
height:500px;
padding:5px;
border-top:solid 1px #333333;
}

.left
{
width:200px;
padding:5px;
border-right:solid 1px #333333;
}

.right
{
width:200px;
padding:5px;
border-left:solid 1px #333333;
}

.footer
{
font-size:10px;
color:#CCCCCC;
}

.testimonial
{
color:#888888;
font-style:italic;
}

.greyLink
{
color:#888888;
text-decoration:none;
}

.greyLink14
{
color:#888888;
text-decoration:none;
font-size:14px;
}

.addedGrey
{
font-size:10px;
color:#888888;
text-decoration:none;
}

.paddedText
{
padding-left:3px;
}

.listPaddedText
{
padding:10px;
}

.smallGreyText
{
color:#888888;
font-size:11px;
font-style:italic;
}

.greyText
{
color:#888888;
}

.goldText
{
color:#dcc772;
}

.greyTextView
{
color:#999999;
}

.headlineGrey
{
color:#888888;
font-size:17px;
}

.headlineWhite
{
color:#ffffff;
font-size:17px;
}

.smallGreyLink
{
color:#888888;
font-size:11px;
}

.salesNav
{
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
background-color:#222222;
padding-top:5px;
padding-bottom:5px;
text-decoration:none;
}

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