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

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bgstrip.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#container  {
	width: 1018px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
}
#header {
	height: 110px;
	background-image: url(images/headerbg.gif);
}
#maintext_L {
	float: left;
	height: 260px;
	width: 463px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	vertical-align: middle;
}
.maintext_L_text {
	width: 403px;
	margin-left: 30px;
	margin-top: 65px;
}

#biglogo {
	background-image: url(images/biglogo.gif);
	float: right;
	height: 260px;
	width: 555px;
}
#divider_top {
	background-image: url(images/divider_top.gif);
	height: 21px;
	width: 1018px;
	float: left;
}
#pmc {
	height: 263px;
	width: 1018px;
	float: left;
}
.pmc_tanningbeds {
	width: 246px;
	float: left;
	margin-left: 19px;
}
.pmc_tanningbeds_U {
	height: 92px;
	width: 217px;
	float: right;
}
.pmc_tanningbeds_D {
	height: 164px;
	width: 217px;
	float: right;
	margin-top: -11px;
}


.pmc_parts {
	width: 240px;
	float: left;
}
.pmc_parts_U {
	height: 92px;
	width: 215px;
	float: right;
}
.pmc_parts_D {
	height: 164px;
	width: 215px;
	float: right;
	margin-top: -11px;
}


.pmc_wiring {
	width: 241px;
	float: left;
}
.pmc_wiring_U {
	height: 92px;
	width: 215px;
	float: right;
}
.pmc_wiring_D {
	height: 164px;
	width: 215px;
	float: right;
	margin-top: -11px;
}


.pmc_service {
	width: 255px;
	float: left;
}
.pmc_service_U {
	height: 92px;
	float: right;
	width: 230px;
}
.pmc_service_D {
	height: 164px;
	width: 230px;
	float: right;
	margin-top: -11px;
}

#graytext {
	color: #6a6a77;
}
#underconstruction {
	width: 1024px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	height: 42px;
	font-weight: bolder;
	color: #F00;
	float: left;
}
