html,body
{
	background-color:#ffffff;
	color:#000000;
	font-family:Verdana, Arial; 
	font-size:11px;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	background-color: #032f56;
	background-image: url(../Images/page_bg.jpg);
	background-repeat: repeat-x;
}
.PageBreak		{PAGE-BREAK-AFTER: always;}

img	{border-width: 0px 0px 0px 0px;}

div	{padding:0px 0px 0px 0px;border-width: 0px 0px 0px 0px;}



/************************************************************************
* 	Main Containers & Borders
************************************************************************/
div#MainContainer
{
width:987px;
margin:auto;
}
/************************************************************************
*	Header
************************************************************************/
div#HeaderContainer
{
	width:987px;
	height:512px;
	float:left;
}
	div#HeaderLeftShadowContainer
	{
		width:10px;
		height:512px;
		background-image:url(../Images/header_shadow_left.jpg);
		background-repeat:no-repeat;
		float:left;
	}
	div#HeaderCenterContainer
	{
		width:967px;
		height:460px;
		float:left;


	}
			div#HeaderTopContainer
			{
				width:967px;
				height:145px;
				float:left;

			}
				div#HeaderTopLeftContainer
				{
					width:10px;
					height:145px;
					float:left;
					background-image:url(../Images/header_top_left.jpg);
					background-repeat:no-repeat;
				}
				div#HeaderTopMiddleContainer
				{
					width:947px;
					height:145px;
					float:left;
					background-image:url(../Images/header_top_bg.gif);
					background-repeat:repeat-x;
				}
					div#HeaderLogoContainer
					{
						width:104px;
						height:145px;
						background-image:url(../Images/header_top_logo.jpg);
						background-repeat:no-repeat;
						background-position:19px 30px;
						float:left;
					}
					div#HeaderMottoContainer
					{
						width:843px;
						height:145px;
						background-image:url(../Images/header_top_motto_text.gif);
						background-repeat:no-repeat;
						background-position:right;
						float:right;
					}
				div#HeaderTopRightContainer
				{
					width:10px;
					height:145px;
					float:right;
					background-image:url(../Images/header_top_right.jpg);
					background-repeat:no-repeat;
				}
			div#HeaderTopMenuContainer
			{
				width:967px;
				height:35px;
				float:left;
				background-color:#f2f2f2;
			}
			div#HeaderTopImageContainer
			{
				width:967px;
				height:280px;
				float:left;
				/*background-image:url(../Images/header_image.jpg);
				background-repeat:no-repeat;*/
				overflow:hidden;
			}
			div#HeaderBottomMenuContainer
			{
				width:967px;
				height:52px;
				float:left;
				background-color:#f2f2f2;
			}	
	div#HeaderRightShadowContainer
	{
		width:10px;
		height:512px;
		background-image:url(../Images/header_shadow_right.jpg);
		background-repeat:no-repeat;
		float:right;
	}
