/* 
CSS for hannafords.com
Author: Dave Riches, Riches Communications Pty Ltd
www.riches.com.au

Print style sheet
*/
body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 100%;
	background: #ffffff;
}

div#leftmenu {
	display: none;
}

div#rightmenu {
	display: none;
}

div#contentwrap { /* main content wrapper on each page */
	position: relative;
	width: auto;
	border: none;
	margin: 10px 5% 20px 5%;
	padding: 10px;
	}

div#maincontent { /* main content section on each page */
	border: none;
	}
	
	
div#footer {
	margin: 10px 5% 0 5%;
	padding: 0;
	}

/*<group=Maincontent presentation styles>*/

#maincontent h1 {
	font-family: Georgia, Times New Roman, Times, serif;
}

#maincontent h2 {
	font-family: Georgia, Times New Roman, Times, serif;
}

#maincontent h3 {
	font-family: Georgia, Times New Roman, Times, serif;
}

#maincontent p, ul, li {
	font-size: 11pt;
	}

#maincontent p.slogan {
	font-family: Georgia, Times New Roman, Times, serif;
	}
	
/*</group>*/

/*<group=Top nav presentation styles>*/

div#topnav ul {
	display: none;
	}

div#topnav form {
	display: none;
	}
	
/*</group>*/

/*<group=Footer presentation styles>*/

#footer ul {
	display: none;
	}
	
/*</group>*/