/* AGRICHEM - CSS Document */
/* Written By Tim Pritchard for HBP Systems Limited 2007 */
/* Creation Date : 26 / 06 / 2007 */

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*====================================================================================================================================*/
#hbp {display:none;}
/*====================================================================================================================================*/

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*======================================================================================================================================
	AGRICHEM - GLOBAL WEBSITE CSS DEFINITIONS **START**
======================================================================================================================================*/
/* website container **start** */
body {
	/*background-color:#252525;*/
	background-color:#8b8b8b;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#agrichem_website_container {
	float:left;
	background-image:url(agrichem_images/agrichem_main_background_repeat.jpg);
	background-position:top;
	background-repeat:repeat-y;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-450px;
	width:900px;
	padding:0px;
}
/*===========================================================================================================================*/
	/* header **start** */
	#agrichem_website_header_container {
		float:left;
		width:900px;
		height:190px;
		background-image:url(agrichem_images/agrichem_main_background_header.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}		

		#agrichem_header_links {
			position:absolute;
			float:left;
			top:47px;
			left:50%;
			margin-left:-370px;
			font-family:"Trebuchet MS", Arial;
			color:#FFFFFF;
			font-size:9px;
			letter-spacing:0.1em;
		}
			#agrichem_header_links a {
				color:#FFFFFF;
				text-decoration:none;
				padding-left:5px;
				border-left:1px solid #fff;
			}
			#agrichem_header_links a:hover {
				text-decoration:underline;
			}
				#agrichem_header_email_link {
					margin-left:30px;
				}
				#email_address_img {
					position:absolute;
					margin-left:18px;
					margin-top:4px;}
		#agrichem_header_text {
			position:absolute;
			float:left;
			top:142px;
			left:50%;
			margin-left:-390px;
			font-family:"Trebuchet MS", Arial;
			color:#FFFFFF;
			font-size:9px;
			line-height:1.1em;
			width:100%;
		}
			#agrichem_header_text a {
				color:#FFFFFF;
				text-decoration:none;
			}
			#agrichem_header_text a:hover {
				color:#000;
			}

		/* header navigation **start** */
		#agrichem_header_navigation_container {
			float:left;
			position:absolute;
			height:20px;
			width:810px;
			top:170px;
			left:50%;
			margin-left:-400px;
			text-align:center;
		}
			.agrichem_header_navigation_spacer {
				width:1px;
				height:20px;
				background-color:#2c2c2c;
				float:left;
			}
			.agrichem_header_navigation_spacer_1 {
				width:1px;
				height:20px;
				background-color:#2c2c2c;
				float:left;
				position:absolute;
				top:0px;
				left:50%;
				margin-left:394px;
			}
			#agrichem_header_navigation_container a {
				float:left;
				padding-top:2px;
				padding-bottom:4px;
				padding-left:15px;
				padding-right:15px;
				color:#FFFFFF;
				text-decoration:none;
				font-size:10px;
				letter-spacing:0px;
				border-top:1px solid #1d1d1d;
				border-bottom:1px solid #1d1d1d;
				font-weight:bold;
			}
			#agrichem_header_navigation_container a:hover {
				background-image:url(agrichem_images/agrichem_header_navigation_bg_over.jpg);
				background-position:top;
				background-repeat:repeat-x;
			}
			#contact_btn {
				padding-left:15px;
				padding-right:15px;
			}
		/* header navigation **end** */
	/* header **end** */
/*===========================================================================================================================*/




