body {
	text-align: center;
	margin: auto;
	padding: 0px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background: url(/images/bg.jpg) repeat-y center;
	width: 910px;
}

H1 {
	font-size: 20px;
	font-weight: bold;
	color: #649220;
}


#wrapper {
/*	position:relative;
	left:298px; */
	top:0px;
/*	height:810px;  */
	width:900px;
	}


#content {
	text-align: left;
/*	clear: both; */
	margin: 0 auto;
	width: 900px;
	background-color: #FFFFFF;
/*	border-bottom: 4px solid #3f3522; */
	border-top: 0px;
}

#leftcolumn {
	width: 460px;
	float: left;
	padding: 0 15px 0 0;
}

#col2 {
	width:300px;
	float:left;
	margin-left:20px;
}

#head{
margin: 0;
}

.main{
padding-left: 30px;
padding-top: 20px;
line-height: normal;
font-size: 14px;
padding-right: 20px;
padding-bottom: 20px;
width: 850px;
}

.main-image{
margin-left: 12px;
margin-right: 10px
}

/* style for tile and hardwood */
.lefttext 
{
    float: left;
    width: 499px;
    text-align: left;
    padding-right: 5px;
    padding-bottom: 10px;
}

.rightimg
{
    float: right;
    width: 344px;
}


body,td,th {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
}
a {
	color: #851013;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	}
	
a:active {
	text-decoration: none;
	color: #4d4532;
}
h1 {
	font-size: 18px;
	color: #000;
}
h2 {
	font-size: 16px;
	color: #000;
}
h3 {
	font-size: 14px;
	color: #000;
}
h4 {
	font-size: 12px;
	color: #000;
}

.footer
{
text-align: right;
width: 100%;
font-size: 12px;
margin-top: 5px;
margin-bottom: 5px;
font-weight: bold;
padding-top: 5px;
border-top: 4px solid #3f3522;
clear: both;
}

.padd-all{
padding: 10px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.pdleft {
	padding-left: 20px;
}

.pdright {
	padding-right: 20px;
}

.pdtop {
	padding-top: 20px;
}

.pdbottom {
	padding-bottom: 20px;
}

.clearboth {
	clear: both;
}

.mgleft {
	margin-left: 20px;
}

.mgbottom {
	margin-bottom: 20px;
}

#menu {
	padding: 0;
	margin-top: 15px;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
	
#menu ul {
	font: bold 14px Arial;
	margin:0;
	margin-left: 20px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}
	
#menu li {
	display: inline;
	padding: 0;
	text-transform:none;
	width: 50px;
	height: 23px;
}
	
#menu a {
	float: left;
	text-decoration: none;
	background: transparent url("images/btnbg.gif") top left no-repeat;
	width: 122px;
	height: 23px;
	text-align: center;
	padding: 8px 0 0 0;
	margin: 0 1px 0 0;	
	color: #FFFFFF;
}
	
#menu a:hover {
		background-position: 0 -31px;
		color: #7e6a42;
}
	
#menu #current a { /*currently selected tab*/
		background-position: 0 -31px;
		color: #7e6a42;
}
	
#menuline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 3px;
	line-height: 5px;
	background: #3f3522; /*Brown color theme*/ 
}

.imgborder {
    padding: 10px;
    background: #eee;
    border: 1px solid #fff;
    box-shadow: 0px 2px 15px #333;
    -moz-box-shadow: 0px 2px 15px #333;
    -webkit-box-shadow: 0px 2px 15px #333;
    position: relative;
    margin:25px 0 0 15px;
}

.spacer {display:block;height:20px;}

