body {
	font-family: Arial, Trebuchet MS, Georgia, Helvetica, sans-serif;
	font-size: 12px;
	color: #656154;
	background: #6B1216 url('../images/body-bkg-lf.png') 0% 0% scroll repeat-y;
	margin: 0;
	padding: 0 0 0 100px;
}
.stripe-vertical { 
	position: absolute;
	top: 0px;
	left: 45px;
	width: 55px;
	height: 100%;
	background: url('../images/bkg_vertical.png') repeat-y;
	z-index: 0;
}
.stripe-horizontal{
	position: absolute;
	top: 200px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 50px;
	background: url('../images/bkg_ horizontal.png') repeat-x;
	z-index: 0;
}
.stripe-cross {
	position: absolute;
	top: 200px;
	left: 45px;
	width: 55px;
	height: 50px;
	background: url('../images/stripe-cross.png') no-repeat;
	z-index: 0;
}
a {
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	color: #A6212C;
}
a:hover { text-decoration: underline; }
img { border: 0px; }
p { margin: 0px; padding: 0px; }
td { vertical-align: top; }
h2 { margin: auto; }
.layout { 
	position: absolute;
	top: 0px;
	left: 100px;
	width: 780px;
	margin: 0 auto auto 0; 
	z-index: 1;
}

.header { 
	witdh: 780px;
	height: 200px;
	background: #F8E9D7 url('../images/hdr-bkg.jpg') no-repeat scroll 100% 0;
}
.copy_title {
	font: normal normal bold 18px/49px Georgia;
	color: #A6212C;
	margin: 0px auto;
}
.highlight_title {
	font: normal normal bold 18px Georgia;
	color: #A6212C;
}
.footer {
	height: 60px;
	background: #611014;
	color: #C01118;
}
.footer a { color: #C01118; }

.news_title { font-size: 16pt; }

.formError { color: #FF0000; }

.privacypolicy p { margin: 5px 0px; }

.drivingDirectionsHeaderText, .directionsTitle { font: normal normal bold 16px Arial; }
/* Ecommerce */
.leftStoreContainer, div.myAccountSpacer { display: none; }
table.cartCheckoutTable { width: 100%; color: #FFFFFF; }
.itemListingStoreImageDisplayTable td { background: #FFF7EB; border: 1px solid #F7EADC; }
.itemListingName, .itemListingContainer { padding: 0px 5px; }
.itemListingBreadCrumbs, div.cartTitleBar, div.myAccountLabelBanner, div.customerInfoLabelBanner { border: 1px solid #E0E9F1; background: #F6FDF7; font-size: 14px; padding: 3px; color: #062A62; }
.itemListingBreadCrumbs a { font-size: 14px; }
td.cartCheckoutHeader, td.MyAccountMenuHeader, td.MyAccountMenuFooter { background: #4D5431; border: 1px solid #E5D6C4; font-size: 12px; color: #FFFFFF; padding-left: 3px; }
table.cartCheckoutTable td { line-height: 20px; }
tr.cartCheckoutRowLight td { background: #A98B44;  }
tr.cartCheckoutRowDark td { background: #7A252C; }
td.MyAccountMenuBody { height: auto; color: #062A62; font-size: 11px; border: 1px solid #E0E9F1; background: #F6FDF7; }