@charset "UTF-8";
/* CSS Document */

body {
	background-color: #7d7778;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #463d3e;
}

a {
	text-decoration: none;
	color: #89d1c6;
}

a:hover {
	text-decoration: underline;
}

#container {
	background-color: #ffffff;
	width: 900px;
	margin: 0 auto;
}

#ColumnLeft {
	float: left;
	width: 150px;
	margin-right: 20px;
}

#ColumnMiddle {
	float: left;
	width: 665px;
	margin-right: 10px;
}

.navMain {
	font-size: 14px;
	padding-left: 25px;
	padding-right: 30px;
}

.navMain a {
	color: #463d3e;
}

.navMain ul li {
	border-bottom: 1px solid #e9e9ea;
	list-style: none;
	line-height: 24px;
}

.navMain ul li a:hover,
li.ON a,
#footer a:hover {
	color: #89d1c6;
	text-decoration: none;
}

.navMain img {
	padding-top: 30px;
}

h1 {
	display: none;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

#home,
#fabric,
#buckets,
#monogram {
	font-size: 12px;
	line-height: 20px;
}

#buckets table tr td {
	padding-bottom: 15px;
}

#home img {
	float: right;
}

#home ul li {
	list-style: circle;
	margin-left: 25px;
}

#HomeMods {
	margin-top: 40px;
}

#monogram p {
	margin-bottom: 20px;
}

#buckets table tr td{
	vertical-align: top;
	padding-right: 10px;
}

#fabric table tr td {
	text-align: center;
	padding-top: 15px;
	color: #ff711d;
	font-weight: bold;
}

#footer {
	clear: both;
	padding-left: 225px;
	font-size: 11px;
	line-height: 15px;
	padding-top: 20px;
}

#footer a {
	color: #463d3e;
}

#footer ul {
	border-top: 1px solid #c9c5b8;
	padding-bottom: 10px;
}

#footer ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 3px;
}

#footer > ul li {
	border-right: 1px solid #463d3e;
}

#footer > ul li:last-child {
	border-right: none;
}