/**
	Section:	Global Styles
	Use:		Neutralize the DOM
**/
	
	html, body {
		margin:0;
		padding:0;
		width: 100%;
		height: 100%;
	}
	a, p, div, li, textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #565656;
		line-height: 145%;
	}
	p {
		margin: 12px 0;
		padding: 0;	
	}
	a {
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	table, td, tr {
		padding: 0;
		margin: 0;
		border: 0;
	}
	table {
		border-collapse:collapse;	
	}
	sup, sub {
		height: 0;
		line-height: 1;
		vertical-align: baseline;
		position: relative;
	}
	sup {
		bottom: 1ex;
	}
	sub {
		top: .5ex;
	}
	a, img {
		border: 0px;
	}
	.darkBlue {
		font-weight: bold;
		font-size: 13px;
		color: #335b6c;
	}
	.brightBlue {
		font-weight: bold;
		color: #009de9;
	}
	.brightBlueSmall {
		font-weight: bold;
		font-size: 10px;
		color: #009de9;
	}
	.contentBox a {
		font-weight: bold;
		color: #009de9;
	}
	.learnMore {
		font-size: 10px;
		color: #009de9;
		font-weight: bold;
		cursor: pointer;
	}

/**
	Section:	Custom Fonts
	Use:		apply font-face family name to any "font-family" to apply
**/
	
	@font-face {
		font-family: 'HelLT33Ex'; /* this is what we are using */ 
		src: url('/assets/fonts/hel-lt-33/helvetica_lt_33_thin_extended-webfont.eot');
		src: url('/assets/fonts/hel-lt-33/helvetica_lt_33_thin_extended-webfont.eot?iefix') format('eot'),
			 url('/assets/fonts/hel-lt-33/helvetica_lt_33_thin_extended-webfont.woff') format('woff'),
			 url('/assets/fonts/hel-lt-33/helvetica_lt_33_thin_extended-webfont.ttf') format('truetype'),
			 url('/assets/fonts/hel-lt-33/helvetica_lt_33_thin_extended-webfont.svg#webfontJ3lBNRoZ') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
/**
	Section:	Header Styles
**/

	#header {
		width: 960px;
		margin: 20px auto 0 auto;
		position: relative;
		z-index: 1;
	}
	#headerLogo {
		width: 230px;
		height: 50px;
		background: url(http://edge.silverson.com/assets/template/Images/headerLogo.png) no-repeat;
		float: left;
		position: relative;
	}
	#headerLogo h1, #headerLogo a {
		position: absolute;
		top:0;
		left:0;
		margin:0;
		padding:0;
		width: 230px;
		height: 50px;
		display: block;
	}
	#headerLogo span {
		display: none;
	}

/**
	Section:	Language Bar Styles
**/

	div.language {width: 300px; height: 50px; float: left; left: 160px; position: relative;}
	div.language span {display: none;}

/**
	Section:	Search styles
**/

	div.searchBox {
		position: relative;
		width: 255px;
		height: 31px;
		float: right;
	}
	div.search {
		width: 205px;
		padding-left:50px;
	}
	div.search input {
		width: 174px;
		border: 1px solid #c7c9cb;
		font-size: 9px;
		height: 13px;
		padding: 3px;
		margin-top: 3px;
		background: url(http://edge.silverson.com/assets/template/Images/searchBckgd.jpg) repeat-x;
	}
	div.search input.button {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 22px;
		height: 24px;
		background: url(http://edge.silverson.com/assets/template/Images/searchGlass.jpg) no-repeat -3px 0px;
		border:none;
		padding: 0px;
		margin: 0px;
		overflow:hidden;
		text-indent: -200px;
		cursor:pointer;
		color:#ffffff;
	}
	div.searchBox label {
		color: #C7C9CB;
		display: block;
		float: left;
		font-weight: bold;
		right: 212px;
		position: absolute;
		text-align: right;
		top: 6px;
	}

/**
	Section:	Search Results Styles
**/

	#searchPage {width: 640px; min-height: 430px; background-image: url(http://edge.silverson.com/assets/template/Images/inside/process/processBckgd.jpg); background-repeat: no-repeat; float: left; padding-left: 335px; display: block;}
	#searchTitle h1 {}
	#searchPage form {border-bottom: 1px solid #999; margin: 0px 15px 7px 0px;}
	.display {position: absolute; top: 357px; right: 10px;}
	.results {width: 620px; margin-top: 0px;}
	.results h3 {color: #335b6c;}
	.results a {color: #009de9; font-weight: bold;}
	.results .pagenav {padding: 0px 3px;}

/**
	Section:	Main Nav styles
**/
	#mainNav {
		width: 960px;
		height: 23px;
		background: url(http://edge.silverson.com/assets/template/Images/topBar.jpg) repeat-x bottom left;
		clear: both;
		position: relative;
		z-index: 5;
	}
	#mainNav .menu,#mainNav #home {
		padding: 0px; 
		margin: 0px;
		list-style: none;
		left: 228px;
		position: absolute;
	}
	#mainNav .menu li {
		float: left;
	}

	#mainNav .menu li:hover { /* makes IE7 think something changes on hover */
		visibility: visible;
	}
	#mainNav .menu li a {
		background: url(http://edge.silverson.com/assets/template/Images/mainMenu/blank.jpg) no-repeat top left;
		font-family: 'HelLT33Ex', Tahoma, Arial, sans-serif;
		font-size: 12px;
		line-height: 16px;
		height: 23px;
		width: 122px;
		color: #363636;
		text-align: center;
		display: block;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); 
		zoom: 1;
	}
	#mainNav .menu li a:hover, #mainNav .menu li.active a, #mainNav #home li a:hover {
		background-position: bottom left;
		text-decoration:none;
	}
	#mainNav .menu li ul {
		position: absolute;
		left: -999em;
		padding: 0;
		margin: 0px;
		background: url(http://edge.silverson.com/assets/template/Images/dropBckgd.jpg);
	}
	#mainNav .menu li li a {
		font-family: Arial,Helvetica,sans-serif;
		color: #104159;
		font-size: 12px;
		line-height: 110%;
		letter-spacing:0px;
		height: auto;
		width: 130px;
		text-align: left; 
		display: block; 
		background: url(http://edge.silverson.com/assets/template/Images/triangle.png) no-repeat 7px 3px;
		padding-left: 20px;
	}
	#mainNav .menu li li a:hover,#mainNav .menu li.active li a{
		background-position: 7px 3px;
	}
	#mainNav .menu li li a:hover {
		text-decoration: none; 
		font-weight: bold; 
	}
	#mainNav .menu li.item1 ul, #mainNav li.item1_sfhover ul,#mainNav .menu li.item2 ul, #mainNav .menu li.item2_sfhover ul,
	#mainNav .menu li.item3 ul, #mainNav .menu li.item3_sfhover ul, #mainNav .menu li.item4 ul, #mainNav .menu li.item4_sfhover ul,
	#mainNav .menu li.item5 ul, #mainNav .menu li.item5_sfhover ul, #mainNav .menu li.item6 ul, #mainNav .menu li.item6_sfhover ul,
	#mainNav .menu li.item7 ul, #mainNav .menu li.item7_sfhover ul {
		width: 175px;
		padding-bottom: 15px;
	}
	#mainNav .menu li.item5 ul, #mainNav .menu li.item5_sfhover ul {
		padding-left: 125px;
		 width: 215px;
	}
	#mainNav .menu li.item2 ul span,
	#mainNav .menu li.item2 ul a:hover span,
	#mainNav .menu li.item3 ul span,
	#mainNav .menu li.item4 ul span,
	#mainNav .menu li.item5 ul span,
	#mainNav .menu li.item6 ul span,
	#mainNav .menu li.item7 ul span {
		display: inline;
	}
	#mainNav .menu li:hover ul, #mainNav .menu li.item2_sfhover ul,
	#mainNav .menu li.item3_sfhover ul, #mainNav .menu li.item4_sfhover ul,
	#mainNav .menu li.item5_sfhover ul, #mainNav .menu li.item6_sfhover ul,
	#mainNav .menu li.item7_sfhover ul {
		left: auto; 
		position: absolute;
		border: 1px solid #e3e0e1;
		padding-top: 10px;
	}
	#mainNav .menu li.item5:hover ul, #mainNav .menu li.item5_sfhover ul {
		left: 250px;
	}
	#mainNav .menu li ul li {display: block; clear: left; border: 0px; padding-top: 5px; background-image: none;}
	#mainNav .menu li li.active {
		background-image: none;
		font-weight: bold;
	}
	#mainNav .menu li.item5 li a {
		width: 195px
	}
	#mainNav .menu li.item3 li a, #mainNav .menu li.item6 li a {
		width: 155px
	}
	
	#mainNav #home {
		left: 106px;
	}
	#mainNav #home li a {
		background: url(http://edge.silverson.com/assets/template/Images/mainMenu/hm_blank.jpg) no-repeat top left;
	}
	
/**
	Section:	Product Sub Nav
	Use:		Special rules for the product sub nav
**/
	
	#product_subnav {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		display: block;
		position:absolute;
		top:4px;
		right:0px;
		width:625px;
	}
	#product_subnav li {
		float: left;
		width: 147px;
		margin-right: 9px;
		margin-bottom: 3px;
	}
	#product_subnav li a {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/subnav/subnavBckgd.jpg);
		width: 147px;
		height: 16px;
		padding-top: 2px;
		display: block;
		text-align: center;
		color: #fff;
		text-decoration: none;
		line-height: 110%;
	}
	#product_subnav li a:hover {
		background-position: bottom;
	}
	#labMixerImage,#batchMixerImage,#ultramixImage,#inlineMixerImage,#inlineSMixerImage,
	#versoMixerImage,#flashBlendMixerImage,#mflashBlendMixerImage,#flashmixImage,
	#bottomEntryImage,#sanitaryImage,#disintegratorImage {
		position: absolute;
		left: 50%;
		top: 110px;
		margin-left: 20px;
		width: 97px;
		height: 150px;
		z-index: 10;
		display: none;
	}
	#labMixerImage {
		margin-left: 35px;
		width: 70px;
		background-image: url(http://edge.silverson.com/assets/template/Images/mainMenu/navLab.png);
	}
	#batchMixerImage {
		margin-left: 35px;
		width: 83px;
		background-image: url(http://edge.silverson.com/assets/template/Images/mainMenu/navBatch.png);
	}
	#ultramixImage {
		margin-left: 55px;
		width: 27px;
		height: 153px;
		background-image: url(http://edge.silverson.com/assets/template/Images/mainMenu/navUltramix.png);
	}
	#inlineMixerImage {
		top: 135px;
		width: 100px;
		height: 74px;
		background-image: url(http://edge.silverson.com/assets/template/Images/mainMenu/navInline.png);
	}
	#inlineSMixerImage {
		top: 135px;
		width: 100px;
		height: 67px;
		background-image: url(http://edge.silverson.com/assets/template/Images/mainMenu/navInlineS.png);
	}
	#versoMixerImage {
		top: 135px;
		width: 100px;
		height: 90px;
		background-image: url(http://edge.silverson.com/assets/template/Images/mainMenu/navVerso.png);
	}
	#flashBlendMixerImage {
		top: 135px;
		width: 100px;
		height: 90px;
		background-image: url(http://edge.silverson.com/assets/template/Images/mainMenu/navFlashblendAuto.png);
	}
	#mflashBlendMixerImage {
		top: 135px; 
		width: 100px;
		height: 86px;
		background-image: url(http://edge.silverson.com/assets/template/Images/mainMenu/navFlashblendManl.png);
	}
	#flashmixImage {
		top: 135px;
		width: 100px;
		height: 92px;
		background-image: url(http://edge.silverson.com/assets/template/Images/mainMenu/navFlashmix.png);
		}
	#bottomEntryImage {
		width: 92px;
		background-image: url(http://edge.silverson.com/assets/template/Images/mainMenu/navBottomEntry.png);
	}
	#sanitaryImage {
		top: 135px;
		width: 100px;
		height: 67px;
		background-image: url(http://edge.silverson.com/assets/template/Images/mainMenu/navInlineS.png);
	}
	#disintegratorImage {
		background-image: url(http://edge.silverson.com/assets/template/Images/mainMenu/navDisintegrator.png);
	}

