html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clearer {
	width: 99%;
	height: 1px;
	clear: both;
}

/***********************************************************************/
html, body {
	color: #000;
	background: #9a9ea9 url(/images/site/gradient.jpg) left top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}


#outer {
	background: url(/images/site/bg.jpg) no-repeat  center top;
	width: 100%;  
	margin: 0 auto;
}


#wrapper {
	width: 950px;
	margin: 0 auto;
	font-size: 11px;
}


/***************************************************************
Masthead
*********************/

	#masthead {
		width: 950px;
		height: 145px;
		text-align: right;
		background: #FFF url(/images/site/masthead-bg.jpg) left bottom no-repeat;
	}
	
		#masthead h1 {
			background: url(/images/site/tagline-bg.jpg) right bottom no-repeat; 
			padding: 0 8px 3px 0; 
			text-align: right; 
			font-size: 12px; 
			font-weight: bold; 
			margin: 0 38px 4px 0; 
			color: #919193;	
		}
	
			#masthead h1 a {
				color: #919193; 
				text-decoration: none; 
			}
			
		#masthead #masthead-logo {
			width: 200px;
			height: 106px;
			float: left;
		} 

		#masthead #masthead-navigation {
			width: 730px;
			height: 61px;
			height: 40px;
			margin: 45px 0 0 20px;
			float: right;
		} 

		#masthead #masthead-contact {
			width: 950px;
			height: 38px;
			clear: both;
			background: #FFFFFF url(/images/site/masthead-contact-bg.jpg) left top no-repeat;
		} 

			#masthead #masthead-contact a {
				display: block;
				width: 250px;
				height: 38px;
				float: right;
			} 
								
			ul#navigation {
				display: block;
				width: 730px;
				height: 28px;
				margin-bottom: 4px;
				background: #FFF url(/images/site/nav-bg.jpg) left top repeat-x;
			}
			
				ul#navigation li {
					display: block;
					float: left;
					height: 28px;
					line-height: 28px;	
					font-size: 12px;	
					color: #77b9c7;
					border-right: 1px solid #DDD;
					padding: 0 8px 0 8px;
				}
		
					ul#navigation li a {
						display: block;
						float: left;
						height: 31px;
						line-height: 31px;
						/*color: #77b9c7;*/
						color: #154ca6;
						text-decoration: none;
						font-weight: bold;
					}
		
		
		
						.home ul#navigation li#home a,
						.about ul#navigation li#about a,
						.applications ul#navigation li#applications a,
						.products ul#navigation li#products a,
						.services ul#navigation li#services a,
						.news ul#navigation li#news a,
						.distributors ul#navigation li#distributors a,
						.testimonials ul#navigation li#testimonials a,
						.contact ul#navigation li#contact a,
						ul#navigation li a:hover {
							color: #77b9c7;
							color: #a3a3a3;
							text-decoration: none;
						}
		 
				 ul#navigation li#home {}
				 ul#navigation li#about {}
				 ul#navigation li#applications {}
				 ul#navigation li#products {}
				 ul#navigation li#services {}
				 ul#navigation li#news {}
				 ul#navigation li#distributors {}
				 ul#navigation li#testimonials {}
				 ul#navigation li#contact { border-right: none; }



/***************************************************************************
Homepage
*******************/

#hometiles {
	width: 947px;
	height: 365px;
	margin-top: 6px;
	padding-left: 3px;
	background: url(/images/site/hometiles-bg.gif) left top no-repeat;
}

