body {
	position: relative;
	padding: 75px 0 20px 0;
	margin: 0;
	color: #323232;
	background: #aa9a73 url(http://www.brillseating.com/images/bg-body.gif) repeat-x 0 0;
	font: normal 11px/1.5 'Lucida Grande', sans-serif;
	text-align: center;
}


a {
	color: #ab601e;
	text-decoration: none;
	font: normal 11px/1.5 Georgia, sans-serif;
	text-transform: uppercase;	
}
	
a:hover {
	text-decoration: underline;
	}
		
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font: normal 1em sans-serif;
}
a.image,
h1.image, 
h2.image, 
h3.image, 
h4.image, 
h5.image, 
h6.image {
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -2000em;
	overflow: hidden;
}
h1 {
	width: 219px;
	height: 60px;
	margin: 2em 0 0 25px;
	background-image: url(http://www.brillseating.com//images/logo.gif);
	float: left;
}


/*  positioning divs
---------------------------------------*/
#container {
	position: relative;
	width: 952px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}
#wrapper {
	position: relative;
	z-index: 10;
}
#shadow {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100%;
	height: 100%;
	background: #7e7255;
	z-index: 1;
}
#header {
	position: relative;
	width: 952px;
	height: 97px;
	background: #fff;
	overflow: hidden;
	z-index: 10;
	margin: 0;
}

#content {
	position: relative;
	z-index: 10;
overflow: hidden;
}

/*  main navigation
---------------------------------------*/

#mainNav {
	position: absolute;
	top: -11px;
	right: 0;
	width: 570px;
	height: 80px;
	overflow: hidden;
	list-style: none;
}

#mainNav li {
	min-height: 80px;
	float: left;
	list-style: none;
	margin-right: 5px;
}
	
#mainNav li a {
	position: relative;
	display: block;
	height: 80px;
	background-image: url(http://www.brillseating.com//images/menu.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -2000em;
}
  
#m_home a {width: 92px; background-position: 0 0; }
#m_home a:hover { background-position: 0 -80px; }
#m_home a.selected { background-position: 0 -160px; } 

#m_sectionals a { width: 114px; background-position: -98px 0; }
#m_sectionals a:hover { background-position: -98px -80px; }
#m_sectionals a.selected { background-position: -98px -160px; }

#m_sofas a { width: 92px; background-position: -218px 0; }
#m_sofas a:hover { background-position: -218px -80px; }
#m_sofas a.selected { background-position: -218px -160px; }

#m_chairs a { width: 138px; background-position: -317px 0; }
#m_chairs a:hover { background-position: -317px -80px; }
#m_chairs a.selected { background-position: -317px -160px; }

#m_contract a { width: 100px; background-position: -460px 0; }
#m_contract a:hover { background-position: -460px -80px; }
#m_contract a.selected { background-position: -460px -160px; }


/*  footer
---------------------------------------*/

#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#footer li {
	display: inline;
}
#footer li a {
	padding: 0 6px;
	border-left: solid 1px #c6c6c6;
font-size: 10px;
}
#footer li.first a {
	border-left: none;
}

li.none { display: none; }

.none { display: none; }

.left {
	float: left;
	margin: 0 12px 12px 0;
}

.right {
	float: right;
	margin: 10px 0 25px 12px;
}

.adr {
	display: block;
	margin-top: 0;
	padding-bottom: 8px;
	margin-left: 10px;

}
.tel {
	white-space: nowrap;
}