/* CSS Document */

/* Begin Global Whitespace Reset Code */
* { padding:0px; margin:0px; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0px; }
li, dd, blockquote { margin-left: 30px; }
fieldset { padding:10px; }
option, select { min-width: 1.5em; }
/* End Global Whitespace Reset Code */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/MHP-pattern.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
#MHP-background {
	position: absolute;
	left: 0px;
	width: 900px;
	height: auto;
	background-image: url(images/MHP-background.jpg);
	background-color: #000000;
}
#MHP-header {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 586px;
	background-image: url(images/MHP-header.jpg);
	z-index: 1;
	margin: 0px;
	padding: 0px;
}
#MHP-content {
	position: relative;
	left: 208px;
	top: 130px;
	width: 551px;
	height: auto;
	min-height: 540px;
	margin-bottom: 140px;
	z-index: 4;
}
#MHP-footer {
	position: relative;
	left: 0px;
	width: 900px;
	height: 69px;
	background-image: url(images/MHP-footer.jpg);
}
#MHP-menu {
	position: absolute;
	left: 253px;
	top: 53px;
	width: 600px;
	height: auto;
	z-index: 3;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
}
#MHP-menu ul {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	list-style-type: none;
	list-style-image: none;
}
#MHP-menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
#MHP-menu a {
	padding: 4px 18px 4px 6px;
	border: 0px
}
#MHP-menu a:link, #MHP-menu a:visited {
	color: #000066;
	text-decoration: none;
}
#MHP-menu a:hover, #MHP-menu a:active {
	color: #990000;
	text-decoration: underline;
}
#MHP-submenu {
	position: absolute;
	left: 25px;
	top: 130px;
	width: 150px;
	height: auto;
	z-index: 3;
}
#MHP-submenu ul {
	margin: 0px;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0px;
	list-style-image: url(images/arrow.gif);
	list-style-position: outside;
	list-style-type: disc;
}
#MHP-submenu li {
	margin: 0px 0px 0.2em 0px;
	line-height: 1.2em;
	padding: 0px;
}
#MHP-submenu a:link {
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 3px 0px 4px 3px;
}
#MHP-submenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 3px 0px 4px 3px;
}
#MHP-submenu a:hover {
	text-decoration: underline;
	background-color: #949dbe;
	color: #990000;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 3px 0px 4px 3px;
}
#MHP-submenu a:active {
	text-decoration: none;
	color: #006699;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 3px 0px 4px 3px;
}
#MHP-cart {
	position: absolute;
	left: 651px;
	top: 0px;
	width: 128px;
	height: 27px;
	z-index: 3;
}
#MHP-order {
	position: relative;
	background-image: url(images/MHP-pattern.jpg);
	float: right;
	width: 140px;
	border-style: inset;
	border-width: 3px;
	border-color: #0066CC;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	margin-left: 1em;
	margin-right: 0.5em;
	line-height: 1.4em;
}
h1 { /* Title */
	color: #000088;
	font-size: 1.9em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.3em;
}
h2 { /* Subtitle */
	color: #000088;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0.3em;
	margin-bottom: 0.6em;
}
h3 { /* Author */
	color: #000088;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0.6em;
	margin-bottom: 0.8em;
	line-height: 1.4em;
}
h4 { /* Blurb */
	color: #000088;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin-top: 0.6em;
	margin-bottom: 0.8em;
	line-height: 1.4em;
	clear: left;
}
h5 { /* Menu */
	color: #000088;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 0.6em;
	margin-bottom: 0.8em;
	line-height: 1.4em;
}
#rule {
	margin: 1.4em 0em 1.4em 0em;
	border-style: solid none solid none;
	border-top-width: 1px;
	border-top-color: #000066;
	border-bottom-width: 1px;
	border-bottom-color: #949dbe;
}
hr {
	display: none;
}
ul {
	list-style-image: url(images/arrow.gif);
	list-style-position: outside;
	list-style-type: disc;
	margin: 0em;
}
.cover {
	float: left;
	border: 0px;
	margin-right: 18px;
	margin-bottom: 18px;
}
.author {
	float: right;
	border: 0px;
	margin-left: 12px;
	margin-bottom: 12px;
}
.details {
	font-size: 0.8em;
	margin-top: 0em;
	margin-bottom: 0em;
}
.ordertext {
	text-align: center;
	font-weight: bold;
	margin-left: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
}
.orderphone {
	text-align: center;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}
.menuheading {
	color: #000066;
}
#listitem {
	clear: both;
	margin-top: 1em;
	margin-bottom: 1.6em;
}
#listitem img {
	border: none;
	float: left;
	margin-right: 14px;
}