/**
	Section:	Page Titles
	Use:		Global layout for page titles
**/
	#insideContent h1, span.welcomeTitle {
		font-family: 'HelLT33Ex',Tahoma, Arial, sans-serif;
		font-size: 29px;
		margin: 50px 0px 0px 0px;
		line-height: 27px;
		font-weight:normal;
		letter-spacing:	1px;
		min-height: 29px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom: 1;
	}
	#insideContent h2 {
		font-family: 'HelLT33Ex',Tahoma, Arial, sans-serif;
		font-size: 23px;
		margin: 20px 0px 0px 15px;
		line-height: 27px;
		font-weight:normal;
		letter-spacing:	1px;
		min-height: 23px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom: 1;
	}

/**
	Section:	Global Content Styles
	Use:		Applies site wide	
**/

	#contentBox {
		width: 960px;
		position: relative;
		margin:0px auto;
		z-index:0;
	}
	#contentTopNav {padding-left: 15px;}

/**
	Section:	Home Page Specific Styles
**/
	
	#welcomeWrap:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	#homeContent1,#homeContent2,#homeContent3,#homeContent4,#homeContent5,#homeContent6 {
		width: 960px;
		min-height: 157px;
		z-index: 10;
		position: relative;
		padding-top: 162px;
	}
	#homeContent1 {
		background:url(http://edge.silverson.com/assets/template/Images/home/homeBatchBckgd.jpg) no-repeat;
	}
	#homeContent2 {
		background:url(http://edge.silverson.com/assets/template/Images/home/homeBottomBckgd.jpg) no-repeat;
	}
	#homeContent3 {
		background:url(http://edge.silverson.com/assets/template/Images/home/homeFLASHBckgd.jpg) no-repeat;
	}
	#homeContent4 {
		background:url(http://edge.silverson.com/assets/template/Images/home/homeInlineBckgd.jpg) no-repeat;
	}
	#homeContent5 {
		background:url(http://edge.silverson.com/assets/template/Images/home/homeLabBckgd.jpg) no-repeat;
	}
	#homeContent6 {
		background:url(http://edge.silverson.com/assets/template/Images/home/homeUltraBckgd.jpg) no-repeat;
	}
	#mixingTips {width: 960px; display: none;}
	#productSpot a {display: none;}
	.homeMore {
		font-size: 10px;
		color: #009de9;
		font-weight: bold;
		cursor: pointer;
		float: right;
		padding-right: 7px;
		background:url(http://edge.silverson.com/assets/template/Images/grayArrow.jpg) no-repeat 100% 49%; }
	
	#rotatingBox {
		width: 350px;
		height: 150px;
		top: 20px;
		right: 0px;
		position: absolute;
		z-index: 20;
	}
	.homeContent #content {margin-left: 330px;}
	.homeContent #content p {line-height: 16px;}
	#more {
		display: none;	
	}
	
/**
	Section:	Home Page Spotlights
**/	
	
	#spotlights {
		background-color: #FFF;
		height: 125px;
		width: 960px;
		padding-top: 15px;
		border-bottom: 1px solid #d2d2d2;
		border-top: 1px solid #d2d2d2;
		margin-bottom: 10px;
	}
	#spotlights #spot1 {
		background: url(http://edge.silverson.com/assets/template/Images/home/sptlghtVideo.jpg) no-repeat;
		height: 106px;
		width: 320px;
		float: left;
		display: block;
	}
	#spotlights #spot2 {
		background: url(http://edge.silverson.com/assets/template/Images/home/sptlghtMixTip2.jpg) no-repeat;
		height: 106px;
		width: 320px;
		float: left;
		display: block;
	}
	#spotlights #spot3 {
		background: url(http://edge.silverson.com/assets/template/Images/home/sptlghtFlashmix.jpg) no-repeat;
		height: 106px;
		width: 320px;
		float: left;
		display: block;
	}
	#spotlights h2, #spotlights span {
		display: none;
	}
	#spotlights a {
		height: 106px;
		width: 320px;
		display: block;
	}
	
