@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #4f332b;
	background-color: #E5DED4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}

a img { 
	border: none;
}


a:link {
	color: #42413C;
	text-decoration: none; 
	font-weight:bold;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}


.container {
	width: 960px; 
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.header {
	background-image: url(images/header.jpg);
	height: 239px;
	margin-bottom: 20px;
}


.sidebar1, .sidebar2 {
	float: left;
	width: 190px;
}

.sidebar1 {
	padding-top:20px;
}
.content {
	width: 530px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}


.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	color: #E0D9D1;
	background-color: #4F332B;
	font-size: 10px;
	text-align: center;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#calltoaction {
	display:block;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:1em;
	padding:20px 0px;
	color:#4f332b;
}
.container .content  h1 {
	font-size: 1.4em;
}
.container .footer a {
	color: #FC3;
}
.sidebar1 img {
	margin-bottom: 10px;
}
.sidebar2 #Form input {
	margin-bottom: 5px;
}

.button-carpet, .button-tiles, .button-stains {
	width:160px;
	height:36px;
	padding:40px 10px 0 0;
	margin:20px 6px 20px 0;
	background:url(images/button-carpet.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
	text-align:right;
}

a.button-carpet, a.button-tiles, a.button-stains {
	color:#fff;
}

a.button-carpet:hover, a.button-tiles:hover, a.button-stains:hover {
	color:#0c2748;
	text-decoration:none;
}

.button-tiles {
	background:url(images/button-tiles.jpg);
	background-repeat:no-repeat;
}

.button-stains {
	background:url(images/button-stain.jpg);
	background-repeat:no-repeat;
}
