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

body {
	margin: 0px 0px 50px 0px;
	padding: 0px;
}
#outer {
	background: url(images/bg-body.gif) repeat-y;
	width: 800px;
	margin: 0 auto;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #000;
	border-top: none;
}

/* Header, Logo, and Main Navigation */
#header {
	background: url(images/bg-header.jpg) no-repeat;
	height: 200px;
	border-bottom: 1px solid #000;
}
	#header-console {
		width: 275px;
		float: right;
		text-align: center;
		position: relative;
		top: 140px;
	}
		h1 {
			margin: 0px;
		}
			#logo {
				border: none;
			}
		
		#menu {
			list-style-type: none;
			margin: 0px 0px 0px -1px;
			padding: 0px;
		}
			#menu li {
				display: inline;
				margin: 0px 9px;
				font-size: 10pt;
			}
				#menu a {
					color: #ddd;
					text-decoration: none;
				}
				#menu a:hover {
					color: #fff;
					text-decoration: underline;
				}
				
/* Main Content */
#content {
	/*width: 425px;
	float: left;*/
	color: #555;
	margin: 0px 35px 50px 60px;
}
	/* Headings */
	h2 {
		color: #000;
		margin: 40px 0px 10px 0px;
		font-size: 14pt;
	}
	h3 {
		color: #000;
		margin: 20px 0px 10px 0px;
		font-size: 12pt;
	}
	h4 {
		margin: 0px;
	}
	
	p {
		margin: 10px 0px 10px 0px;
		text-align: justify;
	}
	
	/* Links */
	#content a {
		color: #86511c;
		text-decoration: none;
	}
	#content a:hover {
		color: #a97644;
	}
	a img {
		border: none;
	}
	.caption {
		font-size: 8pt;
		font-style: italic;
	}
	
	/* Classes and IDs */
	.atl {	/* line up atl image with the rest of the text */
		position: relative;
		top: 3px;
	}
	.float-left {	/* Image aligned left */
		float: left;
		margin-right: 10px;
	}
	.float-right {	/* image aligned right */
		float: right;
		margin-left: 10px;
	}
	#tandc {	/* Terms and Conditions image position */
		margin-top: 40px;
	}
	.clear {
		clear: both;
	}
	
	/* Tables */
	#contact-info td {
		padding: 0px 0px 0px 0px;
	}
	.price-list td {
		padding: 5px;
		border: 1px solid #000;
	}
	.odd {	/* Every other row is a different color */
		background: #dedede;
	}
	.calculator td {
		border: 1px solid #000;
		padding: 5px;
	}

/* Image Gallery */
#gallery {
	float: right;
	border-right: 20px solid #000;
	margin: 40px 0px 35px 35px;
	width: 260px;
	height: 427px;
}
	#gallery img {
		/*margin: 0px 1px 1px 0px;*/
	}
	#gallery img:hover {	/* Gallery images go transparent on hover */
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
	}
	
	/* 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; }
	
/* Footer and Bottom Navigation */
#footer {
	clear: both;
}
	#sub-nav {
		float: right;
		background: #7f7f7f;
		padding: 5px 10px;
		text-align: center;
		color: #ddd;
	}
		#footer a {
			color: #ddd;
			text-decoration: none;
		}
		#footer a:hover {
			color: #fff;
			text-decoration: underline;
		}
	#copyright {
		width: 800px;
		margin: 0 auto;
		text-align: right;
		color: #555;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}

/* Empty <div> to make border show up */
#spacer {
	clear: both;
}

.video-container {
	position: relative;
	margin: 2em 0;
	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%;
}
img {
	max-width: 100%;
	height: auto;
}





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

#outer {
	background: none;
	width: 100%;
	border: none;
}
#header {
	background-position: right;
	height: 80px;
}
	#header-console {
		top: 20px;
	}
#content {
	width: 90%;
	margin: 0px auto 50px auto;
}
#gallery {
	display: none;
}
table {
	width: 100%;
	background: #fff;
}
#copyright {
	width: 100%;
}

}