.furnitureMenu  {
	font-size: .8em;

}

.lineSmall {
	margin: 0; 
	padding: 0px 0 20px 0;
	clear: both;
	border-top: 2px solid #ae945c;
	
}

h6.men  {
	color: #ae945c;
	margin: 0;
	padding: 0;
	font-size: 20px
	}
	
	.smallPad {
		padding: 2px 10px;
		height: 40px;
		border-right: 1px dotted #fcf2db;
	}

.alignBottom {vertical-align: bottom;}
.sqImage {
	width: 277px; 
	height: 277px;
	vertical-align: middle
	}
	
.sqImage2 {
	height: 125px;
	}
	
.sqImage6 {
	width: 186px; 
	height: 160px;
	}
	

.hImage {
	width: 190px; 

	vertical-align: middle
	}

.detailImage {
	margin-top: -100px;
}


/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/


#content {
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}

#content p { line-height: 1.8; }

.content-wrap {
	position: relative;
	padding: 80px 0;
}

.content-wrap-2 {
	position: relative;
	padding: 100px 0 10px 0;
}

#content .container { position: relative; }


.woodTitle {width: 50%; float: left; text-align: right; margin-right: 15px;}
.toOrder {border: 1px dotted silver; text-align: center; padding: 20px 0; }
.toOrder h4 {color: #902827; font-size: 2em; margin-bottom: 0;}
.toOrder h5 {color: #1b0202; font-size: 1.5em; margin-bottom: 0;}

#page-title {
	position: relative;
	padding: 30px 0;
	background-color: rgba(221, 212, 209, 0.68);
	border-bottom: 1px solid #EEE;
}

.dark #page-title {
	background-color: #282828;
	border-bottom-color: #3F3F3F;
}


.third-screen { height: 370px; }

.red { color: #e93012;}
.red2 {color: #902827;}
.brown {color: #332824;}
.purple {color: #21033f;}
.burgundy {color: #720010;}
.black { color: black;}
.gray  {color: silver;}
.darkBack {background-color: black;}
.white {color: white;}


.btn-success {background-color: red;}

#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: -100px;
	margin-top: -100px;
	border-bottom: 10px solid black;
}

#header {
	position: relative;
	top: 5px;
	background-color: #FFF;
	border-bottom: 1px solid #F5F5F5;
	margin-bottom: -100px;
}


#header.semi-transparent { background-color: rgba(255,255,255,0.6); }

#logo img {
	height: 70px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}


.product {font-size: 11px;}
.fadeInUp {color: white;}

h1.white {margin-bottom: 0;
	color: white;
	text-shadow: 1px 1px 19px black;
	}
	
h4.white {margin-bottom: 0;
	color: white;
	text-shadow: 1px 1px 19px black
	}
	
	
	/* Add here all your CSS customizations */


.btn {
width: auto;
		display: inline-block;	
		cursor: pointer;
		line-height: normal;
		margin: 10px 10px 20px 0;
		border: none; 
		border-radius: 0px;
		color: #fff !important;
		padding: 5px 15px;
		background-color: #a17544;

}


#header .header-top.header-top-style-2 {
	background: #000000;
	margin-top: -16px;
}

.small {
	font-size: .8em;
}

.emphasis-title h1 {
	font-size: 60px; 
	margin-bottom: 25px;
	text-shadow: 5px 5px 10px black;
	}
	

.emphasis-title h2 {
	font-size: 90px; 
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
	text-shadow: 1px 1px 19px black
}

.lead p {
	font-size: 36px: }
	
.pdf {
	border: 1px dotted silver;
	margin: 0 0 10px 0;
	padding: 4px 10px;
	background-color: #f0f0f0;
}

.pdfCaption {
	font-size: .5em;
	color: gray;
}


.padTopBottom {
	padding: 75px 0;
}

.alignLeft {
	text-align: left;
}

.alignCenter{
	text-align: center;
}


.smallMargin {
	margin-bottom: 1px;
}

.padTop {
	padding-top: 20px;
}

.pad10 {
	padding: 0 10%;
}

.pad15 {
	padding: 0 15%;
}

.pad520 {
	padding: 5% 20%;
}

.padLeft55 {
	padding-left: 55%;
}


.ht100 {
	height: 100px;
}

#footer.dark,
.dark #footer {
	background-color: #3e291e;
	color: #CCC;
	border-top-color: rgba(0,0,0,0.2);
}

#footer {
	position: relative;
	background-color: #341f15;
	border-top: 5px solid rgba(0,0,0,0.2);
}

#footer h4 {color: #984e4c}