/* PRESS STYLESHEET */
html, body {		
	background-color: #000000; 
    border-style: none;	
	font-family: arial, san-serf;
	font-color: #000000;
	font-size: 14px; 
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
a:link{
	font-style: ;
	font-weight: bold;
	text-decoration: none;
	color: #50653c;
}
a:visited {
	font-style: ;
	font-weight: bold;
	text-decoration: none;
	color: #50653c;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
#environet-com {		
	margin-top: 5px;
	padding: 0;
	position: relative;
}
	
/* START ENVIRONET NAVIGATION BAR CSS CODE */
#environet_masthead {
    width: 1000px; 
	height: 208px;
    background: url("Images/EnviroNet_Nav_Sprite.jpg") no-repeat;
    margin-top: 0px; 
	padding: 0;   
	position: relative; 
}
	#environet_navigation a {
		position: absolute;
		height: 32px;
		width: 84px;
		top: 0px; 
		text-decoration: none;
		display: block;
	}	
		#environet_navigation a i {			
			visibility: hidden;
		}
			a#home-link {				
				height: 91px;
				width: 284px;
				top: 0px;
				left: 716px;				
			}
			a#products-link {				
				background-image: url(Images/EnviroNet_Nav_Sprite.jpg); 
				background-position: -520px -300px;
				border: none;			
				height: 32px;
				width: 133px;
				top: 91px;
				left: 520px;		
			}
			a#services-link {
				height: 32px;
				width: 110px;
				top: 91px;
				left: 659px;			
			}
			a#press-link {
				border: none;
				height: 32px;
				width: 84px;
				top: 91px;
				left: 774px;			
			}
			a#contacts-link {
				height: 32px;
				width: 138px;
				top: 91px;
				left: 862px;				
			}		
			a#home-link:hover {
				background-image: url(Images/EnviroNet_Nav_Sprite.jpg); 
				background-position: -716px -209px;
				border: none;
			}
			a#products-link:hover {
				background-image: url(Images/EnviroNet_Nav_Sprite.jpg); 
				background-position: -520px -300px;
				border: none;
			}
			a#services-link:hover {
				background-image: url(Images/EnviroNet_Nav_Sprite.jpg); 
				background-position: -659px -300px;
				border: none;
			}
			a#press-link:hover {
				background-image: url(Images/EnviroNet_Nav_Sprite.jpg); 
				background-position: -774px -300px;
				border: none;
			}
			a#contacts-link:hover {
				background-image: url(Images/EnviroNet_Nav_Sprite.jpg); 
				background-position: -862px -300px;
				border: none;
			}								
/* END ENVIRONET NAVIGATION BAR CSS CODE */

#content {
	background-color: #edf2eb;	
	padding: 5px 134px 50px 133px;	
	margin: -1px 0px 0px 0px;
	border-style: solid;
	border-width: 3px;
	border-top: 0px;
	border-bottom: 4px;    
	border-left-width: 4px;    
	border-right-width: 4px;     
	border-color: #d1d6cf;	
	width: 725px;
	position: relative;	
}
#footer {
	margin-top: 25px;
	padding-bottom: 25px;
}
#footer a:link{
	font-style: ;
	font-weight: bold;
	text-decoration: none;
	color: #50653c;
}
#footer a:visited {
	color: #50653c;
}
#footer a:hover {
	text-decoration: underline;
	color: #90bb8e;
}