@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: #000000;
	background-color: #bababa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #482E28;
}

.twoColFixLtHdr #containerBG {
	width: 930px;
	padding: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(page_bg_50px.png);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
} 

.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: #eecb8c;
	background-image: url(header_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 110px;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header img {
	padding: 0px;
	margin: 0px;
	border: 0;
	float: left;
} 
.twoColFixLtHdr #headermenu{
	margin: 0;
	padding: 0;
	list-style: none;
}
.twoColFixLtHdr #headermenu li{
	margin: 0;
	padding: 0;
	float: left;
	margin: 42px 0 0 2.8em;
}
.twoColFixLtHdr #headermenu a{
	color: #482e28;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 0.8em;
}
.twoColFixLtHdr #headermenu a:hover{
	color: #861316;
	text-decoration: underline;
}


/*#header ul {
    margin:0;
    padding:0;
    list-style:none;
    }
  #header li {
    float:left;
    margin:0;
    padding:0;
    }
*/


/*
// old page bar
// ERR in IE6
.twoColFixLtHdr #sidebarmenu {
	margin: 0;
	padding: 0;
	color: #ffffff;
	line-height: 1em;
	float: left;
	background: #dd960f;
	width: 101px;
	height: 1em;
	padding: 0.4em 0 0.6em 0;
	text-align: center;
	vertical-align: middle;
	XXXdisplay: inline-block;
}
#sidebarmenu a{
	color: #ffffff;
	text-decoration: none;
}
#sidebarmenu a:hover{
	color: #861316;
	text-decoration: underline;
}
.twoColFixLtHdr #pagetitlebar {
	XXXbackground: #0000CC;
	margin: 0 0 0 100px;
	padding: 0;
	color: #ffffff;
	line-height: 1em;
	width: 799px;
	height: 1em;
	padding: 0.4em 20px 0.6em 0;
	text-align: right;
	vertical-align: middle;
	XXXdisplay: inline-block;
}
*/


#pageBar {
	margin: 0;
	padding: 0;
  	background-color: #482E28;
  	width: 819px;
  	border-left: 101px solid #dd960f; /* The width and color of the left rail */
  	margin: 0 auto;
}
#pageBar p{
	margin: 0;
	padding: 0;
}
#pageBarProduct p, #pageBarPageTitle p {
	margin: 0;
	padding: 0;
}
#pageBarProduct{
	margin: 0;
	padding: 0;
  	float: left;
  	width: 101px;
  	margin-left: -101px;
 	position: relative;
	height: 1em;
	padding: 0.4em 0 0.6em 0;
	text-align: center;
	vertical-align: middle;
}
#pageBarProduct a{
	color: #ffffff;
	text-decoration: none;
}
#pageBarProduct a:hover{
	color: #861316;
	text-decoration: underline;
}
#pageBarPageTitle{
	margin: 0;
	padding: 0;
  	float: left;
  	width: 799px;
  	margin-right: -819px;
	padding: 0;
	color: #ffffff;
	height: 1em;
	padding: 0.4em 20px 0.6em 0;
	text-align: right;
	vertical-align: middle;
}


.twoColFixLtHdr #sidebar1 {
	padding: 0px 0px;
	margin: 0px 0px;
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the background color will be displayed for the length of the content in the column, but no further */
	XXXbackground: #66CC00;
	text-align: center;
	vertical-align: top;
	border: 0px solid #666666;
	padding: 20px 0;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #dd960f;
	border-right-color: #dd960f;
	border-bottom-color: #dd960f;
	border-left-color: #dd960f;
}
.twoColFixLtHdr #sidebar1 img {
	padding: 0px 0px;
	margin: 0px 0px;
	border: 0;
}


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 101px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	XXXbackground-color: #CCFF66;
} 
.twoColFixLtHdr #mainContent p {
	margin-bottom: 2em;
}

.twoColFixLtHdr #footer {
	XXXmargin: 10px 20px;
	XXXpadding: 10px 20px;
	width: 920px;
	padding: 0px;
} 
.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	font-size: 10px;
	color: #CCCCCC;
	margin: 0 20px;
}

.twoColFixLtHdr #contentBGBottom {
	width: 930px;
	height: 5px;
	padding: 0.5em 0 0.5em 0;
	margin: 0 auto;
	background-image: url(page_bg_bottom.png);
	background-repeat: no-repeat;
	background-color: #bababa;
	
	/* do a hidden text */
	font-size: 9px;
	color: #bababa;
} 
.twoColFixLtHdr #contentBGBottom a, a:link, a:active, a:visited, a:hover{
	color: #bababa;
}



.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;
}


h1 {
	font-size: 11pt; 
	font-weight: bold; 
	color: #861316;
	padding: 0;
	margin: 0em 0 0.6em 0;
}
strong, b {
	font-weight: bold;
}



a, a:link, a:active, a:visited, a:hover {
	color: #482E28;
	text-decoration: none;
}
a:hover{
	color: #861316;
	text-decoration: underline;
}
