/*----------------------------------------------*/
/* Griffith Laboratories			*/
/*----------------------------------------------*/

/*-------------------------*/
/* HTML ELEMENT STYLES     */
/*-------------------------*/
html {
	padding: 0px;
	margin: 0px;
}
body {
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	text-align: center;
	background-color: #FDEC90;
}

#content a {
	color: #8A9048;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;	
}

p {
	margin-top: 0px; 
	margin-bottom: 10px;
	padding-left: 1px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: black;
}

strong {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: black;	
}

h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	color: black;
	font-weight: bold;	
}

ul {
	padding-left: 16px;
	margin-left: 20px;
	list-style: url(/images/interior/small-bullet.gif);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: black;
}

li {
	padding: 0px;
	margin-left: 0px;
}

td.trade_show_date {
	margin-top: 0px; 
	margin-bottom: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: black;
	width: 120px;
	padding-bottom: 10px;
}

td.trade_show_desc {
	margin-top: 0px; 
	margin-bottom: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: black;
	padding-bottom: 20px;
}

#container {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	width: 720px;
	background: url(/images/interior/background.gif) repeat left;
}
/*-------------------------*/
/* LANDING IMAGE           */
/*-------------------------*/
#LandingImage1_landing_image {
	position: relative;
	left: 0px;
	top: 0px;
	width: 258px;
	height: 214px;
	border-style: none;
}

/*-------------------------*/
/* TOOLBAR                 */
/*-------------------------*/
#toolbar {
	display: none;
}

#products_image {
	display: none;
}

#food_architects_image {
	display: none;
}

#people_image {
	display: none;
}

#technovations_image {
	display: none;
}

#about_us_image {
	display: none;
}

#locations_image {
	display: none;
}

#careers_image {
	display: none;
}

#contact_us_image {
	display: none;
}

#whats_new_image {
	display: none;
}

/*-------------------------*/
/* CONTENT BACKGROUND      */
/*-------------------------*/
#content_background {
	position: relative;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
	width: 720px;
	background-color: white;
	min-height: 300px;
	height: 300px;
}

*>#content_background {
	height: auto; /* ie ignores child selector, modern browsers replace height declaration */
} 

#logo_image {
	position: absolute;
	left: 430px;
	top: -214px;
	width: 195px;
	height: 72px;
	border-style: none;
}

#menu {
	display: none;
}

#menu .menu_title {
	display: none;
}

ul.menu_list {
	display: none;
}

#menu a {
	display: none;
}

#menu a.selected {
	display: none;
}

#menu li.selectedBullet {
	display: none;
}

#menu a:hover {
	display: none;
}

#menu a.selected:hover {
	display: none;
}

#content {
	position: relative;
	left: 0px;
	top: 0px;
	width: 435px;
	height: auto;
	background-color: white;
}

#safariwrapper {
	display: table-cell;
	height: 335px;	
}

/*-------------------------*/
/* BOTTOM BAR              */
/*-------------------------*/
#bottom_bar {
	position: relative;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 29px;
}

#bottom_nav span.authLink {
	display: none;
}


#bottom_bar span.copyright {
	position: relative;
	left: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: black;
}	

#bottom_bar span.privacy {
	display: none;
}

#bottom_bar span.terms {
	display: none;
}

#bottom_bar span.pms {
	display: none;
}

#bottom_bar a {
	display: none;
}

#bottom_bar a:hover {
	display: none;
}

