﻿/**********************************************************************
 * SITE LAYOUT
 *********************************************************************/
	
 	/* Import the content styles */ 
 	@import url(edit.css);
 	
 	body
	{
		background-color:#182c21;
	}
	
	#layoutContainer
	{
		width:948px;
		margin: 0 auto;
		background-color:#ffffff;
		border:1px solid #bc991c;
	}
	
	#layoutBanner
	{
		height:122px;
	}
	
	#layoutTopMenuContainer
	{
		background-repeat:repeat-x;
		background-image:url(topMenu_fill.gif);
		height:22px;
	}
	
	#layoutInnerContainer
	{
		width:100%;
		border-collapse:collapse;
		table-layout:fixed;
		background-repeat:repeat-y;
		background-image:url(content_fill.gif);
	}
	
	#layoutMenuContainer
	{
		width:203px;
		background-image:url(menu_boot.png);
		background-position:left bottom;
		background-repeat:no-repeat;
		padding-bottom:50px;
	}
	
	#layoutContentContainer{}
	
	#layoutContentPadding
	{
	    min-height:500px;
	    height:auto !IMPORTANT;
	    height:500px;
	}
	
	#layoutFooterHeader
	{
		height:41px;
		background-image:url(footer.gif);
		background-position:left top;
		background-repeat:no-repeat;
	}
	 	
	.layoutFooter
	{
		color:#ffffff;
		padding-bottom:10px;
		text-align:center;
		table-layout:fixed;
	}
	
	#layoutFooter a{color:#ffffff;}
	.smallCap{font-variant:small-caps;font-weight:bold;}
 	
	#ewayBlock *
	{
		Text-Align:Left !IMPORTANT;
	}

#ewayBlock img
{
float:left;
margin-right:10px;
}
	
/**********************************************************************
 * 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 #ffffff;
	}
	
		.MainMenuItem, .MainMenuItemHover
		{
			height:24px;
			line-height:24px;
			border-top:2px solid #ffffff;
			color:#ffffff;
			background-position:right center;
			background-repeat:no-repeat;
		}
	
		.MainMenuItem{color:#0a0b0b; background-image:url(menu_right_off.gif);}
		.MainMenuItemHover{color:#ffffff;background-color:#315742; background-image:url(menu_right_over.gif);}
	
	
	.MainMenuSubGroup
	{
		cursor:pointer;
		font-size:9pt;
		text-align:left;
	}

		.MainMenuSubItem, .MainMenuSubItemHover
		{
			height:24px;
			line-height:24px;
			border-top:2px solid #ffffff;
			color:#ffffff;
		}
		
		.MainMenuSubItem{color:#0a0b0b;background-color:#f7d355;}
		.MainMenuSubItemHover {color:#ffffff;background-color:#315742;}
		
		
	.TopMenu
	{
		cursor:pointer;
		font-size:9pt;
		font-variant:small-caps;
	}
	
		.TopMenuItem, .TopMenuItemHover
		{
			color:#ffffff;
			background-repeat:repeat-x;
			height:22px;
			line-height:22px;
			border-left:2px solid #ffffff;
		}
	
		.TopMenuItem{}
		.TopMenuItemHover{background-image:url(topMenu_fill_over.gif)}
