body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  text-align: center;
}

#holds_everything {
	position: relative;
	width: 988px; 
	margin-right: auto;
	margin-left: auto;
}


#main_container {
	position: absolute;
	top: 0px;
	left: 0px; 
	width: 988px;
	/* height defined in dynamic.js file */	
	background-image: url(images/2px_gradient.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#main_content {
	position: absolute;
	top: 222px;
	left: 25px;
	width: 938px;
	/* height defined in the dynamic.js file */
	margin: 0px;
	padding: 0px;
}

#logout {
	text-align: right;
	
	position: absolute;
	top: 205px;
	right: 25px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 160px;
	width: 988px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 9px;
	left: 21px;
	height: 106px;
	width: 141px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

	#ccof, #omri_story {
		padding: 0px 20px 0px 400px;
	}

	#text, #text2 {/*Used on FAQ page for padding purposes*/
		padding: 0px 20px 0px 400px;
	}
	
	#text2 {
		position: absolute;
		top: 425px;
	}

/*Start Gradient bar divs*/
	#bar {
		position: relative;
		top: 165px;
		width: 938px;
		margin-left: auto;
		margin-right: auto;
		height: 30px;
		padding: 8px 0px 0px 0px; 
	}
	
	#footer_bar { 
		position: absolute;
		bottom: 5px;
		width: 938px;
		height: 15px;
		padding: 0px 0px 3px 0px;
		left: 25px;
	}
	
	#certsFooter { 
		position: absolute;
		bottom: -80px;
		width: 938px;
		height: 75px;
		left: 25px;
	}
		.certSpan {
			width: 125px;
			height: 100%;
		}

	#hm_pic {
		width: 928px;
		height: 100px;
		background-image: url(images/grey_vert.jpg);
		background-repeat: repeat-x;
		padding: 5px 5px 5px 5px;
	}


/*Hover divs for links of home page*/

	#ag_link {
		width: 110px;
		float: left; 
		padding: 5px 45px 5px 5px;
	}

	#ag_link:hover {
		width: 110px;
		float: left; 
		padding: 5px 45px 5px 5px;
		background-image: url(images/green_over.gif);
		background-repeat: no-repeat;
	}

	#animals_link {
		width: 110px;
		float: left; 
		padding: 5px 45px 5px 5px;
	}

	#animals_link:hover {
		width: 110px; 
		float: left; 
		padding: 5px 45px 5px 5px;
		background-image: url(images/red_over.gif);
		background-repeat: no-repeat;
	}

	#cleaning_link {
		width: 110px;
		float: left; 
		padding: 5px 45px 5px 5px;
	}

	#cleaning_link:hover {
		width: 110px; 
		float: left; 
		padding: 5px 45px 5px 5px;
		background-image: url(images/teal_over.gif);
		background-repeat: no-repeat;
	}
	
	#human_link {
		width: 110px;
		float: left; 
		padding: 5px 45px 5px 5px;
	}

	#human_link:hover {
		width: 110px; 
		float: left; 
		padding: 5px 45px 5px 5px;
		background-image: url(images/purple_over.gif);
		background-repeat: no-repeat;
	}

	#commercial_link {
		width: 110px;
		float: left; 
		padding: 5px 45px 5px 5px;
	}

	#commercial_link:hover {
		width: 110px; 
		float: left; 
		padding: 5px 45px 5px 5px;
		background-image: url(images/yellow_over.gif);
		background-repeat: no-repeat;
	}

	#environmental_link {
		width: 110px;
		float: left; 
		padding: 5px 5px 5px 5px;
	}

	#environmental_link:hover {
		width: 110px; 
		float: left; 
		padding: 5px 5px 5px 5px;
		background-image: url(images/ltblue_over.gif);
		background-repeat: no-repeat;
	}


/*Here are the tags for the drop down menu's*/

#dropmenudiv{
	position: absolute;
	border-top-width: 5px;
	border-left-width: 5px;
	border-right-width: 5px; 
	border-bottom-width: 5px;
	border-style: solid;
	border-color: #0C62A7;
	font-family: Verdana;	
	font-size: 11px;
	font-weight: normal;	
	text-decoration: none;
	text-align: left;
	line-height: 18px;
	z-index:100;
}

#dropmenudiv a{
	background-color: #ffffff;
	width: 200px;/*this is the width of the hrefs in the menu, safari and firefox are very picky the width of the body is in the js*/
	display: block;
	/*text-indent: 8px;*/
	text-align: left;
	padding: 0px;
	font-family: Verdana;	
	font-size: 11px;
	font-weight: normal;	
	text-decoration: none;	
	color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #0C62A7;
	color: #ffffff;
}

/*END tags for the drop down menu's*/




