body {
	font-family: Arial, Helvetica, sans-serif;
	
}

td {
	font-family: Tahoma, Geneva, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.storeinfo {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	color: #333333;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #FFF;
	border-width: 1px 1px 1px 1px;
	background-color: #FFF;
}
.teabuttontext {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 18px;
	color: #000000;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #C9DFAA;
	border-width: 1px 1px 1px 1px;
}
.teabuttontextunselected {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 18px;
	color: #999999;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #C9DFAA;
	border-width: 1px 1px 1px 1px;
}

.teadesctext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
}

.teadesctextbold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.tealisttitles {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #C60;
	font-weight: normal;
	letter-spacing: 0.2em;
}

.teadesctitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #F60;
	letter-spacing: 0.5em;
	padding-right: 4%;
}



.bordertop {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #F2F2F2;
	border-width: 1px 1px 1px 1px;
}

.bordersides{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #572600;
	border-width: 1px 1px 1px 1px;
	letter-spacing: 0.1em;
}
.borderright {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-width: 1px 1px 1px 1px;
	padding-right: 20px;
}

.borderleft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #C9DFAA;
	border-width: 1px 1px 1px 1px;
}

a:link {
	color: #452507;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #64340B;
}
a:hover {
	color: #F60;
}
a:active {
	text-decoration: none;
}

a:link span{
	color: #635A3D;
	text-decoration: none;
}
a:visited span {
	text-decoration: none;
	color: #635A3D;
}
a:hover span{
	color: #A29466;
}
a:active span{
	text-decoration: none;
}.copyright {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 9px;
	color: #999;
}
.toplinks {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #C2E39D;
}

/*MENU*/

/*General Menu Formatting*/
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:bold;
	letter-spacing: 0.1em;
	font-family: Tahoma, Geneva, sans-serif;
	float: right;
	}
	
.menu ul{
	height:20px;
	list-style:none;
	margin:0;
	padding:0;
	background-color: #FFF;
	}
	.menu li{
		float:left;
		padding:0px;
		}
		/*main link formatting*/
	.menu li a{
	color:#572600;
	display:block;
	font-weight:normal;
	line-height:20px;
	margin:0px;
	padding:0px 15px;
	text-align:center;
	text-decoration:none;
	background-color: #FFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
		}
		/*main link mouse over formatting*/
		.menu li a:hover, .menu ul li:hover a{
	color:#572600;
	text-decoration:none;
	background-color: #F2F2F2;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
			}
			/*drop down block fomatting*/
	.menu li ul{
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:100px;
	z-index:200;
	background-color: #F2F2F2;		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:100px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:20px;
		font-size:9px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#572600;
	text-decoration:none;
	background-color: #E6E6E6;
	background-image: url(images/hover_sub.gif);
	background-repeat: no-repeat;
	background-position: left center;
			}
	.menu p{
		clear:left;
		}	

		

