@charset "UTF-8";/* Birko CSS Document */body  {	font: 100% Tahoma, Arial, Verdana, sans-serif;	background: #FFFFFF url(/images/BirkoStainless.jpg) repeat-x;	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;}a {	color: #FE0002;}a:visited {	color: #940103;}a:hover {	color: #000;	text-decoration: none;}#container {	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF url(/images/containerFiller.gif) repeat-y;	margin: 10px auto 0; /* 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. */} #header {	height: 28px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */	padding: 0 10px 0 0px;  /* 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. */	text-align: right;	font-size: 12px;	line-height: 24px;	font-weight: bold;	vertical-align: middle;	background: #FFFFFF url(/images/containerFiller.gif) repeat-y;	} #header form{	margin: 0px;	padding: 0px;} .thrColAbsHdr #sidebar1 {	position: absolute;	top: 28px;	left: 0;	width: 154px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	background: #FE0002; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 0px; /* padding keeps the content of the div away from the edges */	font-size: 12px;}.twoColAbsHdr #sidebar1 {	float: left; /* since this element is floated, a width must be given */	width: 154px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	background: #FE0002; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 0px; /* padding keeps the content of the div away from the edges */	font-size: 12px; }.thrColAbsHdr #sidebar2 {	position: absolute;	top: 28px;	right: 0;	width: 154px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 0px; /* padding keeps the content of the div away from the edges */	font-size: 12px;}.thrColAbsHdr #mainContent {	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	background-color: #FFFFFF;	font-size: 13px;	margin-top: 0px;	margin-right: 154px;	margin-bottom: 0px;	margin-left: 160px;	}.twoColAbsHdr  #mainContent {	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	background-color: #FFFFFF;	font-size: 13px;	margin-left: 160px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;	}#mainContentStory{	padding-right: 4px;	padding-left: 4px;	margin: 0px;	padding-top: 0px;	padding-bottom: 0px;	height:1%;}#mainContentStory h1, .thrColFix #mainContentTwo h1{	font-size: 18px;	color: #666666;}#mainContentStory h3, .thrColFix #mainContentTwo h3{	font-size: 14px;		padding: 0px;	margin:0px;}#mainContentStory p, .thrColFix #mainContentTwo p{	margin-top: 0px;}#footer { 	padding: 0 4px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#000;	color: #FFF;} #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: 11px;}.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;}.sidebarWrap{	padding: 0px 4px;}.sidebarWrap h1{	color: #FE0002;	font-size: 14px;	padding: 0px;	margin: 0px;}.sidebarWrap h2{color: #000;font-size: 12px;	padding: 0px;	margin: 0px;}.sidebarWrap p{	padding-top: 0px;}.sidebarWrap ul{	list-style-position: outside;	list-style-type: square;	font-size: 11px;	padding-left: 20px;	margin-left: 0px;}.sidebarWrap li{	padding-top: 2px;	padding-bottom: 2px;	}.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;}.TabbedPanelsContent h1{	color: #666666;	font-size: 16px;	margin: 0px;	padding: 10px 0px;}.TabbedPanelsContent h2{color: #333;font-size: 14px;margin: 0px;padding: 0px;}.TabbedPanelsContent p{	margin-top: 0px;	padding-top: 0px;}.productsLeft {	float: left; 	width: 150px;	background: #FFF;}.productsRight {	margin: 0 0px 0 160px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */}.go{	color: #FFFFFF;	background-color: #FE0002;	border: 1px solid #FFFFFF;	font-weight: bold;	width: 40px;}#search{margin: 0px;padding: 0px;}.searchBox{		color: #333;	border: 1px solid #666666;}/* Special colors and other design elements */.redHighlite{	color: #FE0002;	font-weight: bold;}.whiteHighlite{	color: #FFF;	font-weight: bold;}.eStore{	background-color: #FE0002;	margin: 2px;	padding: 4px;	float: right;	width: 200px;	text-align: center;}.eStore p{	font-size: 15px;	color: #FFFFFF;}.eStore a, .eStore a:visited{	color: #FFFFFF;}.smallreg{	font-size: 10px;	vertical-align: super;}.separateTable{	font-size: 80%;	}.separateTable td{	border-top: 1px solid #CCCCCC;	border-right-width: 1px;	border-right-style: solid;	border-right-color: #999999;	}.productsTable{		font-size: 11px;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #999;	border-left-width: 1px;	border-left-style: solid;	border-left-color: #999;}.productsTable td{	border-top: 1px none #999;	border-right: 1px solid #999;	border-bottom: 1px solid #999;	border-left: 1px none #999;}.productsTable th{	border-top: 1px none #999;	border-right: 1px solid #999;	border-bottom: 1px solid #999;	border-left: 1px none #FFFFFF;	background-color: #E6E6E6;}h1.productsTable{	margin: 0px;	padding: 2px;}