﻿body {
	background: #18191a url(../images/taverncraft_background.jpg) top center repeat-y;
	padding: 0;
	margin: 0;
	height: auto;
	font-size: 12px;
}
#tcContentHolder {
	margin: 0px auto 0px auto;
	background: url(../images/content_background.gif) top center repeat-y;
	width: 740px;
}
#tcContentTop {
	background: url(../images/content_top.gif) top center no-repeat;
	height: 67px;
	margin-top:40px;
}

#tcContent {
	padding: 20px 50px;
	color: #FFFFFF;
}
.tcProductListing {
	float: left;
	margin-right: 110px;
}
.tcProductItem {
	margin: 10px 20px;
	width: 170px;
	text-align: center;
	float: left;
	display: inline;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tcProductItem h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px;
	font-style: italic;
}
.tcProductItem img.tcProductItemImage {
	border-width: 0px;
	margin: 5px 0;
}
.tcProductItem h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	font-style: italic;
}
.tcProductItem h6 {
	color: #e1ccb8;
	font-style: italic;
	font-size: 12px;
	margin: 0px 0px;
	font-style: italic;
}
.tcProductItem img.buttonBuyNow {
	border-width: 0px;
	margin-right: 09px;
}
.tcProductItem img.buttonMoreInfo {
	border-width: 0px;
}
.tcProductItem p {
	font-size: 10px;
	margin: 0px 0px;
}
#tcContentBottom {
	background: url(../images/content_bottom.gif) bottom center no-repeat;
	height: 67px;
	margin-bottom: 20px;
}
#tcFooter {
	text-align: center;
	width: 740px;
	margin: 10px auto;
	color: #999;
	font-size: 10px;
}
