/* CSS Document */

body {
	background: #B3B5B3 url(../images/bodyBG.gif) repeat top left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
a {
	outline: none;
}

/* --( Global Classes )-- */
.clear {
	clear: both;
}
.right {
	text-align: right;
	display:block;
}

/* --( Wraps )-- */

#wrap {
	margin: 0;
	padding: 0;
	background: url(../images/wrapBG.jpg) repeat-x left 117px;
}

#headerWrap {
	height: 117px;
	background: url(../images/headerBG.gif) repeat-x;
}
#bodyWrap {
	background-image: url(../images/bodywrapBG.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
#footerWrap {
	background: #355D8A url(../images/footerBG.gif) repeat-x;
}

#shadowL {
	position: relative;
	left: -6px;
	display: block;
	background: url(../images/shadowLeftBG.gif) no-repeat;
	width: 6px;
	height: 178px;
	float: left;
}
#shadowR {
	position: relative;
	display: block;
	background: url(../images/shadowRightBG.gif) no-repeat;
	width: 6px;
	height: 178px;
	float: right;
	left: 6px;
}

/* --( Section Widths )-- */
#header, #top, #body, #footer {
	width: 750px;
	margin: 0 auto;
}

/* --( Header Styles )-- */
#logo {
	margin-top: 26px;
	float: left;
	width: 472px;
}
#logo h1, #logo h2 {
	margin: 0;
}
#logo h1 a {
	display: block;
	height: px;
	background: url(../images/logo.gif) no-repeat top left;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	color: #F3DECA;
	text-decoration: none;
	padding-top: 54px;
	font-weight: normal;
}
#header h2 {
	float: right;
	display: block;
	width: 150px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #F3DECA;
	text-align: right;
	margin:0;
	padding-top: 48px;
	clear: right;
}
#header h2 span {
	color: #6A6A6A;
}
#nav1 {
	margin: 0;
	padding: 15px 8px 0;
	float: right;
	display: block;
}
#nav1 li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#nav1 li a {
	display: block;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #D0A87B; /* Top Tool Navigation Text Color */
	font-size: 11px;
}
#nav1 li a:hover {
	text-decoration: underline;
}
#nav1 li.home a {
	background-image: url(../images/iconHome.gif);
	background-position: 0 3px;
	padding-left: 16px;
	margin-right: 14px;
}
#nav1 li.contact a {
	background-image: url(../images/iconMail.gif);
	background-position: 0 2px;
	padding-left: 21px;
}
/* Container */
#container {
	width: 750px;
	margin: 0 auto;
	padding: 15px 0;
}

/* Holding Container */
#holdingcontainer {
	margin: 0 auto;
	width: 800px;
	background: url(../images/containertopBG.gif) repeat-x top;
	padding: 0px;
}
#holdingcontainer span.bottom-bg {
	margin: 0 auto;
	width: 800px;
	background: url(../images/containerbottomBG.gif) repeat-x top;
	padding: 0;
	height: 48px;
	display: block;
}

/* --( Navigation Styles )-- */
#nav {
	width: 228px;
	height: 220px;
	float: left;
	background: url(../images/navBG.gif) no-repeat;
	margin-top: 5px;
}
#nav h3 {
	display: none;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin:0;
	padding:0;
	list-style: none;
	display: inline;
}
#nav ul li a {
	display: block;
	width: 181px;
	padding: 7px 0 7px 45px;
	font-size: 19px;
	font-weight: normal;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #896037;
	background-image: url(../images/navIcon.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
#nav ul li a:hover {
	text-decoration: underline;
	color: #96573C;
}
#nav .first { 
	padding-top: 8px; /* Special padding for First Nav Button */
}
#nav .last a { background-image: url(../images/navIcon.gif); }
#nav .last {
	padding-bottom: 0px; /* Special padding for Last Nav Button */
	padding-top: 8px;
	background: url(../images/navBG.gif) no-repeat bottom;
	display: block;
	margin-top: -7px;
}
* html #nav .last { padding-top: 0; }
#nav .sep {
	display: block;
	height: 1px;
	background:url(../images/navSep.gif);
}

/* --( Header Graphic )-- */
#headerGraph {
	float: right;
	width: 514px;
	height: 195px;
}

/* --( Content Styles )-- */
#body {
	margin-top: 15px;
}
#contentWrap {
	width: 750px;
	float: left;
}
#contentWrap .content {
	padding: 15px;
	width: 480px;
	float: left;
}
#contentWrap .content h2 {
	margin: 0;
	font-size: 24px;
	color: #896037;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
#contentWrap .content .horRule {
	display: block;
	height: 33px;
	background: url(../images/contentSep.gif) no-repeat center;
}
#contentWrap .content h3 {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	line-height: 24px;
	margin: 0;
	font-weight: normal;
	color: #896037;
}
#contentWrap .content h3 em {
	color: #A6839A;
	letter-spacing: 1px;
}

