/* CSS Document */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		background-color: #060821;
	color: #242334;
	height=100%
  }
  
  #container {
	margin: auto;
	width: 840px;
	position: relative;
  }
  
  #banner {
  position:relative;
  width:100%;
  height:100px;
  top:0px;
  left:0px;
  }
  
  #mainNav {
  position:relative;
  top:0px;
  left:0px;
  width:100%;
  height:25px;
  	font-size:11px;
	width: 840px;
	height: 25px;
	z-index:500;
	text-transform: lowercase;
	vertical-align: middle;
	border-top-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #060821;
	border-right-color: #060821;
	border-left-color: #060821;
	border-right-width: 0px;
  }
  
  #flashRegion {
	height: 200px;
	width: 700px;
	position: relative;
	top: 0px;
	float:right;
	background-color:#060821;
	margin: 0px;
	padding: 0px;
	z-index:0;
}
  
  #bodyRegion {
  padding-top:3px;
  position:relative;
  top:0px;
  left:0px;
  }

form{
text-align:left;
}

  #leftNav {
  position:absolute;
  width:140px;
  height:100%;
  top:0px;
  left:0px;
  float:left;
  text-align:left;
text-transform:capitalize;
list-style-type: none;
	padding:0px;
	margin:0px;
  }
  
  #mainContent{
  position:relative;
  float:right;
  width:840px;
  height:100%;
  left:0px;
  top:0px;
  background-color:#FFFFFF;
  }
  
  #textRegion{
  position:relative;
  margin-top:225px;
  margin-bottom:50px;
  margin-right:50px;
  margin-left:190px;
  }
  
  
  #footer {
	font-size: 10px;
	color: #999999;
	position: absolute;
	width: 700px;
	bottom: 0px;
	left:140px;
	padding-top:50px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}
  
  .home{
  background-color:#b06010;
  }
  
 .ingredients{
  background-color:#ba6f16;
  }
  
  .aseptic{
  background-color:#d1951b;
  }
  
  .innovation{
  background-color:#c37f25;
  }
  
  .about{
  background-color:#755b37;
  }
  
  .contact{
  background-color:#4e3f34;
  }