html, body, div, p, span, a, table, tr, td, .menu ul, .menu li, img {
  margin: 0;
	padding: 0;
	/*font-family: Trebuchet, Trebuchet MS, Verdana, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color: black;*/
	border: 0;
}

/* remove dotted border around selected images within links */
a, object {
  outline:none;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  /*color: #7d7d7d;*/
	color:#33f;
}

a:hover {
  color: #f6f;
}

a.job:link, a.job:visited, a.job:hover, a.job:active {
  text-decoration: underline;
  color: #080;
}

a.job:hover {
  color: #008;
}

body {
  /*background-color: #ddd;*/
	background: white url("images/background2.jpg") repeat-y top center;
}

div.page {
  width: 902px; /* includes 1px white borders */ 
	margin:0 auto;
}

div.pageContent {
  border-left:1px solid white;
	border-right:1px solid white;
	/*border:1px solid white;
	border-top:none;*/
	background-color:#888888;
	padding:5px;
	overflow:hidden;
}

/**********
 * HEADER *
 **********/

div.top { 
  background:url("images/top.jpg") repeat-x;
  height:23px;
}
 
div.banner {
  height:93px;
  border-left: solid 1px white;
  border-right: solid 1px white;
	overflow:hidden;
}

img.banner {
	height:93px;
}

span.globeBottom {
  float:right;
  width: 132px; /*129*/
	height:28px;
  background: url("images/navMenuGlobe.jpg") no-repeat;
}

/*******************
 *  NAV MENU LINKS *
 *******************/
 
.menu {
	height:28px; 
	position:relative; 
	z-index:2; 
	background: url("images/navMenuBackground.gif") repeat-x;
	border-left: 1px solid white;
	border-right: 1px solid white; 
	text-align:center;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	list-style-type:none;
}

.menu ul ul {
  width:150px;
	height:20px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
  float:left;
	width:150px;
	position:relative;
	background: url("images/navMenuBackground.gif") repeat-x;
}

.menu ul ul li {
  height:20px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
  display:block;
	width:150px; 
	height:28px; 
	/*padding:0 10px;*/ 
	line-height:28px; 
	color:white;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
  /*width:150px; 
	w\idth:130px;*/
}

/**********************************************/
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
  /*background:#d4d8bd url(images/grey-arrow.gif) no-repeat 130px center;*/
}

/* style the second level hover */
.menu ul ul a.drop:hover{
  /*background:#c9ba65 url(images/blue-arrow.gif) no-repeat 130px center;*/
}

.menu ul ul :hover > a.drop {
  /*background:#c9ba65 url(images/blue-arrow.gif) no-repeat 130px center;*/
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
  /*background:#e2dfa8;*/
	width:170px;
	border-right: solid 1px black;
	border-left: solid 1px white;
	/* MUST DO !E5.5 CHECK*/
}

/* style the third level hover */
.menu ul ul ul a:hover {
  /*background:#b2ab9b;*/
}
/***************************************************?

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
  visibility:hidden;
	position:absolute;
	height:0;
	top:28px;
	left:0; 
	width:150px;
}

/* position the third level flyout menu */
.menu ul ul ul{
  left:150px; 
	top:0px; 
	width:170px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
  left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
  position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background-image: url('images/menu1.gif');
	color:black; 
	height:20px; 
	line-height:20px; /*1em;*/ 
	padding:0; /*5px 10px;*/ 
	width:150px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
  /*width:150px;
	w\idth:130px;*/
}
/*******************
 * HOVERS
 *******************/
 
.menu a:hover {
  background: url('images/navMenuOver.gif');
	color: white;
}

.menu ul ul a:hover {
  background: url('images/menu2.gif');	
	color: white;
}

/*********************
 * VISIBILITY CONTROLS
 *********************/	
	
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
  visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
  visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul { 
  visibility:visible;
}

/********************
 * Homepage Content *
 ********************/

div.homepageContent {
  /*margin:0 5px;
	height:860px;
	width:890px;*/
	color:#333;
}

div.homepageTop {
  height:200px;
}

.blue {
  color:blue;
}

