@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0b090b;
	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 */
	margin:0;
	color: #8f8275;
}
.thrColFixHdr #container { 
	width: 1080px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: url(images/header.jpg); 
	width:1080px;
	height:132px;	  /* 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. */
} 
.thrColFixHdr #header h1 {
	 /* 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 */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
width: 328px; /* 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 */
height:458px;
position:relative;
background:url(images/logo.jpg) no-repeat top left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */ /* padding keeps the content of the div away from the edges */
	background:url(images/rightWood.jpg) no-repeat;
	width:127px;
	height:458px;
}
#midWrap{height:458px; float:none;}
.thrColFixHdr #mainContent { 
	width:625px;
	height:458px;
	float:left;
	overflow:none;
	} 
.thrColFixHdr #footer { 
	background:url(images/footer.jpg);
	width:1080px;
	height:110px;
} 
#menu{
height:124px;
width:625px;
background:#47382e;

 border-top:5px solid #060606; 
}
#showcaseImg{
background:none;
position:absolute;
}
#showcase a, #showcaseImg, #showcase a img, #showcase img{text-decoration:none; border:none;}
#menu table, #menu tr, #menu td{
padding:0; margin:0;}
#showcase{
width:625px;
height:329px;
overflow:hidden;
position:relative;
background:url(images/wood.jpg) no-repeat;
}

#menuMiddleLeft{
border-left:5px solid #060606;
}
.tshirts_left{
border-right:5px solid #060606;
}

.tshirts_right{
background:#1b1614;
width:100%;
}
#menuMiddleRight{
border-right:5px solid #060606;
}
.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;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}
.scrollable{
width:444px;
position:relative;
overflow:hidden;
margin-left:9px;
height:90px;
margin-top:16px;
}
.items {
width:2000em;
clear:both;
position:absolute;
}
.items div { 
    float:left; 
    width:79px; 
    height:92px; 
    color:#fff; 
    padding:0 5px;
    cursor:pointer; 
} 
 
/* style when mouse is over the item */ 
#thumbs div.hover {      
} 
 
/* style when element is active (clicked) */ 
.items div.active { 
    cursor:default; 
}
a.prevPage, a.nextPage{
	display:block;
	width:11px;
	height:92px;
	background:url(images/left.jpg) top left no-repeat;
	float:left;
	margin-top:15px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover{		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.nextPage{
	background-image:url(images/right.jpg);
	clear:right;	
	margin-top:-92px;
	float:right;
	margin-right:3px;
}
div#fb_like{position:absolute;top:233px;left:106px;}
div#fb_like2{position:absolute;top:177px;right:-55px;}

