@CHARSET "ISO-8859-1";
.ttc-pagers div{
	float: left;
	width: 14px;
	height: 14px;
	border: 1px solid #ABA48A;
	margin: 5px 5px 0 0;
	}
	
.ttc-pagers div a{
	display: block;
	width: 10px;
	height: 10px;
	margin: 2px auto;
	}

.ttc-pagers div.activeSlide a{
	background-color: #d2ccb9;
	text-decoration: none;
	}

.ttc-pagers div:hover a{
	background-color: #d2ccb9;
	text-decoration: none;
	}

/*-----------------------
	Front Categories
----------------------*/
#front-categories{
	height: 170px;
	width: 980px;
	position: relative;
	left: -15px;
	}

.front-category-wrapper{
	float: left;
	margin-right: 0px;
	padding: 14px;
	}
	
.front-category-wrapper.last{
	margin-right: -20px;
	}
	
.front-category-wrapper img{ border: 2px solid #aba48a; }
.front-category-wrapper a{
	display: block;
	text-align: center;
	font-size: 18px;
	font-family: Georgia, Times New Roman, serif;
	}
.front-category-wrapper a:hover{
	text-decoration: none;
	}

.front-category-wrapper:hover{
	background-color:#efede5;
}

div#home-page-copy{
	color: #8c866e;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.2em;
	padding: 0;
	}

div#home-page-copy p{
	padding: 0 0 0 12px;
	display: block;
	width: 705px;
	float: left;
	}

div#home-page-callout{
	background-color: #aba48a;
	width: 225px;
	height: 100px;
	float: right;
	}