@charset "utf-8";
/* layout */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FAFEED; /* #C5C956 */
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5.* hack - text is aligned to left in #container */

}
#container { 
	min-width: 600px;
	max-width: 70em;
	margin: 50px auto; 
	text-align: left; /* IE 5.* hack fix */
	line-height: 130%;
}
#content { 
	width: 70%;
	float: left;
	background: #fff url(images/leftside.gif) repeat-y left top;
/*	border-left: #f0f0df 2px solid; */
} 
#sidebar {
	float: left; 
	width: 25%;
	background: #fec50d url(images/side-leftside.gif) repeat-y left top;
	margin-left: 10px;
}

#navigation {
	width: 85%;
	list-style: none;
	margin: 0;
	padding-left: 20px;
}
/* navigation menu */
#navigation li a:link, #navigation li a:visited {
	font-size: 14px;
	display: block;
	padding: 0.3em;
	margin-bottom: 0;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background-color: #fec50d;
	color: #333;
	text-decoration: none;
	font-weight: 500;
	text-align: right;
	text-transform: uppercase;
}
#navigation li a:hover {
	color: #666;
	background-color: #ffcb40;
	border-bottom: #fff solid 1px;
	border-right: #fff solid 8px;
	font-weight: 800;
	text-transform: uppercase;
}
#navigation #active a:link, #navigation #active a:visited  {
	color: #666;
	background-color: #ffb400;
	border-bottom: #fff solid 1px;
	border-right: #fff solid 8px;
	font-weight: 800;
	text-transform: uppercase;
}
#navigation #active a:hover {
	color: #666;
	background-color: #ffcb40;
	border-bottom: #fff solid 1px;
	border-right: #fff solid 8px;
	font-weight: 800;
	text-transform: uppercase;
}
/* content */
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
}
h1 {
	margin-bottom: 15px;
	font-size: 2em;
	line-height: 2.5em;
	color: #945f27;
}
h2 {
	margin-bottom: 10px;
	font-size: 1.6em;
	color: #945f27;
}
h3 {
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #945f27;	
}
h4 {
	margin-bottom: 6px;
	font-size: 1.2em;
	font-weight: 400;
}
h5 {
	font-size: 1.1em;
	font-weight: 400;
}
#content p {margin-top: 0px;}

/* MSDS Formatting */
#msds_title {
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 500;
	color: #000000;
	text-align: center;
}
.msds_heading {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.4em;
	color: #000000;
	background-color: #EEEEEE;
	border: thin solid #333333;
	width: 100%;
}
.msds_subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #000000;
	text-align: center;
	font-weight: 500;
}
.msds_table, .msds_table_3columns, .msds_paragraph {
	font-size: 85%;
}
.msds_table td {
	width: 50%;
}
.msds_table_3columns td {
	width: 33%;
}
/* subheading which sticks out a bit more */
.middle_subheading {
	font-size: 1.3em;
	padding-left: 80px;
	font-style: italic;
	color: #FF6600;
}
#content a:link {
	text-decoration: none;
	border-bottom: dashed #666 1px;
	color: #ffb400;
}
#content a:hover {
	text-decoration: none;
	border-bottom: dashed #666 1px;
	background-color: #ffcb40;
	color: #fff;
}
#content a:visited {
	text-decoration: none;
	border-bottom: dashed #666 1px;
	color: #ffb400;
}
#copyright {
	font-size: 60%;
	color: #666666;
}
#disclaimer, #disclaimer:visited  {
	text-decoration: none;
	font-size: 70%;
	color: #666;
}
#disclaimer:hover {
	text-decoration: none;
	color: #fff;
}
#tellafriend_link, #tellafriend_link:visited  {
	text-decoration: none;
	font-size: 70%;
	color: #666;
}
#tellafriend_link:hover {
	text-decoration: none;
	color: #fff;
}
#header {
	width: 97%;
	height: 40px;
}
#logo {
	width: 50px;
	height: 48px;
	display: block;
}
#header_undertext {
	display: block;
	font-size: smaller;
	position: relative;
	top: -50px;
	margin-left: 55px;
}
#img_title {
	width: 90%;
	height: 200px;
	display: block;
}
#img_mite1 {
	width: 150px;
	height: 150px;
	padding-left: 60px;
}
.subheading {
	font-size: 1.3em;
	padding-left: 20px;
	font-style: italic;
	color: #FF6600;
}
.ordernow_button {
	display: block;
	width: 150px;
	margin-left: 8em;
	text-align: center;
	font-size: 1.3em;
	background-color: #ffcb40;
	color: #333;
	border: solid 1px #FF0000;
}
.ordernow_button:hover{
	background-color: #fec50d;
	color: #fff;
}
#order_table {
	font-size: 85%;
	line-height: 110%;
}
#test_table {
	font-size: 70%;
	line-height: 120%;
}
.faq_question {
	font-weight: bold;
	margin-bottom: 3px;
}
.faq_answer {
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 10px;
	text-align: justify;
}
blockquote {
	text-align: justify;
	background-color: #fafeed;
	padding: 10px;
	border-left: 3px solid #E2D49A;
}
.quote_source {
	padding-top: 10px;
	color: #ffb400;
	font-style: italic;
}
.special_offer {
	color: #FF0000;
	font-weight: 600;
}
.justified { /* <p> elements which are justified. looks neater. */
	text-align: justify;
	padding-right: 5px;
}

td {
	margin: 5px;
	padding: 5px;
}
input {
	margin-left: 15px;
}

#content li {
	margin-bottom: 5px;
}
.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;
}

