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

body {
	color: #CCC;
	background-color: #1b1404;
}
.ContentTextContainerHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
	vertical-align: middle;
	position: absolute;
	left: 109px;
	top: 265px;
	width: 500px;
	height: 440px;
}
.ContentTextContainerInterior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	vertical-align: middle;
	position: absolute;
	left: 109px;
	top: 265px;
	width: 500px;
	height: 440px;
}
.ContentTextContainerFAQ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	vertical-align: middle;
	position: absolute;
	left: 670px;
	top: 165px;
	width: 500px;
	height: 650px;
}
#ContentBackImage {
	position:absolute;
	left:0px;
	top:0px;
	width:667px;
	height:1000px;
	z-index:1;
	background-image: url(images/custom-furniture.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left top;
	visibility: visible;
}
#ContentBackImageNew {
	position:absolute;
	left:0px;
	top:0px;
	width:443px;
	height:1000px;
	z-index:1;
	background-image: url(images/home_background.png);
	background-color: #1b1404;
	background-repeat: no-repeat;
	background-position: left top;
	visibility: visible;
}
#ContentRightNew {
	position:absolute;
	left:445px;
	top:90px;
	width:502px;
	height:auto;
	z-index:0;
	text-align: left;
}
#ContentRight {
	position:absolute;
	left:640px;
	top:115px;
	width:502px;
	height:auto;
	z-index:4;
	text-align: left;
}
#ContentFAQ {
	position:absolute;
	left:668px;
	top:136px;
	width:502px;
	height:675px;
	z-index:0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	display: table;
}
#homeLink {
	position:absolute;
	left:34px;
	top:21px;
	width:332px;
	height:76px;
	z-index:3;
}
#NavContainer {
	position:absolute;
	left:666px;
	top:0px;
	width:100%;
	height:95px;
	z-index:2;
	background-color: #1B1404;
	float: left;
}
.ImageBorder {
	border: 1px solid #C3B38F;
}
.footer {
	font-size: 9px;
	color: #524934;
	font-family: Verdana, Geneva, sans-serif;
}
.footerLink {
	color: #524934;
	text-decoration: none;
}
a.body {
	color: #FFF;
	text-decoration: underline;
}
a.body:hover {
	text-decoration: none;
    color:#C09E8F;
}
.slideshowNote {
	font-weight: bold;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B9863A;
	border-right-color: #B9863A;
	border-bottom-color: #B9863A;
	border-left-color: #B9863A;
	padding-top: 10px;
	color: #DEBD8E;
	font-family: Arial, Helvetica, sans-serif;
}
.pageTitle {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

a.caption:link    {
color:#FFFFFF; text-decoration: underline; font-weight:bold;
}
a.caption:visited {
color:#FFFFFF; text-decoration: underline; font-weight:bold;
}
a.caption:hover   {
color:#C09E8F; text-decoration: underline; font-weight:bold;
}
a.caption:active  {
color:#FFFFFF; text-decoration: underline; font-weight:bold;
}

/* from Patrick, for pdf link */
a.pat {
	color: #f3b333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.pat {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}


