@charset "UTF-8";
#navLogoTopContainer {
	margin: 0px;
	padding: 0px;
	width: 847px;
	height: 172px;
}
#navLogoTopContainer img {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	font-weight: normal;
	text-decoration: none;
	clear: both;
}
#container {
	width: 847px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #3C2312;
	padding: 0px;
}
#footer {
	background-color: #6b4d2f;
	background-image: url(../images/footer-bar-bkgd.png);
	height: 39px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
#header {
	background-color: #39281a;
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#gallery {
	height: 230px;
	width: 288px;
	float: left;
}
#gallery2 {
	float: right;
	clear: none;
}
#galleryWrapper {
	width: 687px;
	display: block;
}
#topNavigation  {
	float: right;
	width: 700px;
	height: 200px;
	bottom: 200px;
}
#mainContent {
	background-color: #C6B28F;
	background-image: url(../images/interiorpage-bkgd2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #39281a;
	letter-spacing: -.02em;
	word-spacing: -.02em;
	clear: both;
	padding: 30px 80px 0px;
}
#mainContentGallery {
	background-color: #C6B28F;
	background-image: url(../images/interiorpage-bkgd2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #39281a;
	letter-spacing: -.02em;
	word-spacing: -.02em;
	clear: both;
	padding: 30px 80px 0px;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20.5px;
	font-weight: bold;
	color: #3C2312;
	text-decoration: none;
}
#mainContent a {
	font-weight: bold;
	color: #0d8bab;
	text-decoration: none;
}
#mainContent a:link {
	font-weight: bold;
	color: #0d8bab;
	text-decoration: none;
}
#mainContent a:hover {
	font-weight: bold;
	color: #38281A;
	text-decoration: underline;
}
#mainContentHome {
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #39281a;
	letter-spacing: -.02em;
	word-spacing: -.02em;
	clear: both;
	background: #C6B28F url(../images/homepage-bkgd3.jpg) no-repeat center top;
	padding: 50px 80px 0px;
	height: 375px;
}
#mainContentHome a {
	font-weight: bold;
	color: #0d8bab;
	text-decoration: none;
}
#mainContentHome a:link {
	font-weight: bold;
	color: #0d8bab;
	text-decoration: none;
}
#mainContentHome a:hover {
	font-weight: bold;
	color: #38281A;
	text-decoration: underline;
}
#mainContentProducts img {
	border: 5px solid #FFF;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
#mainContentProducts {
	background-color: #C6B28F;
	background-position: center top;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-left: 80px;
	padding-top: 30px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #39281a;
	letter-spacing: -.02em;
	word-spacing: -.02em;
	clear: both;
	background-image: url(../images/interiorpage-bkgd-tall.jpg);
	background-repeat: no-repeat;
}
#mainContentProducts h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20.5px;
	font-weight: bold;
	color: #3C2312;
	text-decoration: none;
}
#mainContentProducts a {
	font-weight: bold;
	color: #0d8bab;
	text-decoration: none;
}
#mainContentProducts a:link {
	font-weight: bold;
	color: #0d8bab;
	text-decoration: none;
}
#mainContentProducts a:hover {
	font-weight: bold;
	color: #38281A;
	text-decoration: underline;
}
#container #mainContentProducts H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3C2312;
	text-decoration: none;
}
.homePageLogos {
	margin: 0px 0px 0px -80px;
	padding: 0px;
	float: left;
	height: 85px;
	width: 465px;
}
.italicSubHeads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #3C2312;
}
