

	/**
	 * Frontend stylesheet
	 *
	 * @revision $Revision: 1.0 $
	 * @author Girish Nath
	 * @copyright Copyright © 2000-2004, Essential Logic Ltd. All Rights Reserved.
	 * @rcs $Id: style.css,v 1.0 2003-11-24 00:00:38+00 girishn Exp girishn $
	 *
	 */


	/* begin global classes ---------------------------------------------------------------------------------------------------------------- */

	.top_bar			{
				font-family: arial, sans-serif;
				font-size: 0.7em;
				color: white;
				}


	.page			{
				font-family: arial, sans-serif;
				font-size: 0.8em;
				color: #2A2A2A;
				line-height: 150%;
				}
	.page a			{color: #B14300;}


	.footer			{
				font-family: arial, sans-serif;
				font-size: 0.7em;
				color: #2A2A2A;
				}
	.footer a			{color: #B14300;}




	/* the main nav bar across the top of the page -------------------------------------------------------------------------------------- */


	.main_nav 		{
				font-family: arial, sans-serif;
				font-size: 0.8em;
				text-align: center;
				background-color: #DED08A;
				}
	.main_nav a		{ color: #482E0E; text-decoration: none; }
	.main_nav a:hover		{ color: #FFFFFF; text-decoration: underline; }





	/* product display table -------------------------------------------------------------------------------------- */


	.product_header 		{
				font-family: arial, sans-serif;
				font-weight: normal;
				font-size: 0.7em;
				color: #482E0E;
				background-color: #DED08A;
				}

	.product_row 		{
				font-family: arial, sans-serif;
				font-weight: normal;
				font-size: 0.7em;
				color: #2A2A2A;
				background-color: #F3F3F3;
				}
	.product_row a		{ color: #B14300; text-decoration: none; }



	/* begin redefine some standard tags ------------------------------------------------------------------------------------------- */

	body			{
				background-color: #FFFFFF;
				margin: 0px;
				}

	h1			{
				font-family: helvetica, sans-serif;
				font-weight: normal;
				font-size: 130%;
				letter-spacing: -1px;
				color: #876235;
				}


	h2			{
				font-family: helvetica, sans-serif;
				font-weight: normal;
				font-size: 100%;
				letter-spacing: -1px;
				color: #876235;
				}


	h3			{
				font-family: helvetica, sans-serif;
				font-size: 100%;
				letter-spacing: -1px;
				}


	hr			{
				height: 1px;
				width: 100%;
				color: #C5C5C5;
				}



	/* begin menu layout classes ---------------------------------------------------------------------------------------------------------- */


	.menu			{
				font-family: arial, sans-serif;
				font-size: 0.8em;
				}

	.menu a:hover		{
				color: #FFFFFF; text-decoration: underline;
				}

	.menu.level_1 a		{ color: #482E0E; text-decoration: none;}
	.menu.level_1 		{
				font-weight: normal;
				background-color: #CDC09A;
				}

	.menu.level_2 a		{ color: #482E0E; text-decoration: none;}
	.menu.level_2 		{
				font-weight: normal;
				background-color: #DED08A;
				padding-left: 10px;
				}


	.menu.level_3 a		{ color: #482E0E; text-decoration: none;}
	.menu.level_3 		{
				font-weight: normal;
				background-color: #EAE0AB;
				padding-left: 20px;
				}
