/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
body {
	font-family:"Arial";
	font-size:14;
	margin:0px;
	padding:0px;
	min-width:801px;
	}
a {
	color: #90C;
	}
a:visited {
	color: #808;
	}
#HeaderOuterDiv {
	position: absolute;
	top: 0;
	width: 100%;
	}
#HeaderInnerDiv {
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	border-bottom: solid 1px #AAA;
	}
#BodyOuterDiv {
	margin-left: auto;
	margin-right: auto;
	background-color: #009966;
	width: 810px;
	}
#ContentDiv {
	float: right;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 620px;
	background-color: #FFFFFF;
	}
#ContentDiv h1 {
	text-align: center;
	}
#ContentDiv h2 {
	margin-left: 20px;
	text-decoration: underline;
	}
#ContentDiv h3 {
	margin-left: 30px;
	}
#ContentDiv p {
	margin-bottom: 10px;
	margin-left: 40px;
	font-size: 12px;
	line-height: 15px;
	margin-right: 10px;
	}
#ContentDiv ul {
	margin-bottom: 10px;
	margin-left: 50px;
	}
/* the ConSpacerDiv was created to force the Content Div to meet a minimum height. */
#ConSpacerDiv {
	width: 1px;
	height: 360px;
	float: right;
	overflow: hidden;
	}
/* the ConForceDiv is used in conjunction with the ConSpacerDiv to ensure that the ContentDiv expands to the minimum height, as set by the ConSpacerDiv ,properly in all browsers */
#ConForceDiv {
	clear: both;
	}
#LeftDataDiv {
	float: left;
	width: 170px;
	background-color: #009966;
	}
#LeftNavLinksDiv {
	width: 150px;
	text-align: center;
	margin-bottom: 5px;
	margin-left: 5px;
	}
#LeftNavLinksDiv a{
	display: block;
	background-image: url(http://fireplacefacings.com/LP-Dir/LP-Resources/link_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 3px;
	height: 15px;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}
#LeftNavLinksDiv a:hover{
	background-image: url(http://fireplacefacings.com/LP-Dir/LP-Resources/link-hover_bg.jpg);
	}
#LeftSpecialsDiv {
	width: 100%;
	text-align: center;
	}
#FooterDiv {
	background-color: #009966;
	clear: both;
	}
#FootDivHTag {
	margin: 3px 10px;
	text-align: right;
	font-size: 18px;
	line-height: 22px;
	color: #FFF;
	}
#MatsTable td {
	background-color: #000;
	text-align: center;
	color: #FFF;
	}
#MatsTable td p {
	padding-top: 3px;
	padding-bottom: 3px;
	}
#MatsTable td div {
	width: 100%;
	background-color: #FFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#CopyRightDiv {
	width: 100%;
	font-size: 10px;
	line-height:13px;
	text-align: right;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	}
