@charset "utf-8";
/* CSS Document */
.thrColLiqHdr #featured_product{
padding: 2px;
margin: 5px;
text-align: center;
padding: 5px 1px;
font:Helvetica;
}
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 3px; /* top and bottom padding create visual space within this div  */
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3{
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	font:Helvetica;
	font-size:14px;
}
.thrColLiqHdr #footerleft {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* since this element is floated, a width must be given */
	background: #999999; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 0; /* top and bottom padding create visual space within this div  */
}
.thrColLiqHdr #footerleft p, .thrColLiqHdr #footerleft h3{
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	text-align: left;
	font-family:Helvetica;
	font-size:14px;
}
.thrColLiqHdr #footermain {
	margin: 0 23.5% 0 23.5%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	font-family:Helvetica;
	border-left: 0px;
	border-right: 0px;
	border-left-color: #000000;
	border-right-color: #000000;
	border-left-style: solid;
	border-right-style: solid;
	padding: 4px 0; /* top and bottom padding create visual space within this div  */
}
.thrColLiqHdr #footermain p, .thrColLiqHdr #footermain h3{
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	font-size:12px;
}