body  {
	background-image:url(images/bg1.gif);
	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: #dc291e;
}
.twoColFixLtHdr #containerout {
	width: 1013px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-bottom: 2px #000 solid;
	background-image:url(images/bg2.gif);
} 
.twoColFixLtHdr #container {
	width: 973px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 0px;
	background-image:url(images/bg5.jpg);
} 
.twoColFixLtHdr #header {
	height: 250px;
	width: 973px;
	text-align:center;
	background-image:url(images/header2.gif);
} 
.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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
} 
.twoColFixLtHdr #spacer1 {
	padding: 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. */
}
.twoColFixLtHdr #spacer1 {
	height: 42px;
	width: 973px;
	background-color: #00F;
}
.twoColFixLtHdr #mainnav {
	padding: 0px 0px 0px 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. */
	width: 100%;
	height: 53px;
	background-image:url(images/bg3.gif);
	background-position: center;
}
.twoColFixLtHdr #mainnav #home a {
	padding: 14px 10px 27px 10px;
	font-size: 10px;
	font-weight: bolder;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	display:block;
	background-image: url(images/mainnavarrow1.gif);
	background-position: 50% 52%;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainnav #home a:hover {
	color: #dc291e;
	background-image: url(images/mainnavarrow2.gif);
	background-position: 50% 52%;
}
.twoColFixLtHdr #mainnav #terms a {
	padding: 14px 10px 27px 10px;
	font-size: 10px;
	font-weight: bolder;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	display:block;
	background-image: url(images/mainnavarrow1.gif);
	background-position: 50% 52%;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainnav #terms a:hover {
	color: #dc291e;
	background-image: url(images/mainnavarrow2.gif);
	background-position: 50% 52%;
}
.twoColFixLtHdr #mainnav #contactus a {
	padding: 14px 10px 27px 10px;
	font-size: 10px;
	font-weight: bolder;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	display:block;
	background-image: url(images/mainnavarrow1.gif);
	background-position: 50% 52%;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainnav #contactus a:hover {
	color: #dc291e;
	background-image: url(images/mainnavarrow2.gif);
	background-position: 50% 52%;
}
.twoColFixLtHdr #mainnav #forms a {
	padding: 14px 10px 27px 10px;
	font-size: 10px;
	font-weight: bolder;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	display:block;
	background-image: url(images/mainnavarrow1.gif);
	background-position: 50% 52%;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainnav #forms a:hover {
	color: #dc291e;
	background-image: url(images/mainnavarrow2.gif);
	background-position: 50% 52%;
}
.twoColFixLtHdr #mainnav #newitems a {
	padding: 14px 10px 27px 10px;
	font-size: 10px;
	font-weight: bolder;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	display:block;
	background-image: url(images/mainnavarrow1.gif);
	background-position: 50% 52%;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainnav #newitems a:hover {
	color: #dc291e;
	background-image: url(images/mainnavarrow2.gif);
	background-position: 50% 52%;
}
.twoColFixLtHdr #mainnav #specials a {
	padding: 14px 10px 27px 10px;
	font-size: 10px;
	font-weight: bolder;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	display:block;
	background-image: url(images/mainnavarrow1.gif);
	background-position: 50% 52%;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainnav #specials a:hover {
	color: #dc291e;
	background-image: url(images/mainnavarrow2.gif);
	background-position: 50% 52%;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
}
.twoColFixLtHdr #maincontent {
	float: right; /* since this element is floated, a width must be given */
	width: 753px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	background-image: url(../images/products_02.gif); /* NOT ACTIVE */
}
.twoColFixLtHdr #container #maincontent2 {
	margin: 0px 0px 0px 8px;
	width: 732px;
	border-top: 4px solid #000;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	background-image: url(images/maincontent2bg1.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #bottomnav {
	padding: 0px 0px 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. */
	height: 75px;
	background-image: url(images/bottomnavbg.jpg);
}
.twoColFixLtHdr #container #bottomnavtext {
	padding: 17px 0px 0px 0px;
	font-size: 12px;
	font-weight:bolder;
	text-align:center;
	text-decoration: none;
	color: #fff;
}
.twoColFixLtHdr #footer {
	padding: 0px 0px 0px 0px;
	background-image:url(images/footerbg.gif);
	height: 100px;
} 
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer #footertext {
	font-size: 11px;
	color:#FFF;
	padding: 0px 5px 0px 10px;
}
.twoColFixLtHdr #footer #footertext2 {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
.twoColFixLtHdr #container #footertext3 {
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #container #footertext3 #navbar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 13px;
	color:#fff;
	font-weight:bolder;
	text-align:center;
}
.twoColFixLtHdr #container #footertext3 #navbar li {
	display: inline;
	list-style-type: none;
	padding: 0px 30px 0px 0px;
}
.twoColFixLtHdr #container #footertext3 #navbar li a {
	text-decoration: none;
	color:#fff;
}
.twoColFixLtHdr #container #footertext3 #navbar li a:hover {
	text-decoration: underline;
}
.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;
}
p {
	margin: 0px;
}
h1 {
	margin: 0px;
}
h2 {
	margin: 0px;
}
h3 {
	margin: 0px;
}
.twoColFixLtHdr #container #products {
	padding: 16px 0px 14px 75px;
	height: 30px;
	width: 898px;
	font-size: 22px;
	font-weight: bolder;
	font-style: italic;
	text-align: left;
}
.twoColFixLtHdr #container #products a {
	text-decoration: none;
	color: #fff;
}
.twoColFixLtHdr #container #products #products2 {
	text-decoration: none;
	color: #dc291e;
	padding: 0px 0px 0px 120px;
}
.twoColFixLtHdr #container #products a:hover {
	text-decoration: none;
	color: #fff;
}
.twoColFixLtHdr #container #productstitle #navbar {
	margin: 0px 0px 0px 0px;
	padding: 22px 10px 0px 0px;
	background-image:url(images/productstitle.gif);
	height: 20px;
	width: 963px;
	font-size: 13px;
	color:#fff;
	text-align: right;
}
.twoColFixLtHdr #container #productstitle #navbar li {
	display: inline;
	list-style-type: none;
	padding-right: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #productstitle #navbar li a {
	text-decoration: none;
	color: #fff;
}
.twoColFixLtHdr #container #productstitle #navbar li a:hover {
	text-decoration: none;
	color: #fff;
}
.twoColFixLtHdr #container #red {
	font-size: 15px;
	color:#b91b1a;	
    letter-spacing:1px;
	line-height:20px;
	padding: 15px 20px 15px 25px;
}
.twoColFixLtHdr #container #line1 {
	font-size: 16px;
	color:#666;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px 5px 0px 10px;
}
.twoColFixLtHdr #container #line2 {
	font-size: 16px;
	color:#fff;
	padding: 5px 85px 0px 15px;
}
.twoColFixLtHdr #container #line3 {
	font-size: 14px;
	color:#fff;
	font-style:italic;
	padding: 0px 5px 0px 15px;
}
.twoColFixLtHdr #container #line4 {
	font-size: 16px;
	color:#000;
}
