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;
}

a:hover {
  color: #33f;
}

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, h2.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:390px;
	float:right;
	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 *
 *********************/
 
div.otherPageContent {
  padding:20px 50px;
	min-height:500px;
	height:100%;
	background:white;
	color:#666;
}

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;
}

/* ContactUs Page */
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:800px;
	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;
} 

/**********
 * 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;
}