.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : black;
}
body  {
	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: #887E6E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : black;
}
.list_category {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Black;
}
.tbl_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Black;
}
input.formfield {
	width : 100%;
}
textarea.formfield {
	width : 100%;
}
a {
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
.product_option_header {
	text-align : left;
}
.product_option_dropdown {
	text-align : right;
}
.BASKET_PRDLIST_HEADER {
	font-weight : bold;
}
HR.BASKET_LINE {
	border : 0;
	height : 1px;
	background : Gray;
}
.BASKET_PROMOCODE_LABEL {
	font-weight : bold;
}
.BASKET_SHIPPING_LABEL {
	font-weight : bold;
}
.BASKET_SHIPPING_SERVICE_HEADER {
	font-weight : bold;
}
.BASKET_TOTALS_LABEL {
	font-weight : bold;
}
A.CATEGORYBROWSER_NAME {
	font-weight : bold;
}
a.productbrowser_name {
	font-weight : bold;
}
.PRODUCTBROWSER_LABEL {
	font-weight : bold;
}
@charset "UTF-8";
body  {
	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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
} 
.thrColFixHdr #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. */
	color: #FFFFFF;
	background-color: #FFFFFF;
} 
.thrColFixHdr #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: 0px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: none; /* since this element is floated, a width must be given */
	width: 900px; /* 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 */
	background-color: #000000;
	height: 351px;
	background-image: url(images/billsbeans_nav.jpg);
}
.thrColFixHdr #sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: 750px;
	margin-bottom: 200px;
	background-color: #000000;
	margin-top: 20px;
}
.thrColFixHdr #mainContent {
	background-color: #FFFFFF;
	width: 550px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(images/mainC_bkg.jpg);
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
} 
#mainContent a:link {
	color: #000000;
	text-decoration: none;
}
#mainContent a:visited {
	text-decoration: none;
	color: #000000;
}
#mainContent a:hover {
	text-decoration: none;
	color: #887E6E;
}
#mainContent a:active {
	text-decoration: none;
}
.thrColFixHdr #footer {
	background-color: #000000;
	font-size: 9pt;
	color: #887E6E;
	text-align: center;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#footer a:link {
	color: #887E6E;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #887E6E;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;
}
.thrColFixHdr #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 */
}
.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;
}
