body {
background-color:#bdbdbd;

}
#container{
	position: absolute;
	top:0px;
	left:50%;
	margin-left:-375px;
	border:3px groove #777777;
	background-color:#FBFEFD;
	font-family: Tahoma;
}
	.home_header_row
	{
	
	border-bottom:3px solid #E8D7B3;
	font-size:16pt;
	}
	.home_menu_row
	{
	border-bottom:4px ridge #E8D7B3;
	}
	
	.about_header_row
	{	
	border-bottom:3px solid #C73C00;
	font-size:16pt;
	}
	.about_menu_row
	{
	border-bottom:4px ridge #C73C00;
	}
	.retail_header_row
	{	
	border-bottom:3px solid #6E8800;
	font-size:16pt;
	}
	
	.retail_menu_row
	{
	border-bottom:4px ridge #6E8800;
	}
	.wholesale_header_row
	{	
	border-bottom:3px solid #B77B9E;
	font-size:16pt;
	}
	
	.wholesale_menu_row
	{
	border-bottom:4px ridge #B77B9E;
	}
	.contact_header_row
	{	
	border-bottom:3px solid #1E207A;
	font-size:16pt;
	}
	
	.contact_menu_row
	{
	border-bottom:4px ridge #1E207A;
	}
	
	P.header{	
	padding-top:15px;
	text-align:center;
	
	}
	Span.header_small{
	font-size:10pt;
	text-align:center;	
	}
	
	

td.home_menu_cell {
	background-image : url(../images/jpgs/home_arrow.jpg);
	background-position : right;
	background-repeat : no-repeat;
	text-align:center;
	font-weight:bold;
}



td.about_menu_cell {
	background-image : url(../images/jpgs/about_arrow.jpg);
	background-position : right;
	background-repeat : no-repeat;
	text-align:center;
	font-weight:bold;
}

td.retail_menu_cell {
	background-image : url(../images/jpgs/retail_arrow.jpg);
	background-position : right;
	background-repeat : no-repeat;
	text-align:center;
	font-weight:bold;
}
td.wholesale_menu_cell {
	background-image : url(../images/jpgs/wholesale_arrow.jpg);
	background-position : right;
	background-repeat : no-repeat;
	text-align:center;
	font-weight:bold;
}

td.contact_menu_cell {
	background-image : url(../images/jpgs/contact_arrow.jpg);
	background-position : right;
	background-repeat : no-repeat;
	text-align:center;
	font-weight:bold;
}

A:link, A:visited
{
color:black;
}
	
A:hover
{
color:#bdbdbd;
}	
td.home_menu_cell A:hover
{
		color:#E8D7B3;
		text-decoration:none;
		}
	
	td.about_menu_cell A:hover
{
		color:#C73C00;
		text-decoration:none;
		}
		td.retail_menu_cell A:hover
{
		color:#6E8800;
		text-decoration:none;
		}
		td.wholesale_menu_cell A:hover
{
		color:#B77B9E;
		text-decoration:none;
		}
		td.contact_menu_cell A:hover
{
		color: #6665A1;
		text-decoration:none;
		}
		
	.content
	{
	font-size:10pt;	
}
H2 
{
font-size:12pt;
}
.loginbox{
background-color:#FF9E9D;
border:3px ridge #CA7B9F;
font-size:10pt;
}
.foot {
border:3px groove #777777;
font-size:8pt;
text-align:center;
}
