﻿/**********************************************************************
 * SITE LAYOUT
 *********************************************************************/
	
 	/* Import the content styles */ 
 	@import url(edit.css);
 	
 	body
	{
		background-color:#6fb43f;
        background-image:url(bkg-fill.png);
        background-repeat: repeat-x;
        margin: 0;
        padding: 0;
	}
	
	#layoutContainer
	{
		width:1150px;
		margin: 0 auto;
	}
	#layoutCentreContainer
	{
		width:950px;
		margin: 0 auto;
	}
	
	
	#layoutContentPadding 
	{
	    min-height: 450px;
	    height: auto !important;
	    height: 450px;
	}
	
	#layoutBanner
	{
		background-color:#000000;
		width: 100%;
	}
	
	#layoutInnerContainer
{
    border-collapse: collapse;
    table-layout: fixed;
    background-repeat: repeat-y;
    background-image: url('menu-fill.png');
    width: 950px;
}
	
	#layoutMenuContainer
	{
     width: 220px;
     background-image: url('menu-bottom.png');
     background-position: left bottom;
    
    background-repeat: no-repeat;
    background-color: #d5ecc6;
    /* padding-bottom: 50px; */
}
    #layoutFooterHead 
    {
        height: 73px;
        line-height: 73px;
        background-image:url('footer.png');
    }

	
	.layoutNotices
	{
	    width:179px;
	    height:260px;
	    margin-top: 30px;
	    background-image:url(notices.jpg);
	    background-repeat:no-repeat;
	    margin-bottom:10px;	
	    margin-left:4px;	
	}
	
	#layoutContentContainer
	{
	    
	}
	#menuFooterImageContainer 
	{
	    margin-bottom: 0px;
	    padding-bottom:0px;
	}
	#layoutFooter
	{
	    height: 150px;
        background-position: center top;
        background-repeat: no-repeat;
        color: #000000;
        font-size: smaller;
        line-height:80px;
        background-color: #6fb43f;
        text-align: center;
        background-image: url('footer-rev7.jpg');
    }
	
	#layoutFooter a{color:#000000; text-decoration: underline;}
	#layoutPadding{margin: 40px 9px 9px 6px;}
	
	.smallCap{font-variant:small-caps;font-weight:bold;}
 	
	
/**********************************************************************
 * SITE CONTENT STYLES (REPLICATE IN EDIT.CSS)
 *********************************************************************/
	
	/* see @import url(edit.css) at top of page/file */
	
	
/**********************************************************************
 * SITE CONTROLS, OVERIDE DEFAULT STYLES IN GLOBAL.CSS
 *********************************************************************/

	.featureStoreproductItemPriceShipEst
	{
		display:none !IMPORTANT;
	}

	.myButton
	{
		border: 1px solid transparent !IMPORTANT;
		background-image: url(../_Images/button_bgBlack.gif) !IMPORTANT;
		color:#adadad;
		background-color:#000000 !IMPORTANT;
	}

	.myButton:hover
	{
		border: 1px solid transparent !IMPORTANT;
		background-image: url(../_Images/button_bgBlack.gif) !IMPORTANT;
		color:#ffffff;
		background-color:#000000 !IMPORTANT;
	}
	
	.button_Default
	{
		border:0px !important;
	}

	.button_Default:hover
	{
		border:0px !important;
	}
			
/******************************************************************
 * SITE MENUS
 *****************************************************************/
	
	.MainMenu
	{
		cursor:pointer;
		font-size:9pt;
		margin-top:0px;
		margin-bottom:0px;
	}
	
		.MainMenuItem, .MainMenuItemHover
		{
			height:29px;
			line-height:29px;
			border-top:2px solid #d5ecc6;
			color:#ffffff;
			background-position:right center;
			background-repeat:no-repeat;
		}
	
		.MainMenuItem
		{
		    color:#ffffff;
		    background-color:#6fb43f;
		    background-image: url('menu-right.png');
		    
		}
		.MainMenuItemHover  
		{
		    color:#ffffff;
		    background-color:#006600;
		    background-image: url('menu-right-hover.png');
		}
	
	
	.MainMenuSubGroup
	{
		cursor:pointer;
		font-size:9pt;
		text-align:left;
	}

		.MainMenuSubItem, .MainMenuSubItemHover
		{
			height:29px;
			line-height: 29px;
			border-top:1px solid #d5ecc6;
			color:#006600;
		}
		
		.MainMenuSubItem{color:#006600;background-color:#d5ecc6;}
		.MainMenuSubItemHover {color:#ffffff;background-color:#006600;}