@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
	background-color: #000000;
	background-image: url(../layout/layout1_bg.jpg);
	background-repeat: repeat-x;
}

#newcontainer #row1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../layout/row1.jpg);
	background-repeat: no-repeat;
	text-align: right;
	height: 95px;
	width: 1000px;
}

#newcontainer #row2 {
	background-image: url(../layout/row2.jpg);
	height: 285px;
	width: 1000px;
}

#newcontainer #row2home {
	background-image: url(../layout/row2_home.jpg);
	height: 285px;
	width: 1000px;
}

#newcontainer #row2carpet {
	background-image: url(../layout/row2_carpet.jpg);
	height: 285px;
	width: 1000px;
}

#newcontainer #row2hardwoodlaminate {
	background-image: url(../layout/row2_hardwoodlaminate.jpg);
	height: 285px;
	width: 1000px;
}

#newcontainer #row2vinylresilient {
	background-image: url(../layout/row2_vinylresilient.jpg);
	height: 285px;
	width: 1000px;
}

#newcontainer #row2tile {
	background-image: url(../layout/row2_tile.jpg);
	height: 285px;
	width: 1000px;
}

#newcontainer #row2otherproducts {
	background-image: url(../layout/row2_otherproducts.jpg);
	height: 285px;
	width: 1000px;
}

#newcontainer #row3 {
	background-image: url(../layout/row3.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 1000px;
}
#newcontainer #row4btm {
	background-image: url(../layout/row4_btm.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 1000px;
}
#newcontainer #btmlinks {
	font-size: small;
	background-image: url(../layout/row5.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 52px;
	width: 1000px;
}

#newcontainer #btmlinks a {
	color:#666600;
	text-decoration: none;
}

#newcontainer #btmlinks a:hover {
	color:#0066CC;
	text-decoration: none;
}
#newcontainer #copyright {
	font-size: small;
	background-image: url(../layout/row6.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 55px;
	width: 1000px;
	color: #663300;
	padding-top: 5px;
}
#newcontainer #copyright a {
	color:#003366;
	text-decoration:none;
}

#newcontainer #copyright a:hover {
	color:#FFFF00;
	text-decoration:none;
}

.style1 {
	font-size:x-small;
	}
	
#main h1 {
	color: #B9A87A;
	text-align: left;
	padding-right: 20px;
	padding-left: 50px;
}
#main p {
	font-size: small;
	color: #6C3F11;
	padding-right: 20px;
	padding-left: 50px;
	text-align: left;
}
#main h2 {
	color: #A9742E;
	text-align: left;
	padding-right: 20px;
	padding-left: 50px;
}
#main #rightcol {
	font-size: small;
	text-align: left;
	padding-right: 60px;
	padding-left: 40px;
	line-height: 1.4;
}

#newcontainer #main #rightcol h2 {
	text-align: left;
	padding-left: 0px;
}
#rightcol a {
	text-decoration: none;
	color: #006699;
}

#rightcol a:hover {
	text-decoration: none;
	color: #CC3300;
}
#main #contactform {
	font-size: small;
	color: #6C3F11;
	text-align: left;
	padding-left: 50px;
	padding-right: 30px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
	}

