@charset "UTF-8";
/************** American Living Collection colors etc **************/
body {
	background-color:#f5e6d0;
	background-attachment: scroll;
	background-image: url(../images/FT_bg_alc3.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0pt;
}
#navbar  {
	color: #000000;
	background-color: #99CC99;
	font-weight: bold;
}
#navbar a,a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
#navbar    a:hover,a:active {
	text-decoration: underline;
	color: #CC0000;
}

#maincontent    a,a:link,a:visited {
	color: #006600;
	text-decoration: none;
}
#maincontent    a,a:hover,a:active {
	text-decoration: underline;
	color: #CC0000;
}
.gridgroup a:link, .gridgroup a, gridgroup a:visited    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	text-decoration: none;
}
.gridgroup  a:hover {
	text-decoration: underline;
}
/************** Product Wood Tones **************/
#wood {
	position: relative;
	width: 180px;
	height: 19px;
}
#wood #wood-alder a {
	width: 180px;
	height: 19px;
	background-image: url(../images/wood.gif);
	background-position: 0px -20px;
	background-repeat: no-repeat;
	display: block;
	outline: none;
	text-indent: -9999px;
}
#wood #wood-alder a:hover {
	background-position: 0 -60px;
	color: default;
}
#wood #wood-oak a {
	width: 180px;
	height: 19px;
	background-image: url(../images/wood.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	outline: none;
	text-indent: -9999px;
}
#wood #wood-oak a:hover, #wood #wood-oak a:active {
	background-position: 0 -40px;
}
