/* --------------------- backgrounds -------------------- */
.bg-home {
	background-color: #F8F8F0;
	background-image: url(bg-pail.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg-homeside {
	background-image: url(bg-pail-side.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bg-contact {
	background-color: #F8F8F0;
	background-image: url(bg-contacthand.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg-retailers {
	background-color: #F8F8F0;
	background-image: url(bg-retailers.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/* --------------------- form text -------------------- */
.formtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #7D6A5E;
	width:300px;
	border:1px dotted #ccc;
}
/* --------------------- standard text -------------------- */
.menutext, .menutext a, .menutext a:visited, .menutext a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	color: #7D6A5E;
	text-decoration: none;
}
.menutext a:hover { 
	color: #CF0000;
} 

/* --------------------- about copy -------------------- */
.aboutcopy, .aboutcopy a, .aboutcopy a:visited, .aboutcopy a:active {
	color: #7D6A5E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	padding: 3px;
	text-decoration: none;
}
.aboutcopy a:hover {
	color: #CF0000;
}
/* --------------------- about title -------------------- */
.abouttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #D8C0CA;
	padding: 0px 50px 0px 0px;
}
/* --------------------- about signature -------------------- */
.aboutsignature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #90C4CD;
	padding: 5px 5px 5px 165px;;
}