/* width: 890px */
div.homepageMiddle {
  height:320px;
  overflow:hidden;
}

div.homepageMiddleLeft {
  height:100%;
	width:400px;
  padding:20px 50px;
	background:white;
	float:left;
  /*font-size:1.2em;*/
	/*font-weight:bold;*/
  line-height:160%;
}

div.homepageMiddleLeft span.green {
  color:#000;
	font-weight:bold;
	/*color:#050;*/
}

div.homepageMiddleLeft p.emi {
  color:#000;
	/*color:#050;*/
	font-style:italic;
	font-weight:bold;
}

div.homepageMiddleLeft p {
  font-size:100%;
	margin-bottom:20px;
}

div.homepageMiddleLeft span {
  font-size:100%;
}

div.homepageMiddleLeft ul, div.homepageMiddleLeft li {
  /*list-style-type:none;*/
	padding:0;
	margin:0;
	/*left:0;*/
}

div.homepageMiddleLeft li {
  margin-left:20px;
}


div.homepageMiddleLeft p.findOutMore {
  float:right;
	padding-right:60px;
	cursor: pointer; 
	cursor: hand;
}
div.homepageMiddleRight {
	height:100%;
	width:389px;
	float:left;
	background:white;
	/*background: white url("images/industries.jpg") no-repeat left top;*/
}

img.industries {
  position:relative;
	top:22px;
	left:15px;
	width:330px;
	height:220px;
}

div.demo {
  top: 35px;
	left:100px;
	overflow:auto;
	position:relative;
	height:45px;
	width:147px;
	background:url(images/demoReflection.jpg) no-repeat top left;
} 

div.demo input {
  width:147px;
  color: #050;
  background: #ddd;
  border: 2px outset #0c0;
} 

div.homepageBottom {
  overflow:hidden;
  margin:5px 0;
	height:270px;
	display:none;
}

div.homepageBottom h2  {
	margin-top:0;
}

div.indexBox1, div.indexBox2, div.indexBox3, div.indexBox4 {
  height:100%;
  text-align:left;
	padding:10px;
	margin-left:5px;
	float:left;
	width:198px; /*280px;*/
	
	background:white;
}

div.indexBox1 {
  margin-left:0;
}

div.indexBox4 {
  width:201px;
}

div.indexBox1 h2, div.indexBox2 h2, div.indexBox3 h2, div.indexBox4  h2 {
  text-align:center;
}

div.line {
  width:890px;
	height:1px;
	background:white;
}

div.innerLine {
  width:880px;
	height:1px;
	background:#090;
	margin:0 5px;
}

div.customers {
  width:890px;
	height:60px;
	background:white;
}

/*********************
 * otherPage Content *
 *********************/
 
 /* not used */
div.otherPageContent {
  padding:20px 50px;
	min-height:500px;
	height:100%;
	background:white;
	color:#666;
}

/* not used */
div.otherPageContent h1 {
  color:#050;
	padding-left:10px;
}

div.milkLossSlides {
  width:787px;
	height:576px;
	background: green url(images/milkLossSlides/slide1.png);                             
}

div.productLossSlides {
  width:787px;
	height:576px;
	background: green url(images/productLossSlides/slide1.png);                             
}

div.CIPSlides {
  width:787px;
	height:576px;
	background: green url(images/CIPSlides/slide1.png);                             
}

div.cheeseSlides {
  width:790px;
	height:593px;
	background: green url(images/cheeseSlides/slide1.png);                             
}

div.nextSlide {
  text-align:center;
}


/**********
 * FOOTER
 *********/

div.bottom {
  height:4px;
  background: url("images/bottom.jpg") repeat-x;
}
 
div.footer {
  background-color: #035303;
	height: 200px;
}

p.copyright {
  text-align:center;
	color:#888;
}

/* NEW STYLES */
/**************/

/******************************************/
/******************************************/

/**************/
/**************/

/* homdpage */

.homepageMiddleLeft .tagLine {
  color: #050;
	font-size:24px;
	font-weight:bold;								
  padding: 20px 0 70px 0;
	text-align:center;
	line-height:1.6;
}

