@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #FFF;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

.style7 {
	font-family: Georgia, Times, serif;
	font-size: 80%;
}

.product_title {
	background-color: #868173;
	height: 30px;
	width: 800px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
}

.windborne #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
} 
.windborne #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 141px;
	background-color: #FFF;
} 
.windborne #mainContent {
	margin: 0 0 0 0px;
	color: #000;
	border-left-width: thin;
	width: 800px;
	background-color: #FFF;
	background-position: 000000;
	background-image: url(../graphics/background.jpg);
	background-repeat: no-repeat;
	text-align: left;
} 
.windborne #mainContent p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 35px;
	padding-top: 0px;
	padding-right: 300px;
}
.windborne #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#868174;
	color: #FFFFFF;
} 
.windborne #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 */
	font-size: 14px;
}
.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;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-align: left;
}

.windborne #mainContent h3 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #868174;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
}
.windborne #productContent {
	margin: 0 0 0 0px;
	color: #CCC;
	border-left-width: thin;
	width: 800px;
	background-color: #FFF;
	background-position: 000000;
	background-repeat: no-repeat;
	text-align: center;
}
.product_bg {
	background-color: #868173;
	height: 133px;
	width: 800px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
}

.image{
	margin-top:0px;
	float: right;
	padding: 1em;
	text-align: right;
	font-size: 7px;
	border: thin solid #000;
}
.style1 {font-family: Georgia, Times, serif}
.distributors {
	font-size: large;
	text-align: left;
	clip: rect(auto,auto,auto,auto);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 50px;
}
.style4 {font-family: Georgia}
.style5 {color: ##848074}
.style8 {font-size: small}
