﻿/**********************************************************************
 * SITE LAYOUT
 *********************************************************************/
 
	
	body
	{
		padding:10px 0px 0px 0px;
		margin:0;
		font-family:Verdana, Arial, Sans-Serif;
		font-size:9pt;
		color:#646464;
		background-image:url(fill_bg.gif);
		background-repeat:repeat;
	}
	
	.layoutFooter
	{
		text-align:right; 
		font-size:x-small; 
		padding:5px; 
		color:#858585;
	}
	
	.layoutFooter a
	{
		text-decoration:none; 
		color:#858585;
	}
	
	.layoutFooter a:hover
	{
		text-decoration:underline; 
		color:#ffffff;
	}
	
	.featureStoreProductItem 
	{  
		margin: 3px !IMPORTANT; 
		width: 200px !IMPORTANT; 
		height: 280px !IMPORTANT; 
	}


/**********************************************************************
 * SITE CONTENT STYLES (REPLICATE IN EDIT.CSS)
 *********************************************************************/
	
	.heading1
	{
		display:block;
		margin-bottom:20px;
		font-size:11pt;
		font-weight:bold;
	}

	.heading1_Line
	{
		display:block;
		margin-bottom:20px;
		font-size:11pt;
		font-weight:bold;	
		border-bottom:1px solid #e2e2e2;
	}

	.heading2
	{
		display:block;
		font-size:10pt;
		font-weight:bold;
	}

	.heading2_Line
	{
		display:block;
		font-size:10pt;
		font-weight:bold;
		border-bottom:1px solid #e2e2e2;
	}

	.heading3
	{
		display:block;
		font-size:9pt;
		font-weight:bold;
	}

	.heading3_Line
	{
		display:block;
		font-size:9pt;
		font-weight:bold;
		border-bottom:1px solid #e2e2e2;
	}
	
	.headingLine
	{
		border-bottom:1px solid #e2e2e2;
	}

	.emphasise
	{
		font-size:x-small;
		font-style:italic;
	}
	
	.normal
	{
		font-size:9pt;
	}
	
	
	.smallLink
	{
		color:#9ace00;
		font-size:9pt;
		font-weight:bold;
	}

		
/******************************************************************
 * SITE MENUS
 *****************************************************************/
		
	.MainMenu
	{
		cursor:pointer;
		font-size:9pt;
		margin-top:20px;
		margin-bottom:20px;
	}
	
		.MainMenuItem
		{
			color:#444645;
		}
		
		.MainMenuItemHover
		{
			background-color:#ffffff;
			color:#db1111;
		}
		
		.MainMenuItemDiv
		{
			border-bottom:1px solid #e5e5e5;
			font-variant:small-caps;
			font-size:8pt;
			color:#444645;
		}
	
	
	.MainMenuSubGroup
	{
		cursor:pointer;
		background-color:#ffffff;
		color:#333333;
		font-size:9pt;
	}

		.MainMenuSubItem
		{
		}

		.MainMenuSubItemHover
		{
			background-color:#eeeeee;
			color:#db1111;
		}