div.newPageContent {
  background-color:white;
	min-height:500px;
	height:100%;
	color:#333;
	overflow:auto;
	/*width:890px;*/
}

div.homepageMiddle .findOutMore {
  font-size:16px;
	font-weight:bold;
}

div.homepageBottom {
  color:#050;
}

div.homepageBottom div {
  line-height:1.6;
}

div.homepageBottom div h2 {
  font-weight:bold;
}

div.homepageBottom div.indexBox4 h2 {
  padding:14px;
}

.right {
  float:right;
}

.left {
  float:left;			
}

.italic {
  font-style:italic;
}

.bold {
 font-weight:bold;
}

.leftNav {
  float:left;
  min-height:500px;
  height:100%;
  width:150px;
}

.leftNav h4, .leftNav h5 {
  text-align:center;
}

 .leftNav .tagLine {
   color:green;
	 font-style:italic;
	 padding:10px 0;
}

.rightContent {
	float:left;
	min-height:500px;
	height:100%;
	/*background-color:#eff;*/
	width:740px;
}


/* products */
.products h1, h2, h3, h4, h5{
  color:#060;
}

.products .title1, .products .title2 {
  text-align:right;					
}

.products .title3 {
  padding-left:357px;				
}

.products p.content {
  padding:10px;
  font-size:1em;
	line-height:2;
}

products .leftNav {
  text-align:center;
	
}

.products .rightContent {
  padding: 30px;
	width:680px;
	position: relative;
}

.products .keyFeatures {
  width:150px;
	float:right;
	border:1px solid green;
	background-color:#efe;
	margin:10px;
	padding:10px;
	position:relative;
}

.products .keyFeaturesTitle {
  font-weight:bold;
	color:#050;
	text-align:center;
	font-size:16px;
}

.products .keyFeatures p {
  padding:10px;
}

.keyFeatures .key {
  text-align:center;
}

.products img {
	padding: 10px;
}

.products img.cip {
  margin-top:-168px;
}

.products img.vc {
  margin-top:-65px;
}

.products img.oee {
  margin-top:-100px;
}

.products img.ml {
  margin-top:-20px;
}

.products img.milkLoss {
  margin-top:-120px;
}

.products img.cy {
  margin-top:-80px;
}

.products img.trace {
  margin-top:-120px;
}

.products .centerImage {
  /* must also set width and block for this to work */
	width:429px;
  margin:0 auto;
	display:block;
}

.products .popup {
  position:absolute;
	z-index:69;
	width:400px;
	height:100px;
	padding:30px;
	left:-461px;
	background-color:#efe;
	/*visibility:hidden;*/
	border:1px solid green;
	border-right:none;
	display:none;
}

.products .configurable {
  top:15px;
}

.products .modular {
  top:30px;
	height:130px;
}

.products .repeatable {
	top:45px;
	height:130px;
}

.products .robust {
	top:60px;
	height:130px;
}

.products .compatible {
	top:75px;
	height:110px;
}

.products .vision {
  top:90px
}
 
.products .popupTitle {
  font-weight:bold;
}

.products .connector {
  width:20px;
	height:20px;
	background-color:cyan;
	position:absolute;
  z-index:70;
	top:315px;
	left:510px;
	display:none;
}

.products .checklist {
  list-style-image: url("images/check.gif"); 
}
.products .checklist li {
  list-style-image: url("images/check.gif"); 
	margin:0 0 10px 0;
	vertical-align:center;
}

/* services */

table.services {
  border-collapse:collapse;
}

table.services, table.services td {
  border:1px solid black;
}

table.services td {
  padding:4px;
	vertical-align:top;
}

table.services td.title {
  color:#050;
	font-weight:bold;
	text-align:center;
}

table.services tr {
  background-color:#eed;
}

table.services tr.alt {
  background-color:#ded;
}

/* resources */

.resources .leftNav {
  padding-left:10px;
	width:140px;
}

.resources .leftNav .title {
	color:#050;
	text-align:center;
}
	
.resources .leftNav .browseBy {
  text-align:center;				 					 
}

.resources .leftNav li {
  padding-bottom:10px;
}