/************************************************************************
*	MainBody
************************************************************************/
div#MainBodyContainer
{
	padding-left:10px;
	padding-right:10px;
	width:967px;
	float:left;
}
	div#MainBodyContainer_1
	{
		width:967px;
		float:left;
		background-color:#f2f2f2;
		
	}
		div#MainBodyLeftPane
		{
			width:191px;
			float:left;
		}
			div#ProductCategoryPane_top{
				width:191px;
				height:51px;				
				float:left;
				background-image:url(/Images/product-cat_pane_top.jpg);
				background-repeat:no-repeat;
			}
            div#ProductCategoryPane_middle{
				width:169px;

				float:left;
				padding-left:22px;
				background-image:url(/Images/product-cat_pane_middle.gif);
				background-repeat:repeat-y;
			}
           	div#ProductCategoryPane_bottom{
				width:191px;
				height:18px;
				
				float:left;
				background-image:url(/Images/product-cat_pane_bot.gif);
				background-repeat:no-repeat;
			}
			
			div#SearchContainer
			{
				width:180px;
				height:33px;
				padding-top:15px;
				padding-left:11px;
				float:left;
			}
				div#SearchTextBox
				{
					width:126px;
					height:32px;
					float:left;
				}
					.searchTextFeild
					{
						width:116px;
						height:18px;
						font-family:Verdana;
						font-size:10px;
						color:#000000;
						border-top-width: 1px;
						border-right-width: 1px;
						border-bottom-width: 1px;
						border-left-width: 1px;
						border-top-style: solid;
						border-right-style: solid;
						border-bottom-style: solid;
						border-left-style: solid;
						border-top-color: #d6d6d6;
						border-right-color: #d6d6d6;
						border-bottom-color: #d6d6d6;
						border-left-color: #d6d6d6;
						vertical-align: middle;
						line-height: 18px;
						text-align: left;
						text-indent: 5px;
					}
				div#SearchButton
				{
					width:54px;
					height:30px;
					padding-top:2px;
					float:left;
				}
				
			div#BookMarkThisSiteContainer
			{
				width:191px;
				height:61px;
				float:left;
				/*background-image:url(../Images/bookmark_this_site.gif);
				background-repeat:no-repeat;*/
			}
			div#QuickLinksContainer
			{
				width:191px;
				float:left;
			}
				div#QuickLinksTopContainer
				{
					width:191px;
					float:left;
					height:50px;
					background-image:url(../Images/quick_links_top.gif);
					background-repeat:no-repeat;
				}
				div#QuickLinksMiddleContainer{
					width:191px;
					float:left;
					background-image:url(../Images/quick_links_bg.gif);
					background-repeat:repeat-y;
				}
					div#QuickLinksMenuContainer{
						width:159px;
						padding-left:32px;
						float:left;
						background-image:url(../Images/quick_links_mid.jpg);
						background-repeat:no-repeat;
						min-height:160px;
						_height:160px;
					}
				div#QuickLinksBottomContainer{
					width:191px;
					float:left;
					height:10px;
					background-image:url(../Images/quick_links_bottom.jpg);
					background-repeat:no-repeat;
				}
				
		div#MainBodyMiddlePane
		{
			width:529px;
			float:left;
		}
		div#MainProductBodyMiddlePane
		{
			width:776px;
			float:left;
		}	
			div#MainBodyTextAreaTop
			{
				width:529px;
				height:26px;
				float:left;
				background-image:url(../Images/body_top.gif);
				background-repeat:no-repeat;
			}	
			
			div#MainProductBodyTextAreaTop
			{
				width:776px;
				height:26px;
				float:left;
				background-image:url(../Images/product_page_top.gif);
				background-repeat:no-repeat;
			}

			div#MainBodyTextAreaMiddle
			{
				width:477px;
				float:left;
				background-image:url(../Images/body_bg.gif);
				background-repeat:repeat-y;
				padding-left:23px;
				padding-right:29px;
				padding-top:15px;
			}
			
			div#MainProductBodyTextAreaMiddle
			{
				width:724px;
				float:left;
				background-image:url(../Images/product_page_bg.gif);
				background-repeat:repeat-y;
				padding-left:23px;
				padding-right:29px;
				padding-top:15px;
			}	
				div#BodyTitleImageContainer
				{
					height:12px;
					float:left;
					padding-bottom:10px;
				}	
				div#BodyText
				{
					width:477px;
				
					float:left;
				}	

				div#BodyProductArea
				{
					width:724px;
					float:left;
				}	


			div#MainBodyTextAreaBottom
			{
				width:529px;
				height:26px;
				float:left;
				background-image:url(../Images/body_bottom.gif);
				background-repeat:no-repeat;
			}
			div#MainProductBodyTextAreaBottom
			{
				width:776px;
				height:26px;
				float:left;
				background-image:url(../Images/product_page_bottom.gif);
				background-repeat:no-repeat;
			}
		div#MainBodyRightPane
		{
			width:247px;
			float:right;
			overflow:hidden;
		}
			div#maillistmain{
			float:left;
			padding:11px 0px 0px 4px;
			
			}
			div#maillist {
				float:left;
				width:247px;
	
				background-image:url(/Images/mail_list_bg.gif); background-repeat:repeat-y;	
				overflow:hidden;

			}
				div#maillist_top {
					float:left;
					width:247px;
					_height:57px; min-height:57px;
					background-image:url(/Images/mail_list_top.gif); background-repeat:no-repeat;				
				}
				div#maillist_bot {
					float:left;
					width:247px;
					height:24px;
					background-image:url(/Images/mail_list_bot.gif); background-repeat:no-repeat;				
				}
			div#SpecialItemContainer_1
			{
				width:247px;
				float:left;
			
			}

				
				div#SpecialItemContainer_1_top{
					width:247px;
					height:26px;
					float:left;
					background-image:url(/Images/SpecialItemContainer_1_top.gif);
					background-repeat:no-repeat;					
				}
                div#SpecialItemContainer_1_middle{
					width:247px;
					float:left;
					background-image:url(/Images/SpecialItemContainer_1_middle.gif);
					background-repeat:repeat-y;
				}
                div#SpecialItemContainer_1_bottom{
					width:247px;
					height:11px;
					float:left;
					background-image:url(/Images/SpecialItemContainer_1_bottom.gif);
					background-repeat:no-repeat;
				}

			div#Portfolio_1
			{
				width:247px;
				float:left;
			}
