@charset "utf-8";
/* CSS Document */

body{
	width:975px;
	margin:0px auto;
	background:#FFFFFF;
}
#headerLeft{
	float:left;
	height:103px;
	width:109px;
}
#headerRight{
	float:left;
	height:103px;
	width:865px;
	background:url(../images/HeaderRT.jpg) no-repeat;
}
#clr{
	clear:both;
}

#searchbox{
	background:white;
	padding:3px 10px;
	border:1px solid #4A7062;
	width:223px;
	margin:10px 5px;
}

#topNavigation{
	background:#E4F0EB;
	border:1px solid #18603E;
	padding:1px 10px;
	color:black;
	font-weight:bold;
}
#topNavLink{
	color:black;
}
#sideNavigation{
	background:#E4F0EB;
	border:1px solid #18603E;
	padding:1px 10px;
	color:black;
	font-weight:bold;
}
#boxOut{
	background:#E6EFEB;
	border:1px solid #1C5F41;
	margin-bottom:10px;
}
#boxInnerItems{
	text-align:center;
	background:url(/webstore/redesign/images/navHPipe.png) #E6EFEB no-repeat 50% 97%;
	padding:4px 0px;
	color:black;
}
#mainBoxTitle{
	padding:3px 0px 0px 1px;
	color:white;
	text-align:center;
	cursor:default;
	background:#1C5D40;
	width:12.25em;
	border:1px solid #E8EDEB;
	height:19px;
}
#mainBoxTitle2{
	color:#1C5D40;
	font-weight:bold;
	background:#E6EFEC;
	width:12.3em;
	border:1px solid #E8EDEB;
}