body {
	background: url(./images/bkgrd2.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color:#c0cd98;
}


div.transbox {
	position:absolute;
	left:180px;
	top:10px;
	width:800px;
	height:750px;
	margin:30px 50px;
	color:#84915d;
	font-size:12px;
	font-family: arial;
	background-color:white;
	border:1px solid black;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	z-index:1;
}


div.homepageblurb
{
	position:absolute;
	left:460px;
	top:140px;
	width:630px;
	z-index:2;
}

div.meatntaters {
	position:absolute;
	left:410px;
	top:100px;
	width:650px;
	color:#495d12;
	font-size:30px;
	 font-family: arial;
	border:1px solid black;
	background-color:white;
	padding: 20px;
	z-index:3;
}


div.iblurb{
	font-size:12px;
}


div.promo_box{
	background-image: url(images/bubbles.jpg); 
	position:absolute;
	left:1030px;
	top:330px;
	width:150px;
	height:100px;
	color:#495d12;
	font-size:11px;
	font-family: arial;
	border:1px solid #97af4e;
	background-color:dee4cd;
	padding: 5px;
	z-index:3;
}

div.promo_box2{
	background-image: url(images/bubbles.jpg); 
	position:absolute;
	left:1030px;
	top:460px;
	width:150px;
	height:100px;
	color:#495d12;
	font-size:11px;
	font-family: arial;
	border:1px solid #97af4e;
	background-color:dee4cd;
	padding: 5px;
	z-index:3;
}


div.promo_box3{
	background-image: url(images/bubbles.jpg); 
	position:absolute;
	left:1030px;
	top:590px;
	width:150px;
	height:100px;
	color:#495d12;
	font-size:11px;
	font-family: arial;
	border:1px solid #97af4e;
	background-color:dee4cd;
	padding: 5px;
	z-index:3;
}




td.prod {
	color:#84915d;
	font-size:14px;
	font-family: arial;
	padding:0.4em;
}

td.faqs
{ 
	color:#84915d;
	font-size:16px;
	font-family: arial;
	padding:0.4em;
}

td.about_us
{ 
	color:#84915d;
	font-size:16px;
	font-family: arial;
	padding:0.4em;
}

td.strong_header
{ 
	color:#84915d;
	font-size:18px;
	font-family: arial;
	padding:0.4em;
}


table.shoppingbag {
	width:100%;
	color:#84915d;
	font-size:14px;
	font-family: arial;
}


div.footer
{	
	 text-align: center ;
	 color:#84915d;
	font-size:11px;
	font-family: arial;
}

a:link { color: #74570a; }
a:visited { color: #9ea97d; }
a:hover { color: #cd98b8; text-decoration: none; }
a:active { color: #cd98b8; }

a.lwl:link { color: #74570a; text-decoration: none;}
a.lwl:visited { color: #9ea97d; }
a.lwl:hover { color: #cd98b8; text-decoration: none; }
a.lwl:active { color: #cd98b8; }