/*===========================================================================================================================*/
	/* body **start** */
	#agrichem_website_body_container {
		float:left;
		width:900px;
		margin:0px;
		padding:0px;
	}
		/* left-hand navigation **start */
		#agrichem_body_left_hand_navigation_container {
			float:left;
			width:140px;
			margin-left:50px;
			overflow:hidden;
		}
		#agrichem_body_left_hand_navigation_container h1 {
			padding:0px;
			margin-bottom:0px;
			margin-top:10px;
			margin-left:10px;
			font-size:12px;
			font-family:"Trebuchet MS", Arial;
			color:#9fb201;
			float:left;
		}
		#agrichem_body_left_hand_navigation_container h1.newsletters {
			padding:0px;
			margin-bottom:0px;
			margin-top:0px;
			margin-left:10px;
			font-size:12px;
			font-family:"Trebuchet MS", Arial;
			color:#9fb201;
			float:left;
		}
		#agrichem_body_left_hand_navigation_container select {
			margin-left:3px;
		}
		.agrichem_select_holder_top {
			margin-left:2px;
		}
		.agrichem_select_holder {
			margin-left:2px;
			padding-bottom:7px;
			display:none;
		}
			#agrichem_date {
				height:20px;
				text-align:center;
			}
			.date {
				font-size:9px;
				color:#9fb201;
				font-weight:bold;
				font-family:"Trebuchet MS", Arial;
				margin-top:10px;
				
			}
			#agrichem_left_nav_spacer {
				color:#9fb201;
				margin-left:4px;
				letter-spacing:0.1em;
			}
			#agrichem_left_nav_spacer_1 {
				color:#9fb201;
				margin-left:4px;
				letter-spacing:0.1em;
			}
			#agrichem_left_navigation_newsletters {
				padding-top:5px;
			}

		/* left-hand navigation **start */

		#agrichem_body_content_container {
			float:left;
			width:660px;
			background-image:url(agrichem_images/agrichem_main_content_bg_repeat.jpg);
			background-position:top;
			background-repeat:repeat-y;
		}
			#agrichem_body_content_container_top {
				float:left;
				width:660px;
				background-image:url(agrichem_images/agrichem_main_content_bg_top.jpg);
				background-position:top;
				background-repeat:no-repeat;
			}
				#agrichem_body_content_container_bottom {
					float:left;
					width:660px;
					background-image:url(agrichem_images/agrichem_main_content_bg_bottom.jpg);
					background-position:bottom;
					background-repeat:no-repeat;
					padding-bottom:7px;
				}
					#agrichem_content_bg {
						float:left;
						width:648px;
						margin-top:8px;
						padding-left:6px;
						background-image:url(agrichem_images/agrichem_main_content_bg.jpg);
						background-position:100% bottom;
						background-repeat:no-repeat;
						overflow:hidden;
						text-align:justify;
						font-size:11px;
					}
						#agrichem_content {
						}

.agrichem_table {
	border:1px solid #000000;
	padding:5px;
	width:100%;
	float:left;
	vertical-align:top;
}
.agrichem_table td {
	border:1px solid #000000;
	padding:5px;
	text-align:justify;
	vertical-align:top;
}
.agrichem_table td p {
	width:100%;
}
	/* body **end** */
/*===========================================================================================================================*/




/*===========================================================================================================================*/
	/* footer **start** */
	#agrichem_website_footer_container {
		float:left;
		width:900px;
		background-image:url(agrichem_images/agrichem_main_background_footer.jpg);
		background-position:top;
		background-repeat:no-repeat;
		padding:0px;
		margin-bottom:-20px;
	}
		#agrichem_footer_links {
			float:left;
			margin-top:1px;
			font-family:"Trebuchet MS", Arial;
			font-size:9px;
			color:#6f6f6f;
			width:900px;
			text-align:center;
			letter-spacing:0.5em;
		}
			#agrichem_footer_links a {
				font-size:9px;
				color:#6f6f6f;
				text-decoration:none;
				letter-spacing:0.1em;
			}
			#agrichem_footer_links a:hover {
				color:#9fb201;
			}
		#agrichem_footer_sub {
			float:left;
			margin-top:25px;
			font-size:9px;
			color:#666666;
			width:900px;
			text-align:center;
		}
		#agrichem_footer_sub a {
			font-size:9px;
			color:#999999;
			text-decoration:none;
		}
		#agrichem_footer_sub a:hover {
			color:#9fb201;
			text-decoration:underline;
		}
	/* footer **end** */