/**
	Section:	Center Col Standardization
	Use:		All Standard sizes (customization in next section)
**/
	.centerColumnProductMain, .centerColumnResource, .centerColumnIndustries {
		width: 340px;
		min-height: 450px;
		height: auto;
		_height: 450px;
		background-repeat:no-repeat;
		float: left;
		padding-left: 320px;
	}
	.centerColumnOnsite2, .centerColumnCustom2, .centerColumnServices2, .centerColumnTesting2, .centerColumnScale2 {
		width: 340px;
		min-height: 495px;
		height: auto;
		_height: 495px;
		background-repeat: no-repeat;
		float: left;
		padding-left: 320px;
	}
	.centerColumn, .centerColumnInfo, .centerColumnExpertise, .centerColumnServices, .centerColumnTesting, .centerColumnOnsite,
	.centerColumnScale, .centerColumnCustom, .centerColumnNews, .centerColumnProcess {
		width: 330px;
		min-height: 575px;
		height: auto;
		_height: 575px;
		background-repeat: no-repeat;
		float: left;
		padding-left: 340px;
	}
	.centerColumnAppReport {
		width: 390px;
		min-height: 320px;
		height: auto;
		_height: 320px;
		background-repeat: no-repeat;
		float: left;
		padding-left: 332px;
	}
	.centerColumnDissolve, .centerColumnParticle, .centerColumnAgitator {
		width: 390px;
		min-height: 425px;
		height: auto;
		_height: 425px;
		background-repeat:no-repeat;
		float: left;
		padding-left: 320px;
	}
	.centerColumnReclam, .centerColumnFaq, .centerColumnMixing, .centerColumnBrochure, .centerColumnProduct {
		width: 390px;
		min-height: 450px;
		height: auto;
		_height: 450px;
		background-repeat:no-repeat;
		float: left;
		padding-left: 320px;
	}
	.centerColumnFaq { width: 380px; padding-right: 10px; }
	.centerColumnServices, .centerColumnOnsite, .centerColumnTesting, .centerColumnScale, .centerColumnCustom {
		width: 390px;
		min-height: 495px;
		height: auto;
		_height: 495px;
		background-repeat: no-repeat;
		float: left;
		padding-left: 320px;
	}
	.centerColumnChemical, .centerColumnAdhesive, .centerColumnAgrochemicals, .centerColumnAsphalt, .centerColumnBiofuels,
	.centerColumnDrillingMuds, .centerColumnLuboils, .centerColumnPaints, .centerColumnPaper, .centerColumnSpecialty,
	.centerColumnBeverage, .centerColumnDairy, .centerColumnOils, .centerColumnEmulsions,
	.centerColumnIngredients, .centerColumnMeat, .centerColumnPetfoods, .centerColumnSauces, .centerColumnFood, .centerColumnCosmetics,
	.centerColumnCarbopol, .centerColumnCreamsLotions, .centerColumnAntiperspirant, .centerColumnSurfacants, .centerColumnLipstick,
	.centerColumnNailVarnish, .centerColumnShampoo, .centerColumnToothpaste, .centerColumnPharmaceuticals, .centerColumnCreamPharma,
	.centerColumnPharmaSyrups, .centerColumnOphthalmic, .centerColumnSterile, .centerColumnTabletCoatings, .centerColumnVaccine, #centerColumnBatch,
	#centerColumnBottom, #centerColumnSan, #centerColumnDis {
		width: 390px;
		min-height: 510px;
		height: auto;
		_height: 500px;
		background-repeat: no-repeat;
		float: left;
		padding-left: 320px;
	}
	#centerColumnBatch, #centerColumnBottom, #centerColumnSan, #centerColumnDis {
		padding-top: 0px;
	}
	.centerColumnBlend, .centerColumnEmulsify, .centerColumnHmg, .centerColumnHydrate, .centerColumnPowder,
	.centerColumnDeagglom, .centerColumnConfectionery, .centerColumnBrewing {
		width: 390px;
		min-height: 515px;
		height: auto;
		_height: 515px;
		background-repeat:no-repeat;
		float: left;
		padding-left: 320px;
	}
	.centerColumnAflatoxin {
		width: 390px;
		min-height: 540px;
		height: auto;
		_height: 540px;
		background-repeat: no-repeat;
		float: left;
		padding-left: 320px;
	}
	.centerColumnFaint, .centerColumnOurCustomers, #centerColumnLab {
		width: 390px;
		min-height: 575px;
		height: auto;
		_height: 575px;
		background-repeat: no-repeat;
		float: left;
		padding-left: 320px;
	}
	#centerColumnVerso, #centerColumnUltra, #centerColumnInline, #centerColumnInlineUltra, #centerColumnFlashmix, #centerColumnFlash,
	#centerColumnFlashMan, #centerColumnDis {
		width: 390px;
		float: left;
		padding-left: 320px;
		background-repeat: no-repeat;
		min-height: 550px;
	}
	.centerColumnRequest, .centerColumnAsk {
		width: 450px;
		float: left;
		padding-left: 335px;
		background-repeat: no-repeat; 
	} 
	.centerColumnSales {
		width: 950px;
		background-repeat: no-repeat;
		float: left;
		padding-left: 10px;
		display: block;
	}
	.centerColumnOnsite				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/onsiteBckgd.jpg); }
	.centerColumnScale				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/ScaleUpBckgd.jpg); }
	.centerColumnCustom				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/customBckgd.jpg); }
	.centerColumnNews				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/newsBckgd.jpg); }
	.centerColumnOnsite2			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/onsiteBckgd.jpg); }
	.centerColumnCustom2			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/customBckgd.jpg); }
	.centerColumnServices2			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/servicesBckgd.jpg); }
	.centerColumnServices			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/servicesBckgd.jpg); }
	.centerColumnOurCustomers		{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/ourCustomersBckgd.jpg); }
	.centerColumnFaint				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/faintSwirls.jpg); }
	.centerColumnTesting			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/testingBckgd.jpg); }
	.centerColumnTesting2			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/testingBckgd.jpg); }
	.centerColumnScale2				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/ScaleUpBckgd.jpg); }
	.centerColumnProcess			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/process/processBckgd.jpg); }
	.centerColumnDissolve			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/process/dissolveBckgd.jpg); }
	.centerColumnReclam				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/process/reclamationBckgd.jpg); }
	.centerColumnPowder				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/process/powderLiquidBckgd.jpg); }
	.centerColumnDeagglom			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/process/deagglomBckgd.jpg); }
	.centerColumnParticle			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/process/particleSizeBckgd.jpg); }
	.centerColumnAgitator			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/process/agitatorBckgrd.jpg); }
	.centerColumnProduct			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/productBckgd.jpg); }
	.centerColumnAppReport			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/resource_library/appReportBckgd.jpg); } /*change to cdn after launch*/
	.centerColumnMixing				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/resource_library/mixingBckgd.jpg);  }
	.centerColumnFaq				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/resource_library/faqBckgd.jpg); }
	.centerColumnBrochure			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/resource_library/brochureBckgd.jpg); }
	.centerColumnSales				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/contact_us/salesBckgd.jpg); }
	.centerColumnIndustries			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/industryBckgd.jpg); }
	.centerColumnFood				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/foodBckgd.jpg); }
	.centerColumnAflatoxin			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/aflatoxinBckgd.jpg); }
	.centerColumnBeverage			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/beverageBckgd.jpg); }
	.centerColumnBrewing			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/brewingBckgd.jpg); }
	.centerColumnConfectionery		{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/confectioneryBckgd.jpg); }
	.centerColumnDairy				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/dairyBckgd.jpg); }
	.centerColumnOils				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/oilsBckgd.jpg); }
	.centerColumnEmulsions			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/emulsionsBckgd.jpg); }
	.centerColumnIngredients		{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/ingredientsBckgd.jpg); }
	.centerColumnMeat				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/meatBckgd.jpg); }
	.centerColumnPetfoods			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/petfoodsBckgd.jpg); }
	.centerColumnSauces				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/saucesBckgd.jpg); }
	.centerColumnChemical			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/chemicalBckgd.jpg); }
	.centerColumnAdhesive			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/adhesiveBckgd.jpg); }
	.centerColumnAgrochemicals		{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/agrochemicalsBckgd.jpg); }
	.centerColumnAsphalt			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/asphaltBckgd.jpg); }
	.centerColumnBiofuels			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/biofuelsBckgd.jpg); }
	.centerColumnDrillingMuds		{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/drillingBckgd.jpg); }
	.centerColumnLuboils			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/luboilsBckgd.jpg); }
	.centerColumnPaints				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/paintBckgd.jpg); }
	.centerColumnPaper				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/paperBckgd.jpg); }
	.centerColumnSpecialty			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/specialtyBckgd.jpg); }
	.centerColumnCosmetics			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/cosmeticsBckgd.jpg); }
	.centerColumnCarbopol			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/carbopolBckgd.jpg); }
	.centerColumnCreamsLotions		{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/creamsBckgd.jpg); }
	.centerColumnAntiperspirant		{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/antiperspirantBckgd.jpg); }
	.centerColumnSurfacants			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/surfactantsBckgd.jpg); }
	.centerColumnLipstick			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/lipstickBckgd.jpg); }
	.centerColumnNailVarnish		{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/nailBckgd.jpg); }
	.centerColumnShampoo			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/shampooBckgd.jpg); }
	.centerColumnToothpaste			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/toothpasteBckgd.jpg); }
	.centerColumnPharmaceuticals	{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/pharmaBckgd.jpg); }
	.centerColumnCreamPharma		{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/ointmentsBckgd.jpg); }
	.centerColumnPharmaSyrups		{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/syrupsBckgd.jpg); }
	.centerColumnOphthalmic			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/ophthalmicBckgd.jpg); }
	.centerColumnSterile			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/sterileBckgd.jpg); }
	.centerColumnTabletCoatings		{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/tabletBckgd.jpg); }
	.centerColumnVaccine			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/industry/vaccinesBckgd.jpg); }
	.centerColumnProductMain		{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/productMainBckgd.jpg); }
	.centerColumnResource			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/resource_library/resourceBckgd.png); }
	.centerColumnRequest			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/infoBckgd.jpg); }
	.centerColumnAsk				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/contact_us/askBckgd.jpg); }
	.centerColumnBlend				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/process/blendingBckgd.jpg); }
	.centerColumnEmulsify			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/process/emulsifyBckgd.jpg); }
	.centerColumnHmg				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/process/hmgBckgd.jpg); }
	.centerColumnHydrate			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/process/hydrateBckgd.jpg); }
	.centerColumnNews.Verso			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/newsBckgdV.jpg); }
	.centerColumnInfo				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/infoBckgd.jpg); }
	.centerColumnExpertise			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/expertiseBckgd.jpg); }
	.centerColumn					{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/leftColumn.jpg); }
	#centerColumnLab				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/Prod_LabBckgd.jpg); }
	#centerColumnVerso				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/Prod_VersoBckgd.jpg); }
	#centerColumnBatch				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/Prod_BatchBckgd.jpg); }
	#centerColumnUltra				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/Prod_UltraBckgd.jpg); }
	#centerColumnInline				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/Prod_InlineBckgd2.jpg); }
	#centerColumnInlineUltra		{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/Prod_InlineBckgd.jpg); }
	#centerColumnFlashmix			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/Flashmix_bckgrd.jpg); }
	#centerColumnFlash				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/Prod_FlashBckgd.jpg); }
	#centerColumnFlashMan			{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/Prod_FlashBckgd.jpg); }
	#centerColumnBottom				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/Prod_BottomBckgd.jpg); }
	#centerColumnSan				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/Prod_SanitaryBckgd.jpg); }
	#centerColumnDis				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/Prod_DistngrtrBckgd.jpg); }
	.appReportContainer				{ background-image: url(http://edge.silverson.com/assets/template/Images/inside/contact_us/salesBckgd.jpg); background-repeat: no-repeat;}

/**
	Section:	Inside Page Styles
	Use:		
**/

	#insideContent {
		width: 960px;
		margin-top: 16px;
		margin-bottom: 10px;
		border-top: 1px solid #d2d1d1;
		border-bottom: 1px solid #d2d1d1;
		position:relative;
	}
	.contentBox {
		width: 340px;
		float: left;
	}
	.contentBox p, .contentBox h3 {
		margin-left: 15px;
	}
	.rightColumn {
		display: block;
		float: right;
		margin-bottom: 40px;
		top: 35px;
		position: relative;
		right: 0;
		width: 250px;
		z-index: 1;
	}
	
/**
	Section:	Video Containers
	Use:		Video Containers throughout silverson
**/

	.rightColumn #demoVideoBox,#demoVideoBox,#expertiseVideoBox,#ostrialsVideoBox,#etfVideoBox,#scaleupVideoBox,#csolutionsVideoBox,#corporateVideoBox {
		width: 250px;
		height: 200px;
		float: right;
		padding-top: 40px;
		margin-top: 32px;
	}
	.rightColumn #demoVideoBox {
		background: url(http://edge.silverson.com/assets/template/Images/inside/videoBackground.jpg) no-repeat;
		margin-top: 0px;
	}
	#demoVideoBox {
		background: url(http://edge.silverson.com/assets/template/Images/inside/VideoDemoGeneral.jpg)  no-repeat;
	}
	#largeVideo, #largeVideo2, #flashmix_largeVideo {
		width:848px;
		height: 510px;
		left: 50%;
		top: 50%;
		position: absolute;
		z-index: 50;
		display: none;
	}
	#largeVideo2 {
		margin-left: -435px;
		margin-top: -251px;
	}
	#flashmix_largeVideo {
		margin-left: -435px;
		margin-top: -251px;
	}
	#videoWrapper {
		height: 450px;
		width: 960px;
		margin-top: 10px;
	}
	#videoPlayer {
		height: 350px;
		width: 576px;
	}
	.video_left {
		float: left;
		width: 300px;
	}
	#videoDesc {
		width: 300px;
		height: 300px;
	}
	.video_right {
		float: left;
		width: 600px;
		margin-top: 50px;
		margin-left: 60px;
	}
	.videoLink {
		text-align: right;
		width: 250px;
		float:right;
		height: 20px;
		padding-right: 30px;
	}
	.rightColumn .videoLink {
		padding-right: 0px;
	}
	.videoLink a {
		color: #009de9;
		font-weight: bold;
	}
	div#videoForm {
		position: absolute;
		top: 220px;
		left: 0px;
	}
	.videoFormHeader {
		width: 250px;
		height: 45px;
		display: block;
	}
	.videoFormHeader span {
		display: none;
	}
	#videoForm input {
		border: 1px solid #898989;
		width: 250px;
		margin-top: 2px;
		margin-bottom: 5px;
	}
	#videoForm .submit_button {
		color: #009de9;
		font-weight: bold;
		position: relative;
		cursor: pointer;
	}
	#videoForm textarea {
		border: 1px solid #898989;
		width: 250px;
		margin-top: 2px;
		margin-bottom: 5px;
	}
	#videoName {
		color: #335b6c;
		font-weight: bold;
		font-size: 13px;
	}
	#videoContainer {
		width: 930px;
		clear: both;
	}
	#videoRow {
		width: 930px;
		overflow-x: auto;
		overflow-y: auto;
		height: 300px;
		border: 1px solid #333333;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		background-color: #ffffff;
	}
	.videoLinks {
		float: right;
		display: inline;
		left: 400px;
		text-align: left;
		padding-right: 30px;
		margin-bottom: 200px;
	}
	.videoSection {
		float: left;
	}	
	.videoHeader {
		border-bottom: 1px solid #666666;
		float: left;
		width: 99%;
		padding: 5px;
		margin_top: 5px;
		height: 50px;
	}
	.sLink { 
		color: #009DE9;
		font-size: 12px;
	}
	.sLinkProcess, .sLinkProduct, .sLinkService {
		text-weight: bold;
		font-family: 'HelLT33Ex',Tahoma,Arial,sans-serif;
		font-size: 19px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 21px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom: 1;
	}
	.sLinkProcess {
		color: #3190af;
	}
	.sLinkProduct {
		color:#104a6c;
	}
	.sLinkService {
		color: #157fa0;
	}
	.sLinkProduct span, .sLinkProcess span, .sLinkService span {
		color:#565656;
	}
	.videoLinks a {
		display: block;
		margin-bottom: 10px;
	}
	#videoTitle {
		width: 223px;
		height: 29px;
		display: block;
		margin: 50px 0px 4px 0px;
		font-family: 'HelLT33Ex', Tahoma, Arial, sans-serif;
		font-size: 29px;
		line-height: 29px;
		font-weight:normal;
		letter-spacing:	1px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom: 1;
	}
	#videoScreen {
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		position: fixed !important;
		position: absolute;
		background-color: #000;
		z-index: 45;
		opacity:0.9;
		filter:alpha(opacity=90);
		display: none;
	}
	#videoClose {
		left: 50%;
		top: 50%;
		margin-left: 415px;
		margin-top: -258px;
		position: absolute;
		width: 22px;
		height: 22px;
		display: block;
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/closeGeneral.png);
		z-index: 55;
		display: none;
		cursor: pointer;
	}
	#largeVideoClose {
		left: 50%;
		top: 50%;
		margin-left: 400px;
		margin-top: -258px;
		position: absolute;
		width: 22px;
		height: 22px;
		display: block;
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/closeGeneral.png);
		z-index: 55;
		display: none;
		cursor: pointer;
	}
	#corporateVideo {
		width: 250px;
		height: 369px;
		display: block;
		float: right;
	}
	.menu_archive {
		width: 250px;
		height: 200px;
		float: right;
		padding-top: 40px;
		margin-top: 32px;
		overflow: auto;
	}
	h3.vidHeader {
		font-family: 'HelLT33Ex',Tahoma,Arial,sans-serif;
		font-size: 19px;
		font-weight: normal;
		left: 9px;
		letter-spacing: 1px;
		position: absolute;
		text-align: right;
		top: 11px;
		width: 232px;
		margin:0px;
		padding:0px;
		line-height: 31px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom: 1;
	}
	.vidViaAjax {
		color: #009DE9;
	}
	
/**
	Section:	About Us
	Use:		Styles for About Us Section
**/
	#askTheExpertButton {width: 300px; height: 93px; background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/AskTheExpert.jpg); background-repeat: no-repeat; display: block; float: left; padding-left: 320px; }
	
	#contentBoxServices p {width: 345px;}
	#contentBoxServices ul {width: 305px;}
	#contentBoxServices a {font-weight: bold; color: #009de9;}
	#contentBoxServices .blueHeading {font-weight: bold; font-size: 16px; color: #335b6c;}
	#serviceBox {
		float: right;
		margin: 50px 0 0 30px;
		width: 220px;
	} 
	#serviceBox #blue {font-size: 16px; color: #335b6c;}
	#serviceButton {
		background: url("http://edge.silverson.com/assets/template/Images/inside/about_us/ClickHere.jpg") no-repeat left center;
		border-bottom: 1px solid #D2D1D1;
		border-top: 1px solid #D2D1D1;
		height: 29px;
	}
	#serviceButton .buttonText {margin-left: 8px; margin-top: 3px;}
	#serviceButton a {font-weight: bold; font-size: 16px; color: #009de9; cursor: pointer;}
	
	#serviceButton2 {width: 220px; height: 29px; background-image: url(http://edge.silverson.com/assets/template/Images/inside/about_us/ClickHere.jpg); background-repeat: no-repeat;  background-position: center left; display: block; border-top: 1px solid #d2d1d1; border-bottom: 1px solid #d2d1d1; margin-left: 15px; float: right;}
	#serviceButton2 .buttonText {margin-left: 8px; margin-top: 3px;}
	#serviceButton2 a {font-weight: bold; font-size: 16px; color: #009de9; cursor: pointer;}
	
	#contentBoxNews {width: 345px;}
	#contentBoxNews .newsHeading {font-weight: bold; font-size: 16px; color: #335b6c;}
	
	#scalePDF {position: absolute; top: 600px;}
	#tShow td {vertical-align:top }
	/** 
	#newsTitle, #contentBoxNews {
		padding-left:20px;
	}
	**/

/** 
	Section:	News
	Use:		Styles for News Section
**/

	#newsArchiveTitle {
		margin-left: 10px; 
		height: 16px;
		font-family: 'HelLT33Ex', Tahoma, Arial, sans-serif;
		font-size: 19px;
		line-height: 19px;
		font-weight:normal;
		letter-spacing:	1px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom: 1;
	}
	ul.latestnews {list-style-type: none; margin: 0px; padding: 0px;}

	#newsBox ul {list-style-type: none; margin: 0px; padding: 0px;}
	#newsBox {border: 1px solid #565656; margin-top: 10px; padding: 10px; height: 375px; overflow: auto;}
	#newsBox ul .title {
		display: block;
		background: url(http://edge.silverson.com/assets/template/Images/inside/resource_library/mixingTitleBckgd.jpg) repeat-y;;
		padding: 3px;
		font-weight: bold;
		color: #335b6c;
	}
	#newsBox ul .title a.more {
		color: #009de9;
		font-weight: bold;
	}
	#newsBox ul .more {}
	#newsBox ul li {margin-bottom: 15px;}

