/*******************************************************************************************************************/
/* HTML Tag Redefinitions   ****************************************************************************************/
/*******************************************************************************************************************/
body					{background-image: url("images/menuBack3.jpg"); margin: 0px; background-repeat: repeat-x; }
body, td				{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin:0px; }
td						{vertical-align: top; }
input,select, textarea	{width: 200px; }
li						{margin-bottom: 4px; }
table 					{border-collapse: collapse; border-spacing: 0; }
td, tr					{padding: 0px; }

/* netscape fix */

td img					{display: block; } 
td img.inline			{display: inline; }



/*******************************************************************************************************************/
/* Coustom Classes	***********************************************************************************************/
/*******************************************************************************************************************/

.smallSearch 			{width: 140px; }
.tinySearch 			{width: 50px; }
.redStyle 				{color: #990000; }
.redStyleBold 			{color: #990000; font-weight: bold;	cursor:pointer; }
.smallPrint				{font-size: 10px; }
.whiteHeader			{font-weight: bold;color: #FFFFFF; }
.greyHeader				{font-weight: bold; color: #333333; }
.editBox				{width: 600px; }
.adminHeader			{font-weight: bold;color: #FFFFFF; margin-top: 3px; margin-left:3px; }
.frontPage				{color: #111111; font-size: 18px; text-align:right; }

.main_sep				{width: 590px; height: 1px; margin-bottom: 5px; }
.foot_sep				{width: 755px; height: 1px; margin-bottom: 5px; }
.mainShop_sep			{width: 440px; height: 1px; margin-bottom: 5px; }
.sideBar_sep			{width: 140px; height: 1px; margin-bottom: 5px; }
.sideBarLimiterTop		{width: 150px; height: 10px; background-image: url("images/sideBarTop.jpg"); }
.sideBarLimiterBot		{width: 150px; height: 10px; background-image: url("images/sideBarBot.jpg"); }
.smallSpacer			{width: 10px;  height: 10px; }
.largeSpacer			{width: 600px; height: 10px; }
.subNav					{margin-bottom: 10px; margin-top: 10px; height: 40px; vertical-align: middle; }
.foot					{width: 100%; text-align: center; z-index:0; margin-top: 5px; }
.mainTextShop			{position: relative; top:  20px; left: 150px; width: 440px; }
.sideBarText			{margin-left: 5px; margin-right: 5px; margin-top: 0px; }


/*******************************************************************************************************************/
/* Element Position  ***********************************************************************************************/
/*******************************************************************************************************************/



/*******************************************************************************************************************/
/* Link Tag Redefinitions   ****************************************************************************************/
/*******************************************************************************************************************/

a:link					{color: #990000; text-decoration: none; }
a:visited 				{color: #990000; text-decoration: none; }
a:hover					{color: #990000; text-decoration: underline; }
a:active 				{color: #990000; text-decoration: none; }