.sectiontile {
	width: 277px;
	height: 152px;
	padding: 5px 5px 5px 20px;
	margin: 11px 6px 6px 6px;
	float: left;
	background: url(/images/site/home-tile-products.jpg) left top no-repeat; 
}
		
			.sectiontile  h1 {
				color: #223f8b;
				font-size: 20px;
				font-weight: bold;
				margin: 18px 0 8px 0;
			}
									
				.sectiontile h1 a {
					color: #223f8b;
					font-size: 20px;
					font-weight: bold;
					text-decoration: none;
					margin-top: 0px;
					width: 180px;
				}
						
			.sectiontile p {
				font-size: 12px;
				color: #424242;
				line-height: 16px;
				text-decoration: none;
				width: 160px;
			}

				.sectiontile p a {
					font-size: 11px;
					color: #424242;
					line-height: 16px;
					text-decoration: none;
				}
						
				.sectiontile a.mainbutton {
					font-size: 12px;
					font-weight: bold;
					color: #78b1c4;
					text-decoration: underline;
					margin: 18px 0 0 0;
					display: block;
					width: 140px;
					height: 22px;
				}		

					.sectiontile a.mainbutton:hover {
						color: #111111;
						text-decoration: underline;
					}		

	#tile-applications {
		background: url(/images/site/home-tile-applications.jpg) left top no-repeat; 
	}
	
		#tile-applications p {
			width: 210px;
		}
		
		#tile-applications h1 a {
			color: #78b1c4;
		}
		
	#tile-products {
		background: url(/images/site/home-tile-products.jpg) left top no-repeat; 
	}

		#tile-products p {
			width: 180px;
		}
			
	#tile-services {
		background: url(/images/site/home-tile-services.jpg) left top no-repeat; 
		margin-right: none;
	}

		#tile-services h1 a {
			color: #78b1c4;
		}

	#tile-distributors {
		background: url(/images/site/home-tile-distributors-new.jpg) left top no-repeat; 
	}

		#tile-distributors p {
			width: 130px;
		}
		
	#tile-news {
		background: url(/images/site/home-tile-news.jpg) left top no-repeat; 	
	}

		#tile-news h1 a {
			color: #78b1c4;
		}
							
	#tile-case-studies {
		background: url(/images/site/home-tile-case-studies.jpg) left top no-repeat; 
		margin-right: none;
	}		
		
		#tile-case-studies p {
			width: 250px;
		}
				
#footer {
	clear: both;
	width: 950px;
	height: 95px;
	margin-bottom: 40px;
	background: url(/images/site/footer-bg.gif) left top no-repeat; 
	padding-top: 18px;
}

	.home #footer {
		background: none; 
		padding-top: 0;
	}

	#footer #copyright {
		float: left;
		width: 400px;
		color: #FFFFFF;
		margin: 10px 0 0 12px;
	}	
	
	#footer #extreme {
		float: right;
		width: 400px;
		color: #FFFFFF;
		margin: 10px 12px 0 0;
		text-align: right;
	}	

		#footer #extreme a {
			color: #FFFFFF;
			text-decoration: none;
		}	
	
			#footer #extreme a:hover {
				color: #FFFFFF;
				text-decoration: underline;
			}	
		
			
/***************************************************************************************
Internal Styles
***************/

#content {
	width: 950px;
	background: #FFF url(/images/site/content-bg.gif) left top no-repeat;
	padding-top: 18px;
}

