body  {
	/*font-family:"Gill Sans MT", Arial;*/
   /*font-family:"Myriad Pro", Arial;*/
   font-family: Arial;
	font-size: 100%;
	color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
   height: 100%;
}
 
.headerBorder {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 1px;
}
 
.pageHeader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100px;
	background-image: none;
	background-color: transparent;
}
 
.pageHeaderBackground {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100px;
	/*background-image: none;
	background-color: #FFFFFF;*/
}
 
.navHeader {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	height: 100%;
	width: 800px;
	top: 10px;
	text-align: left;
}
 
.pageBody {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 800px;
	top: 250px;
	text-align: left;
}
 
.navLogo {
	position: relative;
}
 
.navTitle {
	position: relative;
	top: -80px;
	left: 100px;
}
 
 
 
img {
	border-style: none;
}
 
a:link {
	border-style: none;

	
}
 
a:visited {
	border-style: none;
}
 
a:hover {
	border-style: none;
   cursor: hand;
	
}
 
a:active {
	border-style: none;

	
}

.internal_link{
  	color:#919637;
   font-style: italic;
   font-size: 90%;
   text-decoration: underline;
}
 
.navOptions {
	position: relative;
	top: -17px;
	left: 180px;
	width: 620px;
	height: 20px;
   font-family:"Myriad Pro", Arial;
	font-weight: bold;
	color:#919637;
	/*border: 2px solid red;*/
}
 
.doubleColumn {
	width: 800px;
}
 
.columnOne {
	width: 300px;
	float: left;
}
 
.columnTwo {
	/*width: 390px;*/
	text-align: left;
}
 
/*.pageFooter {
	position: absolute;
	text-align: center;
	left: 25px;	
	top: 600px;
	width: 750px;
}*/

.pageFooter {
   position: relative;
   text-align: center;
   left: 25px;
   top: 150px;
   width: 750px;
   font-size: 76%;
}

.navSelected_Home{
   position: absolute;
   top: -25px;
   color:#919637;
   font-weight: bold;
   font-size: 20px; 
   left: 122px;
}

.navUnselected_Home{
   position: absolute;
   text-decoration: none;
   color:#919637;
   font-size: 18px;
   top: -3px;
   left: 125px;

}

.navSelected_Product{
   position: absolute;
   top: -25px;
   color:#919637;
   font-weight: bold;
   font-size: 20px; 
   left: 187px;
}

.navUnselected_Product{
   position: absolute;
   text-decoration: none;
   color:#919637;
   font-size: 18px;
   top: -3px;
   left: 190px;

}

.navSelected_Company{
   position: absolute;
   top: -25px;
   color:#919637;
   font-weight: bold;
   font-size: 20px; 
   left: 397px;
}

.navUnselected_Company{
   position: absolute;
   text-decoration: none;
   color:#919637;
   font-size: 18px;
   top: -3px;
   left: 400px;
}

.navSelected_Contact{
   position: absolute;
   top: -25px;
   color:#919637;
   font-weight: bold;
   font-size: 20px; 
   left: 497px;
}

.navUnselected_Contact{
   position: absolute;
   text-decoration: none;
   color:#919637;
   font-size: 18px;
   top: -3px;
   left: 500px;
}

.product_image {
   text-align: center;
}

.body_info {
   position: relative;
   left: 100px;
}
 
