/* |||||||||||||||||||||||| LAYOUT DIVS ||||||||||||||||||||*/


body	{
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	padding: 0px;
	margin-top: 25px;
	background-color: #CCCCCC;
	min-width: 900px; /* for Netscaper 6 horizontal scroll fix */
}


#wrapper {
	position: relative; 
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

/*************** TOP HEADER AREA ********************/
#topband {
	position: relative;
	width: 900px;
	height: 150px;
	margin-top:0;
	background-color:#CCCCCC;
	z-index: 3;
	}	
#mainNav {
	position: absolute;
	top: 0px;
	left: 0;
	width: 200px;
	height: 148px;
	background-image: url("images/mmProducts_bgkd.gif");
	background-repeat: no-repeat;
	z-index: 15;
	}
#search {
	position: absolute;
	top: 100px;
	left: 10px;
	width: 190px;
	z-index: 20;
	visibility: hidden;
	}
#art {
	position: relative;
	left: 200px;
	width: 700px;
	height: 133px;
	z-index: 5;
	}
#subNav {
	position: absolute;
	top: 134px;
	right: 0;
	width: 600px;
	height: 25px;
	background-color:#CCCCCC;
	z-index: 10;
	}
#gray{
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 180px;
	background-color:#CCCCCC;
	z-index: 4;
	}

/*************** MIDDLE CONTENT AREA ********************/

#middle {
	position: relative;
	top: 30px;
	width: 900px;
	}
#sectionNav {  
	float: left; 
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
	}
#content {
	float: right;
	top: 0;
	width: 700px;
	background-color:#FFFFFF;
	}

/*************** FOOTER AREA ********************/


#footer {
	position: relative;
		text-align: right;

	clear: both;
	height: 30px;
	margin-top: 0;
	background-color: #FFFFFF;
}
#wedgeFooter {
	float: right;
	right: 0;
	height: 30px;
	margin: 0px 0px 0px 100px;
	background-color: #CCCCCC;
}
#copyright {
	position: relative;
	background-color: #CCCCCC;
	margin: 0px 0px 0px 0px;
}

/*************** HOME PAGE ********************/

#wrapperHome {
	position: relative; 
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	z-index: 1;
}
#topbandHome {
	position: relative;
	width: 900px;
	height: 311px;
	margin-top: 0;
	z-index: 5;
	}	
#artHome {
	position: absolute;
	left: 0px;
	width: 900px;
	height: 311px;
	z-index: 10;
	}
#subNavHome {
	position: absolute;
	top: 223px;
	right: 0;
	width: 200px;
	z-index: 13;
	}
	
#middleHome {
	position: relative;
	top: 0px;
	width: 900px;
	margin-bottom: 0px;
	}
#contentHome {
	float: left;
	width: 560px;
	margin: 20px 20px 0px 0px;
	padding: 0px 0px 20px 25px;
	}
	
#logos {
	float: right;
	width: 200px;
	background-color:#FFFFFF;
	}
