@charset "UTF-8";

*{	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
}

#wrapper {
	background-color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#headcontainer {
	background-color:#FFF;
	height: 145px;
	width: 1000px;
}

#header {
	width: 1000px;
	height: 5px;
	background-color: #FF8300;
}

#headLogo {
	height: 140px;
	width: 330px;
	float:left;
}

#NavBar {
	height: 50px;
	width: 551px;
	float: right;
	padding-right: 10px;
	padding-top: 25px;
}

#Contact {
	font-size: 10px;
	color: #CC0066;
	letter-spacing: 1px;
	text-align:right;
	background-color: #FFF;
	padding-right: 58px;
	padding-top: 30px;
}

#Contact   a {
	color: #FF8300;
	text-decoration: none;
	text-transform: none;
}
#Contact a:hover {
	text-transform: none;
	text-decoration: underline;
}

#ImageContainer {
	background-color: #FFF;
	margin: 0px;
	clear: both;
	height: 300px;
	width: 1000px;
}
#GalleryContainer {
	background-color: #FFF;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	clear: both;
	height: 300px;
	width: 960px;
}

#ImageContainerSmall {
	background-color: #FFF;
	float: left;
	width: 432px;
	padding-bottom: 100px;
}

#DiamondDiv {
	width: 141px;
	height: 141px;
	padding: 1px;
	float: left;
}

#GalleryDiv {
	width: 62px;
	height: 62px;
	padding: 3px;
	float: left;
}

#StageLeft {
	background-color: #FFF;
	float: left;
	width: 380px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 20px;
	font-size: 11px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

#StageRight {
	background-color: #FFF;
	width: 500px;
	margin-left: 435px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}

#textbox {
	background-color:#FFF;
	clear: both;
	width: 520px;
	padding-left: 450px;
	padding-right: 30px;
	padding-bottom: 100px;
	padding-top: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

#textbox2 {
	background-color:#FFF;
	clear: both;
	width: 855px;
	margin-left: 105px;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 100px;
	padding-top: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}

#floatingphoto {
	float: left;
	margin-right: 10px;
}

#footer {
	width: 1000px;
	background-color: #000;
	margin: 0px;
	padding-bottom: 25px;
	clear: both;
	font-size:9px;
	color:#FFF;
}

#footer a {
	color:#FFF;
	text-decoration: underline;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none; background-image: url(images/closelabel.gif) no-repeat;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


.clearfloat {
	clear: both;
}
.bodycopy {
	font-size:12px;
	line-height: 18px;
}
.orangecopy {
	color: #FF8300;
}

.pinkcopy {
	color: #CC0066;
}

.tagline {
	font-size: 20px;
	letter-spacing: 1px;
	color: #CC0066;
}
.head {
	font-size: 20px;
	letter-spacing: 2px;
	color: #CC0066;
}
.subhead {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FF8300;
}
