/* =========================================================================

   Redshift Site Styles

   Default Styles

   Modified: 11/13/08 - Randel
   
   ========================================================================= */
body { margin: 0; color: #505050; font-size: 12px; font-family: Arial, Helvetica, Geneva; background-color: black; text-align: center }
p, th, td, li, dt, dd { color: #505050; font-size: 12px; line-height: 12px; font-family: Helvetica, Arial; property-name: property-value  }
a:link, a:visited, a:active { color: #f2364e; text-decoration: none }
a:hover { color: #999; text-decoration: none }
b { color: white}
a img { border: none; }
div.page { background-image: url("../images/background.gif"); text-align: left; margin-top: 40px; margin-right: auto; margin-left: auto; position: relative; width: 699px; height: 490px }
#leftlogolayer { visibility: visible; position: absolute; top: 6; left: 0; width: 267px; height: 0px }
#rightnavigator { visibility: visible; position: absolute; top: 13; left: 299px; width: 400px; height: 0px }
#leftfooter { visibility: visible; position: absolute; top: 461px; left: 0; width: 400px; height: 28px }
#rightfooter { visibility: visible; position: absolute; top: 461px; left: 299px; width: 400px; height: 28px }
#idbox1 { visibility: visible; position: absolute; top: 28px; left: 1px; width: 165px; height: 165px }
#idbox2 { visibility: visible; position: absolute; top: 28px; left: 167px; width: 99px; height: 165px }
#smalltext { visibility: visible; position: absolute; top: 193px; left: 1px; width: 240px; height: 265px }
#bigbox { visibility: visible; position: absolute; top: 28px; left: 267px; width: 430px; height: 430px }
#bigboxleft { visibility: visible; position: absolute; top: 28px; left: 267px; width: 215px; height: 430px }
#bigboxright { visibility: visible; position: absolute; top: 28px; left: 482px; width: 215px; height: 430px }

   
/* ===========================
   IMAGE
   =========================== */

div.image {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 100px;
	left: 0px;
	width: 373px;
	height: 428px;
	text-align: center;
	}
	
img.horizontal  { }

img.vertical  { }

/* ===========================
   SECTIONS
   =========================== */
li { line-height: 12px; font-size: 12px; list-style: none; padding-bottom: 1px; color: #cccccc }

/* ===========================
   Title Bar
   =========================== */
div.bluemenu   { color: #f2364e; font-size: 18px }


/* ===========================
   Bluebox
   =========================== */
div.bluebox    { color: #cccccc; margin: 10px; font-size: 12px }

/* ===========================
   Bigbox
   =========================== */
div.bigboxthumb1 { margin-top: 65px }
div.bigboxthumb1a { margin-top: 112px }
div.bigboxthumb2 { margin-top: 0px }
div.bigboxthumb3 { margin-top: 0px }


/* ======================
   Lightbox Stuff
   ======================= */

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

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


/* ======================
   Videobox Stuff
   ======================= */
   
   

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

