/* author: JHM Designs (www.jhmdesigns.com) */
/* Creation date: 02-06-2006 */

/* css styling for catalog pages */
/* styling for the seed catalog menu */
.seedmenu	{
	font-size: 90%;
	}

/* styling for the top menu on poultry pages */	
.poultry_menu	
	{
	margin-top: -25px;
	font-size: 85%;
	background-color: #b2d8e5;
	border: 2px solid #337e99;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 10px; 
	}	

/* styling for poultry breed sub menu */	
.poultry_submenu
	{
	font-size: 90%;
	margin-top: -18px;
	}
	
/* controls the line-height between 1st and 2nd line of poultry menu */	
.menu_break
	{
	font-size: 24px;
	}	

/* styling for cultural notes, recipes, and notes */
.cultnote	{
	background-color: #ffffff;
	border: 2px solid #b3afad;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 10px; 
	}
	
.category	{
	font-size: 130%;
	}
	
/* sets style of "return to top" of page link */
#return_1, #return_2, #return_3, #return_4, #return_5,
#return_6, #return_7, #return_8, #return_9, #return_10,
#return_11, #return_12
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: right;
	}
	
/* PAGE SPECIFIC STYLES */

/* sets font size on herb category */
.herb_category	{
	font-size: 125%;
	}
/* set indent on herbs in categories */	
.indent	{
	margin-left: 1em;
	}	
	
/* sets font size on herb category */	
.flower_category	{
	font-size: 105%;
	}

.flwr_indent	{
	margin-left: 2em;
	}		
