body {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(../_images/headerGraphicFill.jpg);
	background-repeat: repeat-x;
}
* {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.twoColFixLtHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../_images/sideBar1fauxCol.gif);
	background-repeat: repeat-y;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	position:relative;
	background: #FFFFFF url(../_images/headerGraphicCenter.jpg) no-repeat top left;
	height: 130px;
} 
.twoColFixLtHdr #header h1 {
	margin-left: -9000px;
}
.twoColFixLtHdr #header #logoGraphic {
	position:absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 92px;
}

/* -- this is the main nav styling -- */

.twoColFixLtHdr #header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 5px;
	list-style: none;
	}

.twoColFixLtHdr #header ul li {
	float: left;

}

.twoColFixLtHdr #header ul a {
	padding: 0 1.2em;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	color: #666666;
	background: url(../_images/mainNav_sep.gif) no-repeat left top;
	float: left;
	display: block;

}

.twoColFixLtHdr #header ul a:hover {
	color:#6699FF;
}

.twoColFixLtHdr #header ul a.first {
	background: none;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0 0 0;
	height: 300px;
}
.twoColFixLtHdr #sidebar1 ul {
	text-decoration: none;
	list-style-type: none;
}
.twoColFixLtHdr #container #sidebar1 #menuAd {
	float: left;
	height: 250px;
	width: 120px;
	margin-top: 10px;
	border: thin solid #666666;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 135px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
} 





.twoColFixLtHdr #container #mainContent #sitemap {
	margin-left: 2em;
}
.twoColFixLtHdr #container #mainContent #sitemap li {
	list-style-image: none;
	list-style-type: none;
}
.twoColFixLtHdr #mainContent #mainImg {
	position: relative;
	width: 660px;
	height: 390px;
	z-index: auto;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent #lp_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	height: 100px;
	width: 660px;
	background-image: url(../_images/lp_main.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

.twoColFixLtHdr #mainContent #lp_main_panelL, #lp_main_panelC, #lp_main_panelR, #lp_main_panelL_B, #lp_main_panelC_B, #lp_main_panelR_B {

	display: block;
	margin: 4px;
	float: left;
	height: 130px;
	width: 210px;
	background-repeat: no-repeat;

}

.twoColFixLtHdr #mainContent #lp_main_panelL a, #lp_main_panelC a, #lp_main_panelR a, #lp_main_panelL_B a, #lp_main_panelC_B a, #lp_main_panelR_B a {

	text-decoration: none;
	display: block;
	margin: 4px;
	float: left;
	height: 130px;
	width: 210px;
	background-repeat: no-repeat;

}

.twoColFixLtHdr #mainContent #lp_main_panelL a {
	margin-left: 0;
	background-image: url(../_images/sofas.jpg);
	
}
.twoColFixLtHdr #mainContent #lp_main_panelC a {
	background-image: url(../_images/sectionals.jpg);

}
.twoColFixLtHdr #mainContent #lp_main_panelR a {
	float: right;
	margin-right: 0;
	background-image: url(../_images/chairs.jpg);

}
.twoColFixLtHdr #mainContent #lp_main_panelL_B a {
	margin-left: 0;
	background-image: url(../_images/dining_lp.jpg);
	
}
.twoColFixLtHdr #mainContent #lp_main_panelC_B a {
	background-image: url(../_images/bedroom.jpg);
	
}
.twoColFixLtHdr #mainContent #lp_main_panelR_B a {
	float: right;
	margin-right: 0;
	background-image: url(../_images/office.jpg);
}

#mainContent #groupDesc {
	padding: 5px;
}

#mainContent #groupDesc #prodGrp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #996666;
	border: 1px solid #333333;
}

.twoColFixLtHdr #container #mainContent #prodGrpDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #666666;
	margin-left: 25px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent #marketBlurb {
	background-color: #FFFFFF;
	width: 660px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../_images/bkgrndBand.gif);
	background-repeat: repeat-y;
}

.twoColFixLtHdr #container #mainContent #marketBlurb p{
	font-size: 1em;
	color: #666666;
	padding-top: 0em;
	padding-right: 2em;
	padding-bottom: 0em;
	padding-left: 2.5em;
}

.twoColFixLtHdr #container #mainContent #marketBlurb p.last{
	background: url(../_images/bottomCorners.gif) no-repeat bottom left;
	text-align: center;
	color: #CC6666;
	font-size: 1.2em;
	padding-top: .5em;
	padding-bottom: 2em;
	margin: 0;
}

.twoColFixLtHdr #container #mainContent #marketBlurb h1 {
	background-image: url(../_images/topCorners.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.twoColFixLtHdr #container #mainContent #marketBlurb h2 {
	font-size: 1em;
	padding-left: 2.5em;
	margin-top: 0.5em;
}

#mainContent .Paging {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #999999;
	margin: 5px;
	padding-left: 5px;
}

.prodHeader {
	height: 35px;
	width: 250px;
}

#thumbContainer {
	float: left
	width:660px	
}

#thumbContainer #thumbBox {
	height: 200px;
	width: 190px;
	float: left;
	padding: 10px;
}


#thumbContainer #thumbBox .prodBbox {
	height: 200px;
	width: 190px;
	border: 1px solid #999999;
	float: left;
	background-color: #FFF;
}

#thumbContainer #thumbBox .prodBbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #CC6600;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #footer #footerRight {
	float: left;
}
.twoColFixLtHdr #container #footer #footerLeft {
	float: right;
}

#thumbContainer #thumbBox .prodBbox img.thumbs {
	float:none;
	width: 170px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent #imgpanelAd {
	float: left;
	padding: 5px;
	border: 1px solid #000000;
	height: 240px;
	width: 645px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent #imgpanel1 {
	padding: 5px;
	height: 240px;
	width: 164px;
	border: 1px solid #666666;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixLtHdr #container #mainContent #imgpanelCenter {
	float: left;
	padding: 5px;
	border: 1px solid #000000;
	height: 240px;
	width: 295px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr  #container  #mainContent #imgpanel2  {
	height: 100px;
	width: 208px;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}
.twoColFixLtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../_images/footer.jpg);
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .80em;
	color: #999999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
.twoColFixLtHdr #container #mainContent .currentPage {
	float: left;
	height: 25px;
}
.twoColFixLtHdr #container #mainContent #googleMap {
	margin: 5px;
	padding: 5px;
	float: left;
	border: 1px solid #666666;
	height: 420px;
	width: 305px;
}
.twoColFixLtHdr #container #mainContent #imgpanel2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #imgpanel2 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
.sideBarWidgets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #666666;
	width: 120px;
	margin-top: 10px;
	margin-left: 5px;
	text-align: left;
	float: left;
}