/*Start Product boxes*/


	#dkBlueBox{
		float: left;
		width:318px;
		height: 440px;
		text-align: left;
		background-image: url(images/dkBlueBox.png);
		background-repeat: no-repeat;
		padding: 0px 0px 10px 25px;
		margin: 0px 0px 0px 40px;
	}
	
	#dkBlueBoxLong{
		float: left;
		width:318px;
		height: 440px;
		text-align: left;
		background-image: url(images/dkBlueBoxLong.png);
		background-repeat: no-repeat;
		padding: 0px 0px 10px 25px;
		margin: 0px 0px 0px 40px;
	}

	#greenBox{
		float: left;
		width:318px; 
		height: 409px; 
		text-align: left; 
		background-image: url(images/greenBox.png);
		background-repeat: no-repeat;
		padding: 0px 0px 10px 30px;
		margin: 0px 0px 0px 40px;
	}
	
	#greenBox2 {
		position: absolute;
		top: 425px;
		width: 318px; 
		height: 409px; 
		text-align: left; 
		background-image: url(images/greenBox.png);
		background-repeat: no-repeat;
		padding: 0px 0px 10px 30px;
		margin: 0px 0px 0px 40px;
	}
	
	#redBox{
		float: left;
		width:318px; 
		height: 409px; 
		text-align: left; 
		background-image: url(images/redBox.png);
		background-repeat: no-repeat;
		padding: 0px 0px 10px 30px;
		margin: 0px 0px 0px 40px;
	}	
	
	#tealBox{
		float: left;
		width:318px; 
		height: 409px; 
		text-align: left; 
		background-image: url(images/tealBox.png);
		background-repeat: no-repeat;
		padding: 0px 0px 10px 30px;
		margin: 0px 0px 0px 40px;
	}
	
	#purpleBox{
		float: left;
		width:318px; 
		height: 409px; 
		text-align: left; 
		background-image: url(images/purpleBox.png);
		background-repeat: no-repeat;
		padding: 0px 0px 10px 30px;
		margin: 0px 0px 0px 40px;
	}
	
	#yellowBox{
		float: left;
		width:318px; 
		height: 409px; 
		text-align: left; 
		background-image: url(images/yellowBox.png);
		background-repeat: no-repeat;
		padding: 0px 0px 10px 30px;
		margin: 0px 0px 0px 40px;
	}	
	
	#ltBlueBox{
		float: left;
		width:318px; 
		height: 409px; 
		text-align: left; 
		background-image: url(images/ltBlueBox.png);
		background-repeat: no-repeat;
		padding: 0px 0px 10px 30px;
		margin: 0px 0px 0px 40px;
	}
		
	#aboutus_box{
		float: left;
		width:318px; 
		height: 485px; 
		text-align: left;
		background-image: url(images/mission.jpg);
		background-repeat: no-repeat; 
		padding: 0px 0px 10px 30px;
		margin: 0px 0px 0px 40px;
	}
	

	
	#info_box{
		float: left;
		width:318px;
		height: 440px;
		text-align: left;
		background-image: url(images/info_tools.png);
		background-repeat: no-repeat;
		padding: 0px 0px 10px 50px;
		margin: 0px 0px 0px 40px;
	}
	
	.hide {
		display: none;
	}
	
	#abc{
		float: left;
		width:350px; 
		height: 409px; 
		text-align: left; 
		padding: 0px 0px 10px 20px;
		margin: 0px 0px 0px 30px;
	}	
	


/*Start Button 156*/

	#button {
		position: absolute;
		top: 225px;
		right: 0px;
		width: 525px;
		height: 75px;
		padding-top: 5px;
	}
	
	.top_padding {
		padding-top: 13px;
	}
	
	.clickable {
		cursor: pointer;
	}
	
	.save {
		color: #26901C;
	}
	
	.save:hover, .cancel:hover {
		text-decoration: underline;
	}
	
	.cancel, .no {
		color: #D71C1A;
	}
	
	.currentUser {
		background-color: #999999;	
	}
	
	.everyOther {
		background-color:#CCCCCC;
	}	

	.unchangeable:hover {
		cursor: url(images/sorry.cur), auto;
		/*cursor: not-allowed;*/
	}
/*Start Navigation Tabs*/

