﻿/**********************************************************************
 * SITE LAYOUT
 *********************************************************************/
	
 	/* Import the content styles */ 
 	@import url(edit.css);
 	
 	body
	{
		padding:0;
		margin:0;
		background-color:#eaf4f4;
	}
		 		
	#layoutOuterContainer
 	{
 		vertical-align: top;
 	}
 	
 	#layoutContainer
 	{
 		width:950px;
 		background-color:#eaf4f4;
 	}
 	
 	#layoutBanner
 	{
 		height:178px;
 		width:950px;
 		/*background-image:url(banner.jpg);
 		background-repeat:no-repeat;*/
 	}
 	
 	/*#layoutBanner img
 	{
 		margin-top:9px;
 		margin-left:15px;
 	}*/
 	
 	#layoutMenuButton1
 	{
 		width:213px;
 		height:40px;
 		background-color:#eaf4f4;
		text-align: right;
 	}

 	#layoutMenuButton2
 	{
 		width:213px;
 		height:33px;
 		background-color:#eaf4f4;
		text-align: right;
 	}
 	
 	#layoutMenuTop
 	{
 		width:213px;
 		height:11px;
 		background-color:#eaf4f4;
		background-image:url(menu_top.jpg);
		background-repeat:no-repeat;
		background-position:bottom right;
	}
 	
 	#layoutMenuContainer
 	{
 		background-color:#eaf4f4;
 		width:213px;
 		background-image:url(menu_border.png);
 		background-position:left;
 		background-repeat:repeat;
 	}
 	
 	#layoutMenuImage
 	{
 		width:189px;
 		background-color:#666666;
		background-image:url(menu_fill.png);
		background-repeat:repeat-y;
		background-position:left;
		text-align:center;
		padding-left:24px;
 	}
 	
 	#layoutMenuBottom
 	{
 		width:213px;
 		height:11px;
 		background-color:#eaf4f4;
		background-image:url(menu_bottom.jpg);
		background-repeat:no-repeat;
		background-position:top right;
	}
 	
 	#layoutMenuButton3
 	{
 		width:213px;
 		height:31px;
 		background-color:#eaf4f4;
		text-align: right;
 	}
 			
 	#layoutMenuBase
 	{
 		width:213px;
 		height:100px;
 		background-color:#eaf4f4;
		background-image:url(menu_base.jpg);
		background-repeat:no-repeat;
		background-position:top right;
		text-align: center;
 	}	
 	
 	#layoutContentContainer
 	{
 		width:100%;
 	}
	
	#layoutFooter
	{
		height:95px;
		color:#2c9e83;
		text-align:right;
		font-size:0.8em;
	}
	
	#footer
 	{
 		background-image:url(footer_line.jpg);
		background-repeat:no-repeat;
		background-position:top right;
		width:950px;
		height:5px;
		padding-top:0px;
 	}
	
	#layoutFooter a{color:#2c9e83;text-decoration:none;}
	#layoutFooter a:hover{color:#2c9e83;text-decoration:underline;}
	
/**********************************************************************
 * 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;
		background-color:#a40046 !important;
	}

	.button_Default:hover
	{
		border:0px !important;
		background-color:#a40046 !important;
	}
			
/******************************************************************
 * SITE MENUS
 *****************************************************************/
	
	.MainMenu
	{
		cursor:pointer;
		font-size:9pt;
		margin-top:5px;
		margin-bottom:5px;
	}
	
		.MainMenuItem
		{
			color:#ffffff;
	 		background-image:url(menu_button.jpg);
			background-repeat:no-repeat;
			background-position:center;

		}
		
		.MainMenuItemHover
		{
			color:#ffffff;
			background-image:url(menu_button_hover.jpg);
			background-repeat:no-repeat;
			background-position:center;
		}
	
	
	.MainMenuSubGroup
	{
		cursor:pointer;
		background-color:#2c9e83;
		color:#ffffff;
		font-size:9pt;
	}

		.MainMenuSubItem
		{
		}

		.MainMenuSubItemHover
		{
			background-color:#2c9e83;
			color:#ffffff;
		}
		