/**
	Section:	Process
	Use:		Styles for Process Section
**/
	
	#blendingTitle h1,#emulsifyTitle h1,#hmgTitle h1,#hydrateTitle h1, #dissolveTitle h1, #powderTitle h1, #reclamationTitle h1, #deagglomeratingTitle h1, #particleTitle h1, #agitatorTitle h1, #privacyTitle h1 {
		margin-left: 15px;
	}
	
/**
	Section:	Industry App Reports
	Use:		Positions the app box and titles
**/
	#ar_food_title, #ar_chemical_title, #ar_cosmetic_title, #ar_pharma_title, #ar_aflatoxin_title, #ar_beverage_title,
	#ar_brewing_title, #ar_confectionery_title, #ar_dairy_title, #ar_eoils_title, #ar_femulsions_title, #ar_ingredients_title,
	#ar_mpoultry_title,#ar_petfoods_title,#ar_sdressings_title,#ar_adhesives_title,#ar_agrochemical_title,#ar_asphalt_title,
	#ar_biofuels_title,#ar_drilling_title,#ar_paints_title,#ar_paper_title,#ar_luboils_title,#ar_specialty_title,#ar_carbopol_title,
	#ar_creams_title,#ar_deodorant_title,#ar_surfactants_title,#ar_lipstick_title,#ar_nvarnish_title,#ar_shampoo_title,#ar_toothpaste_title,
	#ar_cointments_title,#ar_psyrups_title,#ar_osolutions_title,#ar_sterile_title,#ar_tablet_title,#ar_vaccine_title {
		font-family: 'HelLT33Ex',Tahoma,Arial,sans-serif;
		font-size: 19px;
		font-weight: normal;
		height: 24px;
		letter-spacing: 1px;
		line-height: 24px;
		text-indent: 2px;
		margin: 0px 16px 4px 0px;
		float: left;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom: 1;
	}
	.industryAppBorder {
		clear: both;
		background: #d2d1d1;
		width: 960px;
		height: 1px;
	}
	.industryAppTitle {
		width: 960px;
		padding: 8px 0px 0px 0px;
	}
	.industryAppTitle a {
		color: #009de9;
	}
	.industryAppLink {
		height: 24px;
		line-height: 24px;
		font-weight: bold;
		font-size: 13px;
		color: #335b6c;
	}
	#ar_bg_title {
		font-family: 'HelLT33Ex',Tahoma,Arial,sans-serif;
		font-size: 29px;
		font-weight: normal;
		left: 10px;
		letter-spacing: 1px;
		line-height: 29px;
		position: absolute;
		text-align: center;
		top: 52px;
		width: 300px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom: 1;
	}

/**
	Section:	Industries for Food/Chemical/Cosmetic/Pharma
	Use:		Industry app reoprt center col standardization
**/

	#foodTitle h1, #aflatoxinTitle h1 ,#beverageTitle h1,#brewingTitle h1,#confectioneryTitle h1,#dairyTitle h1,
	#oilsTitle h1,#emulsionsTitle h1,#ingredientsTitle h1,#meatTitle h1,#petfoodsTitle h1,#saucesTitle h1,
	#chemicalsTitle h1,#adhesivesTitle h1,#agrochemicalsTitle h1,#asphaltTitle h1,#biofuelsTitle h1,
	#drillingmudsTitle h1,#paintsTitle h1, #paperTitle h1,#luboilsTitle h1, #specialtyTitle h1,
	#cosmeticsTitle h1,#carbopolTitle h1,#creamsLotionsTitle h1,#antiperspirantsTitle h1, #surfactantsTitle h1,
	#lipstickTitle h1,#nailTitle h1,#shampooTitle h1, #toothpasteTitle h1, #pharmaceuticalsTitle h1,
	#creamsOintmentsTitle h1,#syrupsTitle h1, #ophthalmicTitle h1,#sterileTitle h1,#tabletTitle h1,#vaccineTitle h1 {
		margin-top: 65px;
		margin-left: 15px;
	}
	
/**
	Section:	Industries for Food/Chemical/Cosmetic/Pharma
	Use:		Menu standardization
**/

#chemical_menu, #food_menu, #cosmetics_menu, #pharma_menu {
		list-style-type: none;
		top: 65px;
		width: 250px;
		padding: 0px;
		margin-top: 25px;
		margin-bottom: 10px;		
}	
	#food_menu li, #cosmetics_menu li, #chemical_menu li, #pharma_menu li {
		border: 0px solid #d2d1d1;
		border-bottom-width: 1px;
		border-top-width: 1px;
		margin-bottom: 3px;
	}
	#food_menu li a, #cosmetics_menu li a, #chemical_menu li a, #pharma_menu li a {
		background: url(http://edge.silverson.com/assets/template/Images/inside/industry/industry_nav_blank.png) no-repeat;
		width: 252px;
		height: 28px;
		padding-top:1px;
		display: block;
		color:#009DE9;
		text-decoration: none;
		font-family: 'HelLT33Ex', Tahoma, Arial, sans-serif;
		font-size: 13px;
		line-height: 29px;
		font-weight:bold;
		letter-spacing:	.25px;
		text-indent: 12px;
		white-space : nowrap;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom: 1;
	}
	#food_menu li a:hover, #food_menu #current a, #cosmetics_menu li a:hover, #cosmetics_menu #current a, #chemical_menu li a:hover, #chemical_menu #current a, #pharma_menu li a:hover, #pharma_menu #current a {
		color: #345667;	
	}
	#food_menu li.item167, #cosmetics_menu li.item169, #chemical_menu li.item168, #pharma_menu li.item170 {
		border: none;	
	}
	#food_menu li.item167 a, #cosmetics_menu li.item169 a, #chemical_menu li.item168 a, #pharma_menu li.item170 a {
		cursor: default;
		color: #696969;
		font-size: 19px;
		background: none;
		text-indent: 0px;
		font-weight:normal;
		height: 32px;
		line-height:32px;
	}
	#cosmetics_menu li.item169 a {
		 white-space:normal;
	}
	
/**
	Section:	Industry Page
	Use:		Styles for Industry Page
**/

	#industriesTitle h1 {
		
	}
	.industryIntro { 
		margin-top: 10px;
	}

/**
	Section:	Food App Reports
	Use:		Rules Unique to the food section

**/

/**
	Section:	Chemical App Reports
	Use:		Rules Unique to the chemical section

**/

/**
	Section:	Cosmetic App Reports
	Use:		Rules Unique to the cosmetic section

**/
	
	#cosmetics_menu li.item169 a {
		height: 42px;
		line-height:21px;
	}
	#cosmetics_menu li.item220 a {
		font-size: 12px;
		letter-spacing:0px;
	}
	
/**
	Section:	Pharmaceutical App Reports
	Use:		Rules Unique to the pharmaceutical section

**/
	
/**
	Section:	Mixer Options Standardization
	Use:		Sets the font and positioning for text/image replacement
**/

	.optionWindow {
		padding-top:10px;
		position: relative;
		border-top: 1px solid #d2d1d1;
		margin-top:10px;
		clear: both;
		min-height:350px;
	}
	#option1Link span, #option2Link span, #option3Link span, #option4Link span, #option5Link span {
		display: none;
	}
	.optionWindow .prodTitle {
		font-weight: bold;
		width: 100px;
		display: block;
		line-height: 110%;
	}
	.optionWindow .learnMore {
		background: url(http://edge.silverson.com/assets/template/Images/grayArrow.jpg) no-repeat 100% 2px;
		padding-right: 10px;
		cursor: pointer;
	}
	.optionWindow .prodImg {
		z-index: -5;
	}
	.optionWindow p, .optionWindow a {
		line-height: 50%;
		cursor: pointer;
	}
	.detailBox {
		padding: 10px;
		line-height: 16px;
		z-index: 50;
		position: relative;
	}
	.detailBox p {
		margin-top: -20px;
		line-height: 145%;
	}
	.detailBox a.brightBlue {
		line-height:120%;
	}
	.closeButton {
		position: relative;
		top: -20px;
		left: -20px;
		z-index: 5;
		background-repeat: no-repeat;
		width: 22px;
		height: 22px;
		display: block;
	}
	.closeButton span {
		display: none;
	}
	
	#labMixerOptions h3, #versoMixerOptions h3, #batchMixerOptions h3, #ultramixMixerOptions h3, #inlineMixerOptions h3, #inlineUltraMixerOptions h3,
	#flashblendMixerOptions h3, #flashmixMixerOptions h3, #bottomMixerOptions h3, #sanitaryMixerOptions h3, #disintegratorMixerOptions h3, #flashblendManMixerOptions h3 {
		height: 16px;
		line-height: 16px;
		letter-spacing: .5px;
		display: block;
		font-family: 'HelLT33Ex',Tahoma,Arial,sans-serif;
		font-size: 13.5px;
		font-weight: normal;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom: 1;
	}
	#labMixerOptions h3, #versoMixerOptions h3, #labMixerOptions .prodTitle, #versoMixerOptions .prodTitle {
		color: #4D3A5A;	
	}
	#batchMixerOptions h3, #batchMixerOptions .prodTitle {
		color: #3B6DA2;
	}
	#ultramixMixerOptions h3, #ultramixMixerOptions .prodTitle {
		color: #618071;
	}
	#inlineMixerOptions h3, #inlineUltraMixerOptions h3, #inlineMixerOptions .prodTitle, #inlineUltraMixerOptions .prodTitle {
		color: #869629;
	}
	#flashblendMixerOptions h3, #flashmixMixerOptions h3, #flashblendManMixerOptions h3, #flashmixMixerOptions .prodTitle, #flashblendMixerOptions .prodTitle,
	#flashblendManMixerOptions .prodTitle {
		color: #D48A21;
	}
	#bottomMixerOptions h3, #bottomMixerOptions .prodTitle {
		color: #AD1220;
	}
	#sanitaryMixerOptions h3, #sanitaryMixerOptions .prodTitle {
		color: #565656;
	}
	#disintegratorMixerOptions h3, #disintegratorMixerOptions .prodTitle {
		color: #892851;
	}
	#inlineUltraMixerOptions {
		min-height: 160px;	
	}
	#labMixerOptions, #inlineMixerOptions, #sanitaryMixerOptions {
		min-height: 240px;
	}
	#versoMixerOptions, #bottomMixerOptions {
		min-height: 260px;	
	}

	#labMixerOptions .detailBox, #versoMixerOptions .detailBox {
		border: 5px solid #9b90a2;
		background-color: #eff5f8;
	}
	#labMixerOptions .detailBox .closeButton, #versoMixerOptions .detailBox .closeButton {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/closeLab.png);
	}
	#batchMixerOptions .detailBox {
		border: 5px solid #3b6da2;
		background-color: #eff5f8;
	}
	#batchMixerOptions .detailBox .closeButton {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/closeBatch.png);
	}
	#ultramixMixerOptions .detailBox {
		border: 5px solid #618071;
		background-color: #eff5f8;
	}
	#ultramixMixerOptions .detailBox .closeButton {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/closeUltramix.png);
	}
	#inlineMixerOptions .detailBox, #inlineUltraMixerOptions .detailBox {
		border: 5px solid #869629;
		background-color: #eff5f8;
	}
	#inlineMixerOptions .detailBox .closeButton, #inlineUltraMixerOptions .detailBox .closeButton {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/closeInline.png);
	}
	#flashmixMixerOptions .detailBox, #flashblendMixerOptions .detailBox, #flashblendManMixerOptions .detailBox {
		border: 5px solid #d48a21;
		background-color: #eff5f8;
	}
	#flashmixMixerOptions .detailBox .closeButton, #flashblendMixerOptions .detailBox .closeButton, #flashblendManMixerOptions .detailBox .closeButton {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/closeFlashbend.png);
	}
	#bottomMixerOptions .detailBox {
		border: 5px solid #ad1220;
		background-color: #eff5f8;
	}
	#bottomMixerOptions .detailBox .closeButton {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/closeBottom.png);
	}
	#sanitaryMixerOptions .detailBox {
		border: 5px solid #565656;
		background-color: #eff5f8;
	}
	#sanitaryMixerOptions .detailBox .closeButton {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/closeGeneral.png);
	}
	#disintegratorMixerOptions .detailBox {
		border: 5px solid #892851;
		background-color: #eff5f8;
	}
	#disintegratorMixerOptions .detailBox .closeButton {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/closeDisintegrator.png);
	}
	
