/*----------------------------------------------*/
/* Griffith Laboratories			*/
/*----------------------------------------------*/

/*-------------------------*/
/* HTML ELEMENT STYLES     */
/*-------------------------*/
* html { height: 1%; }

html {
	padding: 0px;
	margin: 0px;
}
body {
	padding: 0px;
	margin: 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: #666666;
	line-height: 15px;
	}

input {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 1px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #666666;
}

textarea {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 1px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}

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: #666666;
}

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: #666666;
	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: #666666;
	padding-bottom: 20px;
}

#container {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	width: 720px;
	background: url(/images/interior/background.gif) repeat left;
}

.cleaner{
	position: relative;
	float: none;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background-color: transparent;
}


/*-------------------------*/
/* SEARCH AREA             */
/*-------------------------*/
#search_area {
	position: relative;
	padding: 0;
	margin: 0;
	width: 720px;
	height: 50px;
	background-color: #FDEC90;
}

#search_btn {
	position: absolute;
	left: 665px;
	top: 10px;
	width: 55px;
	height: 30px;
	border-style: none;
	z-index: 5;
}
#search_text{
	position: absolute;
	left: 540px;
	top: 13px;
	width: 120px;
	border-color: #F18B27;
	border-style: solid;
	border-width: 1px;
}


/*-------------------------*/
/* LANDING IMAGE           */
/*-------------------------*/
#LandingImage1_landing_image {
	position: relative;
	left: 0px;
	top: 0px;
	width: 258px;
	height: 214px;
	border-style: none;
	z-index: 2;
}

/*-------------------------*/
/* TOOLBAR                 */
/*-------------------------*/
#toolbar {
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
	left: 258px;
	top: 50px;
	width: 462px;
	height: 127px;
	background: url(/images/interior/toolbar_background.gif) no-repeat top;
}

#products_image {
	position: absolute;
	left: 41px;
	top: 14px;
	width: 88px;
	height: 53px;
	border-style: none;
}

#food_architects_image {
	position: absolute;
	left: 133px;
	top: 14px;
	width: 104px;
	height: 53px;
	border-style: none;
}

#people_image {
	position: absolute;
	left: 233px;
	top: 14px;
	width: 89px;
	height: 53px;
	border-style: none;
}

#technovations_image {
	position: absolute;
	left: 322px;
	top: 14px;
	width: 110px;
	height: 53px;
	border-style: none;
}

#about_us_image {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 88px;
	height: 36px;
	border-style: none;
}

#locations_image {
	position: absolute;
	left: 89px;
	top: 70px;
	width: 89px;
	height: 36px;
	border-style: none;
}

#careers_image {
	position: absolute;
	left: 178px;
	top: 70px;
	width: 86px;
	height: 36px;
	border-style: none;
}

#contact_us_image {
	position: absolute;
	left: 264px;
	top: 70px;
	width: 87px;
	height: 36px;
	border-style: none;
}

#whats_new_image {
	position: absolute;
	left: 351px;
	top: 70px;
	width: 88px;
	height: 36px;
	border-style: none;
}

/*-------------------------*/
/* CONTENT BACKGROUND      */
/*-------------------------*/
#content_background {
	position: relative;
	margin: 0;
	padding: 0;
	left: 0px;
/*	top: -89px;  */
	margin-top: -89px;
	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: relative;
	left: -195px;
	top: 97px;
	width: 195px;
	height: 72px;
	border-style: none;
	z-index: 10;
}

*html #logo_image { /* IE6 */
	left: 20px;
}

*+html #logo_image { /* IE7 */
	left: 20px;
}

#menu {
	/* position: absolute; */
	float: left;
	margin-left: 25px;
	margin-top: 175px;
	padding: 0;
	/*left: 5px;*/
	/* top: 188px; */
	width: 178px;
	background-color: white;
}

*html #logo_image { /* IE6 */
	margin-top: 125px;
}

*+html #logo_image { /* IE7 */
	margin-top: 125px;
}


#menu .menu_title {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #8A9048;
	font-weight: bold;
}

ul.menu_list {
	padding-left: 16px;
	margin-top: 2px;
	margin-left: 0px;
	list-style: url(/images/interior/square-bullet.gif);
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #666666;
}

#menu a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

#menu a.selected {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

#menu li.selectedBullet {
	list-style: url(/images/interior/square-bullet-orange.gif);
}

#menu a:hover {
	color: black;
	text-decoration: underline;
}

#menu a.selected:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

#choose_culture_image {
	/* display: none; */
	position: relative;
	left: 0px;
	top: 10px;
	width: 81px;
	height: 40px;
	border-style: none;
}

#choose_culture_text {
	/* display: none; */
	position: relative;
	margin: 0px;
	padding: 1px;
	left: 0px;
	top: 10px;
	width: 85px;
	height: 50px;
	background-color: transparent;
	overflow: auto;
}

#choose_culture_text p {
	/* display: none; */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9.5px;
	font-weight: bold;
	color: #B9C24B;
}

#author_console {
	position: relative;
	width: 175px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
}

#author_console a, b, i, font {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
}

#content {
	/* position: relative; */
	float: left;
	/* left: 270px; */
	margin-left: 55px;
	margin-top: -75px;
	/* top: 0px; */
	width: 400px;
	height: auto;
	background-color: white;
}


/* MIKE going back to OLD safariwrapper to fix content area */
/*#safariwrapper {
	margin-left: 35px;
        height: 365px;
        z-index: 11;
}*/
#safariwrapper {
	display: table-cell;
	height: auto;
	/*height: 335px;	*/
}


#safariwrapper_technovations {
	display: table-cell;
	height: 400px;
	/*height: 335px;	*/
}

/*-------------------------*/
/* BOTTOM BAR              */
/*-------------------------*/
#bottom_bar {
	position: relative;
	margin-top: 0px;
	width: 720px;
	height: 29px;
 	background: url(/images/interior/bottom_bar.gif) no-repeat bottom;
}

#bottom_nav {
	position: relative;
	margin: 0;
	padding: 0;
	width: 720px;
	height: 28px;
	background-color: #FDEC90;
}

#bottom_nav span.authLink {
	position: absolute;
	top: 5px;
	left: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #666666;
}

#bottom_nav span.copyright {
	position: absolute;
	top: 5px;
	left: 120px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #666666;
}

#bottom_nav span.privacy {
	position: absolute;
	top: 20px;
	left: 120px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #666666;
}

#bottom_nav span.terms {
	position: absolute;
	top: 20px;
	left: 443px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #666666;
}

#bottom_nav span.pms {
	position: absolute;
	top: 5px;
	left: 443px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #666666;
}

#bottom_nav a {
	text-decoration: none;
	color: #666666;
}

#bottom_nav a:hover {
	text-decoration: underline;
	color: black;
}

#menu_blank {
	list-style-image: url(/images/interior/square-bullet-white.gif);
}

#menu_home {
	list-style-image: url(/images/interior/square-bullet-orange.gif);
}

.values_title {
	color: #8A9048;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.form_text {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 1px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #666666;
}


