body {
	background-color: #000000;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 10pt;
	margin: 0px;
}
a:link { /* unvisited link */
	color: #A51110;
	font-weight: bold;
	text-decoration: underline;
}
a:visited { /* visited link */
	color: #451150;
	font-weight: bold;
	text-decoration: underline;
}
a:hover { /* mouse over link */
	color: #CC1110;
	font-weight: bold;
	text-decoration: underline;
}
a:active { /* selected link */
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
img {
	border-width: 0px;
}
p {
	padding-left: 20px;
	padding-right: 20px;
}
.maintable {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	width: 100%;
}
.supertable {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	background-color: #000000;
	width: 100%;
}
.separator {
	background-image: url('images/site/Separator.bmp');
	height: 4px;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.paragraph {
	text-indent: 4em;
}
.italic {
	font-style: italic;
}
.tablecenter {
	text-align: center;
	vertical-align: middle;
}
.tableborder {
	border: 2px solid black;
}
.middleimage {
	margin: 5px;
}
.leftimage {
	margin: 5px;
	float: left;
}
.rightimage {
	margin: 5px;
	float: right;
}
.header {
	background-color: #997A70;
	height: 37px;
	padding-bottom: 10px;
}
#copyright {
	color: #FFFFFF;
	text-align: center;
	font-size: 8pt;
}
#copyright a:link { /* unvisited link */
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#copyright a:visited { /* visited link */
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: none;
}
#copyright a:hover { /* mouse over link */
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: underline;
}
#copyright a:active { /* selected link */
	color: #AA0000;
	font-weight: bold;
	text-decoration: underline;
}
.sitemaplevel1 {
	padding-left: 20px;
}
.sitemaplevel2 {
	padding-left: 40px;
}
.sitemaplevel3 {
	padding-left: 80px;
}
.content {
	background-image: url('images/site/CarpetFurniture.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	height: 600px;
/* 	background-color: #D0C5AF; */
	background-color: #CFC3A9;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}
.sitemapcontent {
	background-image: url('images/site/CarpetPlant.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	height: 600px;
	background-color: #CFC0AD;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}
.residentialcontent {
	background-image: url('images/site/CarpetChair.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	height: 600px;
	background-color: #CEBDAB;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}
.commercialcontent {
	background-image: url('images/site/Tile.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	height: 600px;
	background-color: #D3C6B3;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}
.locationcontent {
	background-image: url('images/site/Rug.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	height: 600px;
	background-color: #CCBCA3;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}
#menu {
	margin: 0px;
	z-index: 30;
	padding: 0px;
}
#menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu li a {
	display: block;
	margin: 0px 1px 0px 0px;
	color: #000000;
	text-align: center;
	text-decoration: underline;
	padding: 4px 10px;
}
#menu li a:hover {
	color: #CC1110;
	text-decoration: underline;
}

#menu li a.green {
	padding: 4px 10px;
	color: #11CC55;
	text-align: center;
	display: block;
	margin: 0px 1px 0px 0px;
	text-decoration: underline;
}
#menu li a.green:hover {
	color: #00FF00;
}
#menu div {
	margin: 1px;
	position: absolute;
	padding: 0px;
	border: 2px solid #000000;
	background: #EAEBD8;
	visibility: hidden;
}
#menu div a {
	margin: 0px;
	padding: 5px 10px;
	width: auto;
	color: #000000;
	white-space: nowrap;
	text-align: left;
	display: block;
	background: #D0C5AF;
	text-decoration: none;
	position: relative;
}
#menu div a:hover {
	color: #CC1110;
	text-align: left;
	padding: 5px 10px;
}