/**
	Section:	Mixer Options Standardization
	Use:		Image options sprite placement
**/
	
	#labMixerOptions #option1Link,#labMixerOptions #option2Link,#labMixerOptions #option3Link,#labMixerOptions #option4Link,#labMixerOptions #option5Link,
	#batchMixerOptions #option1Link, #batchMixerOptions #option2Link, #batchMixerOptions #option3Link, #batchMixerOptions #option4Link,
	#ultramixMixerOptions #option1Link, #ultramixMixerOptions #option2Link, #ultramixMixerOptions #option3Link, #ultramixMixerOptions #option4Link,
	#inlineMixerOptions #option1Link, #inlineMixerOptions #option2Link, #inlineMixerOptions #option3Link, #inlineMixerOptions #option4Link, 
	#inlineUltraMixerOptions #option1Link, #inlineUltraMixerOptions #option2Link, #inlineUltraMixerOptions #option3Link, #inlineUltraMixerOptions #option4Link, 
	#versoMixerOptions #option1Link, #versoMixerOptions #option2Link, #versoMixerOptions #option3Link, #versoMixerOptions #option4Link, #versoMixerOptions #option5Link,
	#flashmixMixerOptions #option1Link, #flashmixMixerOptions #option2Link, #flashmixMixerOptions #option3Link, #flashmixMixerOptions #option4Link, 
	#flashblendMixerOptions #option1Link, #flashblendMixerOptions #option2Link, #flashblendMixerOptions #option3Link, #flashblendMixerOptions #option4Link,
	#flashblendManMixerOptions #option1Link, #flashblendManMixerOptions #option2Link, #flashblendManMixerOptions #option3Link, #flashblendManMixerOptions #option4Link,
	#bottomMixerOptions #option1Link, #bottomMixerOptions #option2Link, #bottomMixerOptions #option3Link, #bottomMixerOptions #option4Link,
	#sanitaryMixerOptions #option1Link, #sanitaryMixerOptions #option2Link, #sanitaryMixerOptions #option3Link, #sanitaryMixerOptions #option4Link,
	#disintegratorMixerOptions #option1Link, #disintegratorMixerOptions #option2Link, #disintegratorMixerOptions #option3Link, #disintegratorMixerOptions #option4Link{
		display: block;
		height: 14px;
		width: 16px;
		float: left;
		margin-right: 3px;
		background-repeat: no-repeat;
	}

/**
	Section:	Mixer Option Sprite Image
	Use:		Used on in all mixer options
**/
	#labMixerOptions #option1Link,#labMixerOptions #option2Link,#labMixerOptions #option3Link,#labMixerOptions #option4Link,#labMixerOptions #option5Link {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/labMixerOptions.jpg);
	}
	#batchMixerOptions #option1Link, #batchMixerOptions #option2Link, #batchMixerOptions #option3Link, #batchMixerOptions #option4Link {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/batchMixerOptions.jpg);
	}
	#ultramixMixerOptions #option1Link, #ultramixMixerOptions #option2Link, #ultramixMixerOptions #option3Link, #ultramixMixerOptions #option4Link {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/ultramixMixerOptions.jpg);
	}
	#inlineMixerOptions #option1Link, #inlineMixerOptions #option2Link, #inlineMixerOptions #option3Link, #inlineMixerOptions #option4Link,
	#inlineUltraMixerOptions #option1Link, #inlineUltraMixerOptions #option2Link, #inlineUltraMixerOptions #option3Link, #inlineUltraMixerOptions #option4Link {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/inlineMixerOptions.jpg);
	}
	#versoMixerOptions #option1Link, #versoMixerOptions #option2Link, #versoMixerOptions #option3Link, #versoMixerOptions #option4Link, #versoMixerOptions #option5Link {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/versoMixerOptions.jpg);
	}
	#flashmixMixerOptions #option1Link, #flashmixMixerOptions #option2Link, #flashmixMixerOptions #option3Link, #flashmixMixerOptions #option4Link,
	#flashblendMixerOptions #option1Link, #flashblendMixerOptions #option2Link, #flashblendMixerOptions #option3Link, #flashblendMixerOptions #option4Link,
	#flashblendManMixerOptions #option1Link, #flashblendManMixerOptions #option2Link, #flashblendManMixerOptions #option3Link, #flashblendManMixerOptions #option4Link {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/flashblendMixerOptions.jpg);
	}
	#bottomMixerOptions #option1Link, #bottomMixerOptions #option2Link, #bottomMixerOptions #option3Link, #bottomMixerOptions #option4Link {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/bottomMixersOptions.jpg);
	}
	#sanitaryMixerOptions #option1Link, #sanitaryMixerOptions #option2Link, #sanitaryMixerOptions #option3Link, #sanitaryMixerOptions #option4Link {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/sanitaryMixerOptions.jpg);
	}
	#disintegratorMixerOptions #option1Link, #disintegratorMixerOptions #option2Link, #disintegratorMixerOptions #option3Link, #disintegratorMixerOptions #option4Link {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/products/disintegratorMixerOptions.jpg);
	}
	
	/* sprite positioning */
	#labMixerOptions #option1Link,
	#batchMixerOptions #option1Link,
	#ultramixMixerOptions #option1Link,
	#inlineMixerOptions #option1Link,
	#inlineUltraMixerOptions #option1Link,
	#versoMixerOptions #option1Link,
	#flashmixMixerOptions #option1Link,
	#flashblendMixerOptions #option1Link,
	#flashblendManMixerOptions #option1Link,
	#bottomMixerOptions #option1Link,
	#sanitaryMixerOptions #option1Link,
	#disintegratorMixerOptions #option1Link{
		background-position: 0px -13px;
	}
	#labMixerOptions #option1Link:hover, #labMixerOptions #option1Link.option1LinkActive,
	#batchMixerOptions #option1Link:hover, #batchMixerOptions #option1Link.option1LinkActive,
	#ultramixMixerOptions #option1Link:hover, #ultramixMixerOptions #option1Link.option1LinkActive,
	#inlineMixerOptions #option1Link:hover, #inlineMixerOptions #option1Link.option1LinkActive,
	#inlineUltraMixerOptions #option1Link:hover, #inlineUltraMixerOptions #option1Link.option1LinkActive,
	#versoMixerOptions #option1Link:hover, #versoMixerOptions #option1Link.option1LinkActive,
	#flashmixMixerOptions #option1Link:hover, #flashmixMixerOptions #option1Link.option1LinkActive,
	#flashblendMixerOptions #option1Link:hover, #flashblendMixerOptions #option1Link.option1LinkActive,
	#flashblendManMixerOptions #option1Link:hover, #flashblendManMixerOptions #option1Link.option1LinkActive,
	#bottomMixerOptions #option1Link:hover, #bottomMixerOptions #option1Link.option1LinkActive,
	#sanitaryMixerOptions #option1Link:hover, #sanitaryMixerOptions #option1Link.option1LinkActive,
	#disintegratorMixerOptions #option1Link:hover, #disintegratorMixerOptions #option1Link.option1LinkActive{
		background-position: -16px -13px;
	}
	#labMixerOptions #option2Link,
	#batchMixerOptions #option2Link,
	#ultramixMixerOptions #option2Link,
	#inlineMixerOptions #option2Link,
	#inlineUltraMixerOptions #option2Link,
	#versoMixerOptions #option2Link,
	#flashmixMixerOptions #option2Link,
	#flashblendMixerOptions #option2Link,
	#flashblendManMixerOptions #option2Link,
	#bottomMixerOptions #option2Link,
	#sanitaryMixerOptions #option2Link,
	#disintegratorMixerOptions #option2Link{
		background-position: -32px -13px;
	}
	#labMixerOptions #option2Link:hover, #labMixerOptions #option2Link.option2LinkActive,
	#batchMixerOptions #option2Link:hover, #batchMixerOptions #option2Link.option2LinkActive,
	#ultramixMixerOptions #option2Link:hover, #ultramixMixerOptions #option2Link.option2LinkActive,
	#inlineMixerOptions #option2Link:hover, #inlineMixerOptions #option2Link.option2LinkActive,
	#inlineUltraMixerOptions #option2Link:hover, #inlineUltraMixerOptions #option2Link.option2LinkActive,
	#versoMixerOptions #option2Link:hover, #versoMixerOptions #option2Link.option2LinkActive,
	#flashmixMixerOptions #option2Link:hover, #flashmixMixerOptions #option2Link.option2LinkActive,
	#flashblendMixerOptions #option2Link:hover, #flashblendMixerOptions #option2Link.option2LinkActive,
	#flashblendManMixerOptions #option2Link:hover, #flashblendManMixerOptions #option2Link.option2LinkActive,
	#bottomMixerOptions #option2Link:hover, #bottomMixerOptions #option2Link.option2LinkActive,
	#sanitaryMixerOptions #option2Link:hover, #sanitaryMixerOptions #option2Link.option2LinkActive,
	#disintegratorMixerOptions #option2Link:hover, #disintegratorMixerOptions #option2Link.option2LinkActive{
		background-position: -48px -13px;
	}
	#labMixerOptions #option3Link,
	#batchMixerOptions #option3Link,
	#ultramixMixerOptions #option3Link,
	#inlineMixerOptions #option3Link,
	#inlineUltraMixerOptions #option3Link,
	#versoMixerOptions #option3Link,
	#flashmixMixerOptions #option3Link,
	#flashblendMixerOptions #option3Link,
	#flashblendManMixerOptions #option3Link,
	#bottomMixerOptions #option3Link,
	#sanitaryMixerOptions #option3Link,
	#disintegratorMixerOptions #option3Link{
		background-position: -64px -13px;
	}
	#labMixerOptions #option3Link:hover, #labMixerOptions #option3Link.option3LinkActive,
	#batchMixerOptions #option3Link:hover, #batchMixerOptions #option3Link.option3LinkActive,
	#ultramixMixerOptions #option3Link:hover, #ultramixMixerOptions #option3Link.option3LinkActive,
	#inlineMixerOptions #option3Link:hover, #inlineMixerOptions #option3Link.option3LinkActive,
	#inlineUltraMixerOptions #option3Link:hover, #inlineUltraMixerOptions #option3Link.option3LinkActive,
	#versoMixerOptions #option3Link:hover, #versoMixerOptions #option3Link.option3LinkActive,
	#flashmixMixerOptions #option3Link:hover, #flashmixMixerOptions #option3Link.option3LinkActive,
	#flashblendMixerOptions #option3Link:hover, #flashblendMixerOptions #option3Link.option3LinkActive,
	#flashblendManMixerOptions #option3Link:hover, #flashblendManMixerOptions #option3Link.option3LinkActive,
	#bottomMixerOptions #option3Link:hover, #bottomMixerOptions #option3Link.option3LinkActive,
	#sanitaryMixerOptions #option3Link:hover, #sanitaryMixerOptions #option3Link.option3LinkActive,
	#disintegratorMixerOptions #option3Link:hover, #disintegratorMixerOptions #option3Link.option3LinkActive{
		background-position: -80px -13px;
	}
	#labMixerOptions #option4Link,
	#batchMixerOptions #option4Link,
	#ultramixMixerOptions #option4Link,
	#inlineMixerOptions #option4Link,
	#inlineUltraMixerOptions #option4Link,
	#versoMixerOptions #option4Link,
	#flashmixMixerOptions #option4Link,
	#flashblendMixerOptions #option4Link,
	#flashblendManMixerOptions #option4Link,
	#bottomMixerOptions #option4Link,
	#sanitaryMixerOptions #option4Link,
	#disintegratorMixerOptions #option4Link{
		background-position: -96px -13px;
	}
	#labMixerOptions #option4Link:hover, #labMixerOptions #option4Link.option4LinkActive,
	#batchMixerOptions #option4Link:hover, #batchMixerOptions #option4Link.option4LinkActive,
	#ultramixMixerOptions #option4Link:hover, #ultramixMixerOptions #option4Link.option4LinkActive,
	#inlineMixerOptions #option4Link:hover, #inlineMixerOptions #option4Link.option4LinkActive,
	#inlineUltraMixerOptions #option4Link:hover, #inlineUltraMixerOptions #option4Link.option4LinkActive,
	#versoMixerOptions #option4Link:hover, #versoMixerOptions #option4Link.option4LinkActive,
	#flashmixMixerOptions #option4Link:hover, #flashmixMixerOptions #option4Link.option4LinkActive,
	#flashblendMixerOptions #option4Link:hover, #flashblendMixerOptions #option4Link.option4LinkActive,
	#flashblendManMixerOptions #option4Link:hover, #flashblendManMixerOptions #option4Link.option4LinkActive,
	#bottomMixerOptions #option4Link:hover, #bottomMixerOptions #option4Link.option4LinkActive,
	#sanitaryMixerOptions #option4Link:hover, #sanitaryMixerOptions #option4Link.option4LinkActive,
	#disintegratorMixerOptions #option4Link:hover, #disintegratorMixerOptions #option4Link.option4LinkActive{
		background-position: -112px -13px;
	}
	#labMixerOptions #option5Link,
	#batchMixerOptions #option5Link,
	#ultramixMixerOptions #option5Link,
	#inlineMixerOptions #option5Link,
	#inlineUltraMixerOptions #option5Link,
	#versoMixerOptions #option5Link,
	#flashmixMixerOptions #option5Link,
	#flashblendMixerOptions #option5Link,
	#flashblendManMixerOptions #option5Link,
	#bottomMixerOptions #option5Link,
	#sanitaryMixerOptions #option5Link,
	#disintegratorMixerOptions #option5Link{
		background-position: -128px -13px;
	}
	#labMixerOptions #option5Link:hover, #labMixerOptions #option5Link.option5LinkActive,
	#batchMixerOptions #option5Link:hover, #batchMixerOptions #option5Link.option5LinkActive,
	#ultramixMixerOptions #option5Link:hover, #ultramixMixerOptions #option5Link.option5LinkActive,
	#inlineMixerOptions #option5Link:hover, #inlineMixerOptions #option5Link.option5LinkActive,
	#inlineUltraMixerOptions #option5Link:hover, #inlineUltraMixerOptions #option5Link.option5LinkActive,
	#versoMixerOptions #option5Link:hover, #versoMixerOptions #option5Link.option5LinkActive,
	#flashmixMixerOptions #option5Link:hover, #flashmixMixerOptions #option5Link.option5LinkActive,
	#flashblendMixerOptions #option5Link:hover, #flashblendMixerOptions #option5Link.option5LinkActive,
	#flashblendManMixerOptions #option5Link:hover, #flashblendManMixerOptions #option5Link.option5LinkActive,
	#bottomMixerOptions #option5Link:hover, #bottomMixerOptions #option5Link.option5LinkActive,
	#sanitaryMixerOptions #option5Link:hover, #sanitaryMixerOptions #option5Link.option5LinkActive,
	#disintegratorMixerOptions #option5Link:hover, #disintegratorMixerOptions #option5Link.option5LinkActive{
		background-position: -144px -13px;
	}