#maincontent {
	float: right;
	width: 670px;
	padding: 0 25px 25px 18px;
	font-size: 12px;
	background: #FFF; 
	color: #333333;
}

	div#maincontent p.breadcrumb {
		margin: 0 0 18px 0;
		padding-top: 0;
		color: #939393;
	}

		div#maincontent p.breadcrumb a {
			margin-top: 0;
			padding-top: 0;
			color: #939393;
		}
		

	
		#maincontent a.applicationsbuttonback {
			font-size: 13px;
			font-weight: bold;
			color: #FFF;
			width: 84px;
			height: 17px;
			line-height: 17px;
			display: block;
			background: #4c8cbb url(/images/site/back-applications-bg.gif) left top no-repeat;
			text-decoration: none;
			padding: 2px 5px 4px 37px;		
		}

			#maincontent a.applicationsback:hover {
				color: #FFF !important;
				text-decoration: underline;
			}	

		#maincontent a.productsbuttonback {
			font-size: 12px;
			font-weight: bold;
			color: #8A8A8A;
			width: 87px;
			height: 19px;
			line-height: 19px;
			display: block;
			background: #CCCCCC url(/images/site/products-back.jpg) left top no-repeat;
			text-decoration: none;		
			text-align: left;
			padding: 5px 0 5px 35px;
			margin-top: 22px;
		}

			#maincontent a.productsbuttonback:hover {
				color: #111 !important;
				text-decoration: underline;
			}	

		#maincontent a.servicesbuttonback {
			font-size: 13px;
			font-weight: bold;
			color: #FFF;
			width: 84px;
			height: 17px;
			line-height: 17px;
			display: block;
			background: #4c8cbb url(/images/site/back-services-bg.gif) left top no-repeat;
			text-decoration: none;
			padding: 2px 5px 4px 37px;		
		}

			#maincontent a.servicesbuttonback:hover {
				color: #FFF !important;
				text-decoration: underline;
			}	
											
	#maincontent h1 {
		font-size: 24px;
		margin-bottom: 7px;
		color: #193f8a;
		font-weight: bold;
	}

	#maincontent h2 {
		font-size: 15px;
		margin-top: 21px;
		margin-bottom: 4px;
		font-weight: bold;
		color: #193f8a;
	}

	#maincontent h3 {
		font-size: 12px;
		margin-top: 12px;
		margin-bottom: 4px;
		font-weight: bold;
		color: #193f8a;
	}

		.products #maincontent h1 {
			color: #8a8a8a;
		}
	
		.products #maincontent h2 {
			color: #8a8a8a;
		}
	
		.products #maincontent h3 {
			color: #8a8a8a;
		}
					
	#maincontent p {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 7px;
	}

	#maincontent a {
		color: #000;
		text-decoration: underline;
	}

		#maincontent a:hover {
			color: #666666;
			text-decoration: none;
		}
	
		#maincontent a.backbutton {
			font-size: 13px;
			font-weight: bold;
			color: #FFF;
			width: 53px;
			height: 16px;
			line-height: 16px;
			display: block;
			background: #4c8cbb url(/images/site/mainbutton-bg.jpg) left top repeat-x;
			text-decoration: none;
			padding: 2px 10px 4px 10px;
		}	

			#maincontent a.backbutton:hover {
				color: #FFF000;
				text-decoration: none;
			}	

	#maincontent ul, #maincontent ol {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 7px;
	}

	#maincontent ul li ul {
		margin-left: 24px;
		margin-bottom: 0;
	}
		#maincontent ul li, #maincontent ol li {
			font-size: 12px;
			line-height: 20px;
			text-indent: 12px;
			background: url(/images/site/bullet.gif) left 2px no-repeat;
		}

	#maincontent table  {
		border-top: 1px solid #CCC;
		border-left: 1px solid #CCC;
		margin-bottom: 18px;
	}

		#maincontent table th {
			font-size: 13px;
			line-height: 16px;
			padding: 11px;
			border-bottom: 1px solid #CCC;
			border-right: 1px solid #CCC;
			background-color: #CCC;
			color: #FFF;
			font-weight: bold;
			text-align: center;
		}
			
		#maincontent table td {
			font-size: 12px;
			line-height: 16px;
			padding: 8px;
			border-bottom: 1px solid #CCC;
			border-right: 1px solid #CCC;
		}

		#maincontent #datasheets {
			float: right;
			width: 248px;
			padding-right: 15px;
		}

		#maincontent a.datasheetLink {
			display: block;
			width: 248px;
			height: 26px;
			line-height: 26px;
			background-color: #7fb1d0;
			color: #FFF;
			font-size: 12px;
			text-align: center;
			margin: 0 0 15px 15px;
		}
									
#secondarycontent {
	float: left;
	width: 220px;
	background-color: #54a4b3;
	background-color: #FFF;
	font-size: 12px;
}

	#secondarycontent ul {
		margin-top: 3px;
	}
	
		#secondarycontent ul li {
			display: block;
			width: 220px;
			/*height: 26px;*/
			margin-bottom: 1px;
			background: #193f8a url(/images/site/subnav-bg.jpg) left top no-repeat;
			color: #0e2b89;
		}

			#secondarycontent ul li a {
				display: block;
				width: 190px;
				/*height: 26px;*/
				line-height: 26px;
				color: #FFFFFF;
				text-decoration: none;
				font-size: 12px;
				padding-left: 35px;
			}	
		
				#secondarycontent ul li a:hover {
					color: #dadada;
					text-decoration: none;
				}	
	
	
