/*  MAMA'S HERBAL SOAPS  */

html, body, h2 { 
	margin: 0; 
	padding: 0; 
	font-family: Papyrus, Georgia, Palatino, 'Book Antiqua', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #004F40;
}

body {
	background-image: url(images/bg-gradient-inner.jpg);
	background-color: #D5D6AC;
	background-repeat: repeat-x;
}

div#wrapper { 
	float: right; 
	width: 100%; 
	margin-left: -270px; 
} 

a {
	color: #004F40;
}
a:active, a:hover, a:visited {
	color: #016653;
}

/* -------------- HEADER --------------- */

div#header { 
	height: 150px; 
	float: right; 
	width: 100%; 
	margin-left: -443px; 

}
div#header h1 {
	float: left;
	width: 443px;
	padding: 16px 0 0 5px;
	z-index: 1; 
	margin: 0;
}
div#header h2 {
	margin-left: 443px;
	height: 150px;
	padding-top: 97px;
	z-index: 2;
	text-align: right;
}

/* ------------ LEFT NAV --------------- */

div#navigation { 
	float: left; 
	width: 270px; 
	background-image: url(images/butterflydivider-vert.gif);
	background-position: right 20px;
	background-repeat: repeat-y;
	padding-top: 20px;
}

div#navigation ul {
	width: 205px;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0;
	margin-top: 0; 
} 

div#navigation a {
	text-decoration: none;
}
div#navigation a:hover, div#navigation a:active {
	text-decoration: underline;
}



/* -------------- CONTENT AREA -------------- */

div#content { 
	margin-left: 270px; 
	padding: 20px 10px 0 20px; 
}

.content-box {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 20px 10px 20px;
	background-color: #E9E9CB;
	border: 1px solid #959575;  
}

h3, h4 {
	margin-bottom: 5px;
}


.item {
	min-height: 210px;
   	height: auto;
   	_height: 210px;
	clear: right;
	padding-top: 15px;
}

.item-smaller {
	min-height: 148px;
   	height: auto;
   	_height: 148px;
	clear: right;
}

.item-larger {
	min-height: 273px;
   	height: auto;
   	_height: 273px;
	clear: right;
}

.itemphoto-left {
	padding: 5px;
	border: 1px solid #004F40;
	float: left;
	margin: 0 20px 10px 0;
}

.itemphoto-right {
	padding: 5px;
	border: 1px solid #004F40;
	float: right;
	margin: 0 0 10px 20px;
}

.familyphoto {
	border: 1px solid #004F40;
	padding: 5px;
	margin-top: 20px;
	margin-right: 15px;
}

h3 img.left {
	padding-right: 20px;
}

h3 img.right {
	padding-left: 20px;
}

p.hrule {
	background-image: url(images/butterflydivider-horiz.gif);
	height: 38px;
	background-position: center left;
	background-repeat: repeat-x;
}

td {
	padding-right: 10px;
}

/* ------------- FOOTER --------------- */

#copyright {
	width: 100%; 
	clear: both; 
	background-image: url(images/copyright-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 100px;
   	height: auto;
   	_height: 100px;
	border-top: 1px solid #AFAF8B;
	padding: 20px 0 20px 0;
	margin-bottom: 10px;
}

#copyright p {
	margin-left: 15%;
	margin-right: 15%;
	text-align: center;
	font-size: 0.9em;
}


/* ----------------- VACATION NOTE -------------------- */

div.note { 
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 20px 10px 20px;
	background-color: #E9E9CB;
	border: 1px solid #959575;
	text-align: left;
}

div.note h1 {
	font-size: 1.5em;
}