/* new stylesheet for cleaned up site with new hiermenus */
/* body and table covered in orig global.css, not clear why they work */
/* adding the relevant parts of this to global.css creates problems */
/*
body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #fff;
	font-family: sans-serif;
	font-size: 11pt;
}


table {
	width: 750px;
	border: 0;
	margin: 100px auto;
	padding: 0;
}
*/
td {
	padding: 0;
}

a {
	text-decoration: none;
	padding: 0;
	margin: 0;
}

/* THESE ARE THE IMAGES IN THE HTML DOC, ALWAYS VISIBLE */
#placer1 img, #placer2 img, #placer3 img, #placer4 img, #placer5 img {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 25px;
	border: 0;
}

/* HM MENU IDS - POP-UPS, MARGINS ADJUSTED TO OVERRIDE AUTOMATIC OFFSET */
#hm_m_about, #hm_m_services, #hm_m_instruction, #hm_m_scheduling, #hm_m_contact {
	margin: -1px 0 0 0;
}

/* ROLLOVER MENU HEADING IMAGES */
#menuabout, #menuservices, #menuinstruction, #menuscheduling, #menucontact {
	border: 0;
	width: 150px;
	height: 25px;
	margin: 0;
	margin: -4px -5px -5px -5px; /* seemes to be the only way to avoid popover border */
	padding: 0;
}

img { display: block; margin: 0; padding: 0; }

p { margin: 10px 40px 10px 0;}

.clssmallwhtsales p { margin: 10px 20px; }

.salestables td p { margin-left: 10px; }

