@charset "utf-8";
.twoColElsLtHdr #content_header { 
	margin: 0.3em;
} 
.twoColElsLtHdr #content_sidebar1 {
	float: right; 
	width: 36.48em; /* since this element is floated, a width must be given */
	padding: 0 1em 0 0; /* top and bottom padding create visual space within this div */
	margin: 0;
}
.twoColElsLtHdr #content_mainContent {
	width: 36.48em;
  	margin: 0;
	padding: 0 0 0 1em;/* the left margin will look best if you match the padding amount to the header and footer. */
} 
.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColElsLtHdr #content_footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.yellow {
	color: #FF0;
}
.red {
	font-size: 1.6em;
	font-weight: bold;
	color: #FF0000;
}
.wash_type_a {
	background-image:url(images/brushed_metal_2.png);
	padding: 0.5em; 
	margin: 0; 
	height: 11em;
	clear:both;
}
.wash_type_b {
	background-image: url(images/brushed_metal_1l.png);
	height: 11em;
	clear:both;
	padding: 0.5em; 
	margin: 0; 
}
.transparent_img {
	clear:both;
  	filter:alpha(opacity=60);
  	opacity:0.6;
	-moz-opacity:0.6;
	z-index: 1;
}
.transparent_holder {
	clear:both;
	height: 9.6em;
}
.wash_type_b p, .wash_type_a p  {
  	filter:alpha(opacity=100); 
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	float: left;
	margin: 0.3em;
}
#lifeshine_box {
	color: #000000;
	background:url(images/lifeshine_bg.jpg) no-repeat;
	height: 361px;
	padding: 4em 0 0 1em;
}
#lifeshine_box a:link {
	color: #FF0000;
}
#lifeshine_box a:visited {
	color: #FF0000;
}
#lifeshine_box a:hover {
	color: #666666;
}
#lifeshine_box a:active {
	color: #666666;
}