@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#1e1e1e;
	background: #fff url(images/background_gradient.jpg) repeat-x;
	line-height: 17px;
}

h1, h2, h3 {
	margin: 0 0 5px 0;
	color:#777;
	padding: 5px;
}
p {
	margin: 0 0 5px 0;
	padding-left: 5px;
	text-align: left;
}
address {
	padding: 0 0 9px 4px;
}
small {
	font-size: 10px;
}
img {
	border: 3px solid #c9c9c9;
	border-bottom: 10px solid #c9c9c9;
}
img.floatRight {
	float:right;
	margin: 5px;
	margin-bottom:15px;
}
img.floatLeft {
	float:left;
	margin: 5px;
}
em {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#999;
}
.herbalMedicine {
	border-top: 1px solid #999;
	margin-top: 10px;
}
/* Divs and Nav */
#header span {
	display: none;
}
#header {
	background: transparent url(images/header_logo.jpg) top left no-repeat;
	padding: 0px;
	margin: 0px;
	height: 94px;
	margin-bottom:15px;
}
#container {
	padding: 10px;
	margin: auto;
	width: 880px;
	padding-bottom: 150px;
	background-color:#fff;
	border: 1px solid #e1e1e1;
}
/*#mainContent h3{
	display:inline;
}*/

#mainContent {
	width: 600px;
	float: right;
	border-left: 1px dotted #999;
}
#mainContent h3 span {
	display:inline;
	height: 0;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}
#mainContent ul {
	padding-left: 15px;
}

#mainContent p {
	margin-top: 5px;
}
#testimonialOne {
	width: 240px;
	float: left;
	padding: 5px;
}
#testimonialTwo {
	width: 240px;
	margin-left: 280px;
	padding: 5px;
}
#testimonialOne h3 {
		background:url(images/testimonial_image.png) no-repeat top left scroll transparent;
		height:24px;
		width:221px;
		margin: 0 0 0 1px;
}
#testimonialTwo h3 {
		background:url(images/testimonial_image.png) no-repeat top left scroll transparent;
		height:24px;
		width:221px;
		margin: 0 0 0 1px;
}
#clear {
	clear:both;
}
#mainNav {
	
	width: 250px;
	float:left;
}
#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 250px;
	border-bottom: 1px solid #ccc;
	
}
#mainNav ul li {
	position: relative;
}
#mainNav li ul {
	position: absolute;
	left: 249px;
	top: 0;
	display: none;
}
#mainNav ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background:#fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}
#mainNav ul li a:hover {
	background-color:#c9c9c9;
	color: #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
}
#mainNav ul li a:active {
	background-color:#1e1e1e;
	color: #c9c9c9;
}
#mainNav li:hover ul {
	display: block;
}
#contactInfo {
	text-align:left;
	padding-bottom:1em;
}
#contactInfo label {
	position:absolute;
	font-size:90%;
	padding-top:.2em;
}
#contactInfo form {
	margin-top: 15px;
}
input {
	margin-left:200px;
	margin-bottom:.2em;
	line-height:1.4em;
}
textarea {
	margin-left:200px;
	margin-bottom:1em;
}
#footer {
	font-size: 90%;
	color:#777;
	margin-top: 30px;
	border-top: 1px solid #999;
	clear: right;
	width: 600px;
	float: right;
}
#footer p{
	padding-top: 5px;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
