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

html {
	background: url(images/bg-html.jpg) repeat-x #36392b;
}
body {
	margin: 0px;
	padding: 0px;
}
#outer {
	width: 1098px;
	margin: 0 auto;
	display: block;
	background: url(images/bg-body.png) repeat-y;
	font-family: "Garamond Premr Pro", "Times New Roman", serif
}
#inner {
	position: relative;
	left: 47px;
}

/* Header and Main Navigation */
#header {
	background: url(images/bg-header.jpg) no-repeat;
	height: 213px;
}
	
	/* Title Link */
	#header h1 {
		margin: 0px;
	}
		#header h1 a {
			width: 370px;
			height: 150px;
			float: right;
			position: relative;
			right: 450px;
		}
	
	/* Main Navigation */
	#menu {
		float: left;
		position: relative;
		top: 340px; /* There's an extra 50px in there to account for the margin fix detailed below */
		list-style-type: none;
		width: 500px;
		margin: -186px 0px 0px 0; /* top -50px is to move the menu up so that it doesn't mess up the layout when it expands. */
		padding: 0px;
	}
		#menu a {
			display: block;
			color: #fff;
			text-decoration: none;
			font-size: 16pt;
			font-weight: bold;
			padding: 10px 0
		}
		#menu a:hover {
			color: #ffff00;
		}
		.main-link {
			display: block;
			float: left;
			width: 25%;
			margin-right: 0;
			height: auto;
			overflow: hidden;
			padding-top: 0;
			text-align: center;
		}
		
		/* Expandable part of the menu */
		#expandable {
			margin-right: 0;
		}
		#expandable:hover {
			height: auto;	/* add 40px for each item */
		}
			#expandable ul {
				display: none;
				margin: 13px 0px 0px 0px;
				padding: 0px;
				list-style-type: none;
				position: relative;
				z-index: 50;
			}
				
				/* Sub-links */
				#expandable .expanded-1 {
					background: url(images/bg-menu-1.png) no-repeat;
					width: 170px;
					height: 35px;
					padding-top: 3px;
					padding-left: 10px;
				}
				#expandable .expanded-2 {
					background: url(images/bg-menu-2.png) no-repeat;
					padding-top: 6px;
					width: 170px;
					height: 37px;
					padding-left: 10px;
				}
				#expandable .expanded-3 {
					background: url(images/bg-menu-3.png) no-repeat;
					width: 170px;
					height: 37px;
					padding-top: 6px;
					padding-left: 10px;
				}
				#expandable .expanded-4 {
					background: url(images/bg-menu-4.png) no-repeat;
					width: 170px;
					height: 37px;
					padding-top: 6px;
					padding-left: 10px;
				}
				
				/* Phone Number */
				#phone-number {
					float: right;
					position: relative;
					left: 255px;
					top: 135px;
				}

/* Left-hand Column, for contact information and image galleries */
#left-column {
	float: left;
	width: 226px;
	min-height: 440px;
	background: url(images/bg-left-col.png) no-repeat;
	padding-top: 50px;
}
	#left-column img, #left-column p {
		margin: 10px;
	}
	#gallery {
		position: relative;
		left: 25px;
		z-index: 40;
	}
		.gallery-image {
			border: none;
		}
		
		/* 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; }

/* Main Content */
#content {
	float: left;
	width: 500px;
	margin: 50px 25px 50px 25px;
	font-size: 12pt;
}
	h2 {
		margin-top: 0px;
	}
	h4 {
		margin: 0px;
	}
	#content a {
		color: #5c7420;
		text-decoration: none;
	}
	#content a:hover {
		color: #9fb864;
	}
	.caption {
		font-size: 9pt;
		font-style: italic;
	}
	.price-list {
		/*width: 500px;*/
	}
		.price-list td {
			padding: 5px;
			border: 1px solid #a6b08d;
		}
		.odd td {
			background: #a6b08d;
		}
		.table-header td {
			background: #a6b08d;
			text-align: center;
		}
	.contact-form td {
		padding: 0px 5px 5px 0px;
	}
	.calculator td {
		border: 1px solid #000;
		padding: 5px;
	}
	.atl {
		position: relative;
		top: 4px;
	}
	.float-left {
		float: left;
		margin-right: 10px;
		position: relative;
		top: 2px;
	}
	table {
		width: 100%;
		background: #fff;
	}
	img {
		max-width: 100%;
		height: auto;
	}

/* Right-hand Column, for lumber specs */
#right-column {
	float: left;
	width: 205px;
	min-height: 440px;
	background: url(images/bg-right-col.png) no-repeat;
	color: #fff;
	font-size: 10pt;
	padding: 50px 10px 0px 10px;
}
	#right-col-images {
		margin-left: 3px;
		margin-top: -45px;
	}

/* Spacer, to make sure the body background image shows up */
#spacer {
	clear: both;
}

/* Footer and Sub-Navigation */
#footer {
	clear: both;
	background: url(images/bg-footer.png) no-repeat;
	height: 131px;
	width: 1098px;
	margin: 0 auto;
	color: #fff;
	font-size: 10pt;
}
	#sub-nav {
		width: 500px;
		text-align: center;
		margin: 0 auto;
		padding-top: 5px;
	}
		#sub-nav a {
			color: #fff;
			text-decoration: none;
		}
		#sub-nav a:hover {
			text-decoration: underline;
		}
.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%;
}





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

#outer {
	width: 100%;
	background-position: top center;
}
#inner {
	position: static;
	display: table;
	margin: 0 auto;
}
#phone-number {
	left: 355px;
}
#footer {
	height: 131px;
	width: 100%;
	background-position: top center;
}
	
}





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

#header {
	height: 200px;
}
#left-column, #right-column {
	display: none;
}
#outer, #footer {
	width: 678px;
}
#inner {
	position: relative;
	left: 0;
	background: #fff;
	width: 100%;
}
#phone-number {
	float: none;
	position: absolute;
	top: 50px;
	left: 25px;
	width: auto;
	height: 40px;
}
#menu {
	position: relative;
	top: 190px;
}

}





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

#header {
	height: 0;
	padding: 0 0 29% 0;
	background-size: cover;
	position: relative;
}
#outer, #inner, #footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: block;
}
#content {
	float: none;
	width: 90%;
	margin: 50px auto 0 auto;
	padding: 0 0 50px 0;
}
#sub-nav {
	width: 100%;
}
#menu {
	width: 100%;
	margin: 0;
	float: none;
	position: relative;
	top: 75%;
}
	#menu:after {
		content: "";
		display: block;
		clear: both;
	}
	#menu a {
		background: #000;
		font-size: 15px;
	}
#phone-number {
	top: 20px;
	left: 8px;
	width: 25%;
	height: auto;
}
#header h1 {
	margin: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
	#header h1 a {
		display: block;
		width: 100%;
		height: 100%;
		float: none;
		position: relative;
		right: 0;
	}

}