
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
body{
	background: #E5E5B2;
	color: #292915;
	font-size: 14px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* misc */
a,
.a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a {color:blue;}
a:active {color:blue;}
a:visited {color:blue;}
a:hover {color:blue;}

h1{
	color: #993F1C;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

h2{
	font-size: 13px;
	font-weight: bold;
}


/* data */
.wrap{
	width: 918px;
	margin: auto;
}
.header{
	height: 234px;
	background: url("/images/header.jpg");
}
.header h1{
	padding: 41px 0 0 60px;
}
.header h1 a{
	text-indent: -5000px;
	display: block;
	height: 104px;
	width: 122px;
	background: url("/images/logo.gif") no-repeat top left;
}
.header h2{
	color: #3A7544;
	font: bold italic 15px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	width: 226px;
	margin: 5px 7px;
}
.header h3{
	color: #F3F3A8;
	font: bold italic 16px/24px Georgia, "Times New Roman", Times, serif;
	width: 206px;
	top: 68px;
	margin-left: 260px;
	position: absolute;
}
.menu{
	margin: 0 9px;
	display: block;
	top: 189px;
	position: absolute;
	height: 35px;
	line-height: 35px;
}
.menu li{
	display: inline;
	float: left;
	background: url("/images/ico_nav.png") no-repeat left center;
}
.menu li.first{
	background: none;
	margin-left: 11px;
	padding-left: 0px;
}
.menu a{
	color: #2F5F37;
	font: normal 19px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	padding: 0 20px 0 27px;
}
.menu a.on,
.menu a:hover{
	text-decoration: none;
	color: #888844;
}
.menu img{
	margin: 5px 0 0 0;
}
.mid{
	background: url("/images/bg_body.gif") repeat-y center;	
	width: 100%;
}
.fullmid {
	width: 900px;
	display: block;
	margin: auto;
}
.inmid{
	width: 840px;
	padding: 8px;
	display: block;
	margin: auto;
}

.inmid p{
	padding-bottom: 15px;
	line-height: 17px;
	}
	
.image{
	display: block;
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}	
	
.coleft,
.coright{
	display: inline;
	width: 450px;
	float: left;
}

.footer, .footer2{
	background: url("/images/bg_footer.gif") no-repeat bottom center;
	height: 26px;
}


div.hr_shadow {
	background: url("/images/bg_hr_shadow.gif") repeat-x 0 0;
	height: 15px;
	padding: 5px;
	clear: both;
}

/* homepage product matrix */
.prod{
	display: block;
	float: left;
	width: 299px;
	height: 300px;
	background: url("/images/bg_product.png") repeat-x bottom;
	text-align: center;
	font-size: 12px;
	border-bottom: 2px solid #CCCC66;
	border-right: 2px solid #CCCC66;
}
.prod a{
}

.inprod{
	display: block;
	position: relative;
	width: 240px;
	height: 251px;
	margin: 0 auto 10px auto;
	text-align: left;
	font: bold 14px/30px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
.inprod h2{
	position: absolute;
	bottom: 0px;
	left: 10px;
}

.inprod h3 {
	color: #666633;
	font:  14px/22px Georgia, "Times New Roman", Times, serif;
	}

.inprod a {
	text-decoration: none;
}
.inprod a.preview {
	display: block;
	width: 240px;
	height: 251px;
	background-position: left 221px;
	background-repeat: no-repeat;
	color: white;
}
.inprod a.preview:hover {
	background-position: left 191px;
	color: white;
}
.inprod .cart_button a {
	display: block;
	width: 75px;
	height: 30px;
	background-position: right 0px;
	padding-left: 6px;
	color: #238834;
}

.inprod .cart_button a:hover {
	background-position: right 30px;
}


/* background images cover both main target and shopping cart shortcut anchors */
.prod .grande_memphis a   { background-image: url("/images/bg_product_title_01.gif"); }
.prod .bbq_memphis a      { background-image: url("/images/bg_product_title_02.gif"); }
.prod .taste_memphis a    { background-image: url("/images/bg_product_title_03.gif"); }
.prod .coffee_culture a   { background-image: url("/images/bg_product_title_04.gif"); }
.prod .memphis_munchies a { background-image: url("/images/bg_product_title_05.gif"); }

.cart_button{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 81px;
	height: 30px;
	color: #238834;
	z-index: 100;
}

	.cart_button p{
		line-height: 30px;
	}


/* product detail page overrides*/
.prod_large{
	height: 420px;
	background: url(../images/bg_product.png) repeat-x bottom;
	text-align: center;
	margin-top: 0px;
	border-bottom: 2px solid #CCCC66;
}

	.prod_large .inprod {
		position: relative;
		width: 362px;
		height: 380px;
	}
	
		.prod_large .inprod .preview {
			width: 362px;
			height: 380px;
			background-position: left 335px;
			background-repeat: no-repeat;
			color: white;
		}
		
			.prod_large .inprod .preview h2 {
				font-size: 18px;
				line-height: 45px;
			}
	
		.prod_large .cart_button{
			width: 121px;
			height: 45px;
		}

			.prod_large .cart_button p{
				line-height: 30px;
				font-size: 18px;
			}
		
				.prod_large .cart_button b{
					display: block;
					position: absolute;
					bottom: 4px;
					right: 0;
					width: 121px;
					line-height: 12px;
					font-family: verdana, arial, sans-serif;
					text-align: center;
					font-size: 10px;
				}
		
			.prod_large .inprod .cart_button a {
				width: 111px;
				height: 45px;
				padding-left: 10px;
				background-position: right 0px;
			}
			.prod_large .inprod .cart_button a:hover {
				background-position: right 45px;
			}

/* background images cover both main target and shopping cart shortcut anchors */
.prod_large .grande_memphis a,  .prod_large .grande_memphis .preview   { background-image: url("/images/bg_product_title_large_01.gif"); }
.prod_large .bbq_memphis a,     .prod_large .bbq_memphis .preview      { background-image: url("/images/bg_product_title_large_02.gif"); }
.prod_large .taste_memphis a,   .prod_large .taste_memphis .preview    { background-image: url("/images/bg_product_title_large_03.gif"); }
.prod_large .coffee_culture a,  .prod_large .coffee_culture .preview   { background-image: url("/images/bg_product_title_large_04.gif"); }
.prod_large .memphis_munchies a,.prod_large .memphis_munchies .preview { background-image: url("/images/bg_product_title_large_05.gif"); }



.no{
	border-right: 0;	
	width: 298px;
}
.nos{
	background: none;
}
.nos li{
	color: #666633;
	font-weight: normal;
	line-height: 20px;
}
.nos img{
	margin-top: 22px;
}


/* small basket previews */

.prod_previews .box{
	float: left;
	display: block;
	width: 224px;
	height: 224px;
	border-bottom: 1px solid #CCCC66;
	border-right: 1px solid #CCCC66;
	background: url("/images/bg_pro4.gif") repeat-x bottom;
}

	.prod_previews .box a {
		position: relative;
		display: block;
		margin: 15px auto 0 auto;
		width: 181px;
		height: 190px;
		background-position: left 167px;
		background-repeat: no-repeat;
		color: white;
		text-decoration: none;
	}
	.prod_previews .box a:hover {
		background-position: left 144px;
		color: white;
	}
		
		.prod_previews .box img {
			display: block;
			margin: 0;
		}

		.prod_previews .box h2 {
			position: relative;
			height: 23px;
			line-height: 23px;
			margin: 0;
			padding: 0 9px;
			font-size: 13px;
			font-weight: normal;
		}

			.prod_previews .box h2 span {
				position: absolute;
				height: 23px;
				line-height: 23px;
				right: 12px;
				bottom: 0;
			}


.prod_previews .grande_memphis a   { background-image: url("/images/bg_product_title_small_01.gif"); }
.prod_previews .bbq_memphis a      { background-image: url("/images/bg_product_title_small_02.gif"); }
.prod_previews .taste_memphis a    { background-image: url("/images/bg_product_title_small_03.gif"); }
.prod_previews .coffee_culture a   { background-image: url("/images/bg_product_title_small_04.gif"); }
.prod_previews .memphis_munchies a { background-image: url("/images/bg_product_title_small_05.gif"); }

/* individual product a detail pages */
.detail{
	height: 425px;
	display: block;
	border-bottom: 2px solid #CCCC66;
	text-align: center;
}

.incol{
	margin: 20px 45px;
	font-size: 16px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
}
.incol h3,
.incol ul,
.incol strong{
	color: #C19535;
}

.incol ul a{
	color: #C19535;
}
.menu a.on,
.menu a:hover{
	color: #C19535;
}


.incol h3{
	font-size: 22px;
}
.incol ul{
	margin: 0 0 0 17px;
}
.incol .f12{
	font-size: 12px;
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.incol h4{
	font-size: 22px;
	letter-spacing: 0.04em;
}
.found{
	margin: 20px 40px;
	font-weight: bold;
	font-size: 12px;
	line-height: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.found a{
	width: 170px;
	height: 23px;
	display: block;
	background-color: #DEAB3D;
	color: #fff;
	float: left;
	margin: 0 5px 5px 0;
	padding: 0 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
.found .a2{
	background-color: #B4422A;
}
.found .a3{
	background-color: #3A7544;
}
.found .a4{
	background-color: #4B2420;
}
.found .a5{
	background-color: #554F8E;
}
.found a span{
	float: right;
}
.found a:hover{
	text-decoration: none;
	background-color: #999;
}

.bot{
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0 0 20px 0;
}
.bot p{
	text-align: center;
	font-size: 10px;
	line-height: 15px;
}
.bot ul{
	text-align: center;
}
.bot li{
	display: inline;
	font-size: 14px;
}
.bot li a{
	border-left: 1px solid #666633;
	color:  #666633;
	padding: 0 13px;
}
.bot .first a{
	border: 0px;
}
