@charset "utf-8";
/* The layout (positioning and backgrounds) of the site */

#gollum {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1021px;
	margin-left: -510px; /* half of width */
}

/* Core layouts (all part of the top bit) */
#menuContainer {
	position: absolute;
	left:0px;
	top:0px;
	width:1021px;
	height:70px;
}

#topContentBox {
	position: absolute;
	left: 282px;
	top: 98px;
	width: 685px;
	height: 582px;
	overflow:auto;
}

#imageFooter {
	position: absolute;
	left: 0px;
	top: 699px;
	width: 1021px;
	height: 70px;
}

/* Top section sub divs */

/* Sidebar elements for the top section */

#sidebarText {
	position: absolute;
	top: 267px;
	left: 10px;
	width: 260px;
}

/* The standard box inside of all mini-bars */
#sidebarBoxText {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 260px;
	height: 42px;
}

#topButton {
	position: absolute;
	left: 0px;
	top: 240px;
}

#bottomButton {
	position: absolute;
	left: 0px;
	top: 625px;
	z-index:70;
}

#secondFromBottomButton {
	position: absolute;
	left: 0px;
	top: 543px;
}

#sidebarBakeryFlash {
	position: absolute;
	left: 8px;
	top: 360px;
}

#sidebarCafeFlash {
	position: absolute;
	left: 8px;
	top: 350px;
}

#sidebarCuisineFlash {
	position: absolute;
	left: 8px;
	top: 260px;
}

#sidebarRoasteryFlash {
	position: absolute;
	left: 8px;
	top: 350px;
}


/* Bottom section */
#middleContentSection {
	background-color: #6c2e1f;
}
#bottomContentSection {
	background-image:url(../pix/greyBackground.jpg);
	/*background-color: #574b40;*/
}

#greyBarContainer {
	position: relative;
}
#greyBarText {
	position: absolute;
	left: 0px;
	top: 3px;
}

#greyMiniBar {
	position: relative;
	width: 239px;
	height: 70px;
}
#greyMiniBarText {
	position: absolute;
	top: 9px;
	left: 10px;
	width: 219px;
	height: 41px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#greyMediumBar {
	position: relative;
	width: 283px;
	height: 70px;
}
#greyMediumBarText {
	position: absolute;
	top: 9px;
	left: 10px;
	width: 263px;
	height: 41px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#messageBox {
	position: relative;
	width: 471px;
	height: 214px;
}
#messageBoxText {
	position: absolute;
	top: 13px;
	left: 12px;
	width: 453px;
	height: 183px;
	padding-top: 2px;
	padding-bottom: 2px;
}


/* Content divs for bottom */

#cafeLeftColumn {
	position: relative;
	width: 510px;
}
#cafeRightColumn {
	position: relative;
	width: 472px;
}

#contactColumn {
	position: relative;
	padding-left: 20px;
	width: 960px;
}

#cuisineLeftColumn {
	position: relative;
	width: 517px;
}
#cuisineRightColumn {
	position: relative;
	width: 493px;
}
