/* CSS Document */

body{
background:#ffffff;
margin:0;
margin-top:0;
font-family:Arial, Tahoma, Helvetica, sans-serif;
font-size:12px;
color:#000000;
min-height:600px;
}


a{
text-decoration:none;
color: #333333 ;
font-weight:bold;
}
a:hover{
color: #666666;
}
h1{
font-size:24px;
font-weight:bold;
}

/* ---------- Layout ---------- */
 #body_wrapper{
 width:850px;
 min-height:600px;
 margin: auto;
 background-color:#ffffff;
 }
 #header{
 width:850px;
 height:100px;
 background:url(/mm5/hfnheader.jpg) no-repeat top center;
 }
 #body_wrapper > #header{
 /*background:url(/mm5/bg_head.jpg) no-repeat top center;*/
 background-color:#FFFFFF;
 }
  #head_nav a{
  padding:9px 10px;;
  display:block;
  width:auto;
  height:16px;
  text-decoration:none;
  font-size:16px;
  color:#fff;
  }
  #head_nav a:hover{
  color:#fff;
  background-color:#012c3f;
  filter:alpha(opacity=25);
  	-moz-opacity:.25;
   opacity:.25;
  }
 #mid{
 width:837px;
 margin:0 4px auto;
 background-color:#fff;
 }
  #leftcol{
  width:225px;
  float:left;
  height:100%;
	 background-color:#fff;
  }
  #rightcol{
  width:597px;
  float:right;
  padding:0px 10px 0px 5px;
  height:100%;
	 background-color:#fff;
  }
 #footer{
 width:850px;
 height:30px;
 clear:both;
 text-align:right;
 color:#666;
 }
  #footer a{
  padding:0 10px;
  text-decoration:none;
  color:#666;
  font-weight:normal;
  }
  #footer a:hover{
  color:#012c3f;
  }
   #footer_font {
 font-family:Arial, Tahoma, Helvetica, sans-serif;
 font-size:16px;
 color: #666666;
 float:right;
 width:100%;
 background-color:#FFFFFF;
}
  #footer_font a{
 font-family:Arial, Tahoma, Helvetica, sans-serif;
 font-size:16px;
 color: #666666;
 float:right;
  background-color:#FFFFFF;

}
  #footer_font a:hover{
 font-family:Arial, Tahoma, Helvetica, sans-serif;
 font-size:16px;
 color: #333333;
 float:right;
  background-color:#FFFFFF;

}