/**
	Section:	Products Pages
	Use:		Styles for Product Section
**/

	.hwStage strong {
		font-size: 13px;
		color: #4d3a5a;
	}
	.imageBox {
		margin-left: -160px;
		padding-bottom: 30px;
		float: left;
	}
	.flashBlendImageBox {
		margin-left: -180px;
		padding-bottom: 30px;
		float: left;
	}
	.bottomImageBox {
		margin-left: -115px;
		padding-bottom: 30px;
		float: left;
	}
	.productContent {
		width: 300px;
		padding-left: 15px;
	}
	.a3Logo {
		background: url(http://edge.silverson.com/assets/template/Images/inside/products/3-A_Logo.gif) no-repeat;
		width: 75px;
		height: 67px;
		margin-left: -300px;
		position: relative;
		margin-top: -80px;
	}
	.ehedgLogo {
		background: url(http://edge.silverson.com/assets/template/Images/inside/products/EHEDGlogo.jpg) no-repeat;
		width: 81px;
		height: 88px;
		display: block;
	}
	#prodWrapper {
		clear:both;
	}
	.pdfLink {
		border-bottom: 1px solid #d2d1d1;
		width: 960px;
		height: 40px;
		padding: 14px 0px;
	}
	#centerColumnLab .pdfLink {
		margin-top: -75px;
	}
	#centerColumnBatch .pdfLink {
		margin-top: 20px;
	}
	#centerColumnUltra .pdfLink {
		margin-top: 170px;
	}
	#centerColumnInline .pdfLink {
		margin-top: -20px;
	}
	#centerColumnInlineUltra .pdfLink {
		margin-top: 40px;
	}
	#centerColumnFlash .pdfLink {
		margin-top: 75px;
	}
	#centerColumnBottom .pdfLink {
		margin-top: 110px;
	}
	#centerColumnDis .pdfLink {
		margin-top: -25px;
	}
	.pdfLink a {
		color: #565656;
		font-weight: normal;
		text-decoration: none;
		text-align:left
	}
	.pdfLink a:hover {
		text-decoration: underline;
	}
	.productChart {
		width: 960px;
		padding-top: 5px;
		margin-bottom:18px;
	}
	.productChart:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	#scaleButton {
		width: auto;
		height: 29px;
		background: url(http://edge.silverson.com/assets/template/Images/inside/about_us/ClickHere.jpg) no-repeat center left;
		display: block;
		border-top: 1px solid #d2d1d1;
		border-bottom: 1px solid #d2d1d1;
		margin-left: 15px;
		float: left;
		position: absolute;
		top: auto;
		left: 322px;
		padding-right: 5px;
	}
	#scaleButton .buttonText {
		margin-left: 8px; margin-top: 3px;
	}
	#scaleButton a {
		font-weight: bold;
		font-size: 16px;
		color: #009de9;
		cursor: pointer;
	}
	.techTitleHeader {
		width: 250px;
		height: 45px;
		display: block;
		clear: both;
		background-image: url("../Images/inside/products/CntctTechHeader.jpg");
	} 
	.techTitleHeader span {
		display: none;
	}
	#techForm input, #techForm textarea {
		border: 1px solid #898989;
		width: 248px;
		margin-top: 2px;
		margin-bottom: 5px;
	}
	#techForm .submit_button {
		color: #009de9;
		font-weight: bold;
		right: -220px;
		position: relative;
		cursor: pointer;
	}
	.expertTitleHeader {
		position:relative;
		width: 250px;
		height: 66px;
		display: block;
		clear: both;
		background: url(http://edge.silverson.com/assets/template/Images/inside/products/askTheExpert.jpg) no-repeat;
	} 
	.expertTitleHeader span {
		bottom: 8px;
		display: block;
		font-family: 'HelLT33Ex',Tahoma,Arial,sans-serif;
		font-size: 19px;
		line-height:21px;
		font-weight: normal;
		letter-spacing: 1px;
		position: absolute;
		right: 8px;
		text-align: right;
		width: 150px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom: 1;
	}
	#shortForm input.long, #shortForm textarea {
		border: 1px solid #898989;
		width: 248px;
		margin-top: 2px;
		margin-bottom: 5px;
	}
	#shortForm .submit_button {
		color: #009de9;
		font-weight: bold;
		right: -220px;
		position: relative;
		cursor: pointer;
	}	
	#trialBug {
		width: 60px;
		height: 61px;
		background: url(http://edge.silverson.com/assets/template/Images/inside/products/FreeOnsiteTrial.png) no-repeat;
		z-index: 20;
		position: absolute;
		top: 41px;
		left: 234px;
	}

/**
	Section:	Subnav Style
	Use:		Used on product sub nav Pages
**/

	#lab_mixer_subnav, #verso_subnav, #batch_mixer_subnav, #ultramix_subnav, #inline_subnav, #inline_ultra_subnav, #flashmix_subnav, #flashblend_subnav,
	#flashblend_manual_subnav, #bottom_entry_subnav, #disintegrator_subnav, #app_report_top_nav {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: block;
		position: absolute;
		right: 0px;
		top: 4px;
	}
	#lab_mixer_subnav li, #verso_subnav li, #batch_mixer_subnav li, #ultramix_subnav li, #inline_subnav li, #inline_ultra_subnav li, #flashmix_subnav li, #flashblend_subnav li,
	#flashblend_manual_subnav li, #bottom_entry_subnav li, #disintegrator_subnav li, #app_report_top_nav li {
		float: left;
		width: 150px;
		margin-left: 9px;
		margin-bottom: 3px;
	}
	#lab_mixer_subnav li a, #verso_subnav li a, #batch_mixer_subnav li a, #batch_mixer_subnav li a, #ultramix_subnav li a, #inline_subnav li a, #inline_ultra_subnav li a,
	#flashmix_subnav li a, #flashblend_subnav li a, #flashblend_manual_subnav li a, #bottom_entry_subnav li a, #disintegrator_subnav li a, #app_report_top_nav li a {
		width: 150px;
		height: 16px;
		padding-top: 2px;
		display: block;
		text-align: center;
		color: #fff;
		text-decoration: none;
		line-height: 110%;
	}
	#lab_mixer_subnav li a:hover, #lab_mixer_subnav li.active a, #verso_subnav li a:hover, #verso_subnav li.active a,
	#batch_mixer_subnav li a:hover, #batch_mixer_subnav li.active a, #ultramix_subnav li a:hover, #ultramix_subnav li.active a,
	#inline_subnav li a:hover, #inline_subnav li.active a, #inline_ultra_subnav li a:hover, #inline_ultra_subnav li.active a,
	#flashmix_subnav li a:hover, #flashmix_subnav li.active a, #flashblend_subnav li a:hover, #flashblend_subnav li.active a,
	#flashblend_manual_subnav li a:hover, #flashblend_manual_subnav li.active a, #bottom_entry_subnav li a:hover, #bottom_entry_subnav li.active a,
	#disintegrator_subnav li a:hover, #disintegrator_subnav li.active a, #app_report_top_nav li a:hover, #app_report_top_nav li.active a {
		background-position: left bottom;
	}
	#disintegrator_subnav, #ultramix_subnav {
		right: 168px;
	}

/**
	Section:	Lab Mixer Section
	Use:		Styles used on Lab Mixer Pages
**/
	
	#labMixerTitle h1, #labHowTitle h1, #labWrkhdsTitle h1, #labTechInfoTitle h1, #labScaleTitle h1 {
		color: #604c6d;
		margin-left: 15px;
	}
	#lab_mixer_subnav li a {
		background: url(http://edge.silverson.com/assets/template/Images/inside/subnav/labMixerSubnavBckgd.jpg);
	}
	#lab_mixer_subnav li.item119 a {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/subnav/labMixerSubnavHome.jpg);
	}	
	.labSubhead {
		font-weight: bold;
		font-size: 13px;
		color: #663366;
	}
	.labSubTitle {
		font-weight: bold;
		font-size: 15px;
	}
	#requestLab {
		background-image:url(http://edge.silverson.com/assets/template/Images/inside/products/RequestInfoHeader.jpg);
	} 
	
	#labMixerTechChart {
		float: right;
		width: 630px;	
	}
	#labMixerTechChart table {
		width: 522px;
		padding-bottom:15px;
	}
	.labTechInfoTable {
		width: 480px;
	}

/**
	Section:	Verso Section
	Use:		Style for Verso Page
**/

	#versoTitle h1 {
		margin-left: 15px;
		color: #663366;
	}
	#verso_subnav li a {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/subnav/labMixerSubnavBckgd.jpg);
	}
	.versoSubhead {font-weight: bold; font-size: 13px; color: #663366;}

/**
	Section:	Batch Mixer Section
	Use:		Styles for Batch Mixer Page
**/
	#batchMixerTitle h1, #batchHowTitle h1, #batchWrkhdsTitle h1, #batchTechInfoTitle h1, #batchScaleTitle h1 {
		color:#4481b2;
		margin-left: 15px;	
	}
	#batch_mixer_subnav li a {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/subnav/batchMixerSubnavBckgd.jpg);
	}
	#batch_mixer_subnav li.item120 a {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/subnav/batchMixerSubnavHome.jpg);
	}
	.batchSubTitle {
		font-weight: bold;
		font-size: 15px;
	}
	.batchSubHead {
		font-weight: bold;
		font-size: 13px;
		color: #3b6da2;
	}

/**
	Section:	Ultramix Section
	Use:		Styles for Ultramix Page
**/
	#ultramixTitle h1, #ultramixHowTitle h1, #ultramixWrkhdsTitle h1, #ultramixTechInfoTitle h1, #ultramixScaleTitle h1 {
		color:#729184;
		margin-left: 15px;	
	}
	#ultramix_subnav li a {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/subnav/ultramixSubnavBckgd.jpg);
	}
	#ultramix_subnav li.item121 a {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/subnav/ultramixSubnavHome.jpg);
	}
	.ultramixSubTitle {
		font-weight: bold; font-size: 15px;
	}
	.ultramixSubHead {
		font-weight: bold;
		font-size: 13px;
		color: #618071;
	}