/*======================================================================================================================================
	AGRICHEM - GLOBAL WEBSITE CSS DEFINITIONS **END**
======================================================================================================================================*/

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*======================================================================================================================================
	AGRICHEM - UNIQUE ELEMENT CSS DEFINITIONS **START**
======================================================================================================================================*/
/* Large Image Container **start** */
#agrichem_image_container_left {
	float:left;
	background-image:url(agrichem_images/agrichem_large_image_container/argichem_large_image_container_left_repeat.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
	#agrichem_image_container_right {
		float:left;
		background-image:url(agrichem_images/agrichem_large_image_container/argichem_large_image_container_right_repeat.jpg);
		background-position:right;
		background-repeat:repeat-y;
	}
		#agrichem_image_container_top {
			float:left;
			background-image:url(agrichem_images/agrichem_large_image_container/argichem_large_image_container_top_repeat.jpg);
			background-position:top;
			background-repeat:repeat-x;
		}
			#agrichem_image_container_bottom {
				float:left;
				background-image:url(agrichem_images/agrichem_large_image_container/argichem_large_image_container_bottom_repeat.jpg);
				background-position:bottom;
				background-repeat:repeat-x;
			}
				#agrichem_image_container_top_left {
					float:left;
					background-image:url(agrichem_images/agrichem_large_image_container/argichem_large_image_container_top_left.jpg);
					background-position:top left;
					background-repeat:no-repeat;
				}
					#agrichem_image_container_top_right {
						float:left;
						background-image:url(agrichem_images/agrichem_large_image_container/argichem_large_image_container_top_right.jpg);
						background-position:top right;
						background-repeat:no-repeat;
					}
						#agrichem_image_container_bottom_left {
							float:left;
							background-image:url(agrichem_images/agrichem_large_image_container/argichem_large_image_container_bottom_left.jpg);
							background-position:bottom left;
							background-repeat:no-repeat;
						}
							#agrichem_image_container_bottom_right {
								float:left;
								background-image:url(agrichem_images/agrichem_large_image_container/argichem_large_image_container_bottom_right.jpg);
								background-position:bottom right;
								background-repeat:no-repeat;
							}
								#agrichem_large_image_container_inner {
									float:left;
									padding-left:7px;
									padding-top:7px;
									padding-right:7px;
									padding-bottom:4px;
								}
/* Large Image Container **end** */

/* highlight box **start** */
.agrichem_highlight_box {
	float:left;
	/*width:208px;*/
	text-align:left;
	font-size:10px;
	padding-left:7px;
	padding-top:7px;
	padding-right:7px;
	padding-bottom:7px;
	font-weight:bold;
	background-image:url(agrichem_images/agrichem_highlight_box_bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.agrichem_higlight_box_inner {
	padding-bottom:0px;
	cursor:pointer;
	cursor:hand;
}
#brand_new_container {
float:left; /*width:435px;*/ overflow:hidden;
}
#brand_new_container a {
border:0px;

}

	/* highlight boxes */
	#agrichem_highlight_box_index_left_1 {
		float:left;
		/*width:435px;*/
		/*position:absolute;*/
		margin-left:-5px;
	}
	#agrichem_highlight_box_index_right_1 {
		float:left;
		/*width:217px;*/
		position:absolute;
		margin-left:-5px;
	}
/*.agrichem_higlight_box_inner:hover {
	background-color:#e6ffcf;
}*/
.agrichem_thumbnail_image_container {
	float:left;
	padding:5px;
}
.agrichem_thumbnail_image_container img {
	float:left;
	border:1px solid #252525;
}
.agrichem_highlight_box_text {
	padding-top:3px;
}
.agrichem_highlight_box_text h2 {
	color:#9fb201;
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial;
}
.agrichem_highlight_box_text h2 a {
	color:#9fb201;
	text-decoration:none;
}
/* highlight box **start** */