.resources .rightContent {
  padding:50px;
	width:640px;
}

.resources .title {
  color:green;
	text-align:right;
}

.resources .featuredResources .title {
  text-align:center;
}

.resources img.featuredImage {
  width: 54px;
	float: left;
	height: 54px;
	margin-left: 10px;
	margin-right: 5px;
	border:1px solid gray;
}

.resources div.featuredResources {
  border: 1px solid grey;
	background-color: #efe; 
	padding:0 20px 10px 20px;
	margin-bottom:24px;
} 

.resources div.featuredTitle {
	border-bottom:none;
	background-color: #ffe; 
	padding:10px 20px 5px 20px;
	margin-bottom:0px;
} 

.resources div.featuredResources p {
  padding: 24px 0;
	overflow: auto;
}

/* brochures */

.brochures .title {
  padding-bottom:20px;
}

.brochures p {
  text-align:left;
	padding:10px;
	padding-left:50px;
}

.brochures a {
  color:#050;
	font-weight:bold;
	font-size:14px;
}	

img.brochure {
  padding: 2px;
	border: 1px solid #050;
	margin: 10px;
  vertical-align:middle;
}

/* events */

.events p {
  padding:5px;
	line-height:1.6;
}

img.events {
	verical-align:text-bottom;
}

div.event {
  background-color:#ded;
	padding:20px;
	margin:20px;
}

div.event2 {
  background-color:#eed;
	padding:20px;
	margin:20px;
}


	

/* ourCompany */

.ourCompany .leftNav div.bg {
  /*background-color:#eee;
	margin-left:10px;
	padding-top:20px;*/
}

/*
.ourCompany .leftNav .theCompany {
  color:green;
	padding-left:10px;
}
*/

.ourCompany .leftNav li {
  padding-bottom:10px;
}

.ourCompany .rightContent {
  padding:40px;
	width:660px;
}

.ourCompany .title {
  text-align:right;
  color:green;
	padding-right:20px;
}

.ourCompany img.executive {
  float: left;
	padding:3px;
	background-color:black;
	border:2px solid goldenrod;
	margin:15px 20px 10px 10px;
}

.ourCompany img.craig {
  width:155px;
  height:170px;
}

.ourCompany img.investor {
  float: left;
}

/* Careers */

.careers p {
  padding:10px;
  font-size:1em;
  line-height:1.6;
}

.careers li {
  padding-bottom:5px;
}

/* Executive Team */

.executiveTeam p {
  padding:10px;
  font-size:1em;
  line-height:1.6;
}

/* AboutUs */

.aboutUs img.about {
  float: left;
  padding: 15px 40px 40px 10px;
}

.aboutUs p {
  padding:10px;
  font-size:1em;
  line-height:1.6;
}

/* Investors */

.investors p {
  padding:20px;
  font-size:1em;
  line-height:1.8;
}
 
img.investor {
  padding:20px;
}
/* Press */

table.press {
	border-collapse:collapse;
}

table.press td {
	height:36px;
	vertical-align:top;
	padding:5px;
}

table.press, table.press td {
  /*border: 1px solid green;*/
}

table.press .col1 {
  width:130px;
}

/* FAQ's */

p.question {
  font-weight:bold;
	padding-bottom:0;
}

p.answer {
  font-style:italic;
	padding-top:0;
}

/* ContactUs Page */

.contactUs p {
  font-size:1em;
  line-height:1.6;
}

div.emailPanel div p {
  height:30px; /* min-height */ 
	font-weight:bold;
}
 
div.emailPanel textarea.textArea {
  width: 300px;
	height:100px;
}	

div.emailPanel input.text {
  width:240px;
}
 
div.emailPanel {
  text-align:center;
	position:relative;
	width:660px;
	overflow:hidden;
}
 
div.emailPanel div.center {
  width:505px;
	margin:0 auto;
	overflow:hidden;
}
 
div.emailPanel div.left {
  position:relative;
	width:160px;
	float:left;
	text-align:right;
	vertical-align:top;
	padding-right:5px;
}

div.emailPanel div.right {
	position:relative;
	width:340px;
	float:left;
	text-align:left;
} 