/************************************************************************
*	Footer
************************************************************************/
div#FooterContainer
{
	width:987px;
	height:65px;
	float:left;
}
	div#FooterContainerSub1
	{
		width:987px;
		height:41px;
		float:left;
	}    
		div#FooterLeftContainer	
		{
			width:16px;
			height:41px;
			float:left;
			background-image:url(../Images/footer_image_left.gif);
			background-repeat:no-repeat;
		}
		div#FooterMiddleContainer	
		{
			width:935px;
			height:31px;
			float:left;
			padding-top:10px;
			padding-left:20px;
			background-image:url(../Images/footer_image_bg.gif);
			background-repeat:repeat-x;
		}
		div#FooterRightContainer	
		{
			width:16px;
			height:41px;
			float:right;
			background-image:url(../Images/footer_image_right.gif);
			background-repeat:no-repeat;
		}
div#FooterContainerSub2
{
	width:987px;
	height:24px;
	float:left;
}
	div#CopyrightContainer
	{
	width:755px;
	height:24px;
	float:left;
	background-image:url(../Images/copyright.gif);
	background-repeat:no-repeat;
	background-position: 33px;
	padding-bottom:10px;
	}
	div#BrandingContainer
	{
		width:230px;
		height:24px;
		float:right;
		padding:10px 0px 0px 0px;
		/*background-image:url(../Images/branding.gif);
		background-repeat:no-repeat;
		padding-bottom:10px;*/
	}

/*
.TreeViewRootLevelNode_9
{
	font-family: Arial;
	font-size: 11px;
	color: #3e3e3e;
	background-color: #e6e8ea;
	text-decoration:none;
	display: block;
	height: 20px;
	width: 151px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8cacc;
	padding-top: 7px;
}
.TreeViewRootLevelNode_9:link
{
	font-family: Arial;
	font-size: 11px;
	color: #3e3e3e;
	background-color: #e6e8ea;
	text-decoration:none;
	display: block;
	height: 20px;
	width: 151px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8cacc;
	padding-top: 7px;
}
.TreeViewRootLevelNode_9:visited
{
	font-family: Arial;
	font-size: 11px;
	color: #3e3e3e;
	background-color: #e6e8ea;
	text-decoration:none;
	display: block;
	height: 20px;
	width: 151px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8cacc;
	padding-top: 7px;
}
.TreeViewRootLevelNode_9:active
{
	font-family: Arial;
	font-size: 11px;
	color: #3e3e3e;
	background-color: #e6e8ea;
	text-decoration:none;
	display: block;
	height: 20px;
	width: 151px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8cacc;
	padding-top: 7px;
}
.TreeViewRootLevelNode_9:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #3e3e3e;
	background-color: #e6e8ea;
	font-weight:bold;
	text-decoration:none;
	display: block;
	height: 20px;
	width: 151px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8cacc;
	padding-top: 7px;
}
.TreeViewRootLevelSelectedNode_9
{
		font-family: Arial;
	font-size: 11px;
	color: #3e3e3e;
	background-color: #e6e8ea;
	font-weight:bold;
	text-decoration:none;
	display: block;
	height: 20px;
	width: 151px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8cacc;
	padding-top: 7px;
}	
.TreeViewRootLevelSelectedNode_9:link
{
		font-family: Arial;
	font-size: 11px;
	color: #3e3e3e;
	background-color: #e6e8ea;
	font-weight:bold;
	text-decoration:none;
	display: block;
	height: 20px;
	width: 151px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8cacc;
	padding-top: 7px;
}
.TreeViewRootLevelSelectedNode_9:visited
{
		font-family: Arial;
	font-size: 11px;
	color: #3e3e3e;
	background-color: #e6e8ea;
	font-weight:bold;
	text-decoration:none;
	display: block;
	height: 20px;
	width: 151px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8cacc;
	padding-top: 7px;
}
.TreeViewRootLevelSelectedNode_9:active
{
		font-family: Arial;
	font-size: 11px;
	color: #3e3e3e;
	background-color: #e6e8ea;
	font-weight:bold;
	text-decoration:none;
	display: block;
	height: 20px;
	width: 151px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8cacc;
	padding-top: 7px;
}
.TreeViewRootLevelSelectedNode_9:hover
{
		font-family: Arial;
	font-size: 11px;
	color: #3e3e3e;
	background-color: #e6e8ea;
	font-weight:bold;
	text-decoration:none;
	display: block;
	height: 20px;
	width: 151px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8cacc;
	padding-top: 7px;
}
*/
table#Searchresults1_Paging_plhPagingBottom_dtlDataList
{
	text-align:center;
	margin:auto}

.topNav_1{
display:none
}
.topNav_2{
display:none
}