/* Titles **start** */
h1.agrichem_title {
	font-family:"Trebuchet MS", Arial;
	font-size:20px;
	color:#9fb201;
	margin-top:15px;
	margin-bottom:10px;

}
h1.agrichem_title_lower {
	font-family:"Trebuchet MS", Arial;
	font-size:20px;
	color:#9fb201;
	margin-top:0px;
	margin-bottom:0px;
}
h2.product_spec {
	font-family:"Trebuchet MS", Arial;
	font-size:15px;
	color:#9fb201;
	margin-top:10px;
	margin-bottom:5px;
	float:left;
	width:630px;
}
/* Titles **end** */

/* Paragraph Text **start** */
.agrichem_paragraph {
	float:left;
	padding-top:7px;
	padding-right:3px;
	padding-left:3px;
	padding-bottom:7px;
	font-size:11px;
	line-height:15px;
	width:auto:
}
	.agrichem_paragraph a {
		color:#9fb201;
		text-decoration:none;
		font-weight:bold;
		height:10px;
		border-bottom:1px dotted #ffffff;
	}
	.agrichem_paragraph a:hover {
		border-bottom:1px dotted #9fb201;
	}
.agrichem_paragraph_inner {
	float:left;
	padding-top:7px;
	padding-right:3px;
	padding-left:3px;
	padding-bottom:7px;
	font-size:11px;
	line-height:15px;
	width:630px;
}
hr.agrichem_divider {
	width:98%;
	float:left;
	border:2px dotted #9fb201;
	margin-left:5px;
	margin-top:10px;
	padding-bottom:0px;
	margin-bottom:0px;}
/* Paragraph Text **end** */

/* top right title */
#agrichem_top_left_title {
	background-color:#9fb201;
	width:130px;
	text-align:center;
	position:absolute;
	top:210px;
	left:50%;
	margin-left:253px;
	z-index:100;
	padding:0px;
	margin-bottom:0px;
	height:25px;
	overflow:hidden;
	/*border:1px solid #252525;*/
}
#agrichem_top_left_title h1 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial;
	/*padding-bottom:3px;*/
	padding-top:3px;
}
/* product link bar */
#agrichem_product_link_bar {
	width:625px;
	float:left;
	border-bottom:1px dotted #252525;
	border-top:1px dotted #252525;
	padding:5px;
}
#agrichem_product_link_bar a {
	padding-left:5px;
	padding-right:5px;
	border-bottom:1px dotted #ffffff;
}
#agrichem_product_link_bar a:hover {
	padding-left:5px;
	padding-right:5px;
	border-bottom:1px dotted #9fb201;
}

/*product details */
.product_details {
}
.product_details td.details_line_a {
	background-color:#00FF99;
}
.product_details td.details_line_b {
	background-color:#666666;
}
.product_details td {
	padding-top:2px;
	padding-bottom:2px;
}
.product_details td.divider {
	padding-top:0px;
	padding-bottom:0px;
	height:10px;
	vertical-align:middle;
}
.product_details td div.details_divider {
	width:95%;
	float:left;
	padding:0px;
	border-bottom:1px dotted #252525;
	margin:0px;
	height:1px;
}
.product_details td hr.agrichem_divider {
	width:97%;
	float:left;
	padding:0px;
	border:2px dotted #9fb201;
	margin:0px;
}
.product_details_left {
	float:left;
	width:100px;
	line-height:20px;
}
.product_details_right {
	float:left;
	width:320px;
	line-height:20px;
	text-align:left;
}
.doseage_rate_right {
	float:right;}

/*safety info*/
#product_safety_complience {
	padding:10px;
	border:2px solid #9fb201;

}

