﻿/**********************************************************************
 * SITE LAYOUT
 *********************************************************************/
	
 	/* Import the content styles */ 
 	@import url(edit.css);
 	
 	body
	{
		padding:0;
		margin:0;
		background-color:#211333;
		background-image:url(bg_fill.png);
		background-repeat:repeat-x;
	}
	
	#layoutContainer
	{
		width:950px;
		margin: 0 auto;
		background-color:#ffffff;
	}
	
	#layoutHeader
	{
		height:50px;
		background-image:url(header.png);
		background-position:center top;
		background-repeat:no-repeat;
	}
	
	#layoutInnerContainer
	{
		width:100%;
		border-collapse:collapse;
		table-layout:fixed;
		background-image:url(content_fill.png);
		background-repeat:repeat-y;
	}
	
	#layoutMenuContainer
	{
		width:220px;
		padding-bottom:250px;
		background-image:url(menu_footer.png);
		background-position:left bottom;
		background-repeat:no-repeat;
	}
	
	#layoutContentContainer
	{
		background-color:#d5d4d7;
	}
	
	#layoutFooter
	{
		height:112px;
		background-image:url(footer.png);
		background-position:center top;
		background-repeat:no-repeat;
		color:#ffffff;
		font-size:smaller;
		padding-left:10px;
	}
	
	#layoutFooter a
	{
		color:#ffffff;
	}
	
	/*.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;
		border-bottom:2px solid #d5d4d7;
		width:220px;
	}
	
		.MainMenuItem, .MainMenuItemHover
		{
			height:31px;
			line-height:31px;
			border-top:2px solid #d5d4d7;
			color:#ffffff;
			background-position:left center;
			background-repeat:no-repeat;
			width:220px;
		}
	
		.MainMenuItem
		{
			background-image:url(menu_left_off.png);
		}
		
		.MainMenuItemHover
		{
			background-image:url(menu_left_over.png);
			background-color:#61579f;
		}
	
	
	.MainMenuSubGroup
	{
		cursor:pointer;
		background-color:#3e8e6e;
		font-size:9pt;
		text-align:left;
	}

		.MainMenuSubItem, .MainMenuSubItemHover
		{
			height:31px;
			line-height:31px;
			border-top:2px solid #ffffff;
			color:#ffffff;
		}
		
		.MainMenuSubItem {color:#ffffff;background-color:#3e8e6e;}
		.MainMenuSubItemHover {color:#ffffff;background-color:#61579f;}