@import url( merchandise.css );
@charset "utf-8";
/* Use this CSS Document to override the main style sheet */

body { background-color:#CCCCCC;}

h1, h2, h3, h4 { color:#9E7253;}

#wrapper { background-color:#AC4E30;}

#header { border-bottom:7px solid #A77413;}

#footer {  border-top:7px solid #712910; background-color:#AC4E30; } 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 176px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #D79966; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}

/* NAV CONTAINER 
-----------------------------------------------------------*/
.xb2, .xb3, .xb4 { background:#C6541F; border-left:1px solid #D79966; border-right:1px solid #D79966;  }

.xb1 { margin:0 5px; background:#D79966; }

.xboxcontent { display:block; border:0 solid #D79966; border-width:0 1px; height:auto; background-color:#FFFFFF; }

.color_a { background:#C6541F; color:#fff; }

.align_center{ text-align:center;}
/* used for 2 column layout */
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F4EBE6;
	background-image:url(../graphics/container-bg.gif);
	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. */
}
 /* used for 3 column layout */
#container-3col { 
	width: 800px; 
	background: #F4EBE6;
	background-image:url(../graphics/container-bg_3col.gif);
	margin: 0 auto; 
	text-align: left;
}


#right-col { float:right; width:140px; background-color:#FFF; margin:0; }

thead{background-color:#AC4E30; color:#FFFFFF; font-weight:bold;}
.thead2{background-color:#D79966;}
.borderColor{border:1px solid #D79966;}

 /* #banner-table  {margin-top:-2px; margin-left:2px;} */