#secondaryContainer {
	width: 213px;
	float: right;
}
#contentWrap.home #secondaryContainer {
	width: 231px;
}

/* Furniture Categories */
#furniture-categories {
	margin: 1em 0 0;
	padding: 0;
	list-style: none;
}
#furniture-categories li {
	display: inline;
	margin: 0;
	padding: 0;
}
#furniture-categories li a {
	display: block;
	float: left;
	text-align: center;
	padding-top: 155px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #896037;
	width: 150px;
	background-position: center top;
	background-repeat: no-repeat;
}
#furniture-categories li a#dining {	background-image: url(../images/fp_dr.jpg);  }
#furniture-categories li a#living {	background-image: url(../images/fp_lr.jpg); margin: 0 .5em;  }
#furniture-categories li a#bedroom { background-image: url(../images/fp_br.jpg);  }


/* Side Box Styles */
	#sidebox {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	/* Testimonials Top Margin */
		#sidebox.testimonials {
			/*margin-top: 15px;*/
		}
		
	#sidebox legend {
		display: none;
	}
	#sidebox .head {
		display: block;
		margin: 0;
		padding: 0;
	}
	
	/* Box Heading Titles */
		#sidebox.testimonials .head {
			height: 21px; /* Heading Height */
			width: 213px;
			background: url(../images/sideBox_test.gif) no-repeat; /* Testimonials Heading */
		}
		#sidebox.testimonials2 .head {
			height: 21px; /* Heading Height */
			width: 213px;
			background: url(../images/sideBox_bookdetails.gif) no-repeat; /* Testimonials Heading */
		}
		
	#sidebox .content {
		
		background: #CEDBEB; /* Side Box Background Color */
		
		border-left: #7698B9 solid 1px; /* Side Box Border Left */
		
		border-right: #7698B9 solid 1px; /* Side Box Border Right */
		
		padding: 14px;
	}

	#sidebox .foot {
		display: block;
		height: 12px;
		margin: 0;
		padding: 0;
		background: url(../images/sideBox_foot.gif) no-repeat;
	}
	
	/* IE Fix for #sidebox .foot */
		* html #sidebox .foot {
			margin: 0 2px;
		}
	
	#sidebox p {
		margin-top: 0;
	}
	#sidebox p.quote {
		text-indent: 30px;
		background: url(../images/sideBox_quote.gif) no-repeat top left;
		line-height: 15pt;
	}
	#sidebox p.quote span {
		display: none;
	}
	#sidebox p.smallRight {
		font-size: 11px;
		text-align: right;
	}

#contentWrap .services li {
	padding-bottom: 10px;
}

/* Affiliation Icons */
#body .icons {
	clear: both;
	text-align: center;
}

/* Photos Table */
table.photos {
	float: none;
	width: 201px;
	margin: 0 auto;
}
table.photos caption {
	caption-side: top;
	font-size: 20px;
	text-align: center;
	margin: 1em 0 0.25em 0;
	padding:0;
	font-family:Times New Roman;
	letter-spacing: .01em;
	color: #78442F;
}

	
/* Price Chart Table */
table.pricechart {
	width: 94%;
	border-collapse: collapse;
	color: #78442F;
	border-top: 1px solid #EDD6CC;
	border-right: 1px solid #EDD6CC;
	background-color: #F9F2EB;
	float: none;
	margin: 0 auto 20px;
}
table.pricechart caption {
	caption-side: top;
	font-size: 20px;
	text-align: center;
	margin: 1em 0 0.25em 0;
	padding:0;
	font-family:Times New Roman;
	letter-spacing: .01em;
	color: #78442F;
}
table.pricechart th {
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #EDD6CC;
	border-left: 1px solid #EDD6CC;
	padding: .3em 1em;
}
table.pricechart td {
	background-color: #FAF7F5;
	border-bottom: 1px solid #EDD6CC;
	border-left: 1px solid #EDD6CC;
	padding: .3em 1em;
	text-align: right;
}
table.pricechart thead th {
	text-align: center;
	font-weight: bold;
}
table.pricechart thead td {
	background-color: #FAF3ED;
}
table.pricechart tbody td.red {
	background-color: #FBEDE9;
}
table.pricechart tbody td.na {
	background-color: #FAF3ED;
}
* html table.pricechart { margin-top: 20px; }



/* --( Footer Styles )-- */
#footer {
	padding: 26px 0;
	color: #B89A91;
}

#footer a { 
	color: #B89A91;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer address {
	font-style: normal;
	float: left;
	font-size: 12px;	
}

#footer p{
	float: right;
	line-height: 16px;
	margin: 0;
	text-align: right;
	font-size: 11px;
}
