@charset "utf-8";
a img {
	border: none;
} 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #999999;
}

#wrapper
{
	width:780px;
	text-align:left;
	margin:auto;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(blue3.jpg);
	background-repeat: repeat-y;
} 
.twoColFixRtHdr #header {
	background-color: #B3B3FF;
	background-image: url(herbalconnectionlogo1.gif);
	background-repeat: no-repeat;
	height: 82px;
	padding: 0;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000066;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twoColFixRtHdr #header h2 {
	margin: 0;
	font-size: small;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #000066;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	text-align: center;
	background-color: #d7dee4;
}
.twoColFixRtHdr #mainContent {
	background-color: #FFFFFF;
	padding: 20px;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	margin: 0;
	width: 600px;
} 
.twoColFixRtHdr #mainContent h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #000066;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.twoColFixRtHdr #mainContent h2 {
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000066;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.twoColFixRtHdr #mainContent h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000066;
	text-align: center;
}

.twoColFixRtHdr #mainContent a:link {
	color: #B22222;
	font-weight:bold;
	background-color: #FFFFFF;
}

.twoColFixRtHdr #mainContent a:visited {
	color: #B22222;
	background-color: #FFFFFF;
	font-size: small;
}

.twoColFixRtHdr #mainContent a:hover {
	color: white;
	background: black;
}

.twoColFixRtHdr #mainContent a:active {
	color:#B22222;
	background-color: #FFFFFF;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #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 */
}
table.product {
	border-width: 1px;
	border-style: outset;
	border-color: black;
	border-collapse: separate;
	background-color: white;
	text-align: center;
	vertical-align: middle;
	width: 40em;
	margin-left:auto;
	margin-right:auto;
	height: 15em;
	color: #000000;
	font-size: 14px;

}
table.product th {
	width: 5%;
	border: 1px inset gray;
	padding-top: 20px;
	padding-right: 4px;
	padding-bottom: 20px;
	padding-left: 4px;
}
table.product td {
	border-width: 1px;
	border-style: inset;
	border-color: gray;
	width: 40%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.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;
}

.twoColFixRtHdr #mainContent h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #b22222;
	text-align: center;
}
