body {
	margin: 0px;
	padding: 0px;
	background: #000;
	color: #fff;
	font-family: Arial, sans-serif;
}
a img {
	border: 0px;
}

#header, #header-submenu, #body, #footer {
	margin: 0px auto;
	width: 750px;
}
#header {
	height: 125px;
	margin-bottom: -40px; /* this is for dropdown menu */
}
	#header-logo {
		position: absolute; 
		top: 48px; 
		left: auto; 
		margin-left: 15px;
	}
#body {
	min-height: 300px;
	background: #fff;
	color: #000;
}
	body #body-header {
		background: url(clouds-other.jpg) no-repeat bottom center #fff;
		height: 100px;
	}
	body#home #body-header {
		background: url(clouds-index.jpg) no-repeat top center #fff;
		height: 200px;
		overflow: visible;
	}
	#body-content {
		background: #fff;
		padding-left: 20px;
	}
	body#home #leftside, body#home #rightside {
		display: none;
	}
	#body a {
		text-decoration: underline;
	}
#footer {
	background: url(gradient-footer.gif) repeat-x #fff;
	height: 300px;
	color: #000;
	clear: both;
	margin-bottom: 20px;
}
	#footer div {
		margin: 50px 0px;
		float: right;
		width: 180px;
		font-family: Impact, Arial, Verdana;
		font-size: 18px;
	}
	#footer ul {
		list-style-type: none;
		font-family: Arial, Verdana;
		font-size: 12px;
		font-weight: bold;
		margin: 20px 0px 0px 0px;
		padding: 0px;
		line-height: 20px;
	}
	#footer a {
		text-decoration: none;
		color: #000;
	}
	#footer a:hover {
		text-decoration: underline;
	}
h1.pageHeader {
	/*
	position: relative;
	top: -133px;
	left: 5px;
	font-size: 26px;
	*/
	color: #930FA5;
	font-family: verdana;
	background: transparent;
	margin-left: -5px;
	font-size: 16px;
	z-index: 1;
}
#clean_simple_slideshow img {
	border: 7px solid #eee;
}
.cleansimple {
	color: #AB23CD;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 2px;
}
.cleansimple div.cleansimpleinv {
	display: inline;
	color: #fff;
	background: #AB23CD;
	padding: 0px 1px;
	margin: 0px 3px;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
}
.greenmountain {
	background: url(/images/products/greenmountain-text-small.png) no-repeat;
	font-style: italic;
	color: #00a500;
}
.purple {
	color: #AB23CD;
}
ul.purple {
	color: #000; /* is set purple within javascript; this way <noscript> browsers don't see just purple */
	list-style-image: url(purple_bullet.gif);
}
ul.purple li {
	margin: 10px;
}
ul.green {
	color: #000; /* is set purple within javascript; this way <noscript> browsers don't see just purple */
	list-style-image: url(green_bullet.gif);
}

ul.gallery {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 4px solid #aaa;
	height: 200px;
}
ul.gallery li {
	padding: 10px;
	
}
ul.gallery li img {
	padding: 0px 10px 5px 0px;
	float: left;
}