/******************************************************************************
Internal Tiles
**************************/

#maincontent #internalTiles {
	clear: both;
	margin-top: 15px;
}

	#maincontent #internalTiles .sectiontile {
		width: 277px;
		height: 149px;
		padding: 30px 5px 5px 20px !important;
		margin: 11px 33px 6px 0px !important;
		float: left;
		background: url(/images/site/internal-tile-bg2.jpg) left top no-repeat; 				
	}

	#maincontent #internalTiles .sectiontile h1 {
		margin: 0px 0 5px 0!important;
		padding-top: 0px !important;
		color: #223f8b;
	}
			#internalTiles .sectiontile h1 a {
				color: #223f8b;
				text-decoration: none;	
				font-size: 14px;
			}		

			#internalTiles .sectiontile p {
				width: 260px;
				margin-bottom: 12px;
			}

				#internalTiles .sectiontile p a {
					font-size: 12px;
					color: #424242;
					line-height: 17px;
					text-decoration: none;
				}
						
				#internalTiles .sectiontile a.mainbutton {
					font-size: 11px;
					font-weight: normal;
					color: #FFF;
					text-decoration: none;
					margin: 3px 0 0 0;
					display: block;
					float: left;
					width: 140px;
					height: 18px;
					line-height: 18px;
					padding-left: 28px;	
					background: url(/images/site/internal-mainbutton-bg.gif) left top no-repeat;
				}		

					#internalTiles .sectiontile a.mainbutton:hover {
						color: #FFF;
						text-decoration: underline;
					}	

				.products #internalTiles .sectiontile a.minibutton {
					font-size: 11px;
					font-weight: normal;
					color: #FFF;
					text-decoration: none;
					margin: 3px 0 0 0;
					display: block;
					float: left;
					width: 140px;
					height: 18px;
					line-height: 18px;
					padding-left: 28px;	
					background: url(/images/site/minibutton-products-bg.jpg) left top no-repeat;
				}	

					.products #internalTiles .sectiontile a.minibutton:hover {
						color: #FFF;
						text-decoration: underline;
					}	
	
	
																
/******************************************************************************
Contact Page
***************/


#map-container {
	width: 960px;
	height: 225px;
	text-align: right;
	background: #c6daed url(/images/site/pullquote-bg.jpg) left top no-repeat;
	margin-bottom: 4px;
}

#map {
	width: 480px;
	height: 225px;
	float: right;
}
	
#tile-address {
	width: 235px;
}

#tile-email {
	width: 245px;
}
	
#tile-phone {
	width: 245px;
}

#tile-form {
	width: 235px;
	background-image: none;
}
		
#tile-address .sectiontile-title {
	background: #01a644 url(/images/site/section-tile-tree-assessments.jpg) left top no-repeat;	
}

#tile-email .sectiontile-title {		
	background: #d4b81c url(/images/site/section-tile-development-sites.jpg) left top no-repeat;	
}		

#tile-phone .sectiontile-title {		
	background: #335c00 url(/images/site/section-tile-trees-and-the-law.jpg) left top no-repeat;	
}

#tile-form .sectiontile-title {		
	background: #ac750c url(/images/site/section-tile-latest-news.jpg) left top no-repeat;	
}	
		

/***********************************************************************
Contact Form
*******************/

.contactfield {
	border-top: 4px solid #FFF;
	width: 100%;
	clear: both;
}

.contactfield label {
	display: block;
	float: left;
	width: 160px;
	height: 24px;
	line-height: 24px;
}

.contactfield input {
	display: block;
	float: left;
	width: 400px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #111111;
	border: 1px solid #111;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 7px 5px 0 5px;
}

.contactfield textarea {
	display: block;
	float: left;
	width: 400px;
	border: 1px solid #111;
	line-height: 24px;
	font-size: 12px;
	color: #111111;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 7px 5px 0 5px;
}

.contactfield input#submit {
	display: block;
	float: left;
	border: none;
	width: 120px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background: #000 url(/images/site/mainbutton-bg.jpg) left top repeat-x;
	text-decoration: none;
	padding: 2px 10px 4px 10px;
	margin-left: 160px;
	font-family: Arial, Helvetica, sans-serif;
}