#small_nav{
	position: absolute;
	top: 19px;
	left: 475px;
	margin: 0px;
	padding: 0px;
	width: 500px;
}

	#tab_home{
		position: absolute;
		top: 106px;
		left: 153px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 10px 0px 0px 0px;
	}

	#tab_home:hover{
		position: absolute;
		top: 106px;
		left: 153px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 10px 0px 0px 0px;
		background-image: url(images/tab_home.jpg);
		background-repeat: no-repeat;
	}

	#tab_home_sel{
		position: absolute;
		top: 106px;
		left: 153px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 10px 0px 0px 0px;
		background-image: url(images/tab_home.jpg);
		background-repeat: no-repeat;
	}	
	
	#tab_2{
		position: absolute;
		top: 106px;
		left: 269px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 5px 0px 0px 0px;
	}
	
	#tab_2:hover{
		position: absolute;
		top: 106px;
		left: 269px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 5px 0px 0px 0px;
		background-image: url(images/tab.jpg);
		background-repeat: no-repeat;
	}	
	
	#tab_2_sel{
		position: absolute;
		top: 106px;
		left: 269px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 5px 0px 0px 0px;
		background-image: url(images/tab.jpg);
		background-repeat: no-repeat;
	}
	
	#tab_3{
		position: absolute;
		top: 106px;
		left: 385px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 5px 0px 0px 0px;
	}
	
	#tab_3:hover{
		position: absolute;
		top: 106px;
		left: 385px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 5px 0px 0px 0px;
		background-image: url(images/tab.jpg);
		background-repeat: no-repeat;		
	}
	
	#tab_3_sel{
		position: absolute;
		top: 106px;
		left: 385px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 5px 0px 0px 0px;
		background-image: url(images/tab.jpg);
		background-repeat: no-repeat;		
	}	
	
	#tab_4{
		position: absolute;
		top: 106px;
		left: 501px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 10px 0px 0px 0px;
	}	

	#tab_4:hover{
		position: absolute;
		top: 106px;
		left: 501px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 10px 0px 0px 0px;
		background-image: url(images/tab.jpg);
		background-repeat: no-repeat;			
	}	

	#tab_4_sel{
		position: absolute;
		top: 106px;
		left: 501px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 10px 0px 0px 0px;
		background-image: url(images/tab.jpg);
		background-repeat: no-repeat;			
	}		

	#tab_5{
		position: absolute;
		top: 106px;
		left: 617px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 5px 0px 0px 0px;
	}
	
	#tab_5:hover{
		position: absolute;
		top: 106px;
		left: 617px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 5px 0px 0px 0px;
		background-image: url(images/tab.jpg);
		background-repeat: no-repeat;
	}
	
	#tab_5_sel{
		position: absolute;
		top: 106px;
		left: 617px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 5px 0px 0px 0px;
		background-image: url(images/tab.jpg);
		background-repeat: no-repeat;
	}

	#tab_6{
		position: absolute;
		top: 106px;
		left: 733px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 5px 0px 0px 0px;
	}

	#tab_6:hover{
		position: absolute;
		top: 106px;
		left: 733px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 5px 0px 0px 0px;
		background-image: url(images/tab.jpg);
		background-repeat: no-repeat;
	}	

	#tab_6_sel{
		position: absolute;
		top: 106px;
		left: 733px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 5px 0px 0px 0px;
		background-image: url(images/tab.jpg);
		background-repeat: no-repeat;
	}		
		
	#tab_7{
		position: absolute;
		top: 106px;
		left: 849px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 12px 0px 0px 0px;
	}
	
	#tab_7:hover{
		position: absolute;
		top: 106px;
		left: 849px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 12px 0px 0px 0px;
		background-image: url(images/tab.jpg);
		background-repeat: no-repeat;
	}
	
	#tab_7_sel{
		position: absolute;
		top: 106px;
		left: 849px;
		height: 55px;
		width: 117px;
		margin: 0px;
		padding: 0px 0px 0px 0px;
		line-height: 45px;
		background-image: url(images/tab.jpg);
		background-repeat: no-repeat;
	}	
/*End Navigation Tabs*/

.floatL {
	float: left;
}

.floatR {
	float: right;
}

/*Text attributes*/
.nav_link { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.nav_link:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.small_nav{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
	
.small_nav_link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.small_nav_link:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	text-decoration: underline;
}

.footer_nav{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.footer_nav_link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.footer_nav_link:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	text-decoration: underline;
}

.large_link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
}

.large_link:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-align: left;
	text-decoration: none;
}

.link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-align: left;
	text-decoration: none;
}

.link:hover {
	color: #0066CC;
}

.file {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
	text-align: left;
	text-decoration: none;
}

.file:hover {
	color: #996699;
}

.directory {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
	text-align: left;
	text-decoration: none;
}

.directory:hover {
	color: #996699;
}

.copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
}

.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

.fieldStudyTitle, .testimonialTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

.videoTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

.lg_copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	text-align: left;
}


.h2{/*product boxes*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight:bold;
	color: #ffffff;
	text-align: center;
}

#boxTitle{
	position:relative;
	top: 19px;
	left: 0px;
	width: 264px;
}

#boxTitle2 {
	position: absolute;
	top: 19px;
	left: 0px;
	width: 264px;
	height: 20px;
	text-align: center;
}

.subTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CC9900;
	text-align: left;
	font-weight:bold;
	line-height: 16px;
}

.grayItalics {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	text-align: left;
}

.title2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
	text-align: left;
}
