body {
	background-image: url(/_common.images/background.gif);
	background-repeat: repeat-y;
	margin: 0;
	margin-bottom: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* multiple html element styles */

h2, h3, p {
	margin: 12px 0 0 0;
	font-size: 80%;
	color: #666666;
}
	
/*html element styles */

div {
	color: #666666;
}

h1 {
	margin: 20px 0 0 0;
	font-size: 90%;
	color: #666666;
}

h2 {
	font-weight: bold;
	clear: left;
}

img {
  border:  0;
}

/* Class styles */

div.alignRight {
	width: 612px;
	text-align: right;
}

div.category {
	width: 612px;
	margin: 0;
}

div.catSpacer {
	background-image: url(/_common.images/spacer.gif);
	background-repeat: repeat-x;
	width: 612px;
	height: 1px;
	overflow: hidden;
	margin: 0;
	clear: both;
}

div.formLeft {
	float: left; 
	margin-bottom: 5px; 
	padding-top: 4px; 
	font-size: 80%; 
	clear: left;
	color: #666666;
}

div.formRight {
	margin-bottom: 5px; 
	font-size: 80%; 
}

div.item {
	float: left;
}

table.item {
	width: 180px;
	margin: 10px 20px 15px 0;
}

table.itemWide {
	margin: 10px 20px 15px 0;
}

td.itemImg {
	width: 85px;
	padding-top: 2px;
}

td.itemDesc {
	font-size: 85%;
}

td.itemDesc p {
	margin: 10px 0 0 0;
}

td.itemDesc h3 {
	font-weight: bold;
	margin-top: 0;
}

td.itemAction {
	padding-top: 10px;
}

span.label {
	font-weight: bold;
}
	
/*  ID styles */

div#banner {
	background-image: url(/_common.images/banner.gif);
	width: 767px;
	height: 120px;
}

div#content {
	margin-left: 140px;
	width: 612px;
}

div#logo {
	position: absolute;
	top: 96px;
	left: 21px;
}

div#progress {
	position: absolute;
	top: 53px;
	left: 125px;
	z-index: 99;
	width: 642px;
	height: 67px;
}

img#mih_logo {
	float: right;
	margin: 25px 0 10px 10px;
}

/* New */

div.catContainer {
	background: url(../_common.images/spacer.gif) repeat-x bottom left;
	overflow: auto;
}

div.product {
	clear: both;
	margin-bottom: 20px;
	min-height: 107px;
}

img.prodImg {
	float: left;
	margin-top: 0;
}

p.catIntro {
	margin-bottom: 20px;
}

p.prodName, p.prodDesc {
	font-size: 70%;
	font-weight: bold;
	margin-left: 85px;
	margin-top: 0;
	margin-bottom: 8px;
}

p.prodDesc {
	font-weight: normal;
}

#bonaFides {
	margin: 20px 0;
}

#bonaFides p {
	font-size: 55%;
	margin: 3px;
	text-align: center;
}

#regDon {
	width: 612px;
	min-height: 50px !important;
	min-height: 60px;
	background: url(../images/regDon.gif);
	padding-top: 10px;
	margin-top: 10px;
}

#regDon p {
	text-align: center;
	font-weight: bold;
	font-size: 70%;
	color: #ffffff;
	margin:  0 10px;
}