/* global defaults for display */
@import "earthen_nonav.css";

/* set the desired width of the page */



.tbPage
{
	text-align: center;
	width: 700px;
	margin-top: 10px;
	border: 1px solid #1f698c;
/*	background: url(../images/BlueWaterBG3.gif) #fff repeat-x bottom;*/ 
	background: url(../images/ripples3.gif) no-repeat right center scroll; color: inherit;
}

/* removes ripples bg image from these pages */
.body-Category .tbPage, .body-product1 .tbPage, .body-search .tbPage, .body-Wholesale .tbPage, .body-logout .tbPage, .body-vieworder .tbPage {background: none; }

.tbPage .Header
{
	text-align: center;
}

.tbPage .LeftCol
{
	text-align: center;
	width: 200px;
	padding: 0px 10px 0px 0px;
	display: block;
	}

.tbPage .Content
{
	padding: 10px 20px 230px 30px;	/* this padding will prevent products from covering the frog and getting lost in the image */ 
	text-align: left;
	/*width: 100%;*/
	width: 800px; 
	 background: url(../images/frogRipple.gif) transparent bottom right scroll no-repeat;  
	color: inherit;  

}


.tbPage .RightCol
{
	display: none;
}

.tbPage .Footer
{
	text-align: center;
}

/*** home page slideshow styles **/

#slideBox { 
	background: url(../images/homeCopyFrog.gif) no-repeat scroll  transparent; 
	height: 366px; 
	width: 672px;
	margin: 0 auto;
	padding: 0;
	color: inherit;}

img.food {position: relative; top: 5px; left: 5px;   border-right: 3px #929b80 solid; margin: 0;}

img.homecopy {position: relative; float: left; padding: 0; margin: 0; }

p.homecopy {display: none;}

.body-index .tbPage .Content, .body-Recipes .tbPage .Content {  /* changes home page image to just lily pads w/o frog */
	background:url(../images/lilyNoFrog.gif) transparent bottom right scroll no-repeat; padding-bottom: 230px; 
	color: inherit;
}

