body {	background:white;
	text-align:center;
	margin:0px;
	font-size:100%;
}

#fruitWrapper {	position:relative;
	width:1100px;
	background:url(../images/fruitbg.jpg);
	background-repeat:no-repeat;
	margin-left:-30px;
}

#mainTitle {
  position:absolute;
  z-index:2;
  top:5px;
  left:290px;
}

#greyBackground {	 position:absolute;
	 z-index:1;
  opacity: .75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  -khtml-opacity: .75;
  -moz-opacity: .75;
	 text-align:left;
	 top:60px;
	 left:75px;
	 background:#f8f8f8;
	 border:1px solid #e4e0e0;
	 width:948px;
	 height:100%;
}

#greyContent {	position:relative;
	z-index:1;
	text-align:left;
	top:60px;
	left:0px;
	width:948px;
	padding-bottom:25px;
  height:100%;
}

#topText {	height:22px;
	font:italic bold 14px arial;
	color:#c8171e;
	margin-bottom:4px;
	width:100%;
	padding-top:3px;
}

#topText .container {  padding-top:4px;
}

#main_search_form {	margin:0px;
	margin-top:-4px;
  font:italic bold 13px arial;
}

#main_search_form input {}


#menu {
	height:26px;
	border-top:1px solid #d42023;
	border-bottom:1px solid #d42023;
	background:url(../images/navbg.jpg);
	background-repeat:no-repeat;
	width:948px;
	font:bold 13px arial;
	color:white;
}

#middle_home {  float:left;
	position:relative;
	top:10px;
	left:25px;
	width:569px;
}

#middle_home_content{
	position:relative;
	width: 564px;
  margin-bottom:8px;
  margin-top:10px;
  padding-left:5px;
  border:1px solid #AAA;
  background:white;
	background-repeat:no-repeat;
	clear:both;
	font-size:12px;
	padding-top:5px;
	font-weight:normal;
}


#middle_content {
  float:left;
	position:relative;
	top:10px;
	left:25px;
	width:567px;
	background:white;
	border:1px solid #e4e0e0;
	font:0.75em arial;
	margin-bottom:20px;
}

#middle_left_vspacer {	float:left;
	width:1px;
	height:864px;
}

#middle_content_content {  width:527px;
  float:left;
  margin-right:10px;
  margin-left:10px;
  margin-top:5px;
  padding-bottom:20px;
}



/* ========= Middle Content for a WIDE content page (no right-hand column) ========== */
#middle_wide_content {
  float:left;
	position:relative;
	top:10px;
	left:25px;
	width:750px;
	background:white;
	border:1px solid #e4e0e0;
	font:0.75em arial;
	margin-bottom:20px;
}

#middle_wide_content_content {
  width:735px;
  float:left;
  margin-left:10px;
  margin-top:5px;
  padding-bottom:20px;
}