/**
	Section:	Inline Section
	Use:		Styles for Inline
**/

	#centerColumnInline .a3Logo {
		margin-top: 36px;
	}
	#inlineTitle h1, #inlineHowTitle h1, #inlineWrkhdsTitle h1, #inlineTechInfoTitle h1, #inlineScaleTitle h1 {
		margin-left: 15px;
		color:#98a432;
	}
	#inline_subnav li a {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/subnav/inlineSubnavBckgd.jpg);
	}
	.inlineSubTitle {
		font-weight: bold;
		font-size: 15px;
	}
	.inlineSubHead {
		font-weight: bold;
		font-size: 13px;
		color: #869629;
	}

/**
	Section:	Inline Ultra Section
	Use:		Styles for Inline Ultra
**/

	#inlineUltraTitle {
		color: #98a432;
		margin-left: 15px;
	}
	#inline_ultra_subnav li a {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/subnav/inlineSubnavBckgd.jpg);
	}
	#centerColumnInlineUltra .a3Logo {
		position: absolute;
		top: 500px;
		left: 0;
		margin: 0;
	}
	#centerColumnInlineUltra .ehedgLogo {
		left: 100px;
		position: absolute;
		top: 492px;
	}

/**
	Section:	Flashmix Powder Section
	Use:		Styles for Flashmix Powder
**/

	#flashmixTitle {
		color:#d48a21;
		margin-left: 15px;
	}
	#flashmix_subnav li a {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/subnav/flashblendSubnavBckgd.jpg);
	}
	.flashMixTechTable {
		width: 500px;	
	}
	#centerColumnFlashmix .a3Logo {
		position: absolute;
		top: 500px;
		left: 0;
		margin: 0;
	}
	#centerColumnFlashmix .ehedgLogo {
		left: 100px;
		position: absolute;
		top: 492px;
	}

/**
	Section:	Flashblend Section
	Use:		Styles for Flashblend
**/

	#flashblendTitle h1, #flashblendHowTitle h1, #flashblendWrkhdsTitle h1, #flashblendTechInfoTitle h1, #flashblendScaleTitle h1 {
		color: #e09b21;
		margin-left: 15px;
	}
	#flashblend_subnav li a {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/subnav/flashblendSubnavBckgd.jpg);
	}
	.flashblendSubTitle {
		font-weight: bold;
		font-size: 15px;
	}
	.flashblendSubHead {
		font-weight: bold;
		font-size: 13px;
		color: #d48a21;
	}

/**
	Section:	Flashblend Manual Section
	Use:		Styles for Flashblend Manual
**/
	
	#flashblendManTitle h1 {
		margin-left: 15px;
	}
	#flashblend_manual_subnav li a {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/subnav/flashblendSubnavBckgd.jpg);
	}
	.flashblendManSubTitle {
		font-weight: bold;
		font-size: 15px;
	}
	.flashblendManSubHead {
		font-weight: bold;
		font-size: 13px;
		color: #d48a21;
	}

/**
	Section:	Bottom Entry Section
	Use:		Styles for Bottom Entry
**/

	#bottomEntryTitle h1, #bottomHowTitle h1, #bottomWrkhdsTitle h1, #bottomTechInfoTitle h1, #bottomScaleTitle h1 {
		color:#c02425;
		margin-left: 15px;
	}
	#bottom_entry_subnav li a {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/subnav/bottomSubnavBckgd.jpg);
	}
	.bottomSubHead {
		font-weight: bold;
		font-size: 13px;
		color: #ad1220;
	}

/**
	Section:	Sanitary Section
	Use:		Styles for Sanitary Section
**/

	#sanitaryTitle h1 {
		margin-left: 15px;
	}

/**
	Section:	Disintegrator Section
	Use:		Styles for Disintegrator
**/

	#disintegratorTitle h1,
	#disintegratorHowTitle h1,
	#disintegratorWrkhdsTitle h1,
	#disintegratorTechInfoTitle h1,
	#disintegratorScaleTitle h1 {
		color:#892851;
		margin-left: 15px;
	}
	#disintegrator_subnav li a {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/subnav/disintegratorSubnavBckgd.jpg);
	}
	.disintSubTitle {
			font-weight: bold;
			font-size: 15px;
	}
	.disintSubHead {
		font-weight: bold;
		font-size: 13px;
		color: #892851;
	}

/**
	Section:	Resource Library Section
	Use:		Styles for Resource Library
**/

	.centerColumnBrochure a {
		font-weight: bold;
		color:#009de9;
	}
	#brochureTitle h1 {
		margin-left: 15px;
	}
	#brochureBox {
		width: 253px;
		height: 222px;
		background: url(http://edge.silverson.com/assets/template/Images/inside/videoBackground.jpg) no-repeat;
		float: right;
		display: block;
		position:absolute;
		z-index: 1;
		right:0px;
		top:55px;
	}
	#brochureBox h3, #brochureBox2 h3 {
		font-family: 'HelLT33Ex',Tahoma,Arial,sans-serif;
		font-size: 19px;
		font-weight: normal;
		letter-spacing: 1px;
		text-align:right;
		margin: 22px 0 0;
		padding: 1px 8px 10px 0;
	}
	#brochureBox h3 span {
		font-size: 13px;
	}
	#brochureBox .brochureImg {
		position: absolute;
		top: 48px;
		left: 0px;
	}
	#brochureBox a {
		position:absolute;
		top:197px;
		right:16px;
		left: auto;	
		cursor: pointer;
	}
	#brochureBox2 {
		width: 252px;
		background: url(http://edge.silverson.com/assets/template/Images/inside/videoBackground.jpg) no-repeat;
		float: right;
		display: block;
		position: absolute;
		z-index: 1;
		right:0px;
		top:285px;
	} 
	#brochureBox2 a {
		cursor: pointer;
		background: url(http://edge.silverson.com/assets/template/Images/footer/linkTriangle.jpg) no-repeat center left;
		padding-left: 10px;
	}	
	#brochureBox2 #indent {
		margin-left: 15px;
	}
	#faqTitle h1 {
		margin-bottom: 15px;
		padding-left: 15px;
	}
	.centerColumnFaq h3 {
		margin: 10px 0px -10px 15px;
		font-size: 13px;
		color: #335b6c;
	}
	#moreFAQsTitle, #moreTipsTitle  {
		margin-left: 10px;
		position:relative;
		height: 22px;
		font-family: 'HelLT33Ex', Tahoma, Arial, sans-serif;
		font-size: 20px;
		line-height: 20px;
		font-weight:normal;
		letter-spacing:	1px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom: 1;
	}
	
/**
	Section:	Mixing Tips Section
	Use:		Styles for Mixing Tips
**/

	#mixingTitle h1 {
		margin-left: 15px;
	}
	.centerColumnMixing h3 {
		margin-top: 10px;
		margin-bottom: -10px;
		font-size: 13px;
		color: #335b6c;
	}
	#mixingBox ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	#mixingBox {
		position:relative;
		border: 1px solid #565656;
		margin-top: 10px;
		padding: 10px;
		height: 375px;
		overflow: auto;
	}
	#mixingBox ul li span {
		position: relative;
	}
	#mixingBox ul li span.title {
		background: url(http://edge.silverson.com/assets/template/Images/inside/resource_library/mixingTitleBckgd.jpg);
		width: 190px;
		padding: 3px;
		font-weight: bold;
		color: #335b6c;
		display: block;
	}
	#mixingBox ul .more {
		color: #009de9;
		font-weight: bold;
	}
	#mixingBox ul li {
		margin-bottom: 15px;
	}

/**
	Section:	Application Report 
	Use:		Subnav
**/

	#app_report_top_nav li a {
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/subnav/subnavBckgd.jpg);
	}

/**
	Section:	Application Report 
	Use:		Sub Pages
**/

	#foodARTitle h1, #chemicalARTitle h1, #cosmeticARTitle h1, #pharmaARTitle h1 {
		font-family: 'HelLT33Ex',Tahoma,Arial,sans-serif;
		font-size: 20px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 20px;
		margin: 60px 0 0;
		width:	600px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom: 1;
	}

/**
	Section:	Application Reports Submenu
	Use:		Menu standardization
**/

	.menu_ar_subnav {
		width: 520px;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.menu_ar_subnav li {
		border: 0px solid #d2d1d1;
		border-bottom-width: 1px;
		border-top-width: 1px;
		margin-bottom: 3px;
		width: 250px;
		float: left;
		margin-right: 10px;
	}
	.menu_ar_subnav li a {
		background: url(http://edge.silverson.com/assets/template/Images/inside/industry/industry_nav_blank.png) no-repeat;
		width: 252px;
		height: 28px;
		padding-top:1px;
		display: block;
		color:#009DE9;
		text-decoration: none;
		font-family: 'HelLT33Ex', Tahoma, Arial, sans-serif;
		font-size: 13px;
		line-height: 29px;
		font-weight:bold;
		letter-spacing:	.25px;
		text-indent: 12px;
		white-space : nowrap;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom: 1;
	}
	.menu_ar_subnav li a:hover {
		color: #345667;	
	}
	
/**
	Section:	Application Reports Footer Link
	Use:		Link standardization
**/
	#appReport {
		width: 940px;
		overflow: auto;
		height: 300px;
		border: 1px solid #333;
		padding: 10px;
		background-color: #FFF;
		clear:both;
	}
	#appReport.slim {
		height: 105px;
	}
	#appReport .appBox {
		width: 285px;
		float: left;
		margin-right: 10px;
	}
	#appReport .appImageBox {
		float: left;
		width: 55px;
	}
	#appReport .name {
		font-weight: bold;
		width: 200px;
		float: right;
	}
	#appReport p, #appReport li {
		width: 200px;
		float: right;
		font-size: 10px;
		line-height: 14px;
	}
	#appReport li {
		width: 190px;
	}
	#appReport hr {
		clear: both;
		border: 1px solid #d2d1d1;
		margin: 15px 0px;
		border-bottom: 0px;
	}
	#ar_wrap {
		clear: both;
		border-top: 1px solid #d2d1d1;
	}
	#ar_wrap .ar_wrap_title {
		font-family: 'HelLT33Ex',Tahoma,Arial,sans-serif;
		font-size: 19px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 24px;
		height: 24px;
		margin: 8px 0px 5px 0px;
		clear: both;
		text-indent: 2px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom: 1;
	}
	.appBox .name a {
		color: #009DE9;
	}

/**
	Section:	Contact Us, Request Information and Ask an Expert
	Use:		Page an form stlyes
**/

	.centerColumnRequest p, .centerColumnAsk p {
		margin-top: 10px;
	}
	.centerColumnRequest table, .centerColumnAsk table {
		width: 369px;
	}
	.centerColumnRequest td, .centerColumnAsk td {
		padding: 3px 0px;	
	}
	.centerColumnAsk a {
		font-weight: bold;
		color: #009de9;
	}
	#salesTitle h1 {margin-left: 15px;}
	#contactRep {
		height: 57px;
		width: 284px;
		background: url(http://edge.silverson.com/assets/template/Images/inside/contact_us/repBckgd.jpg) no-repeat;
		padding: 2px 5px;
		margin-top: -150px;
		position: relative;
	}
	#contactRep a {
		color: #009de9;
		font-weight: bold;
	}