.contactfield input#submit:hover {		
	color: #c7e200;
	text-decoration: none;
	cursor: pointer;
}



/***********************************************************************
News Page
********/

.news-summary p {
	font-style: italic;
	font-size: 11px; 
}

p.date {
	font-weight: bold;
}

.news_odd {
	clear: both; 
	width: 840px; 
	height: 130px; 
	margin-top: 12px; 
	background-color: #eaebed;
	padding: 10px 0 5px 25px; 
}

.news_even {
	clear: both; 
	width: 840px; 
	height: 130px; 
	margin-top: 12px;  
	background-color: #f6f6f6;
	padding: 10px 0 5px 25px; 
}
	
				.news a.minibutton {
					font-size: 11px;
					font-weight: normal;
					color: #FFF !important;
					text-decoration: none !important;
					margin: 3px 0 0 0;
					display: block;
					float: left;
					width: 140px;
					height: 18px;
					line-height: 18px;
					padding-left: 28px;	
					background: url(/images/site/minibutton-news-bg.jpg) left top no-repeat;				
				}
				
					.news a.minibutton:hover {
						color: #FFF;
						text-decoration: underline !important;
					}	
					
#maincontent div.news_odd h2, #maincontent div.news_even h2 {
	margin: 3px 0 4px 0 !important;
}

	#maincontent div.news_odd h2 a, #maincontent div.news_even h2 a {
		text-decoration: none;
		font-size: 15px;
		font-weight: bold;
		color: #193f8a;
	}

#maincontent div.news_odd p.thebutton, #maincontent div.news_even p.thebutton {
	margin-top: 2px;
}

		#maincontent a.newsbutton {
			font-size: 13px;
			font-weight: bold;
			color: #FFF;
			width: 84px;
			height: 17px;
			line-height: 17px;
			display: block;
			background: #4c8cbb url(/images/site/more-news-bg.gif) left top no-repeat;
			text-decoration: none;
			padding: 2px 5px 4px 37px;
		}	

			#maincontent a.newsbutton:hover {
				color: #507933;
				text-decoration: none;
			}	

		#maincontent a.newsbuttonback {
			font-size: 13px;
			font-weight: bold;
			color: #FFF;
			width: 84px;
			height: 17px;
			line-height: 17px;
			display: block;
			background: #4c8cbb url(/images/site/back-news-bg.gif) left top no-repeat;
			text-decoration: none;
			padding: 2px 5px 4px 37px;		
		}

			#maincontent a.newsbuttonback:hover {
				color: #507933;
				text-decoration: none;
			}	
						
.news-date-title {
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
}



/**************************************************************************
News Scroller
******************/

#scrollingnews {
	width: 230px;
	height: 100px;
	padding: 0;	
	font-size: 11px;
	color: #424242;
	line-height: 16px;
	text-decoration: none;
}

#scrollingnews h2 a {
	color: #111;
	margin: 0;
	padding: 0;
	line-height: 15px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#scrollingnews p {
	font-size: 12px;
	color: #424242;
	line-height: 16px;
	text-decoration: none;			
}

			
/***********************************************************
Distributors
*************************/


#maincontent .distributorBox {
	float: left; 
	margin: 10px 15px 10px 0; 
	background: #eee url(/images/site/world_background.gif) left top no-repeat; 
	width: 180px; 
	height: 250px; 
	padding: 5px 10px 10px 10px;
}

#maincontent .distributorBox4 {
	float: left; 
	margin: 10px 0 10px 0; 
	background: #eee url(/images/site/world_background.gif) left top no-repeat; 
	width: 180px; 
	height: 250px; 
	padding: 5px 10px 10px 10px;
}

	#maincontent .distributorBox p ,
	#maincontent .distributorBox4 p{
		font-size: 11px;
		line-height: 15px;
		margin-bottom: 8px;
	}

	#maincontent .distributorBox a,
	#maincontent .distributorBox4 a {
		color: #193f8a;
		text-decoration: none;
	}

		#maincontent .distributorBox a:hover,
		#maincontent .distributorBox4 a:hover {
			color: #111111;
			text-decoration: none;
		}




