﻿/*
# = id
. = class
*/
body {
	top: 0px;
	left: 0px;
	width: 1000px;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	color: black;
	background-position: right;
	background-color:#001188;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#form1 {
	width: 100%;
}
#container {
	width: 100%;
}
#masthead {
	position: relative;
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #000000;
	background-color: white;
	text-align: right;
	z-index: 0;
}
#stl_skyline {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 180px; /*width:1350px;*/;
	z-index: 1;
}
#magnethane {
	/*height="162" width="365" */
	position: absolute;
	float: left;
	left: 4px;
	top: 3px;
	height: 162px;
	width: 365px;
	z-index: 3;
}
#company_name {
	position: absolute;
	left: 350px;
	top: 0px;
	color: blue;
	text-align: left;
	font-size: xx-large;
	z-index: 4;
	font-family: "Baskerville Old Face";
}
#conveyor_belt {
	position: absolute;
	left: -305px;
	bottom: 7px;
	height: 75px;
	z-index: 2;
}
#conveyor_belt2 {
	position: absolute;
	top: 171px;
	left: -200px;
	height: 75px;
	z-index: 2;
}
/*
// Found in the Frame_FSIS_Ticker.html file
#memoryticker
*/
#div_fsis_ticker {
	position: absolute;
	right: 5px;
	top: 160px;
	width: 230px;
	height: 80px;
	margin: 0px;  /*outside*/
	padding: 3px; /*inside*/
	background-image: url('../images/Tan_Background.gif');
    background-repeat: repeat;
    font-size: 18px;
    z-index: 3;
}
#memoryticker{
	font-size: 18px;
	text-align: left;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-image: url('../images/Tan_Background.gif');
    background-repeat: repeat;
    background-color: purple;
}
#memoryticker div {
 background-color:aqua;
}
#div_fsis_ticker div {
 background-color:green;
}

