body {
	margin: 0px;
	font-family:"Arial",Seri;
	background-image: url('../interface/background.jpg');
}

div {
	border: 0px solid black;
}

#mainContainer a{
	color: #715e3f;
	font-weight: bold;
	border: 0px solid black;
}

#innerBody {
	width: 741px;
	margin: 0 auto;
	border: 0px solid black;
}

#mainContainer {
	padding: 10px 30px;
	margin-top: 180px;
	border: 0px solid black;
	border: 0px solid black;
}

#banner {
	background-image: url('../interface/concept-flooring-header.png');
	background-repeat: repeat-x;
	top: 0px;
	height: 300px;
	z-index: -1;
	position: absolute;
	width: 100%;
	border: 0px solid black;
}

#header {
	border: 0px solid black;
	position: absolute;
	top:0px;
	width: 740px;
}

#logo{
	margin: 25px 0px -0px 27px;
	border: 0px solid black;
}

img {
	text-decoration: none;
	font-style: none;
	border: 0px;
}

#navigation {
	text-align: center;
	margin-top: 5px;
	padding: 0px;
	border: 0px solid black;
	background-color: none;
}

#navigation a:link,
#navigation a:visited,
#navigation a:active,
#navigation a:hover{
	text-decoration: none;
	color: white;
}

#navigation  li {
	padding: 0px 30px 0px 30px;
	display: inline;
	background-color: none;
	
}

#navigation li:first-child {
	border-left: 0px none;
}

#navigation .selected {
	font-weight: bold;
	border-bottom: 5px solid white;
}

#feature {
	margin-top: -30px;
	border: 0px solid black;
}

#leftNavigation {
	margin-left: -22px;
	padding: 0px;
	border: 0px solid black;
	width: 195px;
	background-color: none;
}

#leftNavigation ul {
	margin: 0px 0px 0px -40px;
	list-style-type: none;
}

#leftNavigation ul li {
	margin: 0px 0px;
	font-size: 14px;
	padding: 8px 18px 4px 18px;
	background-color: none;
}

#leftNavigation ul ul li {
	margin: 0px 0px 0px 5px;
	padding: 3px 0px 3px 22px;
	background: none;
}

#productContainer {
	border: 0px solid black;
	padding: 11px;
	width: 497px;
	margin-right: -22px;
}

#productContainer div h1 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}

#productContainer div.product {
	text-align: center;
	width: 130px;
	height: 170px;
	padding: 9px;
	margin: 0px 8px;
	float: left;
	border: 0px solid black;
}

#productContainer div.product img {
	margin-bottom: 3px;
}

#productContainer div ol {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#productContainer div ol li {
	list-style-type: circle;
	display: inline;
}

#productContainer div ol li:first {
	list-style-type: none;
}

#otherProductSamples {
	margin-top: 1px;
	padding: 0px;
	border: 0px solid black;
	width: 200px;
}

#otherProductSamples img{
	padding: 1px;
	margin-bottom: -1px;
}

#productDescription {
	border: 0px solid black;
	width: 285px;
	margin: 0px;
}

.sampleDesign {
	padding: 2px;
}

#productContainer h2 {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-size: 20px;
	color: ;
}

.featureBox {
	width: 305px;
	height: 200px;
	margin: 30px 0px 0px 20px;
	float: left;
	padding: 20px 30px 0px 15px;
	text-align: justify;
	background-image: url('../interface/featurebox.png');
}

.featureBox a {
	color: #d9c9ab;
	font-weight: bold;
}

.featureBox h2 {
	padding: 3px;
	text-align: center;
}

.featureBox h2 a {
	font-style: none;
}

.clear {
	clear: both;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 25px;
}

.featureBox h2 {
	margin: 0px 0px 5px 0px;
	font-size: 18px;
}

p {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	text-indent: 30px;
}

sub {
	font-size: 10px;
	padding-bottom: -10px;
}

.halfColumnLeft {
	float: left;
	width: 52%;
}

.floatRight{
	float: right;
}

.floatLeft {
	float: left;
}

.alignRight {
	text-align: right;
}

#footer {
	margin-top: 15px;
	text-align: right;
	background-image: url('../interface/concept-flooring-footer.png');
	background-repeat: repeat-x;
	color: grey;
	border: 0px solid black;
}

#footer ul {
	margin: 0 auto;
	text-align: center;
	padding: 40px 0px 3px 0px;
	margin-bottom: 5px;
} 

#footer ul li {
	border-left: 0px solid #000000;
	padding: 0px 5px 0px 5px;
	display: inline;
}

#footer ul li:first-child {
	border-left: 0px none;
}

#footer a {
	color: white;
}

.imagetemp {
	float: right;
	width: 300px;
	height: 220px;
	background-color: grey;
	margin: 70px 0px 18px 25px;
}