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

/* Structure ---------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
header, nav, footer {
	display: block;
}
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}
#container {
	background: url(../images/bg-content.jpg) repeat-y;
	width: 950px;
	margin: 0 auto;
	font: 1.8em/1.5 "Times New Roman", Times, serif;
	color: #fff;
}
header {
	background: url(../images/bg-header.jpg) no-repeat #fff;
	padding: 241px 0 0 0;
	position: relative;
}
	header:after {
		content: "";
		background: url(../images/content-header.jpg) no-repeat;
		display: block;
		height: 118px;
	}
#main-nav {
	float: left;
	width: 175px;
	margin: -100px 50px 0 0;
	position: relative;
}
#main-content {
	float: left;
	width: 700px;
}
footer {
	clear: both;
	background: url(../images/bg-footer.jpg) no-repeat #fff;
	height: 53px;
	padding: 56px;
	color: #000;
	text-align: center;
}

.video-container {
	margin: 0 0 2em 0;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Headings ----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */


/* Links -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
#header-link {
	display: block;
	width: 520px;
	height: 135px;
	position: absolute;
	top: 22px;
	left: 0;
}
	#header-link:hover {
		background: url(../images/header-link-hover.jpg) no-repeat 0 -2px;
	}
#main-nav a {
	display: block;
	width: 155px;
	padding: 0 0 0 20px;
	color: #fff;
	text-decoration: none;
}
	#main-nav a:hover {
		background: #9e8;
	}

/* Links -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
.float-left, .floater-image-left {
	float: left;
	margin: 0 20px 0 0;
}
.float-right, .floater-image-right {
	float: right;
	margin: 0 0 0 20px;
}

/* Lightbox ----------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
#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; }

.priceTable {
	color: #3878D0;
	background-color: #A3DE94;
	border-top-color: #FF99CC;
	border-right-color: #FF99CC;
	border-bottom-color: #FF99CC;
	border-left-color: #FF99CC;
}



@media screen and (max-width: 61em) {

/* Structure ---------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
#container {
	background: #6dacff;
	width: 100%;
}
header {
	background: url(../images/bg-header.jpg) no-repeat #fff;
	background-size: contain;
	padding: 23.263% 0 0 0;
}
	header:after {
		background: url(../images/content-header-small.jpg) no-repeat center;
		background-size: contain;
		height: 2em;
	}
#main-nav {
	background: #73ce5b;
	float: none;
	width: 50%;
	margin: 0;
	padding: 0 2em 0 0;
	position: absolute;
	left: -50%;
	z-index: 10;
	transition: left .3s ease;
}
	#main-nav:after {
		background: url(../images/menu-reveal.jpg) no-repeat center;
		background-size: contain;
		content: "";
		display: block;
		width: 2em;
		height: 2em;
		position: absolute;
		top: 0;
		right: 0;
	}
#main-content {
	float: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 0 1em 0 2.5em;
}
footer {
	background: #fff;
	height: auto;
	padding: 56px 1em;
}

img {
	max-width: 100%;
}

/* Links -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
#header-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
	#header-link:hover {
		background: none;
	}

}