@charset "UTF-8";
body  {
	font: 100% "Times New Roman", Times, serif;
	background: url(images/l2bgrnd.gif) top center repeat-x #cdc6c3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#241c1a;
}
.thrColFix #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 22px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 10px 0px 15px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
}
.thrColFix #mainContent { 
	margin: 0 250px 0 55px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:630px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	text-decoration:none;
	color:#942e02;
}

a:hover {
	text-decoration:none;
	color:#d87c23;
}

#l2topwrapper {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;

}

#logo {
	margin:0;
	position:relative;
	float:left;
}
h1 {
	font-size:22px;
	line-height:24px;
	font-weight:normal;
}
h2 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	color:#57332a;
}
h3 {
	font-size:15px;
	line-height:20px;
	font-weight:bold;
}
p {
	font-size:15px;
	line-height:20px;
}

.pullquote {
	font-size: 16px;
	line-height: 24px;
	color: #57332a;
	padding:0 15px;
	margin:0 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #666;
}

.rightimg { 
	border:#a8958d 1px solid;
	margin-left:15px;
	padding:4px;
	float:right;
}
.leftimg { 
	border:#a8958d 1px solid;
	padding:4px;
	margin-right:15px;
	float:left;
}
.regimg { 
	border:#a8958d 1px solid;
	padding:4px;
	margin-right:15px;
}

#mainContent li { 
	font-size:15px;
	line-height:20px;
}

/* L2 Nav */

#NavContainer {
	margin:0;
	width:250px;
	position:relative;
	float:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:36px;
}

#L2nav
{
	padding-left: 0;
	margin-left: 0;
	width: 250px;	
}

#L2nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#L2nav li a.l2nav { 
	text-decoration: none;
	padding-left:16px;
	background:url(images/nav-dot.gif) no-repeat left bottom;
	color:#000; 
}

#L2nav li a.l2nav:hover{
	padding-left:16px;
	background:url(images/nav-dot.gif) no-repeat left top;
	color:#d87c23;
}

#L2nav .selected {
	padding-left:16px;
	background:url(images/nav-dot.gif) no-repeat left top;
	color:#a22600;
}




/* L3 Nav */
#L3navTop {
	border-top: 1px solid #b7a9a0;
	padding: 0;
	margin-left: 16px;
}
#L3nav {
	padding: 0;
	margin: 0px;
	font-size:12px;
	line-height:22px;
	color:#696161;	
	border-bottom: 1px solid #b7a9a0;
}

#L3nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#L3nav a.l3link { 
	text-decoration: none;
	color:#696161;
 }
 #L3nav a.l3link:hover { 
	text-decoration: none;
	color:#d87c23;
 }
 #L3nav a.l3linkselected { 
	text-decoration: none;
	color:#a22600;
 }
 
 
 /* L4 Nav */
 #L4navTop {
	padding: 0;
	margin-left: 20px;
}

#L4nav {
	padding: 0;
	margin:0;
	font-size:12px;
	line-height:22px;
	color:#696161;	
	border-bottom: 1px solid #b7a9a0;
}

#L4nav li {
	list-style: none;
	margin: 0 6px 0 0;
	padding: 0;
}

#L4nav a.l3link { 
	text-decoration: none;
	color:#696161;
 }
 #L4nav a.l3link:hover { 
	text-decoration: none;
	color:#d87c23;
 }
 #L4nav a.l3linkselected { 
	text-decoration: none;
	color:#a22600;
 }
 
 
 

/* GALLERY NAVIGATION */

#galnav {
	float:left;
	width:630px;
	height:273px;
}

.nav{
	margin:0;
	padding:0;
}
.nav ul {
	display: inline;
	margin:0;
	padding:0;
}
.nav li{
	list-style:none;
	float:left;
}
.nav li, .nav a{
	display:block;
}
.nav div
{
    margin:0;
	padding:0;
}
#beds a{
	background:url(images/l3nav-gallery-beds.jpg) bottom no-repeat;
	width:143px;
	height:273px;

}
#beds a:hover{
	background:url(images/l3nav-gallery-beds.jpg) top no-repeat;
	width:143px;
	height:27px3;
}

#beds a.selected{
	background:url(images/l3nav-gallery-beds.jpg) top no-repeat;
	width:143px;
	height:27px3;
}
#tables a{
	background:url(images/l3nav-gallery-tables.jpg) bottom no-repeat;
	width:141px;
	height:273px;

}
#tables a:hover{
	background:url(images/l3nav-gallery-tables.jpg) top no-repeat;
	width:141px;
	height:273px;
}

#tables a.selected{
	background:url(images/l3nav-gallery-tables.jpg) top no-repeat;
	width:141px;
	height:273px;
}
#cases a{
	background:url(images/l3nav-gallery-cases.jpg) bottom no-repeat;
	width:141px;
	height:273px;

}
#cases a:hover{
	background:url(images/l3nav-gallery-cases.jpg) top no-repeat;
	width:141px;
	height:273px;
}

#cases a.selected{
	background:url(images/l3nav-gallery-cases.jpg) top no-repeat;
	width:141px;
	height:273px;
}
#benches a{
	background:url(images/l3nav-gallery-benches.jpg) bottom no-repeat;
	width:141px;
	height:273px;

}
#benches a:hover{
	background:url(images/l3nav-gallery-benches.jpg) top no-repeat;
	width:141px;
	height:273px;
}

#benches a.selected{
	background:url(images/l3nav-gallery-benches.jpg) top no-repeat;
	width:141px;
	height:273px;
}

/* GALLERY CONTENT */

#gallerycontainer {
	width:630px;
	margin:0;
	padding:0;
	
}
#gallery {
	width:195px;
	margin:0 15px 0 0;
	padding:0;
	float:left;
}
#gallery-landing {
	width:300px;
	margin:0;
	padding:0;
	float:left;
}

#gallery img {
	border:#a8958d 1px solid;
	margin:0;
	padding:0;
}
#gallery p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
}
#gallery .icon {
	margin:10px 7px 0 0;
}
#gallery .iconLast {
	margin:10px 0 0 0;
}
#gallery .click {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin:10px 0 20px 0;
}


#purchasecontainer {
	width:630px;
	margin:10px 0 0 0;
	padding:0;
	
}

#purchasecontainer img {
	float:left;
	padding:4px;
	border:#a8958d 1px solid;
	margin:0 6px 6px 0;
}

/* CALLOUT */

#callout {
	width:230px;
	float:left;
	padding:0;
	margin:20px 5px;
}
#calloutTop {
	background:url(images/callout-top.gif) no-repeat center;
	height:21px;
}
#callout p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#7e6762;
	text-align:center;
}
#callout h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#7e6762;
	text-align:center;
	font-weight:bold;
}

#calloutBottom {
	background:url(images/callout-bottom.gif) no-repeat center;
	height:21px;
}

/* FOOTER */

#l1bottomwrapper {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	position:relative;

}

#footer {
	Width:950px;
	margin:40px 0 20px 0;
	padding:0;
}
#footer p {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#78716e;
	text-align:center;
	background:url(images/footer-bgrnd.gif) no-repeat center;
	
}
#credit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78716e;
	text-align:center;
	margin-bottom:20px;
}