/* drop down boxes */
.drop_down_container {
	float:left;
	background-image:url(agrichem_images/drop_down_box/select_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	width:141px;
	height:25px;
	margin-left:2px;
}
	.drop_down_left {
		float:left;
		background-image:url(agrichem_images/drop_down_box/select_left.gif);
		background-position:top left;
		background-repeat:no-repeat;
		width:141px;
		height:25px;
	}
		.drop_down_btn {
			float:left;
			background-image:url(agrichem_images/drop_down_box/select_right.gif);
			background-position:top right;
			background-repeat:no-repeat;
			width:141px;
			height:25px;
			overflow:hidden;
		}
			.btn {
				position:absolute;
				z-index:500;
				margin-left:105px;
				margin-top:-3px;
				cursor:hand;
				cursor:pointer;
			}
			.drop_down_text_selected {
				float:left;
				width:102px;
				height:15px;
				margin-left:10px;
				margin-top:5px;
				overflow:hidden;
				font-size:11px;
				color:#000000;
				font-family:"Trebuchet MS", Arial;
				padding-left:3px;
			}
.drop_down_hidden {
	z-index:500;
	position:absolute;
	float:left;
	margin-top:20px;
	margin-left:-133px;
	width:105px;
	background-color:#252525;
	border:1px dotted #9fb201;
	padding-top:1px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:1px;
	display:none;
	text-align:left;
	
}
.drop_down_hidden a {
	font-family:"Trebuchet MS", Arial;
	display:block;
	font-size:11px;
	color:#9fb201;
	text-decoration:none;
	margin-top:0px;
	margin-left:0px;
	width:100px;
	padding:3px;
	float:left;
	text-align:left;
	float:left;
}
.drop_down_hidden a:hover {
	color:#ffffff;
	background-color:#2d2d2d;
}
.close_btn {
	float:left;
	cursor:hand;
	cursor:pointer;
}
			#newsletters {
				z-index:5000;
			}
			#seed_treatments {
				z-index:4999;
			}
			#polymer_coatings {
				z-index:4998;
			}
			#herbicides {
				z-index:4997;
			}
			#storage_products {
				z-index:4996;
			}
			#other_products {
				z-index:4995;
			}

/*newsletters*/
#agrichem_newsletter_page_container {
	width:610px;
	padding:10px;
	float:left;
}
	#agrichem_newsletter_page_container_inner {
		width:580px;
		padding:10px;
		border:10px solid #e3ff98;
		float:left;
	}

#newsletter_header_container {
	background-image:url(agrichem_images/newsletter_images/newsletter_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:620px;
	height:80px;
	float:left;
	margin-top:-5px;
	padding-top:7px;
	text-align:center;
	z-index:1000;
}
	.newsletter_header_title {
		font-size:9px;
		font-weight:bold;
	}
	.newsletter_header_address {
		font-size:9px;
	}
	#newsletter_header_product_title {
		font-size:30px;
		font-weight:bold;
		padding-top:10px;
		color:#FFFFFF;
		height:50px;
		position:absolute;
		top:213px;
		left:50%;
		margin-left:-231px;
		width:600px;
		height:30px;
		text-align:center;
		z-index:500;
		display:block;
		float:left;
		line-height:50px;
	}
	#newsletter_header_product_title_sub {
		font-size:30px;
		font-weight:bold;
		padding-top:10px;
		color:#000000;
		height:50px;
		position:absolute;
		top:215px;
		left:50%;
		margin-left:-229px;
		width:600px;
		height:30px;
		text-align:center;
		z-index:499;
		display:block;
		float:left;
		line-height:50px;
	}
	#newsletter_date {
		position:absolute;
		top:265px;
		left:50%;
		margin-left:290px;
		width:80px;
		height:15px;
		text-align:center;
	}

