/* Secondary Styles for Second levels */
/* Right Column */
#rightcolumn
{
	float: right;
	z-index: 0;
	color: #333;
	background: #507382;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	min-height: 370px;
	height: 370px;
	width: 738px;
	background-image: url(../images/retail_bg.jpg);
	background-repeat: no-repeat;
}

#rightcolumn .ThumbGallery
{
	padding: 13px 0 0px 0;
	margin: 370px 0 0 -15px;
	background-color: #FFF;
	z-index: 1;
}

#rightcolumn .ThumbGallery img { padding: 0px 9px 0px 0px; }

/*  Image Area on Homepage*/
.content
{
	position: absolute;
	z-index: 1;
	top: 0px;
	margin-top: 118px;
	margin-left: 305px;
	width: 410px;
	padding: 0px 0 15px 0;
	background-color: #507382;
	min-height: 500px;
}

.content h1
{
	color: #FFF;
	padding: 55px 0 15px 0px;
}

.content h4
{
	color: #aebcc3;
	padding: 0 15px 0px 22px;
	letter-spacing: 0.03em;
}

.content h5
{
	color: #aebcc3;
	padding: 0 15px 2px 22px;
	letter-spacing: 0.03em;
}

.content p
{
	padding: 0 10px 0 22px;
	color: #FFF;
	font: lighter 11px Arial, Verdana, sans-serif;
	line-height: 15px;
	letter-spacing: 0.03em;
}

.content ul
{
	padding: 0;
	margin-left: 1em;
	list-style: disc inside;
}

.content li
{
	margin-left: 1px;
	line-height: 15px;
}

/*Sub nav in Right Column */
.content a
{
	color: #d1cf0d;
	text-decoration: underline;
}

.content a:hover
{
	color: #291f1c;
	text-decoration: underline;
}

.content #subNav a
{
	display: block;
	color: #291f1c;
	font: bold 11px Arial, Verdana, sans-serif;
	text-transform: uppercase;
}

.content #subNav a:hover
{
	display: block;
	color: #c0b10b;
	font: bold 11px Arial, Verdana, sans-serif;
	text-transform: uppercase;
}


.content #subNav ul
{
	margin: 0;
	padding: 25px 0 0 15px;
	list-style: none;
}

.content #subNav li
{
	margin: 0 0 5px 0;
	padding: 0 5px 0 5px;
	list-style: none;
	float: left;
	border-right: 1px white solid;
}

.footer
{
	width: 925px;
	color: #999;
	background: #FFF;
	margin: 0px;
	padding: 300px 0 10px 0px;
}

.footer p
{
	text-align: left;
	margin-left: 15px;
	font: lighter 9px Arial, Verdana, sans-serif;
	line-height: 1.4;
}

/* LIGHT BOX FOR GALLERY*/
#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: normal 11px Arial, Verdana, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #999; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font: bold 11px Arial, Verdana, sans-serif;color: #000;}
#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: #110906; }
