@charset "UTF-8";
body/* CSS Document */

  {
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #003;
}
.twoColFixLtHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-color: #FF9933;
	border-bottom-color: #FF9933;
	border-left-color: #FF9933;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	top: 100px;
	border-top-style: none;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
} 
.twoColFixLtHdr #header {
	height: 100px;
	width: 766px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FBFBFB;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF9A33;
	border-right-color: #FF9A33;
	border-left-color: #FF9A33;
	background-image: url(images/FoilRiteBanner.jpg);
} 
.twoColFixLtHdr #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#left  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	height: 700px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF9900;
	font-size: 12px;
	background-color: #D8D8D8;
}
#right  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF9900;
	border-left-width: 2px;
	float: right;
	clear: none;
	width: 473px;
	height: 700px;
} 
#center {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF9900;
	border-left-width: 2px;
	float: left;
	clear: none;
	width: 686px;
	height: 600px;
}
#centerproducts {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF9900;
	border-left-width: 2px;
	float: left;
	clear: none;
	width: 686px;
	height: 100%;
}
#centerdifferent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF9900;
	border-left-width: 2px;
	float: left;
	clear: none;
	width: 686px;
	height: 100%;
}
.greybar {
	background-color: #CCCCCC;
	width: 680px;
}
#menu {
	width: 766px;
	background-color: #3281FF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	text-decoration: none;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003;
	border-bottom-color: #003;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

#menu li {
	display: inline;
}

#menu a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	text-decoration: none;
}
.foilritetext {
	color: #FF6600;
	font-weight: bold;
}
.readfullarticle {
	font-size: small;
	font-style: italic;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.wrappicright {
	float: right;
}

#menu a:hover {
	background-color: #FF9900;
}
.tm {
}
.footertext {
	font-size: small;
	color: #FFFFFF;
}
.twoColFixLtHdr #footer {
	background-color: #3281FF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #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 */
}
.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;
}
.datefloat {
	float: right;
}
.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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]</head>

#right {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF9900;
	border-left-width: 2px;
	float: right;
	clear: none;
	width: 473px;
	height: 600px;
}
.videobox {
	background-color: #FFFF66;
	height: 60px;
	width: 185px;
	padding: 1%;
	text-align: center;
	border: 4px double #999999;
}
.pic_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}
.pic_right {
	float: right;
	margin-left: 5px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #666666;
}
.underline {
	text-decoration: underline;
}
.picborder {
	padding: 0px;
	border: 4px double #FF9900;
	margin: 4px;
}
.indent {
	white-space: pre;
}
.picborder-left {
	padding: 0px;
	border: 4px double #FF9900;
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.style1 {
	color: #FFFFFF;
	font-size: x-small;
}
