@charset "UTF-8";
body  {
	margin: 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/covergrid.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixRtHdr #container {
	width: 870px;
	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;
	padding-top: 0px;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixRtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #606;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 66px;
	padding-bottom: 10px;
	height: 400px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 20px;
	margin-right: 184px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #mainContent h1 {
	margin-top: 20px;
	margin-right: 184px;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 10pt;
	color: #03C;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
} 
.twoColFixRtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #036;
	background-color: #FFF;
	text-align: center;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 20px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #489BC7;
} 
.twoColFixRtHdr #footer p {
	margin: 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;
}
.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;
}
.promocopy {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13pt;
	color: #333;
}
.cataloglink {
	color: #C03;
	font-size: 8pt;
}
.bfcopy {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #039;
}
.smbfcopy {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #63C;
}
.smcaption {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
}

