@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 1005px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #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. */
	background-color: #FFFFFF;
	margin-top: 10px;
} 
.twoColFixLtHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	margin-top: 15px;
}
.twoColFixLtHdr #mainContent {
	color: #000000;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 145px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
} 
.twoColFixLtHdr #footer {
	font-size: 12px;
	margin-left: 145px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;

} 
.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 */
	font-size: 9px;
}
.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;
}
.menubardivider {
	display: block;
	padding: 0px;
	border-top: 1px solid #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent .dataContainer .sidebarRightHandProduct .sidebarRightHandProductMisc {
	margin-top: 10px;
	padding: 4px;
	font-size: 10px;
	text-align: center;
	background-image: url(../Images/HowToOrderBkg.jpg);
	font-weight: bold;
	color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent .dataContainer .productDescription .buyItNow {
	margin-top: 25px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .dataCaptureForm input {
	margin-right: 16px;
}
.twoColFixLtHdr #container #mainContent .dataContainer .topSpacer {
	height: 14px;
	width: 855px;
}