/* ---------- Elements ---------- */

 /* Begin Customer Welcome */
 	#cust_welcome{
  padding:5px 25px 0px 0px;
  text-align:right;
  color:#666;
  font-weight:bold;
  font-size:11px;
  clear:both;
  }
   #header #cust_welcome a{
   text-decoration:none;
   color:#012c3f;
   font-weight:bold;
   }
   #header #cust_welcome a:hover{
   color:#ccc;
   }

 /* End Customer Welcome */

 /* Begin Shopping Cart */
  #shopping_cart{
  width:203px;
  background-color:#fff;
  margin:auto;
  font-size:13px;
  color:#999;
  }
   .checkout_top{
   width:100%;
   height:35px;
   background:#f2f2f2 url(../images/left_top.gif) no-repeat top left;
   margin-top:5px;
   color:#012c3f;
   }
   .checkout_bottom{
   width:100%;
   height:25px;
   background:#f2f2f2 url(../images/left_bottom.gif) no-repeat bottom left;
   color:#012c3f;
   }
   .cart a{
   color:#012c3f;
   text-decoration:none;
   }
   .cart a:hover{
   color:#ccc;
   text-decoration:none;
   }
 /* End Shopping Cart */

 /* Begin Category Tree */
  #category_tree{
  width:203px;
  margin:auto;
  font-size:13px;
  color:#999;
  font-weight:bold;
  }
   .cat_top{
   width:100%;
   height:20px;
   margin-top:5px;
   margin-bottom:-2px;
   }
   .cat_list{
   width:100%;
   }
    #page_on{
    display:block;
    width:auto;
    color:#fff;
    text-decoration:none;
    }
    .cat_list a{
    display:block;
   width:100%;
    color:#012c3f;
    text-decoration:none;
    }
    .cat_list a:hover{
    display:block;
   width:100%;
    color:#012c3f;
    text-decoration:none;
    }
     .cat_list .sub1{
     display:block;
     width:auto;
     color:#012c3f;
     text-decoration:none;
     font-size:11px;
     }
     .cat_list .sub1 a:hover{
     display:block;
     width:auto;
     color:#d3e2e6;
     text-decoration:none;
     }
     .cat_list .sub2{
     display:block;
     width:auto;
     color:#012c3f;
     text-decoration:none;
     font-size:10px;
     }
     .cat_list .sub2 a:hover{
     display:block;
     width:auto;
     color:#d3e2e6;
     text-decoration:none;
     }
   .cat_bottom{
   width:100%;
   height:20px;
   margin-top:-2px;
   background:#f2f2f2 url(../images/left_bottom.gif) no-repeat bottom left;
   clear:both;
   }
 /* End Category Tree */

 /* Begin Email Signup */
  #email_signup{
  width:203px;
  height:auto;
  margin-bottom:10px;
  background-color:#fff;
  margin:auto;
  font-size:13px;
  vertical-align:top;
  }
   .email_top{
   background-color:#7aa6b3;
   padding:4px 10px;
   font-size:14px;
   font-weight:bold;
   }
 /* End Email Signup */

 /* Begin Product of the Week */
 	#prod_week{
  width:572px;
  background:url(../images/pow_bg_mid.gif) repeat-y top center;
  min-height:176px;
  }
   #prod_week img{
   height:204px;
   width:323px;
   border:none;
   padding-right:1px;
   margin:-14px 0;
   }
   #prod_week blockquote{
   float:left;
   width:225px;
   margin:auto 2px auto 10px;
   font-size:14px;
   font-weight:bold;
   }
   .pow_link{
   background:url(../images/arrow.gif) no-repeat center left;
   width:65px;
   margin-top:-10px;
   font-size:12px;
   font-weight:normal;
   text-align:right;
   float:right;
   }
  #prod_week_top{
  width:572px;
  height:15px;
  background:url(../images/pow_bg_top.gif) no-repeat top center;
  }
  #prod_week_bottom{
  width:572px;
  height:206px;
  background:url(../images/pow_bg_bottom.gif) no-repeat bottom center;
  clear:both;
  }
 /* End Product of the Week */

 /* Begin Category Display Page */
  .category_display_x{
  height:275px;
   background: url(/mm5/graphics/00000001/categorybackground.jpg) top right no-repeat;
  } 
  .category_display{
   /*background: url(/custom_corners_topleft.gif) top left no-repeat;*/

  } 
  .category_display_img{
  border:none;
  } 
  .category_display h3{
   /*background: url(/custom_corners_topright.gif) top right no-repeat;*/
  font-size:1.0em;
  padding:10px;
  width: 260px;
  }
  .category_display_body{
  /* background: url(/custom_corners_rightborder.gif) top right repeat-y; */

  text-align: center;
  margin:0;
  margin-top:-2em;
  padding:10px;
    width: 260px;

  }
  .category_display_footer{
  font-size:16px;
   /* background: url(/custom_corners_bottomleft.gif) bottom left no-repeat;*/
  }
  .category_display_footer p{
  /*  background: url(/custom_corners_bottomright.gif) bottom right no-repeat;*/
  padding:10px;
  display:block;
  margin:0;
    width: 260px;

  }
 /* End Category Display Page */
 #bask {
 overflow:hidden;
 width:100px;
 max-width:100px;

 }
 
 #prod_name {
 font-family:Arial, Tahoma, Helvetica, sans-serif;
 font-size:22px;
 color:#006699;

}
 #prod_price {
 font-family:Arial, Tahoma, Helvetica, sans-serif;
 font-size:18px;
 color:#333333;
}

 #prod_notice {
 font-family:Arial, Tahoma, Helvetica, sans-serif;
 font-size:10px;
 color: #666666;
}


#prod_link a, a:link, a:visited
{
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #114a9f;
font-weight: normal;
text-decoration: underline;
}

#prod_link a, a:link, a:visited
{
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #114a9f;
font-weight: normal;
text-decoration: underline;
}

#prod_link a:hover
{
color: #114a9f;
text-decoration: underline;
}

#headlinks
{
vertical-align: bottom;
padding-top:70px;
float:left;
}
#headlinks a
{
font-style:normal;
text-decoration:none;
font-size:16px;
font-weight:bold;
}
#headlinks-r
{
vertical-align:bottom;
padding-top:70px;
float:right;
}
#headlinks-r a
{
font-style:normal;
text-decoration:none;
font-size:16px;
font-weight:bold;

}

#headlinks_search a
{
font-style:normal;
text-decoration:none;
font-size:16px;
font-weight:bold;
color:#990000;
}

#footlinks
{

}
#footlinks a
{
font-style:normal;
text-decoration:none;
font-size:12px;
font-weight:bold;
}

#cat_heads
{
font-style:normal;
text-decoration:none;
font-size:24px;
font-weight:bold;
color:#0066CC;
}
#headsearch

{
padding-top:10px;
padding-right:20px;
float:left;
font-style:normal;
text-decoration:none;
font-size:14px;
font-weight:normal;
color:#114a9f;
}