/******************************************************************************
Products Pages
**************************/

		
#maincontent #productsNav {
	width: 733px;
	height: 41px;
	margin-bottom: 22px;
	margin-left: -40px;
	background: url(/images/site/sub-nav-bg.jpg) left bottom no-repeat;
}

	#maincontent #productsNav ul {
		display: block;
		width: 700px;
		height: 41px;
		line-height: 41px;
		font-size: 14px;
		margin-bottom: 0;
		margin-left: 38px;
	}

		#maincontent #productsNav ul li {
			display: block;
			float: left;
			width: 124px;
			height: 41px;
			font-size: 14px;
			list-style: none !important;
			line-height: 30px;
			text-indent: 0;
			background-image: none;
			text-align: center;
		}

			#maincontent #productsNav ul li a {
				display: block;
				float: left;
				width: 124px;
				height: 41px;
				line-height: 41px;
				text-align: center;				
				background: url(/images/site/sub-nav-item-bg.jpg) left top no-repeat;
				text-decoration: none !important;
				color: #999999 !important;
			}
			
			#maincontent #productsNav ul li#nav-info-request a {
				background: url(/images/site/sub-nav-item-bg-bold.jpg) left top no-repeat;
				color: #FFFFFF !important;
			}

				.overview #productsNav ul li#nav-overview a,
				.applications #productsNav ul li#nav-applications a,
				.software #productsNav ul li#nav-software a,
				.in-use #productsNav ul li#nav-in-use a,
				.accessories #productsNav ul li#nav-accessories a,
				#maincontent #productsNav ul li a:hover {
					color: #FFF !important;
					background: url(/images/site/sub-nav-item-over-bg.jpg) left top no-repeat;
				}
					
					
					
					
						
.productBnr {
	width: 950px;
	height: 324px;
	clear: both;
}

	.productBnr div.productBullets {
		width: 462px;
		height: 324px;
		margin: 0 0 0 46px;		
		padding: 36px 16px 0 12px;
		color: #FFF !important;
		background: url(/images/site/overlay.png) left top repeat-x;
	}

		.productBnr div.productBullets ul li {
			color: #FFF;
			list-style: none;
			text-indent: none;
			background-image: none;
			padding-left: 20px;
			padding-bottom: 6px;
			line-height: 16px;
			font-size: 12px;
			background: url(/images/site/arrow.gif) left top no-repeat;
		}
	
	.productBnr h1 {
		font-size: 24px;
		margin-bottom: 7px;
		color: #193f8a;
		font-weight: bold;
	}

	
/**************************************************************
Distributors Application Form
***********************************/


.distForm fieldset {
	border: 2px solid #4a4a4a;
	width: 470px;
	padding: 15px;
	margin-top: 18px;
}

	.distForm fieldset#businessFieldset label {
		font-size: 11px;
		color: #4a4a4a;
		display: block;
		width: 460px;
		height: 15px;
		margin-top: 12px;
	}

		.distForm fieldset#businessFieldset textarea {
			overflow: auto;
		}

	.distForm fieldset#sectorsFieldset label {
		font-size: 11px;
		color: #4a4a4a;
		display: block;
		flaot: left;
		width: 170px;
		height: 15px;
		line-height: 15px;
		margin-top: 12px;
		
	}

	.distForm fieldset#sectorsFieldset input.ckbx {
		font-size: 11px;
		color: #4a4a4a;
		display: block;
		flaot: left;
		width :15px;
		height: 15px;
		margin-top: 12px;
	}

	.distForm fieldset#marketingFieldset label {
		font-size: 11px;
		color: #4a4a4a;
		display: block;
		flaot: left;
		width: 170px;
		height: 15px;
		line-height: 15px;
		margin-top: 12px;
		
	}

	.distForm fieldset#marketingFieldset input.ckbx {
		font-size: 11px;
		color: #4a4a4a;
		display: block;
		flaot: left;
		width :15px;
		height: 15px;
		margin-top: 12px;
	}
			
	.distForm fieldset input {
		width: 460px;
		border: 1px solid #4a4a4a;
	}
	
	.distForm fieldset textarea {
		width: 460px;
		height: 140px;
		border: 1px solid #4a4a4a;
	}





