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

/*

	Table of Contents:
	
	HTML5 Elements
	Custom Fonts
	Structural Elements
	Headings
	Links
	Body Text
	Lists
	Images
	Tables
	Helper Classes

*/

/* HTML5 Elements -------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
header, hgroup, nav, section, article, aside, footer {
	display: block;
}

/* Structural Elements --------------------------------------------------- */
/* ----------------------------------------------------------------------- */
html {
	background: url(../images/bg-html.png) repeat-x fixed #f8f5f1;
}
body {
	background: #f8f5f1;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	line-height: 24px;
	font-size: 14px;
	font-family: "Helvetica", "Arial", sans-serif;
	color: #645540;
}
header {
	background: #255c87;
	width: 900px;
	height: 25px;
	border-bottom: 1px solid #000;
	position: fixed;
}
	header:before {
		content: "";
		display: block;
		background: url(../images/phone-number.png) no-repeat;
		width: 141px;
		height: 9px;
		position: absolute;
		top: 8px;
		right: 0;
	}
#main-nav {
	background: url(../images/bg-nav.jpg) repeat #eee;
	width: 210px;
	margin: 0px 0px 0px 45px;
	padding: 45px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.25);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.25);
	-o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.25);
	border: 1px solid #c9b9a5;
	border-top: none;
	position: fixed;
}
footer {
	clear: both;
}
#main-content {
	float: right;
	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 71px 45px 0px 45px;
	text-align: justify;
	border-right: 1px solid #c9b9a5;
}
#copyright {
	margin: 60px 0px 30px 0px;
	text-align: right;
	font-size: 11px;
	color: #c9b9a5;
}
#sale {
	width: 300px;
	margin: 45px 0px 0px -45px;
	padding: 0px;
	text-align: center;
}
	.sale-hook {
		background: #fdfcfb;
		border: 1px solid #255c87;
		border-left: none;
		border-right: none;
	}
		.sale-hook small {
			font-style: italic;
		}

/* Headings -------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
h1, h2, h3 {
	font-weight: normal;
	font-family: "Times New Roman", "Times", serif;
	color: #000;
}
h1 {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 7px 0px;
	font-size: 24px;
	border-bottom: 1px solid #dfd3c3;
}
h2 {
	margin: 60px 0px 30px 0px;
	font-size: 21px;
}
#sale h2 {
	color: #255c87;
	margin: 0px;
	font-size: 18px;
}
h3 {
	margin: 30px 0px 15px 0px;
	font-size: 18px;
}
table h3 {
	margin: 0px;
}

/* Links ----------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
a {
	text-decoration: none;
	color: #255c87;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
	a:hover {
		color: #3b93d7;
		text-decoration: underline;
	}
#logo {
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 21px;
	margin: 0px 0px 30px 0px;
	font-family: "Times New Roman", "Times", serif
}
	#mark {
		margin: 0px 0px 30px 0px;
	}
		#mark img {
			border: none;
		}
#main-nav a {
	display: block;
	padding: 7px 0px 7px 0px;
	color: #645540;
	text-decoration: none;
}
	#main-nav a:hover {
		color: #3b93d7;
	}
#sale a:hover {
	text-decoration: none;
}
#gallery a:nth-of-type(3n+1) {
	float: left;
}
#gallery a:nth-of-type(3n) {
	float: right;
}
#gallery a:nth-of-type(3n+2) {
	display: inline-block;
	margin: 0px 0px 0px 50px;
}

/* Body Text ------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
p {
	margin: 15px 0px 30px 0px;
	font-family: "Arial", "Helvetica", sans-serif;
}
#sale p {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}
h1 + p:first-letter {
	float: left;
	font-size: 53px;
	font-family:"Times New Roman", "Times", serif;
	color: #255c87;
	line-height: 48px;
	margin: 0px 2px 0px 0px;
}
strong, b {
	color: #000;
	font-weight: bold;
}
em, i {
	font-family: "Times New Roman", "Times", serif;
	font-size: 15px;
	font-style: italic;
}
.caption {
	font-family: "Times New Roman", "Times", serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal !important;
}

/* Lists ----------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
ul {
	margin: 30px 0px 30px 20px;
	padding: 0px;
}
	li {
		padding: 0px 0px 0px 30px;
	}
#main-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	#main-nav li {
		padding: 0px;
		border-top: 1px solid #dfd3c3;
	}
		#main-nav li:first-of-type {
			border: none;
		}

/* Images ---------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
img {
	max-width: calc(100% - 8px);
	border: 1px solid #000;
	padding: 3px;
}
table img {
	padding: 0px;
}
#contact-info {
	padding: 0px;
	border: none;
}
.price-list img {
	border: none;
}

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

/* Tables ---------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
table {
	width: 100%;
	text-align: left;
}
	td {
		padding: 5px;
		border: 1px solid #dfd3c3;
	}
	#specs-table td:first-of-type, #compare-table tr:first-of-type td,
	#compare-table td:first-of-type, #contact-form td:first-of-type {
		font-weight: bold;
		color: #000;
	}

/* Helper Classes -------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.center {
	margin: 0 auto;
	text-align: center;
}

/* Lightbox -------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox img{ width: auto; height: auto; padding: 0px; border: none; }
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; border: 1px solid #000; border-bottom: none; }
#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%; border: 1px solid #000; border-top: none; }

#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; display: none; }





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

html { background: #f8f5f1; }
body {
	background: #f8f5f1;
	width: 100%;
}
header {
	background: url(../images/mark-light.png) no-repeat 5% center #255c87;
	width: calc(95% - 90px);
	height: auto;
	padding: .5em 0;
	padding-left: calc(5% + 90px);
	color: #fff;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	z-index: 10;
}
	header:after {
		content: "Brazilian Teak Decking";
		position: relative;
		top: -7px;
	}
	header:before {
		top: auto;
		right: auto;
		bottom: 9px;
		left: calc(5% + 90px);
	}
#main-nav {
	margin: 0;
	position: absolute;
	top: 46px;
	left: -255px;
	z-index: 5;
	transition: left .3s ease;
}
	#main-nav > a {
		display: none;
	}
	.sale-hook {
		display: none;
	}
	#main-nav:after {
		content: "";
		background: url(../images/navslideout.png) no-repeat;
		display: block;
		width: 40px;
		height: 90px;
		color: #000;
		font-size: .75em;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}
#main-content {
	float: none;
	width: calc(85% - 45px);
	margin: 0 auto;
	padding: 95px 0 0 0;
	padding-left: calc(5% + 30px);
	border-right: none;
}
img {
	margin: 1em auto;
}
#gallery a {
	width: 100%;
	margin: 0 auto !important;
	text-align: center;
}

}