body {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	font: 0.8em verdana,sans-serif;
	color: #333;
	background: #000 url('background.png') top center repeat-y;
}

.page {

}

h1 {
	width: 100%;
	text-align: center;
}

h2, h3, h4, h5, h6 {
	font-family: arial,sans-serif;
}

a {
	color: #000;
	text-decoration: underline;
}

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

a:visited {
	color: #400;
}

a img {
	border: none;
} 

table {
	margin: 0px auto 0px auto;
	border-collapse: collapse;
}

td {
	border: 5px solid #000;
	padding: 5px;

}

/* hide access links */
.accessLinks {
	display: none;
}

.banner {
	/*width: 100%;*/
	height: 75px;
	border-bottom: thick solid #c00;
	font-family: arial,sans-serif;
}

.banner .homeLink {
	float: left;
	width: 450px;
	height: 70px;
	background: url('febland.png') top left no-repeat;
}

.homeLink a {
	display: block;
	width: 450px;
	height: 70px;
	text-indent: -10000px;
}

.banner .siteLinks {
	float: right;
	width: 50%;
	text-align:right;
	margin: 0 10px 10px 0;
}

.banner form {
	margin-top:10px;
}

.keyText {
	margin: 1px 0px 10px 0px;
	padding: 0.5em;
	text-align: center;
	font-family: times, serif;
	color: #fff;
	background: #000;
}

.keyText a, .keyText a:visited {
	color: #fff;
	text-decoration: none;
}


.keyText a:hover {
	color: #fff;
	text-decoration: underline;
}

.pageContent {
	float: right;
	margin-bottom: 0px;
	margin-right: 10px;
	width: 780px;
}

.breadcrumbs {
	font-family: arial,sans-serif;
}

.listPageLinks {
	clear: both;
	width: 100%;
	margin: 10px 0px 5px 0px;
	font-family: arial,sans-serif;
}

.listPageLinks {
	margin: 5px 0px 30px 0px;
}

.listPageLinks .displaying {
	float: left;	
}

.listPageLinks .pages {
	float: right;	
}

.productGroup{
	//height: 300px;
	clear: both;
}

.product {
	float: left;
	margin: 0px 20px 10px 20px;
	width: 200px;
}

.product img {
	border: 1px solid #000;
}

.product img:hover {
	border-color: #800;
}

.product .image {
	width: 185px;
	height: 185px;
	background: url('shadow.png') bottom right no-repeat;
}

.product .image a:hover img {
	border:thin solid #f00;
}

.product .description a {
	margin: 1px 0px 2px 0px;
	display: block;
	font-weight: bold;
}

.mainImage {
	text-align: center;
}

.description {
	clear: both;
	margin-bottom: 20px;
}

.model {
	font-weight: bold;
}

.related {
	font-family: arial,sans-serif;
}

.related h2 {
	font-size: 1.1em;
}

.fabfurnLink {
}

.mainNavigation {
	width: 180px;
	float: left;
	font-family: arial,sans-serif;
}

.mainNavigation a {
	margin-bottom: 1px;
	display: block;
	height: 2em;
	padding: 0.5em 0 0 0.5em;
	font-size: smaller;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: #000;
}

.mainNavigation a:hover {
	
}

.mainNavigation a:hover, .mainNavigation .selected, .mainNavigation .tierTwoSelected,
 .mainNavigation .tierThreeSelected {
	background: #a00;
}

.mainNavigation .tierTwo, .mainNavigation .tierThree {
	background: #600;
margin:0 1em 1px 0;
}

.mainNavigation .tierTwoSelected, .mainNavigation .tierThreeSelected {
margin:0 1em 1px 0;
	background-color: #a00;
}

.mainNavigation .tierThree, .mainNavigation .tierThreeSelected {
	margin-left: 2em;
}

.mainNavigation .menuTitle {
	visibility: hidden;
}

.address {
	margin: 10px 0px 10px 10px;
}

.address:first-line {
	font-weight: bold;
}

.subLinks {
	clear: both;
	padding-top: 10px;
	text-align: center;
	font-family: arial,sans-serif;
}

.subLinks p {
	border-top: thin solid grey; 
	width: 80%; 
	margin: 0pt 0pt 10px 5%; 
	padding: 5px 5% 0pt;
}