#usda_cert {
	position: relative;
	width: 100%;
	height: 1080px;
}
#navigation {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}
#menu {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	height: 80px;
	overflow: hidden;
	position: fixed;
	z-index: 3;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 0px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 0px solid #a9a9a9;
}
#page_content {
	position: relative;
	float: left; /*width: 100%;*/;
	width: 980px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	font-size: large;
	background-color: white;
	display: block;
}
#product_page_content {
	position: relative;
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	font-size: large;
	margin: 0;
	background-color: white;
	display: inline-block; /*block; */
}
#product_menu {
	padding: 5px 0px 5px 0px;
	margin: 0;
	width: 180px;
	height: 100%;
	float: left;
	display: inline;
}
#product_info {
	padding: 10px 10px 10px 5px;
	float: left;
	width: 800px; /* 1000 -(180+5+0+10+5)=1000-200=800 */;
	display: inline;
}
.no_color tr td{
	background-color:transparent;
	font-size:18px;
	color:#0000CC
}
#footer {
	position: relative;
	width: auto;
	clear: both;
	overflow: auto;
	text-align: center;
	background-color: #000066;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #D5E0FF;
}
#footer p {
	font-size: 11px;
	line-height: 14px;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #D5E0FF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.faq_q {
	font-weight: bold;
	color: black;
	text-align:justify;
}
.faq_a {
	font-weight: normal;
	color: blue;
	text-align:justify;
}
a {
	border-width: 0px;
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
th {
	font-size: 18px;
	font-weight: bold;
	background-color: #CCCCCC;
	padding:0 5px;
}
td {
	background-color: #F2F2F2;
}
td.left {
	font-size: 16px;
	background-color: #F2F2F2;
	text-align: left;
	text-indent:10px;
}
table.center {
	text-align: center;
}
tr.center {
	text-align: center;
}
th.italic {
	font-size: 16px;
	text-align: center;
	font-style: italic;
}
li {
	margin-left: 40px;
}
p.f8 {
	font-size: 8pt;
	text-align: justify;
}
p.f7 {
	font-size: 7pt;
	text-align: justify;
}
.CENTER_BLUE_TITLE {
	font-size: 18pt;
	font-family: Tahoma;
	text-align: center;
	color: blue;
	font-weight: bold;
}
.CENTER_TITLE {
	font-size: 18pt;
	font-family: Tahoma;
	text-align: center;
	font-weight: bold;
}
.LEFT_TEXT {
	font-size: 14pt;
	font-family: Tahoma;
	text-align: left;
}
.TM {
	font-size: 16px;
	vertical-align: top;
}
.float_right {
	float: right;
}
.style_bold {
	font-weight: bold;
}
.style_center {
	text-align: center;
}
.style_italic {
	font-style: italic;
}
.smallfont {
	font-size: 10pt;
}
.style1 {
	font-size: medium;
}
.style2 {
	font-size: xx-large;
}
.style3 {
	font-family: "Bell MT";
}
.style4 {
	margin-left: 0px;
}
.style5 {
	margin-left: 0px;
	left: 50px;
	top: 50px;
}
.Blue {
	color:blue;
}
.Red {
	color:red;
}
.Right {
	text-align:right;
}
.Float_Right {
	float: right;
}

/* 
      Products 
*/
h1.Products {
	text-align: center;
	color:blue;
	margin:0 0 0 0px;
}
h2.Products {
	text-align: center;
	margin:0 0 0 0px;
}
h4.Products {
	text-align: center;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:10px;
}
span.Products-HL {
	text-align: center;
	font-style: italic;
	background-color:#FFFF00;
}
p.Products {
	font-size: 14px;
	text-align: justify;
}
span.Products-Indent {
	font-size: 12px;
	margin-left:30px;
	color:green;
}
table.PE {
	font-size: 12px;
	text-align: center;
}

.Products h1{
	text-align: center;
	color:blue;
	margin:0px 0px 10px 0px;
}
.Products h2{
	text-align: center;
	margin:0 0 0 0px;
}
.Products h4{
	text-align: center;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:10px;
}
.Products p{
	font-size: 18px;
	text-align: justify;
}
.Products table {
	font-size: 16px;
	text-align: center;
	width:100%;
	border:thin black solid;
}
.Products td, .Products th {
	border:thin black solid;
}

.Products table.PE {
	font-size: 12px;
	text-align: center;
}


/* 
      Distributors 
*/
h1.Distributors {
	text-align: center;
}
h2.Distributors {
	text-align: center;
}
h3.Distributors {
	text-align: center;
}
div.Distributors {
	font-size: large;
	text-align: left;
	margin: 10px 20px;
}
hr.Distributors {
	color: black;
	background-color: black;
	border-color: black;
}
/* 
      All 
*/
a.skype:link{
	color: red;
}
a.skype:hover{
	color:#999999;
}
.date {
	float: right;
	font-size: 10px;
}
.small_print {
	font-size: 12px;
}
table {
	font-size: 16px;
	text-align: center;
}


/* START OF NAVIGATION */
.cssnav
{
position: relative;
font-family: Tahoma, arial, helvetica, sans-serif;
/*background: url("../images/TechInfo-pressed.gif") no-repeat;*/
white-space: nowrap;
display: block;
width: 180px;
height: 20px;
margin: 20px 5px 20px 5px;
padding: 0px;
z-index:10;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 14px;
width: 180px;
height: 20px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav .Pressed 
{position:absolute; left:0px; top:0px;}
.cssnav a img
{width:180px; height:20px; border:0}

/*
* html a:hover
{visibility:visible}
.cssnav a:hover img
{visibility:hidden}
*/
.cssnav span
{
position: absolute;
top: 0px;
height:20px;
left: 0px;
width:180px;
margin: 0px;
padding: 0px;
cursor:pointer;
text-align:center;
vertical-align:middle;
z-index:20;
} 
/* END OF NAVIGATION */


.HotApp img
{
  border-width:0px;
  padding-right:15px;
}

.HotApp a
{
  font-size:x-large;
}