/**
	Section:	Footer Styles
	Use:		Global Footer Styles	
**/

	.footerLinkBox {
		background:url(http://edge.silverson.com/assets/template/Images/footer/blankTitle.png) no-repeat 0px 5px;
		border: 1px solid #d2d1d1;
		border-width: 1px 0px;
		height: 36px;
		margin: 5px 0px;
		padding: 5px 0px;
		width: 660px;
		line-height: 110%;
		font-size: 11px;
		float: left;
	}
	.footerLinkBox strong {
		font-weight: bold;
		font-size: 13px;
		color: #335b6c;
	}
	.footerLinkBox a {
		font-size: 11px;
		line-height: 110%;
	}
	#footerServicesTitle h2, #footerVideoTitle h2, #footerAppReportsTitle h2, #footerNewsTitle h2 {
		font-family: 'HelLT33Ex', Tahoma, Arial, sans-serif;
		font-size: 26px;
		line-height: 36px;
		font-weight:normal;
		letter-spacing:	1px;
		color:#335B6C;
		margin:0px;
		padding: 0px 0px 0px 12px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop); zoom: 1;
	}
	#news {
		clear: both;	
	}
	#news .footerLinkBox {
		width: 630px;
	}
	#footerServicesTitle, #footerVideoTitle, #footerAppReportsTitle, #footerNewsTitle {
		min-width: 216px;
		float: left;
		margin-right: 16px;
	}
	.copyRight {
		position:absolute;
		top:0px;
		left: 0px;
		width: 110px;
	}
	.footerContent {
		width: 960px;
		margin: 0px auto;
		position: relative;
		z-index: 1;
		height: 50px;
	}
	.footerRight {
		position:absolute;
		top: 0px;
		right: 0px;
		padding-right: 180px;
	}
	.footerLinkBox a.serviceLink {
		color: #009de9;
		font-size: 14px;
		background: url(http://edge.silverson.com/assets/template/Images/footer/linkTriangle.jpg) no-repeat 100% 43%;
		text-transform:uppercase;
		padding-right: 7px;
		position: relative;
		float: right;
		right: 0px;
	}
	a.newsLink {
		color: #009de9;
		font-size: 14px;
		background: url(http://edge.silverson.com/assets/template/Images/footer/linkTriangle.jpg) no-repeat 100% 49%;
		padding-right: 7px;
		float: right;
	}
	#footer_nav {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		position:absolute;
		top:0px;
		right: 0px;
	}
	#footer_nav li {
		float: left;
	}
	#footer_nav li.item165 {
		border-right: 1px solid #999;
		margin-right: 15px; padding-right: 15px;
	}
	#footer_nav li a {
		color: #009de9;
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;
	}
	#socialNav {
		float: right;
	}
	#socialNav a {
		display: inline-block;
		float: left;
		margin: 5px;
	}
	#socialNav span {
		display: none;
	}
	#socialNav #youtube {
		width: 58px;
		height: 21px;
		background: url(http://edge.silverson.com/assets/template/Images/icons/youtube.jpg) no-repeat top;
	}
	#socialNav #twitter {
		width: 29px;
		height: 20px;
		background: url(http://edge.silverson.com/assets/template/Images/icons/twitter.jpg) no-repeat top;
	}
	#socialNav #blog {
		width: 23px;
		height: 27px;
		background: url(http://edge.silverson.com/assets/template/Images/icons/blog.jpg) no-repeat top;
	}
	#socialNav #facebook {
		width: 21px;
		height: 21px;
		background: url(http://edge.silverson.com/assets/template/Images/icons/facebook.jpg) no-repeat top;
	}
	#socialNav #linkedin {
		width: 22px;
		height: 21px;
		background: url(http://edge.silverson.com/assets/template/Images/icons/linkedin.jpg) no-repeat top;
		margin-right: 0px;
	}
	#socialNav a#youtube:hover, #socialNav a#twitter:hover, #socialNav a#blog:hover, #socialNav a#facebook:hover, #socialNav a#linkedin:hover {
		background-position: bottom;
	}

/**
	Section:	Sitemap Styles
	Use:		Styles for sitemap
**/

	.xmap {
		width: 640px; 
		background-image: url(http://edge.silverson.com/assets/template/Images/inside/process/processBckgd.jpg); 
		background-repeat: no-repeat; 
		float: left; 
		padding-left: 335px; 
		display: block;
		margin-bottom: 18px;
	}
	.xmap h3 {
		color: #335b6c;
		font-size: 15px;
		display: inline-block;
		margin: 15px 0px 5px 0px;
	}
	#languageselection {
		float: right;
	}

/**
	Section:	Language lists
	Use:		Language lists with UL (names & images)
**/

	#languageselection ul.languageselection {
		list-style: none;
		padding: 0;
		margin-top: 3px;
		font-weight: normal;
	}
	#languageselection ul.languageselection li {
		background-image: none;
		padding-left: 0px;
		padding-right: 0px;
		float: left;
		margin: 1px 1px 1px 1px;
		white-space: nowrap;
		border: none;
		font-size: 0.9em;
	}
	#languageselection ul.languageselection li a {
		display: block;
		height: 15px;
		width: 21px;
		background-position: 0px 15px;
	}
	#languageselection ul.languageselection li a:hover, #languageselection ul.languageselection li a#active_language {
		background-position: center top;
	}
	#languageselection ul.languageselection img {
		border: none;
	}
	
	div#languageselection img.langImg {
		float: left;
		border: none;
		margin-top: 3px;
	}
	div#languageselection li img.langImg {
		float: left;
		border: none;
		margin: 0px 1px 0px 1px;
	}
	#languageselection select.languageselection {
		border: 1px solid #cccccc;
	}
	
	#languageselection label.languageselection {
		position:absolute;
		left:-1000px;
	}

/**
	Section:	Raw Images
	Use:		Controls Raw Display of Images
**/

	.rawimages {
		text-align: center;
		margin-top: 3px;
	}
	.rawimages img {
		border: none;
		margin:2px;
	}
	.rawimages span#active_language img {
		margin:2px;
		border: none;
	}
	div#languageselection img.langImg {
		float: left;
		border: none;
		margin-top: 3px;
	}
	div#languageselection li img.langImg {
		float: left;
		border: none;
		margin: 1px 3px 0px 0px;
	}
	#languageselection .opaque{
		filter:alpha(opacity=30);
	}
	#languageselection option.opaque{
		color:graytext;
	}

/**
	Section:	Flags
	Section:	Styles for languages flags
**/

	a.us {
		background-image: url(http://edge.silverson.com/assets/template/Images/flags/flag_us.jpg);
	}
	a.en {
		background-image: url(http://edge.silverson.com/assets/template/Images/flags/flag_en.jpg);
	}
	a.fr {
		background-image: url(http://edge.silverson.com/assets/template/Images/flags/flag_fr.jpg);
	}
	a.de {
		background-image: url(http://edge.silverson.com/assets/template/Images/flags/flag_de.jpg);
	}
	a.es {
		background-image: url(http://edge.silverson.com/assets/template/Images/flags/flag_es.jpg);
	}
	a.it {
		background-image: url(http://edge.silverson.com/assets/template/Images/flags/flag_it.jpg);
	}
	a.pt {
		background-image: url(http://edge.silverson.com/assets/template/Images/flags/flag_pt.jpg);
	}
	a.ja {
		background-image: url(http://edge.silverson.com/assets/template/Images/flags/flag_jp.jpg);
	}	
	.languageLabel {
		position:absolute;
		top: 2px;
		left: 0;
		width: 112px;
		text-align: right;
		font-weight: bold;
		color: #c7c9cb;
	}

/**
	Section:	Flashmix Temp Page Style
	Use:		Flashmix Styles
**/
/*
	#inlineFlashmixTitle {
		width: 306px;
		height: 60px;
		background:url(http://edge.silverson.com/assets/template/Images/inside/products/FlashMixHeader.png) no-repeat;
		display: block;
		margin-top: 25px;
		margin-left: 15px;
	}
	#inlineFlashmixTitle h2 {
		display: none;
	}
*/
	.requestSubhead {
		font-weight: bold;
		font-size: 13px;
		color: #D48A21;
	}
	.requestSubTitle {
		font-weight: bold;
		font-size: 15px;
	}
	.requestFormHeader {
		width: 250px;
		height: 45px;
		display: block;
		clear: both;
	}
	.requestFormHeader span {
		display: none;
	}
	#requestForm #form_company, #requestForm #form_name, #requestForm #form_address, #requestForm #form_email,
	#requestForm #form_city, #requestForm #form_state, #requestForm #form_zip, #requestForm #country, #requestForm #form_phone {
		border: 1px solid #898989;
		width: 250px;
		margin-top: 2px;
		margin-bottom: 5px;
	}
	#requestForm .submit_button {
		color: #009de9;
		font-weight: bold;
		right: -150px;
		position: relative;
		cursor: pointer;
	}
	#requestForm #form_state, #requestForm #form_zip {
		border: 1px solid #898989;
		width: 90px;
		margin-top: 2px;
		margin-bottom: 5px;
	}
	#requestForm .radio {
		margin: 0px;
	}
/*
	.flashmix_wrapper {
		margin-top: 25px;
	}
	#flashmixPDF {
		float: left;
		width: 141px;
		height: 65px;
		background: url(http://edge.silverson.com/assets/template/Images/inside/products/Flashmix_dwnld_txt.jpg) no-repeat;
		display: block;
	}
	.flashmix_pdf {
		float: right;
		width: 98px;
		height: 126px;
		background: url(http://edge.silverson.com/assets/template/Images/inside/products/FlashmixPDF_btn.png) no-repeat; display: block;
	}
*/
	.pdflink {
		position: relative; top: 58px;
	}
	#vid {
		margin-top: 10px;
		width: 250px;
		height: 174px;
	}

/**
	Section:	Sales offices
	Use:		Sales offices page
**/

	#mapWrap{
		position: relative;
		min-height: 700px;
	}
	#countryList{
		position: relative;
		top: 0px;
		left: 15px;
		z-index: 3;
	}
	#mapWrap p {
		padding-left: 15px;
		width: 435px;
		margin-bottom:32px;
	}
	#usMap {
		width: 900px;
		height: 700px;
		position: absolute;
		top: 50px;
		z-index: 2;
		left: 0px;
	}
	#worldMap {
		background: url(http://edge.silverson.com/assets/template/Images/GlobalMap.png) no-repeat;
		width: 744px;
		height: 412px;
		position: absolute;
		top: 112px;
		z-index: 2;
		left: 225px;
	}
	#worldMap a {
		position: absolute;
		bottom: 0;
		right: 0;	
		z-index: 3;
		color:#009de9;
		font-weight:bold;
	}
	#countryInfo {
		position: relative;
		top: 32px;
		left: 0px;
		z-index:3;
		width: 200px;
	}
	#countryInfo p {
		margin: 0 0 16px 0;
		padding: 0;
	}
	#countryInfo h4 {
		margin: 0;
		padding: 0;
	}
	#countryInfo .indOffice {
		border-bottom: 1px solid #999;
		margin: 16px 0px;
	}
	#salesRepInfo {
		color:#3F6575;font-family:helvetica;font-size:14px;	
	}

/**
	Section:	Trade Show Tables
	Use:		Trade show page
**/

	.tradeShowTable {
		width: 620px;
	}
	.tradeShowTable thead {
		border-bottom: 1px solid #d2d1d1;
	}
	.tradeShowTable th, .tradeShowTable td {
		padding: 3px;
	}
	.tradeShowTable th.tName, .tradeShowTable td.tName {
		width: 295px;
	}
	.tradeShowTable th.tLoc, .tradeShowTable td.tLoc {
		width: 150px;
	}

/**
	Section:	Hidden Home Buttons
	Use:		Hides home buttons when home page is active
**/

	ul#home li.item1.active, #food_menu li.active.item218, #chemical_menu li.active.item219, #cosmetics_menu li.active.item220,  #pharma_menu li.active.item221,
	#bottom_entry_subnav li.item126.active, #batch_mixer_subnav li.item120.active, #disintegrator_subnav li.item127.active, #flashblend_subnav li.item124.active,
	#inline_subnav li.item123.active, #ultramix_subnav li.item121.active, #inline_ultra_subnav li.item122.active, #flashmix_subnav li.item212.active,
	#verso_subnav li.item207.active, #lab_mixer_subnav li.item119.active {
		display:none;	
	}

/**
	Section:	404 Page Not Found
	Use:		Styles for Page not found error page
**/

	#notFound {
		width:400px;
		margin:24px;
	}
	
/**
	Section:	Utilities
	Use:		helper classes
**/
	
	.clear {
		clear: both;
	}
	.left {
		text-align: left;
	}
	.center {
		text-align: center;
	}
	.right {
		text-align: right;
	}
	.borderTop {
		border-top: 1px solid #d2d1d1;	
	}
	.floatL {
		float: left;	
	}
	.floatR {
		float: right;
	}
	.inLine {
		display: inline;	
	}
	
/**
	Section: App Reports
	Use: HTML styles
	Author: Ben Luedtke 11.16.2011

**/

	.appReportContainer {
		width: 710px;
		float: left;
	}
	
	.contentBoxAppReport {
		width: 650px;
		padding-right: 60px;
	}

	.contentBoxAppReport a {
		font-weight: bold;
		color: #009de9;
	}
	
	#creamsLotionsAppTitle h1, #carbopolAppTitle h1, #insideContent .contentBoxAppReport h2 {
		margin-left: 0px;
	}
	
	h2.trigger {
		background: url("http://edge.silverson.com/assets/template/Images/inside/industry/expandableButtons.jpg") no-repeat scroll 0 0 transparent;
		height: 33px;
		left: 0px;
		padding: 12px 0 0 40px;
		position: relative;
		width: 650px;
	}


	h2.trigger:hover {
		cursor: pointer;
	}

	h2.trigger.active {
		background-position: 0px -45px;
	}

	.expandable .block {
		padding: 5px;
	}
	
	.contentBoxAppReport td {
		border: 1px solid #009DE9;
		padding: 3px;
	}
	
	.appReportImage {
		margin-right: 5px;
		float: left;
	}
