#topLevelNav 
{
	display: none;
}

#topBanner 
{
	display: none;
}

#sidebar 
{
	display: none;
}

#categorySection 
{
	display: none;
}

h5.printPage
{
	display: none;
}

#mainNav 
{
	display: none;
}

#bottomLevelNav 
{
	display: none;
}

#productContent 
{
	font: 12pt;
	padding: 0px;
	margin: 0px;
}

#productContent h3
{
	font-size: 20pt;
}
body {
	background: white;
	font-size: 13pt;
}

#container 
{
}


#container #mainContent
{
}

  /* allow room for 4 columns */
 #productContent ul#attributeList
  {
    list-style: none;
    padding-left: 0px;
    list-style: none;
  }

  /* float & allow room for the widest item */
  #productContent ul#attributeList li.attribute
  {
    float: none;
    padding-bottom: 4px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: auto;
    font-size: 10px;
    width: 100%;
  }
  
  #topBanner 
  {
  	display: block;
  	background-image: none;
  }
  
  #topBanner #weather 
  {
  	display: none;
  }
  
  #topBanner #dairylandLogo 
  {
  	display: block;
  }
  
  #innerBanner 
  {
  	display: none;
  }




