@charset "utf-8";
/* CSS Document */

body {
	background: #FFB400;
	margin: 0 auto;
	text-align: center;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

img { 
	border:none; 
}

#mainContainer {
	width:789px;
	margin:auto;
	position:relative;
	background-image:url(images/main-repeat.gif);
	background-repeat:repeat-y;
}

#topContainer {
	width:789px;
	height:53px;
}

#centerContainer {
	width:756px;
	height:auto;
	min-height:521px;
	position:relative;
	margin:0 auto;
	background-image:url('images/content-top.gif');
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	margin-left:7px;
	margin-right:8px;
	padding:0px 9px 0px 9px;
}

#leftContainer {
	width:7px;
	position:absolute;
	left:-7px;
	top:0px;
}

#rightContainer {
	width:8px;
	position:absolute;
	right:-8px;
	top:0px;
}

#linkContainer {
	width:630px;
	height:33px;
	text-align:left;
	padding: 15px 0px 0px 144px
}

#homepageTopContainer {
	width:518px; 
	height:233px;
	background-image:url(images/homepage-top.gif);
	background-repeat:no-repeat;
	padding: 15px 248px 0px 8px;
	margin-bottom:9px;
}


.homepageBox1 { 
	width:240px;
	padding:8px 0px 4px 8px;
	margin-bottom:7px;
	position:relative;
	background-image:url(images/homepage-box1-repeat.gif);
	background-repeat:repeat-y;
}

.homepageBox2 { 
	width:228px;
	padding:14px 10px 10px 10px;
	margin-bottom:9px;
	position:relative;
	background-image:url(images/homepage-box1-repeat.gif);
	background-repeat:repeat-y;
	height:175px;
}

.homepageBox3 { 
	width:493px;
	margin-bottom:9px;
	position:relative;
	background-image:url(images/homepage-box3-repeat.gif);
	background-repeat:repeat-y;
	padding:9px 0px 15px 9px;
	height:175px;
}

.homepageBoxTop {
	position:absolute; 
	top:0px; 
	left:0px;
}

.homepageBoxBottom {
	position:absolute; 
	bottom:0px; 
	left:0px;
}

#footerContainer {
	padding-bottom:18px;
}

#aboutTopContainer {
	margin-bottom:9px;
	padding:23px 0px 0px 9px;
}

#contactTopContainer {
	margin-bottom:9px;
	padding:23px 0px 0px 19px;
}

#varietyTopContainer {
	margin-bottom:9px;
	padding:9px 0px 0px 7px;
}

#recipeContainer {
	width:724px;
	background-image:url(images/recipe-box-repeat.gif);
	background-repeat:repeat-y;
	padding:20px 20px 0px 20px;
}

#hr {
	width:756px;
	height:2px;
	background-image:url(images/hr.gif);
	background-repeat:repeat-x;
}

#galleryContainer {
	background-image:url(images/gallery-background.gif);
	background-repeat:no-repeat;
	height:433px;
	float:left;
	width:774px;
	position:relative;
	margin-bottom:9px;
}

#thumbGroupContainer {
	position:absolute; 
	left:389px; 
	top:1px; 
	width:385px;
}

.thumbContainer {
	float:left; 
	width:118px; 
	height:84px;
	background-image:url(images/thumb-background.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:10px;
}

.imageContainer {
	position:absolute; 
	left:13px; 
	top:12px;
}

.show {
	display:block;
}

.hide {
	display:none;
}