/* Lotus CSS document */
	
/*  --------  default styles  --------  */
	td, table, p, div, body, h1, h2, h3, h4 {
		margin: 0;
		padding: 0;
		border: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
/*  --------  major sections  --------  */
	.flowers {
		background: url('../images/tapet2.gif') repeat;
	}
	.wrapper {
		margin: 6px auto;
	}
	#main {
		margin: 0 auto;
		width: 800px;
		border:0;
		text-align: center;
		background: url('../images/bg.gif') top repeat-x #5B9BE0;
	}
	#header {
		text-align: center;
		border-bottom: 3px solid	#dcd2e6;
		width: 569px;
		line-height: 38px;
		margin-bottom: 5px;
		margin-top: 4px;
		padding-bottom: 4px;
	}
	#mainCell {
		background-image: url('../images/soaps.jpg');
		background-position: top;
		background-repeat: no-repeat;
	}
	#mainCell-banner {
		background-image: url('../images/soaps.banner.jpg');
		background-position: top;
		background-repeat: no-repeat;
		padding-top: 28px;
	}
	#benefits {
		margin: 110px auto;
		padding-left: 40px;
		text-align:left;
	}
	.main-text {
		color: white;
		padding: 12px 124px 30px 146px;;
		text-align: justify;
		line-height: 21px;
		font-size: 14px;
	}
	.main-text p {
		margin-bottom: 16px;
	}
	
/*  --------  text  --------  */
	h1 {
		font-size: 30px;
		color: white;
		letter-spacing: 3px;
		font-weight: normal;
	}
	h2 {
		font-size: 24px;
		color: white;
		letter-spacing: 3px;
		font-weight: normal;
	}
	h3 {
		font-size: 14px;
		color: white;
		letter-spacing: 3px;
		font-weight: normal;
	}
	.bulletText, ol#slides li, table#pages td {
		font-size: 14px;
		color: #000066;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		line-height: 22px;
	}
	.bulletTextCell {
		padding-left: 8px;
		vertical-align: top;
		padding-top: 0;
	}
	.bulletImgCell {
		vertical-align: top;
		padding-top: 4px;
	}

	
/*  --------  links  --------  */
	a.normalLink, a.normalLink:visited {
		text-decoration: none;
		color: white;
	}
	a.normalLink:hover {
		color: #99ffff;
	}
	a.to {  /* for email addresses */
		color: white;
		text-decoration: none;
	}
