@charset "UTF-8";
/* CSS Document */

/* divider */

#wrapperDivider {
	text-align: center;
	min-width: 320px;
	max-width: 1300px;
	height: auto;
	float: none;
	margin: 0 auto;
}

#divider {
	background-color: white;
	border-left: silver 1px solid; 
	border-right: silver 1px solid;	
	text-align: left;
	min-width: 320px;
	max-width: 980px;
	height: 20px;
	float: none;
	margin-left: auto;
	margin-right: auto;
	
}    	
	
/* forces "moduleMenu.gif" to botto of div; and postioned immediately above the module menu */
#divider img {
	padding-top: 3px;
}

/* ! meodule menu label off for regular pages .. 8moduleSet.html, testimonials.html, 
privacy.html, aboutUs.html, contactUs.html, orderForm.php, orderThankyou.php */
.mnlboff img {
	display: none;
}