#newsletter_footer_container {
	background-image:url(agrichem_images/newsletter_images/newsletter_footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:620px;
	height:75px;
	float:left;
	margin-top:10px;
	text-align:center;
	padding-top:5px;
}
	.newsletter_footer_title {
		font-size:20px;
		font-weight:bold;
	}
	.newsletter_footer_address {
		font-weight:bold;
		padding-top:3px;
	}
	.newsletter_footer_contacts {
		padding-top:5px;
		font-size:9px;
	}
	.newsletter_footer_contacts a {
		color:#000000;
		border:0px;
		font-weight:normal;
	}
	.newsletter_footer_contacts a:hover {
		text-decoration:underline;
	}
	.newsletter_bullet {
		font-size:24px;
		font-weight:bold;
		line-height:25px;
	}
	.newsletter_subscript {
		font-size:9px;
	}

#diamite_bg_container {
	background-image:url(agrichem_images/newsletter_images/agrichem_diamite_bg_image.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:530px;
	padding:25px;
	text-align:left;
}
#thyram_plus_bg_container {
	background-image:url(/agrichem_images/newsletter_images/thyram_plus_bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:530px;
	padding:25px;
	text-align:left;
}
#agrichem_hy_pro_duet_bg_container {
	background-image:url(/agrichem_images/newsletter_images/agrichem_hy_pro_duet_bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:530px;
	padding:25px;
	text-align:left;
}

/*sitemap*/
#sitemap_container {
	float:left;
	padding-left:30px;
}
#sitemap_container h1 {
	float:left;
	font-size:14px;
	width:100%;
}
#sitemap_container h1:hover {
	/*color:#9fb201;
	cursor:pointer;
	cursor:hand;*/
}

#sitemap_container_inner {
	float:left;
	padding-left:20px;
}
#sitemap_container_inner a {
	float:left;
	border:0px;
}
.drop_arrow {
	color:#9fb201;
	float:none;}
#sitemap_container_inner a:hover {
	border:0px;
	color:#000000;
}
#sitemap_container_inner div.close {
	float:left;
	margin-left:450px;
	margin-top:-30px;
	padding-bottom:15px;
	border-bottom:1px dotted #FFF;
	color:#9fb201;
	font-weight:bold;
	width:50px;
	height:100%;
	padding:0px;
	border-right:1px solid #ccc;
}
#sitemap_container_inner div.close:hover {
	text-decoration:underline;
	color:#9fb201;
	cursor:pointer;
	cursor:hand;
}
#sitemap_container_inner a.top {
	float:left;
	margin-left:7px;
	margin-top:-30px;
	padding-bottom:15px;
	border-bottom:1px dotted #FFF;
}
#sitemap_container_inner a.top:hover {
	text-decoration:underline;
	color:#9fb201;
}

#sitemap_container_inner a.site_map_link_small {
	float:left;
	margin-left:35px;
	color:#999999;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	border:0px;
}
#sitemap_container_inner a.site_map_link_small:hover {
	color:#000000;
	border:0px;
}
.site_map_link_set {
	float:left;
	width:600px;
	margin-top:10px;
}
.site_map_link_set h1 {
	float:left;
	width:600px;
	margin-top:10px;
	line-height:25px;
	font-size:14px;
}
.sitemap_tier_1 {
	float:left;
	padding-left:30px;
	width:550px;
	margin-top:10px;
	padding-bottom:25px;
	border-bottom:2px dotted #9fb201;
}
.sitemap_tier_2 {
	margin-top:10px;
	float:left;
	width:550px;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
	height:100%;
}
.sitemap_tier_2 a {
	float:left;
	margin-left:35px;
}


.product_link {
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #fff;
	border-right:1px dotted #fff;
	border-left:1px dotted #fff;
	padding-top:10px;
	padding-left:10px;
	width:420px;
}
.product_link:hover {
	background-color:#e2ffbd;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	border-right:1px dotted #ccc;
	border-left:1px dotted #ccc;
	cursor:pointer;
	cursor:hand;
}

/*======================================================================================================================================
	AGRICHEM - UNIQUE ELEMENT CSS DEFINITIONS **END**
======================================================================================================================================*/

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