/**************************************************************
Recalibration Form
***********************************/


.recalibrationForm fieldset {
	border: 2px solid #4a4a4a;
	width: 470px;
	padding: 15px;
	margin-top: 18px;
}

	.recalibrationForm fieldset#businessFieldset label {
		font-size: 11px;
		color: #4a4a4a;
		display: block;
		width: 460px;
		height: 15px;
		margin-top: 12px;
	}

		.recalibrationForm fieldset#businessFieldset textarea {
			overflow: auto;
		}

	.recalibrationForm fieldset#sectorsFieldset label {
		font-size: 11px;
		color: #4a4a4a;
		display: block;
		flaot: left;
		width: 170px;
		height: 15px;
		line-height: 15px;
		margin-top: 12px;
		
	}

	.recalibrationForm fieldset#sectorsFieldset input.ckbx {
		font-size: 11px;
		color: #4a4a4a;
		display: block;
		flaot: left;
		width :15px;
		height: 15px;
		margin-top: 12px;
	}

	.recalibrationForm fieldset#marketingFieldset label {
		font-size: 11px;
		color: #4a4a4a;
		display: block;
		flaot: left;
		width: 170px;
		height: 15px;
		line-height: 15px;
		margin-top: 12px;
		
	}

	.recalibrationForm fieldset#marketingFieldset input.ckbx {
		font-size: 11px;
		color: #4a4a4a;
		display: block;
		flaot: left;
		width :15px;
		height: 15px;
		margin-top: 12px;
	}
			
	.recalibrationForm fieldset input {
		width: 460px;
		border: 1px solid #4a4a4a;
	}
	
	.recalibrationForm fieldset textarea {
		width: 460px;
		height: 140px;
		border: 1px solid #4a4a4a;
	}











/***********************************************************************
Contact Form
********************/



.informationForm fieldset {
	border: 2px solid #4a4a4a;
	width: 470px;
	padding: 15px;
	margin-top: 18px;
}

	.informationForm fieldset#detailsFieldset label {
		font-size: 11px;
		color: #4a4a4a;
		display: block;
		width: 460px;
		height: 15px;
		margin-top: 12px;
	}

		.informationForm fieldset#detailsFieldset textarea {
			overflow: auto;
		}

	.informationForm fieldset#applicationsFieldset label {
		font-size: 11px;
		color: #4a4a4a;
		display: block;
		flaot: left;
		width: 170px;
		height: 15px;
		line-height: 15px;
		margin-top: 12px;		
	}

	.informationForm fieldset#applicationsFieldset input.ckbx {
		font-size: 11px;
		color: #4a4a4a;
		display: block;
		flaot: left;
		width :15px;
		height: 15px;
		margin-top: 12px;
	}

	.informationForm fieldset#instrumentsFieldset label {
		font-size: 11px;
		color: #4a4a4a;
		display: block;
		flaot: left;
		width: 170px;
		height: 15px;
		line-height: 15px;
		margin-top: 12px;
		
	}

	.informationForm fieldset#instrumentsFieldset input.ckbx {
		font-size: 11px;
		color: #4a4a4a;
		display: block;
		flaot: left;
		width :15px;
		height: 15px;
		margin-top: 12px;
	}
			
	.informationForm fieldset input {
		width: 460px;
		border: 1px solid #4a4a4a;
	}
	
	.informationForm fieldset textarea {
		width: 460px;
		height: 140px;
		border: 1px solid #4a4a4a;
	}

		
		
		
/***************************************************************************
Product Tile
******************/

.producttile {
	float: left;
	width: 250px;
	height: 280px;
	margin: 0 22px 22px 0;
	padding: 0px 10px 10px 10px;
	color: #111;
}

	.producttile a.bnrlink {
		height: 120px;
		width: 250px;
		display: block;
	}

	.producttile p {
		line-height: 17px !important;	
	}
	
		.producttile p a {
			text-decoration: none !important;
			line-height: 17px !important;	
		}
	
	.producttile a.minibutton {
		font-weight: bold;
	}

	.producttile h1 a {
		text-decoration: none !important;
		font-size: 18px;
	}

		
		
		