/*----------------------------------------------*/
/* Griffith Laboratories			*/
/*----------------------------------------------*/

/*-------------------------*/
/* HTML ELEMENT STYLES     */
/*-------------------------*/
html {
	padding: 0px;
	margin: 0px;
}
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #FDEC90;
}

p {
	margin-top: 2px; 
	margin-bottom: 2px; 
}

#container {
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	width: 720px;
}

/*-------------------------*/
/* SEARCH AREA             */
/*-------------------------*/
#search_area {
	display: none;
}

/*-------------------------*/
/* TOP BAR                 */
/*-------------------------*/
#top {
	display: none;
}

/*-------------------------*/
/* TITLE                   */
/*-------------------------*/
#title {
	position: relative;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 120px;
	background: url(/images/title_background.jpg) no-repeat top;
}

#title_background {
	position: relative;
	border-style: none;
}

#building_success {
	position: absolute;
	border-style: none;
	left: 180px;
	top: 17px;
	width: 302px;
	height: 78px;
}

#title_text {
	position: relative;
	margin: 0px;
	padding: 1px;
	left: 0px;
	top: 0px;
	width: 480px;
	height: 110px;
	background-color: transparent;
	overflow: auto;
}

#title_text p {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: black;
}

.print_larger {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

#choose_culture_image {
	display: none;
}

#choose_culture_text {
	display: none;
}

#choose_culture_text p {
	display: none;
}

#whats_new_image {
	display: none;
}

#whats_new_text {
	display: none;
}

#whats_new_text p {
	display: none;
}


/*-------------------------*/
/* MID BAR                 */
/*-------------------------*/
#midbar {
	display: none;
}


/*-------------------------*/
/* MENU AREA               */
/*-------------------------*/
#menuarea {
	position: absolute;
	top: 420px;
	margin: 0px;
	padding: 0px;
	width: 720px;
	height: 136px;
	background: url(/images/lightgreen.gif);
}	

#about_us_image {
	display: none;
}

#locations_image {
	display: none;
}

#careers_image {
	display: none;
}

#contact_us_image {
	display: none;
}

#products_image {
	display: none;
}

#food_architects_image {
	display: none;
}

#people_image {
	display: none;
}

#technovations_image {
	display: none;
}

#products_text {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	width: 88px;
	height: 70px;
	background-color: transparent;
	cursor: hand;
}

#food_architects_text {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 120px;
	top: 0px;
	width: 90px;
	height: 63px;
	background-color: transparent;
	cursor: hand;	
	overflow: auto;
}

#people_text {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 240px;
	top: 0px;
	width: 80px;
	height: 66px;
	background-color: transparent;
	cursor: hand;	
	overflow: auto;
}

#technovations_text {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 360px;
	top: 0px;
	width: 90px;
	height: 65px;
	background-color: transparent;
	cursor: hand;	
	overflow: auto;
}

#menuarea span {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	color: black;
}

/*-------------------------*/
/* BOTTOM BAR              */
/*-------------------------*/
#bottombar {
	display: none;
}

#bottom_nav {
	position: relative;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 28px;
}

#bottom_nav span.authLink {
	display: none;
}

#bottom_nav span.copyright {
	position: absolute;
	top: 5px;
	left: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #666666;
}	

#bottom_nav span.privacy {
	display: none;
}

#bottom_nav span.terms {
	display: none;
}

#bottom_nav span.pms {
	position: absolute;
	top: 5px;
	left: 413px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #666666;
}








