﻿@charset "utf-8";
/* CSS Document */

html {
	behavior: url(PIE.htc);
}

/************************************************************************************
SUPPLIED FONTS
*************************************************************************************/
/* oswald fonts */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 24, 2012 10:08:41 AM 

America/New_York */
@font-face {
	font-family: 'OswaldLight';
	src: url('Fonts/Oswald-Light-webfont.eot');
	src: url('Fonts/Oswald-Light-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/Oswald-Light-webfont.svg#OswaldLight') format('svg'), url('Fonts/Oswald-Light-webfont.woff') format('woff'), url('Fonts/Oswald-Light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OswaldBook';
	src: url('Fonts/Oswald-Regular-webfont.eot');
	src: url('Fonts/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/Oswald-Regular-webfont.svg#OswaldBook') format('svg'), url('Fonts/Oswald-Regular-webfont.woff') format('woff'), url('Fonts/Oswald-Regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OswaldBold';
	src: url('Fonts/Oswald-Bold-webfont.eot');
	src: url('Fonts/Oswald-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/Oswald-Bold-webfont.svg#OswaldBold') format('svg'), url('Fonts/Oswald-Bold-webfont.woff') format('woff'), url('Fonts/Oswald-Bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OswaldStencilRegular';
	src: url('Fonts/Oswald-Stencil-webfont.eot');
	src: url('Fonts/Oswald-Stencil-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/Oswald-Stencil-webfont.svg#OswaldStencilRegular') format('svg'), url('Fonts/Oswald-Stencil-webfont.woff') format('woff'), url('Fonts/Oswald-Stencil-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	/*max-width: 100%;*/
	height: auto;
	width: auto\9; /* ie8 */
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: url(../images/bodyBg.png) repeat-x center top #e4e4e4;
	font: 12px/18px Arial,sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

span.active {
	color: #000;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.overflow {
	overflow: hidden;
}
/*
|--------------------------------------------------------------------------
| Float Abstraction
|--------------------------------------------------------------------------
|
| Floats. Enough Said. 
|
*/
.fl {
	float: left;
}

.fr {
	float: right;
}
/*
|--------------------------------------------------------------------------
| Strip Abstraction
|--------------------------------------------------------------------------
|
| Strips list styles and makes list items block elements, use .alt to make 
| list items into inline-block.
|
*/

.strip, .strip > li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	.strip.alt > li {
		display: inline-block;
	}

/*
|--------------------------------------------------------------------------
| Image Replacement Abstraction
|--------------------------------------------------------------------------
|
| Kellum Method of replacing text - http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/
|
*/
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#wraper {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}
/************************************************************************************
HEADER
*************************************************************************************/

#globelNav {
	overflow: hidden;
	margin: 10px 0 55px 0;
	margin: 10px 0 27px 0\0/;
	position: relative;
}

	#globelNav .residentalProduct {
		float: left;
	}

		#globelNav .residentalProduct a {
			font: 11px/24px Arial,sans-serif;
			color: #fff;
			background: url(../images/arrow.png) no-repeat 97% 8px #3ac7f4;
			padding: 0px 25px 0px 8px;
			display: block;
			text-transform: uppercase;
			letter-spacing: 0;
			line-height: 24px;
		}

			#globelNav .residentalProduct a:hover {
				background: url(../images/arrow.png) no-repeat 97% 8px #069;
				-webkit-transition: 1s;
				-moz-transition: 1s;
				-o-transition: 1s;
				transition: 1s;
				text-decoration: none;
			}

	#globelNav .nav {
		color: #363636;
		float: right;
	}

		#globelNav .nav ul {
			float: right;
			margin-right: 15px;
			width: auto;
		}

			#globelNav .nav ul li {
				float: left;
				margin-top: 5px;
			}

		#globelNav .nav li a {
			font: 11px/18px Arial,sans-serif !important;
			text-transform: uppercase;
			text-decoration: none;
			color: #363636;
			margin: 0 6px;
		}

			#globelNav .nav li a:hover {
				text-decoration: underline;
				-webkit-transition: 2s;
				-moz-transition: 2s;
				-o-transition: 2s;
				transition: 2s;
			}

			#globelNav .nav li a.active {
				text-decoration: none;
				color: #00aeef;
				-webkit-transition: 2s;
				-moz-transition: 2s;
				-o-transition: 2s;
				transition: 2s;
			}

		#globelNav .nav #searchBox {
			float: right;
			background-color: #fff;
			border: 1px solid #a8a8a8;
		}

			#globelNav .nav #searchBox .textbox {
				border: none;
				*border: 1px solid #fff;
				outline: none;
				padding: 0.5em 0.625em;
				text-transform: uppercase;
				color: #363636;
				float: left;
				width: 120px;
				font: 11px Arial,sans-serif;
			}

			#globelNav .nav #searchBox .searchSubmit {
				background: url(../images/searchButton.jpg) no-repeat;
				width: 35px;
				height: 29px;
				border: none;
				float: left;
			}

				#globelNav .nav #searchBox .searchSubmit:hover {
					background: url(../images/searchButtonOver.jpg) no-repeat;
					cursor: pointer;
					-webkit-transition: .5s;
					-moz-transition: .5s;
					-o-transition: .5s;
					transition: .5s;
				}


		#globelNav .nav #locateLinks {
			float: left;
		}

#residentialProducts {
	width: 670px;
	height: 562px;
	overflow: hidden;
	margin-left: 28px;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#mainNav {
	background: url(../images/navBg.jpg) repeat-x bottom #706f6f;
	padding: 22px 30px;
	overflow: hidden;
	width: 900px;
}

	#mainNav .logo {
		float: left;
	}

		#mainNav .logo a {
			background: url(../images/ScotsmanLogoWithTag_White.png) no-repeat;
			width: 151px;
			height: 36px;
			text-indent: -99999px;
			display: block;
		}

	#mainNav ul {
		float: right;
		margin: 5px 0 0 0;
	}

		#mainNav ul li {
			float: left;
		}

			#mainNav ul li a {
				font: 16px/22px 'OswaldBook',Arial,sans-serif;
				display: block;
				text-transform: uppercase;
				text-decoration: none;
				padding: 0 25px;
				color: #fff;
			}
			#mainNav ul li:not(:last-of-type) a {
				border-right: 2px solid #7a7a7a;
			}
			/*#mainNav ul li:first-child a {
				border-left: 2px solid #7a7a7a;
			}*/
*#mainNav ul li:first-child a {
	padding-left:0;
}
#mainNav ul li:last-of-type a {
	padding-right:0;
}
			#mainNav ul li a:hover {
				color: #00d4ff;
				-webkit-transition: .5s;
				-moz-transition: .5s;
				-o-transition: .5s;
				transition: .5s;
				-webkit-text-shadow: 2px 2px 70px #a8e9ff;
				text-shadow: 2px 2px 70px #a8e9ff;
			}

			#mainNav ul li a.active, #mainNav ul li.active a {
				color: #00d4ff;
			}

.blueStripe {
	background: url(../images/blueStripe.jpg) repeat-y;
	width: 960px;
	height: 7px;
	clear: both;
}
/************************************************************************************
INDEX CONTENT AREA
*************************************************************************************/
#contentContainer {
	width: 928px;
	padding: 15px 16px;
	float: left;
	background: url(../images/containerBg.jpg) repeat-x bottom #fff;
	-moz-box-shadow: 0px 0px 1px 0px #e6e7e8;
	-webkit-box-shadow: 0px 0px 1px 0px #e6e7e8;
	box-shadow: 0px 0px 1px 0px #e6e7e8;
	behavior: url(PIE.htc);
}

#sliderHeader {
	width: 692px;
	height: 437px;
	float: left;
	border: 1px solid #c3c3c3;
}

#rightPanel {
	float: right;
	width: 218px;
}

.imageBox {
	width: 218px;
	height: 134px;
	position: relative;
	border: 1px solid #c3c3c3;
	margin-bottom: 15px;
}

	.imageBox span {
		position: absolute;
		display: none;
		background: url(../images/greyOverlay.png) repeat;
		width: 218px;
		height: 134px;
		z-index: 3;
	}

	.imageBox:hover span {
		display: block;
	}

	.imageBox H3 {
		font: 34px/38px 'OswaldBook',Arial,sans-serif;
		display: block;
		text-transform: uppercase;
		color: #fff;
		position: absolute;
		bottom: 18px;
		left: 7px;
		z-index: 3;
	}

	.imageBox H4 {
		font: 12px/14px 'OswaldBook',Arial,sans-serif;
		display: block;
		text-transform: uppercase;
		color: #fff;
		position: absolute;
		bottom: 3px;
		left: 10px;
		z-index: 3;
	}

	.imageBox div.overlayBox {
		position: absolute;
		width: 712px;
		height: 438px;
		left: -711px;
		top: -1px;
		display: none;
		z-index: 99;
	}

	.imageBox:hover div.overlayBox {
		display: block;
	}

	.imageBox div.box2 {
		top: -152px;
	}

	.imageBox div.box3 {
		top: -303px;
	}

	.imageBox div.overlayBox .displayContent {
		border: 1px solid #c3c3c3;
		width: 652px;
		float: left;
		padding: 15px 20px 15px 20px;
		height: 407px;
		background: url(../images/catalogBg.jpg) repeat-x bottom #fff;
		position: relative;
	}

.closeBtn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../images/closeBtn.png) 0 0 no-repeat;
	width: 24px;
	height: 24px;
	display: block;
}

.productCatalog {
	overflow: hidden;
}

	.productCatalog li {
		float: left;
		text-align: center;
	}

		.productCatalog li a {
			display: block;
			color: #565656;
			padding: 6px;
			border-left: 2px solid #cfcfcf;
			border-bottom: 2px solid #cfcfcf;
			width: 203px;
			text-decoration: none;
			font-family: arial;
		}

.prodCatImgSize {
	width: 115px;
	height: 123px;
	margin: auto;
}

.prodCatHead {
	height: 60px;
	margin-top: 5px;
}

.productCatalog li:first-child a {
	border-left: none;
}

.productCatalog li a:hover {
	background: url(../images/whiteGlow.png) center center no-repeat;
}

.productCatalog li a strong {
	font: 12/14px 'OswaldBook', Arial,sans-serif;
	text-transform: uppercase;
	display: block;
}

.productCatalog li a:hover strong {
	color: #003366;
}

.productCatalog li a.lbNone {
	border-left: none;
}

.productCatalog li a.bbNone {
	border-bottom: none;
}

.viewAll {
	color: #003366;
	float: right;
	text-transform: uppercase;
}

	.viewAll:hover {
		text-decoration: underline;
	}

	.viewAll img {
		margin-left: 5px;
	}

.bottomRow {
	width: 930px;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

	.bottomRow ul li {
		float: left;
		margin-left: 17px;
	}

		.bottomRow ul li:first-child {
			margin-left: 0px;
		}

		.bottomRow ul li img {
			border: 1px solid #c3c3c3;
		}

		.bottomRow ul li .promobtn img:hover {
			border: 1px solid #545353;
		}

.newsRow {
	width: 930px;
	clear: both;
	overflow: hidden;
}

.clear {
	clear: both;
}

.latestNews {
	background: url(../images/newsDevider.png) no-repeat left center;
	float: left;
	padding: 30px 30px;
	color: #3b3b3b;
	font-size: 15px;
	width: 170px;
}

	.latestNews img {
		float: left;
		margin-right: 10px;
		margin-bottom: 22px;
	}

	.latestNews h2 {
		margin-bottom: 5px;
		font: 14px/16px 'OswaldBook', Arial,sans-serif;
		text-transform: uppercase;
		color: #000;
	}

.energyStarHome {
	background: none repeat scroll 0 0 transparent;
	padding-top: 55px;
}

.latestNews p {
	font: 12px/14px Arial,sans-serif;
	color: #565656;
	clear: both;
}

.date {
	color: #3b3b3b;
	font-size: 13px;
}

.latestNews .threetier {
	height: 107px;
}

.newsLink {
	float: right;
	background: url(../images/readmoreArrow.png) no-repeat right 0;
	padding-right: 20px;
	line-height: 16px;
	color: #3ac7f4;
	margin-top: 20px;
	text-transform: uppercase;
	font: 12px/15px 'OswaldBook',Arial,sans-serif;
}

	.newsLink:hover {
		color: #069;
		background: url(../images/readmoreArrow.png) no-repeat right -17px;
		text-decoration: none;
	}

/************************************************************************************
INNER - PRODUCT LANDING PAGE ---- CONTENT AREA
*************************************************************************************/
.headerImage .title {
	position: absolute;
	z-index: 99;
	color: #FFF;
	bottom: 10px;
	left: 15px;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 32px;
}

.productLanding {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 40px;
	position: relative;
}

	.productLanding h3 {
		text-transform: uppercase;
		color: #000;
		font: 12px/12px 'OswaldBook',Arial,sans-serif;
		margin-bottom: 25px;
		margin-top: 10px;
		padding-left: 21px;
	}

.imageBoxPL {
	width: 720px;
	height: auto;
	position: relative;
}

.productCategories {
	overflow: hidden;
	padding-top: 50px;
	border-bottom: 0;
}

	.productCategories li {
		float: left;
		text-align: center;
	}

		.productCategories li a {
			display: block;
			color: #565656;
			padding: 20px 10px 37px;
			border-left: 2px solid #cfcfcf;
			border-bottom: 2px solid #cfcfcf;
			width: 215px;
			height: 190px;
		}

			/* Image Sprite Starts*/
			.productCategories li a span img {
				display: none;
			}

			.productCategories li a span {
				width: 100px;
				height: 125px;
				margin: 0 auto;
				display: block;
			}

			.productCategories li a .productDetails span {
				height: auto;
				width: auto;
			}

			.productCategories li a .Service1 {
				background: url("../images/LSDsprite.png") scroll no-repeat -10px 0px transparent;
				width: 83px;
				height: 118px;
			}

			.productCategories li a:hover .Service1 {
				background: url("../images/LSDsprite.png") scroll no-repeat -100px 0px transparent;
				width: 83px;
				height: 118px;
			}

			.productCategories li a .Service2 {
				background: url("../images/PL_sprite.png") scroll no-repeat -10px 0px transparent;
				width: 83px;
				height: 118px;
			}

			.productCategories li a:hover .Service2 {
				background: url("../images/PL_sprite.png") scroll no-repeat -100px 0px transparent;
				width: 83px;
				height: 118px;
			}

			.productCategories li a .Service3 {
				background: url("../images/SLsprite.png") scroll no-repeat -10px 0px transparent;
				width: 83px;
				height: 118px;
			}

			.productCategories li a:hover .Service3 {
				background: url("../images/SLsprite.png") scroll no-repeat -100px 0px transparent;
				width: 83px;
				height: 118px;
			}

			.productCategories li a .Service4 {
				background: url("../images/Wsprite.png") scroll no-repeat -10px 0px transparent;
				width: 83px;
				height: 118px;
			}

			.productCategories li a:hover .Service4 {
				background: url("../images/Wsprite.png") scroll no-repeat -100px 0px transparent;
				width: 83px;
				height: 118px;
			}

			.productCategories li a .Service5 {
				background: url("../images/SB_sprite.png") scroll no-repeat -10px 0px transparent;
				width: 83px;
				height: 118px;
			}

			.productCategories li a:hover .Service5 {
				background: url("../images/SB_sprite.png") scroll no-repeat -100px 0px transparent;
				width: 83px;
				height: 118px;
			}

			.productCategories li a .Service6 {
				background: url("../images/Esprite.png") scroll no-repeat -10px 0px transparent;
				width: 83px;
				height: 118px;
			}

			.productCategories li a:hover .Service6 {
				background: url("../images/Esprite.png") scroll no-repeat -100px 0px transparent;
				width: 83px;
				height: 118px;
			}

			.productCategories li a .Service7 {
				background: url("../images/Qsprite.png") scroll no-repeat -10px 0px transparent;
				width: 83px;
				height: 118px;
			}

			.productCategories li a:hover .Service7 {
				background: url("../images/Qsprite.png") scroll no-repeat -100px 0px transparent;
				width: 83px;
				height: 118px;
			}

	.productCategories a p {
		height: auto;
	}

		.productCategories a p.productDetails {
			margin-top: 0;
		}

	/* Image Sprite Ends*/
	.productCategories li a:hover {
		background: url(../images/whiteGlow.png) center center no-repeat;
		text-decoration: none;
	}

	.productCategories li:first-child a {
		border-left: none;
	}

	.productCategories li a strong {
		font: 16px/16px 'OswaldBook',Arial,sans-serif;
		text-transform: uppercase;
	}

	.productCategories li a:hover strong {
		color: #036;
	}

	.productCategories p {
		margin-top: 0;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-weight: normal;
		height: 40px;
	}

.productName {
	color: #565656;
	font: 16px/16px 'OswaldBook',Arial,sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

	.productName:hover {
		color: #036;
	}

.productDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 40px;
	margin-top: 0;
}

.productCategories li a.lbNone {
	border-left: none;
}

.productCategories li a.bbNone {
	border-bottom: none;
}

.imageBoxPLTools {
	float: left;
	width: 720px;
	position: relative;
	margin-bottom: 15px;
}

.productTools h3 {
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	top: 20px;
	left: 0px;
}

.productTools {
	margin-bottom: 85px;
}

	.productTools li {
		float: left;
		text-align: center;
	}

.consult_and_lib_Product .productTools li {
	float: left;
	text-align: center;
	border-bottom: 2px solid #cfcfcf;
}

	.consult_and_lib_Product .productTools li a {
		border-left: none;
		border-bottom: none;
	}

	.consult_and_lib_Product .productTools li.lbNone {
		border-left: none;
		border-right: 2px solid #cfcfcf;
	}

	.consult_and_lib_Product .productTools li.bbNone {
		border-bottom: none;
	}

	.consult_and_lib_Product .productTools li.rb {
		border-right: 2px solid #cfcfcf;
	}

.productTools li a {
	display: block;
	color: #565656;
	padding: 37px 10px 29px 19px;
	border-left: 2px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
	width: 328px;
	text-decoration: none;
}

	.productTools li a:hover {
		background: url(../images/whiteGlow.png) center center no-repeat;
	}

	.productTools li a strong {
		font: 16px/16px 'OswaldBook',Arial,sans-serif;
		text-transform: uppercase;
	}

	.productTools li a:hover strong {
		color: #003366;
	}
	/* Image Sprite Starts*/
	.productTools li a span img {
		display: none;
	}

	.productTools li a span {
		width: 100px;
		height: 125px;
		margin: 0 auto;
		display: block;
	}

	.productTools li a .prodTools1 {
		background: url("../images/Ssprite.png") scroll no-repeat -10px 0px transparent;
		width: 83px;
		height: 118px;
	}

	.productTools li a:hover .prodTools1 {
		background: url("../images/Ssprite.png") scroll no-repeat -100px 0px transparent;
		width: 83px;
		height: 118px;
	}

	.productTools li a .prodTools2 {
		background: url("../images/CR_sprite.png") scroll no-repeat -10px 0px transparent;
		width: 83px;
		height: 118px;
	}

	.productTools li a:hover .prodTools2 {
		background: url("../images/CR_sprite.png") scroll no-repeat -100px 0px transparent;
		width: 83px;
		height: 118px;
	}

	.productTools li a .prodTools3 img, .productTools li a .prodTools4 img {
		display: block;
	}

	.productTools li a .library1 {
		background: url("../images/SLsprite.png") scroll no-repeat -10px 0px transparent;
		width: 83px;
		height: 118px;
	}

.productTools li a:hover .library1{
	background:url("../images/SLsprite.png") scroll no-repeat -100px 0px transparent;
	width:83px;
	height:118px;
}
.productTools li a .library2{
	background:url("../images/Wsprite.png") scroll no-repeat -10px 0px transparent;
	width:83px;
	height:118px;
}

.productTools li a:hover .library2{
	background:url("../images/Wsprite.png") scroll no-repeat -100px 0px transparent;
	width:83px;
	height:118px;
}
.productTools li a .library3{
	background:url("../images/RD_sprite.png") scroll no-repeat -10px 0px transparent;
	width:83px;
	height:118px;
}

.productTools li a:hover .library3{
	background:url("../images/RD_sprite.png") scroll no-repeat -100px 0px transparent;
	width:83px;
	height:118px;
}
.productTools li a .library4{
	background:url("../images/KCL_sprite.png") scroll no-repeat -10px 0px transparent;
	width:83px;
	height:118px;
}

.productTools li a:hover .library4{
	background:url("../images/KCL_sprite.png") scroll no-repeat -100px 0px transparent;
	width:83px;
	height:118px;
}

	.productTools li a .Consultants1 {
		background: url("../images/TL_sprite.png") scroll no-repeat -10px 0px transparent;
		width: 83px;
		height: 118px;
	}

	.productTools li a:hover .Consultants1 {
		background: url("../images/TL_sprite.png") scroll no-repeat -100px 0px transparent;
		width: 83px;
		height: 118px;
	}

	.productTools li a .Consultants2 {
		background: url("../images/SLsprite.png") scroll no-repeat -10px 0px transparent;
		width: 83px;
		height: 118px;
	}

	.productTools li a:hover .Consultants2 {
		background: url("../images/SLsprite.png") scroll no-repeat -100px 0px transparent;
		width: 83px;
		height: 118px;
	}

	.productTools li a .Consultants3 {
		background: url("../images/RD_sprite.png") scroll no-repeat -10px 0px transparent;
		width: 83px;
		height: 118px;
	}

	.productTools li a:hover .Consultants3 {
		background: url("../images/RD_sprite.png") scroll no-repeat -100px 0px transparent;
		width: 83px;
		height: 118px;
	}

	.productTools li a .Consultants4 {
		background: url("../images/KCL_sprite.png") scroll no-repeat -10px 0px transparent;
		width: 83px;
		height: 118px;
	}

	.productTools li a:hover .Consultants4 {
		background: url("../images/KCL_sprite.png") scroll no-repeat -100px 0px transparent;
		width: 83px;
		height: 118px;
	}

	.productTools li a .Consultants5 {
		background: url("../images/FN_sprite.png") scroll no-repeat -10px 0px transparent;
		width: 83px;
		height: 118px;
	}

	.productTools li a:hover .Consultants5 {
		background: url("../images/FN_sprite.png") scroll no-repeat -100px 0px transparent;
		width: 83px;
		height: 118px;
	}
	/* Image Sprite Ends*/

	.productTools li a.lbNone:hover img {
		background: url(../images/prod_configSearchHover.png) center center no-repeat;
		z-index: 1;
	}

.noChange a, .noChange a:hover {
	color: #555;
}

.productTools li a.lbNone {
	border-left: none;
}

.productTools li a.bbNone {
	border-bottom: none;
}

.productTools strong {
	text-transform: uppercase;
}

.searchImg {
	width: 80px;
	height: 106px;
	background: url(../images/prod_configSearch.png) center center no-repeat;
	margin: 0 auto;
}

	.searchImg:hover {
		background: url(../images/prod_configSearchHover.png) center center no-repeat;
	}
/************************************************************************************
INNER - PRODUCT CONTENT AREA
*************************************************************************************/
#innerContent {
	width: 960px;
	padding: 0px;
	float: left;
	-moz-box-shadow: 0px 0px 1px 0px #e6e7e8;
	-webkit-box-shadow: 0px 0px 1px 0px #e6e7e8;
	box-shadow: 0px 0px 1px 0px #e6e7e8;
	behavior: url(PIE.htc);
}

	#innerContent.product {
		background: url(../images/containerBg.jpg) repeat-x bottom #fff;
	}

.productList {
	width: 200px;
	background: #ecedee;
	padding: 10px 0;
	float: left;
}

	.productList h2 {
		padding: 0 10px 0 20px;
		text-transform: uppercase;
		font: 14px/16px 'OswaldBook',Arial,sans-serif;
	}

	.productList .firstElement {
		margin-left: 0 !important;
	}

	.productList li a {
		display: block;
		padding: 3px 10px 3px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
	}

		.productList li a:hover {
			text-decoration: underline;
		}

	.productList li.select {
		background: #e5e5e5;
	}

	.productList li a.active {
		border-left: 5px solid #00d4ff;
		padding-left: 15px;
		font-weight: bold;
		font-size: 14px;
	}
	.productList .AccordionContainer > ul > li.select > ul {
    display: block;   padding-left: 9px !important;
    border-left: solid 5px #00d4ff;
}


	.productList li h3 {
		font-size: 12px;
		font-weight: bold;
		padding: 3px 10px 3px 20px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.productList ul li ul {
		display: none;
	}

		.productList ul li ul li ul {
			display: block;
		}

	.productList a:hover {
		background: #cdcbcb;
		color: #000;
		text-decoration: none;
	}

.rightContent {
	width: 730px;
	float: right;
	margin: 10px 15px 10px 10px;
	position: relative;
	min-height: 730px;
}

.breadcrumbs {
	padding: 0px;
	margin: 0px 0 15px 0;
	overflow: hidden;
}

	.breadcrumbs li {
		float: left;
		margin-right: 5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

		.breadcrumbs li a {
			color: #676767;
			padding-right: 5px;
		}

			.breadcrumbs li a:hover {
				text-decoration: underline;
			}

.productHeader {
	clear: both;
	float: left;
	height: auto;
	position: relative;
}

.headerImage {
	float: left;
	padding: 0;
	margin: 0;
}

/*#headingsContainer {
	width: 409px;
	height: 95px;
	text-align: center;
	position: absolute;
	left: 311px;
	top: -5px;
}*/
#headingsContainer {
    /*width: 409px;
    height: 95px;*/
    text-align: center;
    position: absolute;
    left: 97px;
    top: 35px;
}

	/*#headingsContainer h2 {
		text-align: right;
		margin: auto;
		z-index: 99;
		color: #afafaf;
		font: 23px/30px Arial,sans-serif;
		padding: 20px 15px 0 0;
	}*/
#headingsContainer h2 {
    text-align: left;
    margin: auto;
    z-index: 99;
    padding: 20px 15px 0 0;
    font-size: 10.5pt;
    color: #173780;
    font-weight: bold;
}

.productContent {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 40px;
	position: relative;
}

	.productContent h1 {
		text-transform: uppercase;
		color: #424242;
		font: bold 24px/24px Arial,sans-serif;
		margin-bottom: 19px;
	}

.configurator {
	position: absolute;
	right: -25px;
	top: -15px;
	width: 288px;
	height: 55px;
	/*z-index: 1000;*/
}

	.configurator a img {
		display: none;
	}

	.configurator a {
		background-image: url(../images/configuratorBanner.png);
		display: block;
		width: 288px;
		height: 55px;
	}

		.configurator a:hover {
			background-image: url(../images/configuratorBannerHover.png);
		}

.productImage {
	width: 300px;
	float: left;
	position: relative;
	text-align: center;
}

.productBigImage {
	max-width: 280px;
	max-height: 325px;
}

.hotSpot {
	position: absolute;
	width: 13px;
	height: 12px;
	cursor: pointer;
}

.hotspotDescription {
	position: absolute;
	display: none;
	width: 235px;
	text-align: left;
	border: 2px solid #00cdfa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d3d3d;
	background: #fff;
	left: -90px;
	z-index: 99999;
}

	.hotspotDescription h4 {
		background: #00cdfa;
		color: #FFF;
		padding: 3px 10px;
		font: 12px/12px 'OswaldBook',Arial,sans-serif;
	}

	.hotspotDescription p {
		padding: 3px 10px;
	}

.hotSpot:hover .hotspotDescription {
	display: block;
}

.productCntnr {
	float: left;
	width: 328px;
}

.productDescription {
	float: right;
	width: 400px;
}

	.productDescription ul.tabed {
		float: left;
		margin-bottom: 10px;
		clear: both;
		margin-top: 20px;
	}

.lt-ie8 .productDescription ul.tabed {
	width: 400px;
}

.productDescription ul.tabed li {
	float: left;
	width: 138px;
	margin-left: 0;
	text-transform: uppercase;
	text-align: center;
	margin-right: 10px;
	font: 11px/18px 'OswaldBook',Arial,sans-serif;
}

	.productDescription ul.tabed li a {
		display: block;
		background: url(../images/tabedLiBg.jpg) repeat-x bottom #fff;
		border: 1px solid #d4d4d4;
		color: #4b4b4b;
		padding: 2px 0;
	}

	.productDescription ul.tabed li:first-child {
		float: none;
		margin-bottom: 9px;
		margin-left: 0;
	}

	.productDescription ul.tabed li a:hover, .productDescription ul.tabed li a.active {
		background: #003977;
		color: #fff;
		border: 1px solid #9c9c9c;
	}

	.productDescription ul.tabed li a:hover {
		text-decoration: none;
	}

.productInfo {
	clear: both;
	padding: 0px;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
}

	.productInfo div {
		text-align: left;
	}

	.productInfo h3 {
		font: 12px/14px 'OswaldBook',Arial,sans-serif !important;
		text-transform: uppercase !important;
		text-align: left !important;
	}

	.productInfo p strong span[style] {
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 12px !important;
		color: #424242 !important;
		text-transform: capitalize;
		line-height: 14px;
		text-align: left !important;
	}

	.productInfo p strong {
		font: bold 12px/14px Arial,sans-serif !important;
		text-transform: uppercase !important;
		text-align: left !important;
	}

	.productInfo table tbody tr {
		background-color: #fff !important;
	}

	.productInfo p {
		margin-bottom: 10px !important;
		text-align: left !important;
	}

	.productInfo table tbody tr td table {
		width: 100% !important;
	}

	.productInfo ul {
		list-style: disc !important;
		padding-left: 15px !important;
		margin-bottom: 20px !important;
		margin-top: 16px !important;
	}

		.productInfo ul[style] {
			list-style: disc !important;
			padding-left: 15px !important;
			margin-bottom: 10px !important;
			margin-top: 16px !important;
		}

		.productInfo ul li {
			list-style: disc !important;
			text-align: left !important;
			margin-bottom: 1px !important;
		}

			.productInfo ul li[style] {
				list-style: disc !important;
				font-family: Arial, Helvetica, sans-serif !important;
				font-size: 12px !important;
				color: #424242 !important;
				text-align: left !important;
				margin-bottom: 1px !important;
			}

.additionalImages {
	float: left;
	clear: both;
	width: 310px;
	margin-top: 25px;
}

	.additionalImages h3 {
		text-transform: uppercase;
		margin-bottom: 15px;
		color: #424242;
		font: 12px/16px 'OswaldBook',Arial,sans-serif;
	}

	.additionalImages li {
		float: left;
		margin-right: 10px;
	}

		.additionalImages li img {
			border: 1px solid #e2e2e2;
			max-width: 70px;
			max-height: 42px;
		}

			.additionalImages li img:hover {
				border: 1px solid #565656;
			}

			.additionalImages li img.active {
				border: 1px solid #565656;
			}

.emailIcon {
	float: right;
	width: 28px;
	height: inherit;
	margin: 18px 30px 0 0;
}

.tabbedInfo {
	width: 720px;
	float: left;
	clear: both;
	border: 1px solid #9e9e9e;
	margin-top: 30px;
	position: relative;
}

	.tabbedInfo .linkList {
		border-bottom: 1px solid #9e9e9e;
		float: left;
		position: relative;
	}

		.tabbedInfo .linkList #doubleLine {
			position: absolute;
			top: 1px;
			right: 0;
			font: 14px/18px 'OswaldBook',Arial,sans-serif;
			color: #c2bebd;
			text-transform: uppercase;
			width: 238px;
			height: 46px;
			margin: 0;
			padding-top: 10px;
			display: block;
		}

			.tabbedInfo .linkList #doubleLine:hover {
				color: #373737;
			}

		.tabbedInfo .linkList li {
			float: left;
			width: 240px;
		}

			.tabbedInfo .linkList li a {
				display: block;
				background: #fafafa;
				border-left: 1px solid #9e9e9e;
				text-align: center;
				padding: 20px 0;
				text-transform: uppercase;
				font: bold 14px/14px Arial,sans-serif;
				color: #c2bebd;
			}

			.tabbedInfo .linkList li:first-child a {
				border-left: none;
			}

			.tabbedInfo .linkList li a:hover {
				background: url(../images/tabActiveBg.jpg) repeat-x bottom #fff;
				color: #373737;
				text-decoration: none;
			}

			.tabbedInfo .linkList li a.active {
				background: url(../images/tabActiveBg.jpg) repeat-x bottom #fff;
				color: #373737;
			}

	.tabbedInfo .tabbedContent {
		padding: 20px;
		float: left;
		clear: both;
		width: 680px;
		color: #555;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background: #f5f5f5;
	}

		.tabbedInfo .tabbedContent ul {
			list-style: disc;
			padding-left: 15px;
			margin-left: 5px;
		}

			.tabbedInfo .tabbedContent ul li {
				list-style: disc;
			}

		.tabbedInfo .tabbedContent .listContent {
			float: left;
			margin-right: 50px;
			max-width: 293px;
		}

		.tabbedInfo .tabbedContent a {
			color: #33b8e1;
			text-decoration: underline;
		}

		.tabbedInfo .tabbedContent .libraryContent {
			float: left;
			width: 100%;
		}

			.tabbedInfo .tabbedContent .libraryContent p {
				float: left;
				width: 300px;
			}

				.tabbedInfo .tabbedContent .libraryContent p a {
					color: #555;
				}

		.tabbedInfo .tabbedContent .applicationContent {
			float: left;
			width: 100%;
		}

			.tabbedInfo .tabbedContent .applicationContent p {
				float: left;
				width: 300px;
				margin-right: 30px;
			}

		.tabbedInfo .tabbedContent .accessoriesContent {
			float: left;
			width: 100%;
		}

			.tabbedInfo .tabbedContent .accessoriesContent p {
				float: left;
				width: 300px;
			}

				.tabbedInfo .tabbedContent .accessoriesContent p a {
					color: #555;
				}

			.tabbedInfo .tabbedContent .accessoriesContent .required {
				color: #003976;
			}

		.tabbedInfo .tabbedContent .tabbedContentHolder {
			float: left;
			width: 100%;
		}

			.tabbedInfo .tabbedContent .tabbedContentHolder h2 {
				color: #565656;
				text-transform: capitalize;
				font: bold 14px/14px Arial,Helvetica,sans-serif;
				position: absolute;
				top: -30px;
				left: 0;
			}

			.tabbedInfo .tabbedContent .tabbedContentHolder h3 {
				color: #565656;
				text-transform: uppercase;
				font: 14px/14px 'OswaldBold',Arial,sans-serif;
				margin-bottom: 10px;
			}

				.tabbedInfo .tabbedContent .tabbedContentHolder h3 a {
					color: #003977;
					text-decoration: underline;
				}

#relatedProducts img {
	width: auto;
	display: block;
	margin: 0 auto;
}

.tabbedInfo .tabbedContent .tabbedContentHolder #relatedProducts {
	float: left;
	width: 220px;
	height: 220px;
	margin: 0 85px;
	padding: 15px;
	border: 1px solid #ccc;
}

	.tabbedInfo .tabbedContent .tabbedContentHolder #relatedProducts ul {
		padding: 0;
		float: left;
	}

	.tabbedInfo .tabbedContent .tabbedContentHolder #relatedProducts li {
		list-style: none;
	}

.tabbedInfo .tabbedContent #relatedProducts p {
	margin: 0 auto;
}

	.tabbedInfo .tabbedContent #relatedProducts p a {
		color: #47c8f2;
		text-decoration: underline;
		display: block;
		text-transform: uppercase;
		font-size: 14px;
		margin-top: 15px;
	}

.tabbedInfo .tabbedContent .tabbedContentHolder #productAccessories {
	float: left;
	width: 235px;
	height: 275px;
	margin-left: 15px;
}

	.tabbedInfo .tabbedContent .tabbedContentHolder #productAccessories ul {
		margin: 10px 0 0 0;
	}

	.tabbedInfo .tabbedContent .tabbedContentHolder #productAccessories li {
		list-style: none;
		float: left;
	}

	.tabbedInfo .tabbedContent .tabbedContentHolder #productAccessories .ercRemote {
		margin: 10px 0 0 10px;
		width: 95px;
		float: left;
	}

/************************************************************************************
THOUGHT LEADERSHIP AREA
*************************************************************************************/
.thoughtContent {
	width: 640px;
	margin: 50px auto 0 auto;
	overflow: hidden;
	padding-bottom: 40px;
}

	.thoughtContent h2 {
		padding: 0 0 0 8px;
		margin: 0 0;
		height: 25px;
		line-height: 25px;
		width: 640px;
		font: 12px/22px 'OswaldBook',Arial,sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		float: left;
		border-top: 1px solid #bebebe;
		border-bottom: 1px solid #bebebe;
	}

	.thoughtContent .tcontainer {
		margin: 0 0 25px 0;
		padding: 0;
		overflow: hidden;
		font-size: 1.2em;
		width: 640px;
		clear: both;
		display: block;
	}

		.thoughtContent .tcontainer table {
			color: #6d6d6d;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			background: #e4e4e4;
		}

			.thoughtContent .tcontainer table td {
				padding: 3px 0;
				width: 80px;
			}

			.thoughtContent .tcontainer table tr:first-child {
				background-color: #e4e4e4;
			}

			.thoughtContent .tcontainer table tr:nth-child(even) {
				background-color: #f2f2f2;
			}

			.thoughtContent .tcontainer table tr td:first-child {
				padding-left: 9px;
				width: 285px;
				color: #666;
			}

			.thoughtContent .tcontainer table td a {
				color: #666;
				text-decoration: none;
			}

				.thoughtContent .tcontainer table td a:hover {
					text-decoration: underline;
				}

.rightContent .newsPage .news_tcontainer table td a, .download {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
	cursor: pointer;
	font: 10px/10px 'OswaldBook',Arial,sans-serif;
}

.thoughtContent .tcontainer table td .download a {
	display: block;
	text-decoration: none;
	color: #666;
	font: 10px/10px 'OswaldBook',Arial,sans-serif;
	padding: 8px 0;
}

.rightContent .newsPage .news_tcontainer table td a {
	font: 10px/10px 'OswaldBook',Arial,sans-serif;
	padding: 8px 0;
}

	.rightContent .newsPage .news_tcontainer table td a:hover {
		background-color: #003e74;
		color: #fff;
		text-decoration: none;
	}

.serviceLibrary .tcontainer table td .download a:hover, .search_results_container .download a:hover, .thoughtContent .tcontainer table td .download a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #003e74;
	cursor: pointer;
}

.watchVideoContainer {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 241px;
	height: 135px;
}

.watchVideo {
	width: 226px;
	height: 96px;
	background: url(../images/watchVideo.jpg) 0 0 no-repeat;
	border: 1px solid #c8c8c8;
	float: left;
	margin-top: 37px;
}

	.watchVideo:hover {
		border: 1px solid #666464;
	}

.watchVideoContainer .videoThumb {
	background: url(../images/videoThumb.png) no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 141px;
	height: 107px;
}

#blanket {
	background-color: #111;
	left: 0;
	opacity: 0.65;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9001;
}

#popUpDiv {
	background: url(../images/pop-back.jpg) no-repeat scroll 0 0 transparent;
	border: 5px solid #000;
	height: 349px;
	position: absolute;
	width: 592px;
	z-index: 9002;
}
/* --- INNER SEARCH BOX STARTS--- */
.library_search_container, .innerSearch {
	float: left;
	background-color: #fff;
	border: 1px solid #a8a8a8;
	margin-top: 25px;
}

	.library_search_container .textbox, .innerSearch #searchBoxInside .textbox {
		border: none;
		border: 1px solid #fff;
		outline: none;
		padding: 0.5em 0.625em;
		text-transform: uppercase;
		color: #363636;
		float: left;
		width: 120px;
		font: 11px Arial,sans-serif;
	}

	.library_search_container .searchSubmit, .innerSearch #searchBoxInside .searchSubmit {
		background: url(../images/searchButton.jpg) no-repeat;
		width: 35px;
		height: 29px;
		border: none;
		float: left;
	}

		.innerSearch #searchBoxInside .searchSubmit:hover {
			background: url(../images/searchButtonOver.jpg) no-repeat;
			cursor: pointer;
			-webkit-transition: .5s;
			-moz-transition: .5s;
			-o-transition: .5s;
			transition: .5s;
		}

#searchBoxInside .textbox {
	border: 1px solid #fff;
	padding: 7px 10px;
	text-transform: uppercase;
	color: #363636;
	float: left;
	width: 120px;
	font: 0.875em/0.875em 'OswaldLight',Arial,sans-serif;
}

#searchBoxInside .searchSubmit {
	background: url(../images/searchButton.jpg) no-repeat;
	width: 35px;
	height: 29px;
	border: none;
	float: left;
}

	#searchBoxInside .searchSubmit:hover {
		background: url(../images/searchButtonOver.jpg) no-repeat;
		cursor: pointer;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
/* --- INNER SEARCH BOX ENDS--- */
/************************************************************************************
NEWS AREA
*************************************************************************************/
.newsPage {
	clear: both;
	float: left;
	margin-top: 10px;
	position: relative;
	width: 100%;
}

	.newsPage .tabbedInfo {
		width: 368px;
		float: left;
		clear: both;
		margin-top: 12px;
		margin-bottom: 25px;
		position: relative;
		border-bottom: none;
		border-left: none;
	}

		.newsPage .tabbedInfo .linkLists {
			float: left;
		}

			.newsPage .tabbedInfo .linkLists li {
				float: left;
				width: 184px;
			}

				.newsPage .tabbedInfo .linkLists li a {
					display: block;
					background: #fafafa;
					border-left: 1px solid #9e9e9e;
					text-align: center;
					padding: 20px 5px;
					text-transform: uppercase;
					font: bold 14px/14px Arial,sans-serif;
					color: #c2bebd;
				}

					.newsPage .tabbedInfo .linkLists li a:hover {
						background: url(../images/tabActiveBg.jpg) repeat-x bottom #fff;
						color: #373737;
						text-decoration: none;
					}

					.newsPage .tabbedInfo .linkLists li a.active {
						background: url(../images/tabActiveBg.jpg) repeat-x bottom #fff;
						color: #373737;
					}

		.newsPage .tabbedInfo .tabbedContent {
			padding: 30px 0 30px 30px;
			float: left;
			clear: both;
			width: 690px;
			color: #565656;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			background: #fff;
			border: 1px solid #9e9e9e;
		}

	.newsPage .news_tcontainer {
		margin: 0 0 25px 0;
		padding: 0;
		overflow: hidden;
		font-size: 1.2em;
		width: 662px;
		clear: both;
		display: block;
	}

		.newsPage .news_tcontainer table {
			color: #6d6d6d;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			background: #fff;
			margin-top: 5px;
		}

			.newsPage .news_tcontainer table td {
				padding: 3px 0;
			}

			.newsPage .news_tcontainer table tr:first-child {
				background-color: #fff;
			}

			.newsPage .news_tcontainer table tr:nth-child(even) {
				background-color: #fff;
			}

			.newsPage .news_tcontainer table th {
				text-align: left;
				padding: 5px 0 5px 0;
				font: 12px/22px 'OswaldBook',Arial,sans-serif;
				color: #111;
				text-transform: uppercase;
				border-bottom: 1px solid #bebebe;
				background-color: #fff;
			}

				.newsPage .news_tcontainer table th:first-child {
					padding-left: 10px;
				}

			.newsPage .news_tcontainer table tr td:first-child {
				padding-top: 2px;
				padding-right: 3px;
				padding-left: 9px;
				color: #666;
				cursor: auto !important;
			}

				.newsPage .news_tcontainer table tr td:first-child:hover {
					text-decoration: underline;
					color: #666;
					cursor: pointer;
				}

			.newsPage .news_tcontainer table td a {
				color: #666;
				text-decoration: none;
			}

				.newsPage .news_tcontainer table td a:hover {
					text-decoration: underline;
				}

			.newsPage .news_tcontainer table td img {
				vertical-align: middle;
				margin-right: 5px;
				cursor: auto;
			}

			.newsPage .news_tcontainer table td .download a {
				text-decoration: none;
				color: #666;
				font: 10px/10px 'OswaldBook',Arial,sans-serif;
			}

				.newsPage .news_tcontainer table td .download a:hover {
					text-decoration: none;
					color: #fff;
				}

/************************************************************************************
SERVICE + SUPPORT AREA
*************************************************************************************/
.servicesupportPage {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 40px;
	position: relative;
	padding: 70px 0 0 0;
}

	.servicesupportPage #rowOne {
		float: left;
		width: 716px;
		border-bottom: 2px solid #dbdbdb;
	}

		.servicesupportPage #rowOne li {
			float: left;
			border-left: 2px solid #dbdbdb;
		}

			.servicesupportPage #rowOne li:first-child {
				border-left: 0px;
			}

#locServDealer, #partsList, #serviceLib {
	float: left;
	width: 237px;
	margin: 25px 0;
}

#warranty, #serviceBul, #trainingProg {
	float: left;
	width: 237px;
	margin: 25px 0;
}
/* ie-7 hack-code below */
.servicesupportPage #rowOne li, .servicesupportPage #rowTwo li {
	*padding-bottom: 25px;
}

	.servicesupportPage #rowOne li #locServDealer {
		height: auto;
		text-align: center;
	}

		.servicesupportPage #rowOne li #locServDealer a {
			background: url(../images/spriteOverall.png) -10px -10px no-repeat scroll;
			width: 81px;
			height: 107px;
			display: block;
			margin: auto;
		}

			.servicesupportPage #rowOne li #locServDealer a:hover {
				background: url(../images/spriteOverall.png) -101px -10px no-repeat scroll;
			}

	.servicesupportPage #rowOne li #partsList {
		height: auto;
		text-align: center;
	}

		.servicesupportPage #rowOne li #partsList a {
			background: url(../images/spriteOverall.png) -190px -10px no-repeat scroll;
			width: 81px;
			height: 107px;
			display: block;
			margin: auto;
		}

			.servicesupportPage #rowOne li #partsList a:hover {
				background: url(../images/spriteOverall.png) -280px -10px no-repeat scroll;
			}

	.servicesupportPage #rowOne li #serviceLib {
		height: auto;
		text-align: center;
	}

		.servicesupportPage #rowOne li #serviceLib a {
			background: url(../images/spriteOverall.png) -370px -10px no-repeat scroll;
			width: 81px;
			height: 107px;
			display: block;
			margin: auto;
		}

			.servicesupportPage #rowOne li #serviceLib a:hover {
				background: url(../images/spriteOverall.png) -460px -10px no-repeat scroll;
			}

.servicesupportPage #rowOne p, .servicesupportPage #rowTwo p {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #424242;
	text-align: center;
}

.servicesupportPage #rowOne h3, .servicesupportPage #rowTwo h3 {
	font: 16px/20px 'OswaldBook',Arial,sans-serif;
	color: #565656;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

	.servicesupportPage #rowOne h3:hover, .servicesupportPage #rowTwo h3:hover {
		color: #003e74;
	}

.servicesupportPage #rowTwo {
	float: left;
	width: 716px;
	margin-bottom: 20px;
}

	.servicesupportPage #rowTwo li {
		float: left;
		border-left: 2px solid #dbdbdb;
	}

		.servicesupportPage #rowTwo li:first-child {
			border-left: 0px;
		}

		.servicesupportPage #rowTwo li #warranty {
			height: auto;
			text-align: center;
		}

			.servicesupportPage #rowTwo li #warranty a {
				background: url(../images/spriteOverall.png) -550px -10px no-repeat scroll;
				width: 81px;
				height: 107px;
				display: block;
				margin: auto;
			}

				.servicesupportPage #rowTwo li #warranty a:hover {
					background: url(../images/spriteOverall.png) -640px -10px no-repeat scroll;
				}

		.servicesupportPage #rowTwo li #serviceBul {
			height: auto;
			text-align: center;
		}

			.servicesupportPage #rowTwo li #serviceBul a {
				background: url(../images/spriteOverall.png) -730px -10px no-repeat scroll;
				width: 81px;
				height: 107px;
				display: block;
				margin: auto;
			}

				.servicesupportPage #rowTwo li #serviceBul a:hover {
					background: url(../images/spriteOverall.png) -820px -10px no-repeat scroll;
				}

		.servicesupportPage #rowTwo li #trainingProg {
			height: auto;
			text-align: center;
		}

			.servicesupportPage #rowTwo li #trainingProg a {
				background: url(../images/spriteOverall.png) -910px -10px no-repeat scroll;
				width: 81px;
				height: 107px;
				display: block;
				margin: auto;
			}

				.servicesupportPage #rowTwo li #trainingProg a:hover {
					background: url(../images/spriteOverall.png) -1000px -10px no-repeat scroll;
				}

.productCategories li .serviceSupLanding {
	width: 195px;
	height: auto;
	margin: auto;
}
/************************************************************************************
NEWS + EVENTS AREA
*************************************************************************************/
.newseventsPage {
	clear: both;
	float: left;
	margin-bottom: 25px;
	position: relative;
	width: 100%;
}

	.newseventsPage #latestNews {
		float: left;
		width: 716px;
		border-bottom: 2px solid #d9d9d9;
	}

		.newseventsPage #latestNews li {
			float: left;
		}

			.newseventsPage #latestNews li #newsImage {
				width: auto;
				height: auto;
				text-align: center;
				margin: 44px 75px 25px;
			}

			.newseventsPage #latestNews li #newsInfo {
				width: 460px;
				height: auto;
				margin: 54px 0 10px;
			}

#newsInfo a {
	color: #003977;
	font: 12px/36px Arial,Helvetica,sans-serif;
	text-decoration: underline;
}
/* UPDATES FOR GLOW IMAGES */
.newseventsPage #latestNews li #newsImage a {
	text-decoration: none;
}

.newsGlow img {
	display: none;
}

.newseventsPage #latestNews li #newsImage a span {
	background: url("../images/Nsprite.png") no-repeat scroll -10px 0 transparent;
	display: block;
	height: 107px;
	width: 81px;
}

	.newseventsPage #latestNews li #newsImage a span:hover {
		background: url("../images/Nsprite.png") no-repeat scroll -100px 0 transparent;
	}

.newseventsPage #upcomingEvents li #eventsImage a {
	text-decoration: none;
}

	.newseventsPage #upcomingEvents li #eventsImage a span {
		background: url("../images/Esprite.png") no-repeat scroll -10px 0 transparent;
		display: block;
		height: 107px;
		width: 81px;
	}

		.newseventsPage #upcomingEvents li #eventsImage a span:hover {
			background: url("../images/Esprite.png") no-repeat scroll -100px 0 transparent;
		}

.newseventsPage #latestNews h5, .newseventsPage #upcomingEvents h5 {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #424242;
	text-decoration: underline;
}
/* UPDATES FOR GLOW IMAGES ENDS */

.newseventsPage #upcomingEvents li {
	float: left;
}

	.newseventsPage #upcomingEvents li #eventsImage {
		width: auto;
		height: auto;
		text-align: center;
		margin: 44px 75px 25px;
	}

	.newseventsPage #upcomingEvents li #eventsInfo {
		width: 460px;
		height: auto;
		margin: 54px 0 10px;
	}

.newseventsPage #latestNews h2, .newseventsPage #upcomingEvents h2 {
	font: 16px/16px 'OswaldBook',Arial,sans-serif;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.newseventsPage #latestNews p, .newseventsPage #upcomingEvents p {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #424242;
}

.newseventsPage #latestNews h3, .newseventsPage #upcomingEvents h3 {
	font: 16px/20px 'OswaldBook',Arial,sans-serif;
	color: #565656;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
}

	.newseventsPage #latestNews h3:hover, .newseventsPage #upcomingEvents h3:hover {
		color: #003e74;
	}

.newsPage .tcontainer table td .download a:hover {
	text-decoration: none;
	color: #fff;
}
/************************************************************************************
EVENTS AREA
*************************************************************************************/
.eventsPage {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 25px;
	position: relative;
	width: 100%;
}

	.eventsPage .tcontainer {
		margin: 0 0 25px 0;
		padding: 0;
		overflow: hidden;
		font-size: 1.2em;
		width: auto;
		clear: both;
		display: block;
	}

		.eventsPage .tcontainer table {
			color: #6d6d6d;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			background: #fff;
			margin-top: 5px;
			margin-left: 0;
		}

			.eventsPage .tcontainer table td {
				padding: 5px 0;
				vertical-align: text-top;
			}

			.eventsPage .tcontainer table tr:first-child {
				background-color: #fff;
			}

			.eventsPage .tcontainer table tr:nth-child(even) {
				background-color: #fff;
			}

			.eventsPage .tcontainer table th {
				text-align: left;
				padding: 5px 0 5px 0;
				font: 12px/22px 'OswaldBook',Arial,sans-serif;
				color: #111;
				text-transform: uppercase;
				border-bottom: 1px solid #bebebe;
				background-color: #fff;
				vertical-align: text-top;
			}

				.eventsPage .tcontainer table th:first-child {
					padding-left: 10px;
					vertical-align: text-top;
				}

			.eventsPage .tcontainer table tr td:first-child {
				padding-top: 2px;
				padding-right: 3px;
				padding-left: 9px;
				color: #666;
				vertical-align: text-top;
			}

				.eventsPage .tcontainer table tr td:first-child:hover {
					text-decoration: none;
					color: #666;
				}

			.eventsPage .tcontainer table td a {
				color: #00D4FF;
				text-decoration: none;
			}

				.eventsPage .tcontainer table td a:hover {
					text-decoration: underline;
				}
/************************************************************************************
SERVICE LIBRARY AREA
*************************************************************************************/
.serviceLibrary {
	clear: both;
	float: left;
	margin-top: 25px;
	position: relative;
	width: 100%;
}

.lt-ie8 .serviceLibrary h2 {
	line-height: 22px;
}

.techServiceBtn {
	height: 67px;
	position: absolute;
	right: -25px;
	top: -15px;
	width: 260px;
}

	.techServiceBtn span {
		background-image: url(../images/techServiceBanner.png);
		display: block;
		width: 260px;
		height: 67px;
	}

.serviceLibrary h1 {
	padding: 0 0 0 8px;
	margin: 0 0;
	height: 25px;
	width: 714px;
	font: 14px/20px 'OswaldBook',Arial,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	border-bottom: 1px solid #bebebe;
}

.serviceLibrary .tcontainer, .search_results_container .tcontainer {
	margin: 0 0 25px 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 640px;
	clear: both;
	display: block;
}

.search_results_container tr {
	background-color: rgb(245, 245, 245);
}

	.search_results_container tr.alt_row {
		background-color: rgb(229, 229, 229);
	}

.serviceLibrary .tcontainer table, .search_results_container table {
	color: #6d6d6d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	margin-top: 5px;
}

	.serviceLibrary .tcontainer table td, .search_results_container td {
		padding: 3px 0;
	}

	.serviceLibrary .tcontainer table tr:first-child {
		background-color: #fff;
	}

	.serviceLibrary .tcontainer table tr:nth-child(even) {
		background-color: #fff;
	}

	.serviceLibrary .tcontainer table tr td:first-child, .search_results_container td:first-child {
		padding-left: 9px;
		color: #666;
	}

	.serviceLibrary .tcontainer table td a, .search_results_container td {
		color: #666;
		text-decoration: none;
		text-align: left;
	}

		.serviceLibrary .tcontainer table td a:hover {
			text-decoration: underline;
		}

	.serviceLibrary .tcontainer table td .download a, .search_results_container .download a {
		text-decoration: none;
		color: #fff;
		font: 10px/10px 'OswaldBook',Arial,sans-serif;
		background: #3ac7f4;
		margin: 1px 15px;
		display: block;
		padding: 8px 0;
	}

		.serviceLibrary .tcontainer table td .download a:hover {
			text-decoration: none;
			color: #fff;
		}

.serviceLibraryBar {
	background: url(../images/refineResultsBg.jpg) repeat-x bottom #6e6e6e;
	width: 682px;
	float: left;
	clear: both;
	color: #FFF;
	padding: 7px 20px;
	margin-top: 20px;
	text-transform: uppercase;
}

.serviceLibraryList {
	border: 1px solid #9e9e9e;
	width: 720px;
	clear: both;
	position: relative;
	z-index: 9999999;
}

	.serviceLibraryList li {
		float: left;
		position: relative;
	}

		.serviceLibraryList li a {
			display: block;
			background: #fbfbfb;
			border-left: 1px solid #9e9e9e;
			padding: 20px 17px;
			text-transform: uppercase;
			font: bold 11px/16px Arial,sans-serif;
			color: #c2bebd;
			float: left;
			width: 145px;
			position: relative;
		}

		.serviceLibraryList li:first-child a {
			border-left: none;
		}

		.serviceLibraryList li a:hover {
			background: url(../images/tabActiveBg.jpg) repeat-x bottom #fff;
			color: #373737;
		}

		.serviceLibraryList li a.active {
			background: url(../images/tabActiveBg.jpg) repeat-x bottom #fff;
			color: #373737;
		}

		.serviceLibraryList li a span.text {
			float: left;
		}

		.serviceLibraryList li a span.arrow {
			float: right;
			background: url(../images/refineArrow.png) no-repeat;
			width: 10px;
			height: 13px;
		}

		.serviceLibraryList li ul.dropdownList {
			display: none;
			position: absolute;
			z-index: 99999999;
			left: 0;
			top: 51px;
			background: #ecedee;
			border: 1px solid #b8b7b7;
			border-top: 4px solid #3ac7f4;
			width: 178px;
			max-height: 200px;
			overflow-y: auto;
		}

		.serviceLibraryList li:hover a {
			color: #373737;
			background: url(../images/tabActiveBg.jpg) repeat-x bottom #fff;
		}

		.serviceLibraryList li:hover ul.dropdownList {
			display: block;
		}

		.serviceLibraryList li ul.dropdownList li a {
			padding: 3px 17px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			text-transform: none;
			width: 108px;
			color: #555;
			border: 0px;
		}

			.serviceLibraryList li ul.dropdownList li a:hover, .serviceLibraryList li:hover ul.dropdownList li a {
				color: #555;
				background: none;
				background-color: inherit;
				text-transform: uppercase;
			}

			.serviceLibraryList li ul.dropdownList li a:hover {
				color: #000;
				font-weight: bold;
			}

		.serviceLibraryList li ul.dropdownList li:hover, .serviceLibraryList li:hover ul.dropdownList li {
			background: none;
		}
/************************************************************************************
SEARCH RESULTS AREA
*************************************************************************************/
.searchRlthead {
	background: none repeat scroll 0 0 #ECEDEE;
	float: left;
	padding: 15px 0;
	width: 200px;
}

	.searchRlthead h2 {
		font: 13px/16px 'OswaldBook',Arial,sans-serif;
		padding: 0 10px 0 20px;
		text-transform: uppercase;
	}

.searchResultsPage {
	clear: both;
	float: left;
	margin: 0 0 0 10px;
	position: relative;
	width: 730px;
}

	.searchResultsPage .inputSR {
		width: 183px;
		padding: 4px;
		margin: 0 0 0 30px;
		float: left;
		border: 1px solid #bababa;
	}

	.searchResultsPage .submitSR {
		background-color: #3AC7F4;
		border: medium none;
		color: #fff;
		float: left;
		font: 10px/12px 'OswaldBook',Arial,sans-serif;
		height: 26px;
		width: 67px;
		text-transform: uppercase;
		margin: 0 0 0 5px;
		padding: 4px;
	}

	.searchResultsPage input[type="submit"]:hover {
		background-color: #003e74;
	}

	.searchResultsPage #resultRange {
		float: right;
		font: 12px/12px Arial, Helvetica, sans-serif;
		color: #555;
		margin: 10px 10px;
	}

	.searchResultsPage #prevNext {
		font: 12px/12px Arial, Helvetica, sans-serif;
		color: #555;
		margin: 10px 10px 10px;
		float: right;
	}

		.searchResultsPage #prevNext li {
			float: left;
			margin: 0;
			padding: 2px;
		}

		.searchResultsPage #prevNext .active {
			font-weight: bold;
		}

		.searchResultsPage #prevNext li a {
			text-decoration: none;
			color: #555;
		}

			.searchResultsPage #prevNext li a:hover {
				text-decoration: underline;
			}

	.searchResultsPage .tcontainer {
		font: 12px/14px Arial, Helvetica, sans-serif;
		color: #555;
	}

		.searchResultsPage .tcontainer .weblink {
			font-size: 10px;
			padding-bottom: 10px;
		}

		.searchResultsPage .tcontainer img {
			margin-right: 10px;
		}

		.searchResultsPage .tcontainer a {
			text-decoration: underline;
			color: #555;
		}

			.searchResultsPage .tcontainer a:hover {
				text-decoration: underline;
				color: #000;
			}
/************************************************************************************
SERVICE BULLETINS AREA
*************************************************************************************/
.serviceBulletins {
	clear: both;
	float: left;
	margin-top: 25px;
	position: relative;
	width: 100%;
}

	.serviceBulletins .resetLink {
		clear: both;
		padding-top: 5px;
	}

	.serviceBulletins .noResults {
		padding-top: 20px;
	}

	.serviceBulletins h2 {
		padding: 0 0 0 8px;
		margin: 0 0;
		height: 25px;
		line-height: 25px;
		width: 714px;
		font-size: 12px;
		font-weight: normal;
		text-transform: uppercase;
		float: left;
		border-bottom: 1px solid #bebebe;
	}

	.serviceBulletins .tcontainer {
		margin: 0 0 25px 0;
		padding: 0;
		overflow: hidden;
		font-size: 1.2em;
		width: 720px;
		clear: both;
		display: block;
	}

		.serviceBulletins .tcontainer table {
			color: #6d6d6d;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			background: #fff;
			margin-top: 5px;
		}

			.serviceBulletins .tcontainer table td {
				padding: 3px 0;
			}

			.serviceBulletins .tcontainer table tr:first-child {
				background-color: #fff;
			}

			.serviceBulletins .tcontainer table tr:nth-child(even) {
				background-color: #fff;
			}

			.serviceBulletins .tcontainer table th {
				text-align: left;
				padding: 5px 0 5px 10px;
				font: 12px/22px 'OswaldBook',Arial,sans-serif;
				color: #111;
				text-transform: uppercase;
				border-bottom: 1px solid #bebebe;
				background-color: #fff;
			}

			.serviceBulletins .tcontainer table tr td:first-child {
				padding: 8px 0 8px 9px;
				color: #666;
			}

			.serviceBulletins .tcontainer table td a {
				color: #666;
				text-decoration: none;
			}

				.serviceBulletins .tcontainer table td a:hover {
					text-decoration: none;
				}

				.serviceBulletins .tcontainer table td .download a,
				.serviceBulletins .tcontainer table td a.download {
					text-decoration: none;
					color: #666;
					font: 10px/10px 'OswaldBook',Arial,sans-serif;
					padding: 5px 10px;
				}

					.serviceBulletins .tcontainer table td .download a:hover,
					.serviceBulletins .tcontainer table td a.download:hover {
						color: #fff;
						text-decoration: none;
						background-color: #003e74;
						cursor: pointer;
						padding: 8px 0;
					}
/************************************************************************************
TRAINING PROGRAMS AREA
*************************************************************************************/
.trainingPrograms {
	clear: both;
	float: left;
	margin-top: 25px;
	position: relative;
	width: 100%;
}

.prodigyBtn {
	height: 49px;
	position: absolute;
	right: -25px;
	top: -15px;
	width: 206px;
}

	.prodigyBtn a {
		background-image: url(../images/prodigyBanner.png);
		display: block;
		width: 206px;
		height: 49px;
	}

		.prodigyBtn a:hover {
			background-image: url(../images/prodigyBannerHover.png);
			display: block;
			width: 206px;
			height: 49px;
		}

.trainingPrograms h1 {
	padding: 0 0 0 8px;
	margin: 0 0;
	height: 25px;
	line-height: 25px;
	width: 714px;
	font: 14px/20px 'OswaldBook',Arial,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
}

.trainingPrograms h2 {
	padding: 0 0 0 8px;
	margin: 0 0;
	height: 25px;
	line-height: 25px;
	width: 714px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	border-bottom: 1px solid #bebebe;
}

.trainingPrograms .tcontainer {
	margin: 0 0 25px 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 720px;
	clear: both;
	display: block;
}

	.trainingPrograms .tcontainer table {
		color: #6d6d6d;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background: #fff;
		margin-top: 5px;
	}

		.trainingPrograms .tcontainer table td {
			padding: 3px 5px;
			width: 105px;
		}

		.trainingPrograms .tcontainer table tr:first-child {
			background-color: #fff;
		}

		.trainingPrograms .tcontainer table tr:nth-child(even) {
			background-color: #fff;
		}

		.trainingPrograms .tcontainer table th:first-child {
			padding-left: 10px;
		}

		.trainingPrograms .tcontainer table th {
			text-align: left;
			padding: 5px 0 5px 0;
			font: 12px/22px 'OswaldBook',Arial,sans-serif;
			color: #111;
			text-transform: uppercase;
			border-bottom: 1px solid #bebebe;
			background-color: #fff;
		}

		.trainingPrograms .tcontainer table tr td:first-child {
			padding-top: 2px;
			padding-right: 3px;
			padding-left: 9px;
			color: #666;
		}

		.trainingPrograms .tcontainer table td a {
			color: #666;
			text-decoration: none;
		}

			.trainingPrograms .tcontainer table td a:hover {
				text-decoration: none;
			}

		.trainingPrograms .tcontainer table td .download a {
			text-decoration: none;
			color: #fff;
			font: 10px/10px 'OswaldBook',Arial,sans-serif;
		}

			.trainingPrograms .tcontainer table td .download a:hover {
				text-decoration: none;
				color: #fff;
			}
/************************************************************************************
PRODUCT SEARCH AREA
*************************************************************************************/
.refineBar {
	width: 682px;
	float: left;
	clear: both;
	color: #FFF;
	padding: 7px 20px;
	text-transform: uppercase;
	background: url(../images/refineResultsBg.jpg) repeat-x bottom #6e6e6e;
}

.resetLink {
	font: bold 12px/16px Arial,Helvetica,sans-serif;
	height: auto;
}

a.resetLink {
	display: block;
	margin-bottom: 30px;
	position: relative;
	top: 15px;
	clear: both;
}

.resetLink a, a.resetLink, a:hover {
	color: #003977;
	text-decoration: underline;
}

.findProduct {
	border: 1px solid #b1b0b0;
	float: left;
	width: 720px;
	clear: both;
	position: relative;
	background: url(../images/findProductBg.jpg) repeat-x left center scroll #f4f4f4;
	z-index: 100;
}

	.findProduct li {
		float: left;
		position: relative;
		padding: 11px 30px 6px 20px;
		border-left: 2px solid #b1b0b0;
		background: url(../images/findProductBg.jpg) repeat-x left center scroll #f4f4f4;
	}

		.findProduct li:first-child {
			border-left: 0px;
		}

		.findProduct li:last-child {
			border-right: 0px;
		}

		.findProduct li input {
			display: block;
			border: 1px solid #bababa;
			color: #393939;
			font: 12px/12px 'OswaldBook',Arial,sans-serif;
			text-transform: uppercase;
			padding: 3px;
			width: 181px;
			margin-bottom: 4px;
			height: 15px;
		}

		.findProduct li .searchBlueBtn {
			background-color: #3ac7f4;
			color: #fff;
			font: 10px/10px 'OswaldBook',Arial,sans-serif;
			text-transform: uppercase;
			padding: 0px 20px;
			width: 75px;
			height: 20px;
			border: none;
		}

			.findProduct li .searchBlueBtn:hover {
				background-color: #2889a8;
				text-decoration: none;
			}

		.findProduct li .selectDiv {
			display: block;
			border: 1px solid #bababa;
			color: #393939;
			font: 12px/16px 'OswaldBook',Arial,sans-serif;
			text-transform: uppercase;
			padding: 2px 0 2px 3px;
			width: 181px;
			margin-bottom: 7px;
			height: 17px;
			background: url(../images/findProdArrow.png) no-repeat 97% center scroll;
			position: relative;
		}

.selectDiv ul {
	padding: 10px;
	margin: 0;
}

.selectDiv li {
	padding: 0 0 5px 0;
	margin: 0;
	display: block;
}

.selectDiv ul.dropdownList {
	display: none;
	position: absolute;
	z-index: 99999999;
	left: -1px;
	top: 21px;
	background: #fff;
	border: 1px solid #b8b7b7;
	width: 164px;
}

	.selectDiv ul.dropdownList li {
		border: none;
	}

.selectDiv:hover ul.dropdownList {
	display: block;
}

.selectDiv ul.dropdownList li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	width: 108px;
	color: #555;
	border: 0px;
	text-align: left;
}

	.selectDiv ul.dropdownList li a:hover {
		color: #000;
		background-color: inherit;
		font-weight: bold;
	}

.selectDiv ul.dropdownList li:hover, .selectDiv:hover ul.dropdownList li {
	background: none;
}

.secondLevelChoice {
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	float: left;
	width: 720px;
	clear: both;
	position: relative;
	background: url(../images/secondLevelBg.jpg) repeat-x top center scroll #f9f9f9;
	z-index: 1;
}

	.secondLevelChoice li {
		float: left;
		padding: 15px 0 15px 20px;
	}

		.secondLevelChoice li .measurementDiv {
			background: url("../images/measurementArrow.png") no-repeat scroll 97% center transparent;
			border: 1px solid #dcdcdc;
			color: #b6b6b6;
			display: block;
			font: 12px/16px Arial,sans-serif;
			height: 17px;
			padding: 2px 0 2px 3px;
			position: relative;
			width: 150px;
			z-index: 1;
		}

#ctl00_ContentPlaceHolder1_widthLabel {
	color: #000;
}

.measurementDiv ul.dropdownList {
	display: none;
	position: absolute;
	z-index: 3;
	left: -1px;
	top: 21px;
	background: #fff;
	border: 1px solid #b8b7b7;
	width: 153px;
	z-index:9999;
}

	.measurementDiv ul.dropdownList li {
		border: none;
		padding: 5px;
	}

.measurementDiv:hover ul.dropdownList {
	display: block;
}

.measurementDiv ul.dropdownList li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	width: 108px;
	color: #555;
	border: 0px;
	text-align: left;
}

	.measurementDiv ul.dropdownList li a:hover {
		color: #000;
		font-weight: bold;
		background-color: inherit;
	}

.measurementDiv ul.dropdownList li:hover, .selectDiv:hover ul.dropdownList li {
	background: none;
}

.searchResults {
	clear: both;
	float: left;
	margin-top: 13px;
	position: relative;
	width: 100%;
}

	.searchResults h1 {
		float: left;
		font: 14px/20px 'OswaldBook',Arial,sans-serif;
		font-weight: normal;
		height: 25px;
		margin: 25px 0 0 0;
		padding: 0 0 0 20px;
		text-transform: uppercase;
		width: 714px;
		color: #000;
	}
/************************************************************************************
PRODIGY ADVANCED SUSTAINABILITY AREA
*************************************************************************************/
.prodigyHeaderPosition {
	width: 270px;
	left: 130px !important;
	position: absolute;
	bottom: 14px;
}

.prodigyHeader {
	width: 36% !important;
}

.prodigyAdvancedSus {
	float: left;
	clear: both;
	padding: 20px;
	width: 680px;
}

	.prodigyAdvancedSus h1 {
		padding: 13px 0;
		color: #424242;
		font: 24px/26px 'OswaldBook',Arial,sans-serif;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

		.prodigyAdvancedSus h1 .reg {
			font-size: 12px;
			vertical-align: super;
			margin-left: 3px;
		}

		.prodigyAdvancedSus h1 .tm {
			font-size: 14px;
			vertical-align: top;
			margin-left: 3px;
		}

	.prodigyAdvancedSus span img {
		vertical-align: central;
		padding-top: 10px;
	}

	.prodigyAdvancedSus p {
		height: auto;
		font: 12px/16px Arial, Helvetica, sans-serif;
		color: #424242;
		padding-bottom: 15px;
	}

	.prodigyAdvancedSus a, a:hover {
		color: #003977;
		text-decoration: underline;
	}

.prodigyAdvModels {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}

	.prodigyAdvModels h1 {
		color: #000;
		font: 14px/20px 'OswaldBook',Arial,sans-serif;
		font-weight: normal;
		height: 25px;
		line-height: 25px;
		padding: 0 0 0 20px;
		text-transform: uppercase;
		width: 714px;
	}

.boxContainer {
	float: right;
	height: 135px;
	margin: 0 12px 25px 0;
	padding: 0;
	position: relative;
	width: 241px;
}

	.boxContainer .boxContainerThumb3 {
		background: url("../images/prodigyBrochureThumb.png") no-repeat scroll 0 0 transparent;
		height: 106px;
		position: absolute;
		right: 14px;
		top: 27px;
		width: 110px;
	}

	.boxContainer .boxContainerAdv3 {
		background: url("../images/prodigyBrochure.jpg") no-repeat scroll 0 0 transparent;
		border: 1px solid #C8C8C8;
		float: left;
		height: 96px;
		margin-top: 37px;
		width: 226px;
	}

		.boxContainer .boxContainerAdv3:hover {
			border: 1px solid #666464;
		}
/************************************************************************************
ABOUT US AREA
*************************************************************************************/
.aboutUsPage {
	float: left;
	clear: both;
	padding: 20px;
	width: 680px;
}

	.aboutUsPage h1 {
		padding: 8px 0;
		color: #424242;
		font: 24px/26px 'OswaldBold',Arial,sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

		.aboutUsPage h1 .tm {
			font-size: 14px;
			margin-left: 3px;
			vertical-align: super;
		}

	.aboutUsPage h2 {
		color: #424242;
		font: 14px/20px 'OswaldBold',Arial,sans-serif;
		font-weight: normal;
		text-transform: uppercase;
	}

	.aboutUsPage p {
		height: auto;
		font: 12px/16px Arial, Helvetica, sans-serif;
		color: #424242;
		padding-bottom: 15px;
	}

		.aboutUsPage p strong {
			font: 14px/20px 'OswaldBook',Arial,sans-serif;
			color: #000;
		}

	.aboutUsPage a, a:hover {
		color: #003977;
		text-decoration: underline;
	}
/************************************************************************************
CONTENT PAGE
*************************************************************************************/
.contentPage {
	float: left;
	clear: both;
	padding: 20px;
	width: 680px;
	margin: 50px 0 20px 0;
}

	.contentPage h1 sup {
		line-height: 5px;
		position: relative;
		top: 3px;
	}

	.contentPage ul {
		padding-left: 10px;
	}

	.contentPage li {
		color: #424242;
		font: 12px/16px Arial,Helvetica,sans-serif;
		list-style-type: disc;
		margin: 0 0 5px 10px;
		padding-left: 10px;
	}

	.contentPage h1 {
		color: #424242;
		font: 24px/26px 'OswaldBook',Arial,sans-serif;
		margin-bottom: 25px;
		padding: 13px 0;
		text-transform: uppercase;
		line-height: 31px;
	}

	.contentPage h2 {
		color: #003977;
		font: 16px/18px 'OswaldBook',Arial,sans-serif;
		margin: 0 0 15px 0;
		padding: 0;
		text-transform: uppercase;
	}

	.contentPage p {
		color: #424242;
		font: 12px/16px Arial,Helvetica,sans-serif;
		height: auto;
		padding-bottom: 15px;
	}

	.contentPage blockquote {
		color: #424242 !important;
		font: 12px/16px Arial,Helvetica,sans-serif !important;
		height: auto !important;
		padding-bottom: 15px !important;
	}

	.contentPage p strong {
		color: #555;
		font-weight: bold;
		text-transform: capitalize;
	}

	.contentPage a, a:hover {
		color: #003977;
		text-decoration: underline;
	}

.contentPageLeft {
	margin-top: 39px;
	margin-left: 20px;
}

	.contentPageLeft h6 {
		font: 12px/15px 'OswaldBook',Arial,sans-serif;
		text-transform: uppercase;
		margin-left: 25px;
	}

.pressRelease {
	background: none repeat scroll 0 0 #ECEDEE;
	padding: 15px 0;
	width: 200px;
	position: absolute;
	top: -10px;
	left: -215px;
}

	.pressRelease h2 {
		font: 13px/16px 'OswaldBook',Arial,sans-serif;
		padding: 0 10px 0 20px;
		text-transform: uppercase;
	}
/************************************************************************************
LUV THE NUG
*************************************************************************************/
.luvhead {
	background: none repeat scroll 0 0 #ECEDEE;
	float: left;
	padding: 15px 0;
	width: 200px;
}

	.luvhead h2 {
		font: 13px/16px 'OswaldBook',Arial,sans-serif;
		padding: 0 10px 0 20px;
		text-transform: uppercase;
	}

.luvTm {
	font-size: 14px;
	margin-left: 3px;
	vertical-align: top;
}

.luvPage {
	float: left;
	clear: both;
	padding: 20px;
	width: 680px;
}

.backward {
	background: url("../images/backwardArrow.png") no-repeat scroll left 0 transparent;
	color: #3AC7F4;
	float: left;
	margin-top: 20px;
	text-decoration: none !important;
}

	.backward:hover {
		background: url("../images/backwardArrow.png") no-repeat scroll left -17px transparent;
		color: #069;
		text-decoration: none;
	}

.luvPage h6 {
	font: 12px/15px 'OswaldBook',Arial,sans-serif;
	text-transform: uppercase;
	margin-left: 25px;
}

.luvPage h1 {
	padding: 13px 0;
	color: #424242;
	font: 20px/22px 'OswaldBold',Arial,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.luvPage p {
	height: auto;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #424242;
	padding-bottom: 15px;
}

	.luvPage p strong {
		color: #555;
		font-weight: bold;
		text-transform: capitalize;
	}

.luvPage a, a:hover {
	color: #003977;
	text-decoration: underline;
}

.threeBox {
	float: left;
	width: 228px;
	height: 164px;
	margin: 0 15px 35px 0;
	padding: 0;
	position: relative;
}

	.threeBox .boxContainerThumb1 {
		background: url("../images/nugtruckImg.png") no-repeat scroll 0 0 transparent;
		width: 228px;
		height: 164px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.threeBox:hover .boxContainerAdv1 {
		border: 1px solid #666464;
	}

	.threeBox .boxContainerAdv1 {
		background: url("../images/nugTruck.jpg") no-repeat scroll 0 0 transparent;
		border: 1px solid #C8C8C8;
		float: left;
		height: 97px;
		margin-top: 65px;
		width: 226px;
	}

		.threeBox .boxContainerAdv1:hover {
			border: 1px solid #666464;
		}

	.threeBox .boxContainerThumb2 {
		background: url("../images/nugfinderImg.png") no-repeat scroll 0 0 transparent;
		width: 228px;
		height: 164px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.threeBox:hover .boxContainerAdv2 {
		border: 1px solid #666464;
	}

	.threeBox .boxContainerAdv2 {
		background: url("../images/photoGallore.jpg") no-repeat scroll 0 0 transparent;
		border: 1px solid #C8C8C8;
		float: left;
		height: 97px;
		margin-top: 65px;
		width: 226px;
	}

		.threeBox .boxContainerAdv2:hover {
			border: 1px solid #666464;
		}

	.threeBox .boxContainerThumb3 {
		background: url("../images/photosgaloreImg.png") no-repeat scroll 0 0 transparent;
		width: 240px;
		height: 164px;
		position: absolute;
		left: 0;
		top: 0;
	}

	.threeBox:hover .boxContainerAdv3 {
		border: 1px solid #666464;
	}

	.threeBox .boxContainerAdv3 {
		background: url("../images/photoGallore.jpg") no-repeat scroll 0 0 transparent;
		border: 1px solid #C8C8C8;
		float: left;
		height: 97px;
		margin-top: 65px;
		width: 226px;
	}

		.threeBox .boxContainerAdv3:hover {
			border: 1px solid #666464;
		}
/************************************************************************************
ENERGY STAR AREA
*************************************************************************************/
.energyStar {
	float: left;
	clear: both;
	padding: 20px;
	width: 680px;
}

	.energyStar h1 {
		padding: 13px 0;
		color: #424242;
		font: 24px/26px 'OswaldBook',Arial,sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	.energyStar p {
		height: auto;
		font: 12px/16px Arial, Helvetica, sans-serif;
		color: #424242;
		padding-bottom: 15px;
	}

	.energyStar a, a:hover {
		color: #003977;
		text-decoration: underline;
	}

.energyStarModels {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
}

	.energyStarModels h1 {
		color: #000;
		font: 14px/20px 'OswaldBook',Arial,sans-serif;
		font-weight: normal;
		height: 25px;
		line-height: 25px;
		padding: 0 0 0 20px;
		text-transform: uppercase;
		width: 714px;
	}

.boxContainer .boxContainerThumb1 {
	background: url("../images/rebateThumb.png") no-repeat scroll 0 0 transparent;
	height: 85px;
	position: absolute;
	right: 25px;
	top: 0;
	width: 86px;
}

.boxContainer .boxContainerAdv1 {
	background: url("../images/rebates.jpg") no-repeat scroll 0 0 transparent;
	border: 1px solid #C8C8C8;
	float: left;
	height: 96px;
	margin-top: 37px;
	width: 226px;
}

	.boxContainer .boxContainerAdv1:hover {
		border: 1px solid #666464;
	}

.boxContainer .boxContainerThumb2 {
	background: url("../images/machineThumb.png") no-repeat scroll 0 0 transparent;
	height: 82px;
	position: absolute;
	right: 25px;
	top: 0;
	width: 77px;
}

.boxContainer .boxContainerAdv2 {
	background: url("../images/energyStarQP.jpg") no-repeat scroll 0 0 transparent;
	border: 1px solid #C8C8C8;
	float: left;
	height: 96px;
	margin-top: 37px;
	width: 226px;
}

	.boxContainer .boxContainerAdv2:hover {
		border: 1px solid #666464;
	}
/************************************************************************************
APPLICATION GUIDE AREA
*************************************************************************************/
.applicationGuide {
	width: 722px;
	padding: 0;
	margin: 0;
	float: left;
}

	.applicationGuide .resetFields {
		float: right;
	}

		.applicationGuide .resetFields a {
			font: 10px/12px 'OswaldBook',Arial,sans-serif;
			color: #fff;
			background-color: #cbc9c9;
			padding: 5px 8px;
			display: block;
			text-transform: uppercase;
			letter-spacing: .5px;
		}

			.applicationGuide .resetFields a:hover {
				background-color: #a0a0a0;
				-webkit-transition: 1s;
				-moz-transition: 1s;
				-o-transition: 1s;
				transition: 1s;
				text-decoration: none;
				color: #fff;
			}

	.applicationGuide .stepBar {
		float: left;
		width: 100%;
		background: url(../images/stepBarBg.jpg) repeat-x scroll 0 0 #272727;
		height: 32px;
		border: 1px solid #5f5f5f;
		border-right: 0px;
		border-left: 0px;
	}

		.applicationGuide .stepBar h2 {
			float: left;
			font: 15px/30px Arial,sans-serif;
			text-transform: none;
			color: #fff;
			width: 700px;
			margin-left: 15px;
		}

	.applicationGuide .stepContent {
		clear: both;
		width: auto;
		height: auto;
		overflow: hidden;
		background-color: #fff;
		margin-top: 5px;
		padding: 15px 0 15px 15px;
	}

		.applicationGuide .stepContent h4 {
			font: 12px/14px Arial, Helvetica, sans-serif;
			color: #636363;
			margin-bottom: 0;
		}

	.applicationGuide .stepTable div {
		margin-top: 10px;
	}

	.applicationGuide .stepContent p {
		font: 12px/14px 'OswaldLight',Arial,sans-serif;
		color: #3b3b3b;
		text-align: left;
		padding: 0;
		margin: 0 0 0 20px;
	}

	.applicationGuide .stepContent .stepTable {
		border-collapse: collapse;
	}

		.applicationGuide .stepContent .stepTable h5 {
			color: #3ac7f4;
			font: 14px/16px 'OswaldBold',Arial,sans-serif;
			text-transform: uppercase;
			text-align: center;
			background-color: #fff;
			margin: 5px 0;
		}

		.applicationGuide .stepContent .stepTable h6 {
			color: #3ac7f4;
			font: 14px/16px 'OswaldBold',Arial,sans-serif;
			text-transform: uppercase;
			text-align: left;
			background-color: #fff;
			margin: 0 0 0 20px;
		}

			.applicationGuide .stepContent .stepTable h6 span {
				color: #4f4f4f;
			}
	/* APPLICATION GUIDE PAGE */
	.applicationGuide .stepContent .appGuideResults .IconTable {
	}

#cubeBlue {
	width: 90px;
	text-align: center;
}

.applicationGuide .stepContent .appGuideResults .IconTable table tr td {
	background-color: none;
}

.applicationGuide .stepContent .appGuideResults .IconTable h5 {
	background-color: #fff;
	color: #3AC7F4;
	font: bold 14px/16px Arial,sans-serif;
	margin: 5px 0;
	text-align: center;
	text-transform: uppercase;
}

.applicationGuide .stepContent .appGuideResults .InfoTable {
	background-color: none;
	margin-bottom: 25px;
}

	.applicationGuide .stepContent .appGuideResults .InfoTable table {
		border-left: 1px solid #dedede;
	}

		.applicationGuide .stepContent .appGuideResults .InfoTable table tr td {
			padding-top: 10px;
			padding-bottom: 10px;
		}

	.applicationGuide .stepContent .appGuideResults .InfoTable h6 {
		background-color: #fff;
		color: #3AC7F4;
		font: bold 14px/16px Arial,sans-serif;
		margin: 0 0 10px 20px;
		text-align: left;
		text-transform: uppercase;
	}

		.applicationGuide .stepContent .appGuideResults .InfoTable h6 span {
			color: #4F4F4F;
		}

	.applicationGuide .stepContent .appGuideResults .InfoTable p {
		color: #3B3B3B;
		font: 12px/14px Arial, Helvetica, sans-serif;
		margin: 0 0 0 20px;
		padding: 0;
		text-align: left;
	}
/* APPLICATION GUIDE PAGE - NEW UPDATES ENDS */
/************************************************************************************
CONFIGURATORS CONTENT AREA
*************************************************************************************/
.contactScotman {
	background: none repeat scroll 0 0 #ECEDEE;
	float: left;
	padding: 15px 0;
	width: 200px;
}

	.contactScotman h2 {
		font: 13px/16px 'OswaldBook',Arial,sans-serif;
		padding: 0 10px 0 20px;
		text-transform: uppercase;
	}

.configDescription {
	width: 700px;
	height: auto;
	float: left;
	clear: both;
	padding: 22px 22px 0 0;
	font: 14px/16px Arial, Helvetica, sans-serif;
	color: #646363;
	margin: 0 0 15px 0;
}

	.configDescription p[style] {
		color: #424242 !important;
		font: 12px/16px Arial,Helvetica,sans-serif !important;
		height: auto !important;
		padding-bottom: 15px !important;
	}

	.configDescription p span[style] {
		color: #424242 !important;
		font: 12px/16px Arial,Helvetica,sans-serif !important;
		height: auto !important;
		padding-bottom: 15px !important;
	}

.appGuide {
	float: left;
}

	.appGuide a {
		font: 14px/24px Arial,sans-serif;
		color: #fff;
		background: url(../images/arrow.png) no-repeat 95% 8px #646565;
		padding: 0px 30px 0px 20px;
		display: block;
		text-transform: uppercase;
		letter-spacing: 0;
	}

		.appGuide a:hover {
			background: url(../images/arrow.png) no-repeat 95% 8px #444;
			-webkit-transition: 1s;
			-moz-transition: 1s;
			-o-transition: 1s;
			transition: 1s;
			text-decoration: none;
			color: #3AC7F4;
		}

.iceConfigurator {
	width: 722px;
	padding: 0;
	margin: 0;
	float: left;
}

.resetFields {
	float: right;
}

	.resetFields a {
		background-color: #CBC9C9;
		color: #FFF;
		display: block;
		font: bold 12px/23px Arial,sans-serif;
		letter-spacing: 0;
		padding: 0 6px;
		text-transform: uppercase;
	}

		.resetFields a:hover {
			background-color: #a0a0a0;
			-webkit-transition: 1s;
			-moz-transition: 1s;
			-o-transition: 1s;
			transition: 1s;
			text-decoration: none;
			color: #fff;
		}

.stepBar {
	float: left;
	width: 100%;
	background: url(../images/stepBarBg.jpg) repeat-x scroll 0 0 #272727;
	height: 32px;
	border: 1px solid #5f5f5f;
	border-right: 0px;
	border-left: 0px;
}

.posRel {
	position: relative;
}

.stepBar img {
	margin: 7px 10px 0 9px;
	float: left;
}

.stepBar h2 {
	float: left;
	font: 15px/30px Arial,sans-serif;
	text-transform: none;
	color: #fff;
	width: 700px;
	margin-left: 15px;
}

.stepBar sup {
	font-weight: normal;
	vertical-align: text-top;
}

.stepBar p {
	font: 14px/30px 'OswaldBold',Arial,sans-serif;
	color: #cecece;
	text-transform: uppercase;
	position: absolute;
	right: 33px;
	top: 1px;
}

	.stepBar p a {
		color: #3ac7f4;
		font-family: arial;
		font-weight: bold;
		text-decoration: underline;
		position: absolute;
		right: -26px;
	}

.lablPos {
	font-family: arial;
	font-weight: bold;
	position: absolute;
	right: 12px;
	top: 1px;
	width: 350px;
	text-align: right;
	font-size: 12px;
}

.stepContent {
	clear: both;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	margin-top: 5px;
	padding: 15px 0 15px 0;
}

	.stepContent h2 {
		font: 16px/24px Arial,sans-serif;
		color: #4f4f4f;
		margin-bottom: 10px;
		margin-left: 15px;
	}

.iceTypeGap {
	margin-bottom: 0 !important;
}

.stepContent p {
	font: 11px/12px Arial,sans-serif;
	color: #3d3d3d;
	text-align: left;
	padding: 0 9px 15px 9px;
	margin-top: 25px;
}

.rblMachineSize {
	padding: 0 28px;
	margin: 0 10px;
	margin: 0 10px 0 14px\0/IE8+9;
}

.rblCondenserType {
	padding: 0 48px;
	margin: 0 10px;
	margin: 0 10px 0 14px\0/IE8+9;
}

.rblIndustry {
	padding: 0 28px;
	margin: 0 10px;
	margin: 0 10px 0 14px\0/IE8+9;
}

.subrblIndustry {
	padding: 0 28px;
	margin: 0 10px;
	margin: 0 10px 0 14px\0/IE8+9;
}

.yesNo {
	margin: auto;
	width: 175px;
	text-align: center;
}

.rblIceProdution {
	padding: 0 13px;
	margin: 0 24px 0 11px;
	margin: 0 26px 0 18px\0/IE8+9;
	padding: 0 13px 0 9px\0/IE8+9;
}

.rblEnergyStar {
	padding: 0 13px;
	margin: 0 24px 0 11px;
	margin: 0 26px 0 18px\0/IE8+9;
	padding: 0 13px 0 9px\0/IE8+9;
}

.rblIcetype {
	padding: 0 101px;
	margin: 0 0 0 7px;
	margin: 0 0 0 10px\0/IE8+9;
}

.subrblIcetype {
	padding: 0 25px;
	margin-right: 27px;
}

#threeDice {
	float: right;
	width: auto;
}


.stepContent .stepTable {
	border-collapse: collapse;
}

	.stepContent .stepTable hr {
		color: #dedede;
		background-color: #dedede;
		height: 1px;
		border: none;
		outline: none;
	}

	.stepContent .stepTable th {
		color: #3ac7f4;
		font: 14px/16px 'OswaldBold',Arial,sans-serif;
		text-transform: uppercase;
		text-align: center;
		background-color: #fff;
	}

	.stepContent .stepTable tr {
		background-color: #fff;
	}

	.stepContent .stepTable td {
		text-align: center;
		background-color: #fff;
		padding: 5px 0;
		vertical-align: text-top;
	}

		.stepContent .stepTable td label {
			display: none;
		}

		.stepContent .stepTable td h4 {
			font: 11px/16px Arial,sans-serif;
			color: #3AC7F4;
			text-transform: uppercase;
		}

.submitBlueArrow {
	font: 14px/24px 'OswaldBook',Arial,sans-serif !important;
	color: #fff;
	background: url(../images/arrow.png) no-repeat 95% 13px #3ac7f4;
	padding: 0px 30px 0px 15px;
	display: block;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-left: 7px;
}

.submitBlueNoArrow {
	background-color: #3AC7F4;
	float: right;
	font: 14px/24px 'OswaldBook',Arial,sans-serif !important;
	color: #fff;
	padding: 0px 15px;
	display: block;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-left: 7px;
}

	.submitBlueNoArrow:hover {
		background-color: #003E74;
		color: #fff;
		text-decoration: none;
	}

.submitBlackNoArrow {
	background-color: #000;
	float: right;
	font: 14px/24px 'OswaldBook',Arial,sans-serif !important;
	color: #fff;
	padding: 0px 15px;
	display: block;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-left: 7px;
}

	.submitBlackNoArrow:hover {
		background-color: #666;
		color: #fff;
		text-decoration: none;
	}

.nextStep {
	float: right;
	margin-bottom: 20px;
	margin-top: 20px;
}

	.nextStep a {
		font: 14px/24px Arial,sans-serif;
		color: #fff;
		background: url(../images/arrow.png) no-repeat 95% 8px #3ac7f4;
		padding: 0px 30px 0px 15px;
		display: block;
		text-transform: uppercase;
		letter-spacing: 0;
		margin-left: 7px;
	}

		.nextStep a:hover {
			background: url(../images/arrow.png) no-repeat 95% 8px #069;
			-webkit-transition: 1s;
			-moz-transition: 1s;
			-o-transition: 1s;
			transition: 1s;
			text-decoration: none;
			color: #fff;
		}

.emailPrint {
	float: right;
	margin-bottom: 20px;
}

	.emailPrint a {
		font: 14px/24px 'OswaldBook',Arial,sans-serif;
		color: #fff;
		background: none no-repeat 0 0 #3ac7f4;
		padding: 0px 15px 0px 15px;
		display: block;
		text-transform: uppercase;
		letter-spacing: .5px;
		margin-right: 7px;
		margin-left: 2px;
	}

		.emailPrint a:hover {
			background: none no-repeat 0 0 #069;
			-webkit-transition: 1s;
			-moz-transition: 1s;
			-o-transition: 1s;
			transition: 1s;
			text-decoration: none;
			color: #fff;
		}

.evaluation {
	width: 100%;
	float: left;
	*width: 680px;
}

	.evaluation ul {
		float: left;
		margin: 0;
		padding: 0;
	}

		.evaluation ul li {
			float: left;
			margin: 0 17px 5px 0;
			padding: 0;
			font: 12px/14px 'OswaldBold',Arial,sans-serif;
			color: #2b3a61;
			text-transform: uppercase;
		}

	.evaluation h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #636363;
		font-weight: normal;
		line-height: 13px;
		clear: both;
		float: left;
		margin: 10px 0;
		width: 680px;
	}

.ruler {
	width: 100%;
	height: 1px;
	border-top: 1px solid gold;
}

.resultsTable {
	margin-left: 0;
}

	.resultsTable h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #636363;
		font-weight: normal;
		line-height: 13px;
		clear: both;
		float: left;
		margin: 10px 0;
		width: 680px;
	}

	.resultsTable h2 {
		padding: 0 0 0 8px;
		margin: 0 0;
		height: 25px;
		line-height: 25px;
		width: 714px;
		font-size: 12px;
		font-weight: normal;
		text-transform: uppercase;
		float: left;
		border-bottom: 1px solid #bebebe;
	}

	.resultsTable .tcontainer {
		margin: 0 0 25px 0;
		padding: 0;
		overflow: hidden;
		font-size: 1.2em;
		width: 685px;
		clear: both;
		display: block;
	}

		.resultsTable .tcontainer table {
			color: #6d6d6d;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			background: #fff;
			margin-top: 5px;
			border-collapse: collapse;
		}

			.resultsTable .tcontainer table td {
				padding: 1px 0;
				text-align: center;
			}

			.resultsTable .tcontainer table p {
				text-align: left;
				margin-left: 20px;
				width: 221px;
			}

			.resultsTable .tcontainer table tr:first-child {
				background-color: #fff;
			}

			.resultsTable .tcontainer table tr:nth-child(even) {
				background-color: #fff;
			}

			.resultsTable .tcontainer table th {
				text-align: center;
				vertical-align: text-top;
				padding: 3px 0;
				font: 12px/14px 'OswaldBook',Arial,sans-serif;
				color: #111;
				text-transform: uppercase;
				border-top: 1px solid #bebebe;
				border-bottom: 1px solid #bebebe;
				background-color: #fff;
			}

			.resultsTable .tcontainer table tr td:first-child {
				padding-top: 2px;
				padding-right: 0;
				padding-left: 9px;
				color: #666;
				width: 45px;
			}

				.resultsTable .tcontainer table tr td:first-child:hover {
					text-decoration: underline;
					color: #666;
					cursor: pointer;
				}

			.resultsTable .tcontainer table td a {
				color: #666;
				text-decoration: none;
			}

				.resultsTable .tcontainer table td a:hover {
					text-decoration: underline;
				}

.calculatorBar {
	float: left;
	width: 100%;
	background: url(../images/calculatorBarBg.jpg) repeat-x scroll 0 0 #272727;
	height: 32px;
	border: 1px solid #d6d6d6;
	border-right: 0px;
	border-left: 0px;
}

	.calculatorBar h3 {
		float: left;
		font: 16px/30px Arial,sans-serif;
		color: #fff;
		text-transform: uppercase;
		margin-left: 15px;
	}

.calculatorContent {
	clear: both;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	margin-top: 5px;
	padding: 15px 0 15px 15px;
}

	.calculatorContent .formBlue {
		color: #3AC7F4 !important;
		font: 14px/16px 'OswaldBook',Arial,sans-serif;
		text-transform: uppercase;
	}

	.calculatorContent p {
		font: 15px/24px Arial,sans-serif;
		color: #4f4f4f;
		margin-bottom: 25px;
		text-transform: uppercase;
	}

	.calculatorContent .blue {
		color: #3ac7f4;
	}

.Total-result,
.calculateField {
	display: none !important;
}

.calculatorContent .calcTable input {
	border: 0;
}

.calculatorContent p span {
	color: #4f4f4f;
	font: 12px/14px 'OswaldBook',Arial,sans-serif;
	margin-right: 3px;
}

.calculatorContent input {
	border: 1px solid #9c9c9c;
	background: url(../images/calcInputBg.jpg) repeat-x scroll 0 0;
}

.calculateField a {
	font: 14px/23px 'OswaldBook',Arial,sans-serif;
	color: #fff;
	float: right;
	background-color: #cbc9c9;
	padding: 0 6px;
	display: block;
	margin-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: .5px;
}

	.calculateField a:hover {
		background-color: #a0a0a0;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		-o-transition: 1s;
		transition: 1s;
		text-decoration: none;
		color: #fff;
	}

.calculatorContent .calcTable {
	border-collapse: collapse;
}

	.calculatorContent .calcTable hr {
		color: #dedede;
		background-color: #dedede;
		height: 1px;
		border: none;
		outline: none;
	}

	.calculatorContent .calcTable th {
		color: #3ac7f4;
		font: 14px/16px 'OswaldBold',Arial,sans-serif;
		text-transform: uppercase;
		text-align: center;
		background-color: #fff;
	}

	.calculatorContent .calcTable tr {
		background-color: #fff;
	}

	.calculatorContent .calcTable td {
		text-align: center;
		background-color: #fff;
		padding: 5px 0;
	}
/************************************************************************************
CONTACT US CONTENT AREA
*************************************************************************************/
.contactUs {
	width: 722px;
	padding: 0;
	margin: 0;
	float: left;
}

.formBar {
	float: left;
	width: 100%;
	background: url(../images/stepBarBg.jpg) repeat-x scroll 0 0 #272727;
	height: 32px;
	border: 1px solid #5f5f5f;
	border-right: 0px;
	border-left: 0px;
}

.formContent {
	clear: both;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
	padding-bottom: 20px;
}

	.formContent .formelements {
		float: left;
		width: 196px;
		margin: 20px 16px 0 19px;
	}

		.formContent .formelements .labelStatic {
			display: block;
			color: #393939;
			font: 12px/14px 'OswaldBook',Arial,sans-serif;
			text-transform: uppercase;
			padding: 2px;
		}

		.formContent .formelements .errorChk {
			color: #c00 !important;
		}

		.formContent .formelements .inputStatic {
			display: block;
			width: 194px;
			border: 1px solid #9c9c9c;
			background: url(../images/calcInputBg.jpg) repeat-x scroll 0 0;
			margin: 0 0 7px 0;
		}

		.formContent .formelements .dropStatic {
			display: block;
			width: 200px;
			border: 1px solid #9c9c9c;
			background: url(../images/calcInputBg.jpg) repeat-x scroll 0 0;
			text-transform: capitalize;
			color: #555;
			font: 12px/12px Arial, Helvetica, sans-serif;
			margin: 0;
			padding: 0;
		}

			.formContent .formelements .dropStatic option {
				background-color: #f7f7f7;
				border: none;
				outline: none;
			}

		.formContent .formelements .textareaStatic {
			display: block;
			width: 194px;
			border: 1px solid #9c9c9c;
			background: url(../images/textareaBg.jpg) repeat-x scroll 0 0 #efefef;
			min-height: 44px;
			margin: 0 0 15px 0;
			overflow-y: scroll;
			overflow-x: none;
		}

		.formContent .formelements .checkboxStatic {
			text-transform: capitalize;
			font: 10px/10px 'OswaldLight',Arial,sans-serif;
			vertical-align: text-top;
			outline: none;
			margin: 0;
			padding: 0;
		}

		.formContent .formelements .submitStatic {
			background-color: #3AC7F4;
			border: medium none;
			color: #FFF;
			float: left;
			font: 15px/17px 'OswaldBook',Arial,sans-serif;
			height: 24px;
			width: 118px;
			text-transform: uppercase;
			margin: 4px 0 0;
			padding: 0;
		}

		.formContent .formelements input[type="submit"]:hover {
			background-color: #003e74;
		}

		.formContent .formelements h2 {
			font: 12px/14px Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #c00;
			text-transform: capitalize;
			margin: 75px 0 25px 0;
			visibility: hidden;
		}

.addressCol {
	clear: both;
	width: 707px;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
	padding: 15px 0 15px 15px;
}

	.addressCol .firstCol {
		float: left;
		width: 50%;
	}

	.addressCol .secondCol {
		float: left;
		width: 48%;
	}

		.addressCol .firstCol h3, .addressCol .secondCol h3 {
			font-weight: normal;
			font: 16px/16px 'OswaldBold',Arial,sans-serif;
			color: #565656;
			text-transform: uppercase;
		}

		.addressCol .firstCol p, .addressCol .secondCol p {
			font-weight: normal;
			font: 12px/14px Arial, Helvetica, sans-serif;
			color: #565656;
			text-transform: capitalize;
			margin: 0 0 20px;
		}
		.addressCol a {
			text-transform:none;
		}
/************************************************************************************
CUBERS CONTENT AREA
*************************************************************************************/
.cubersDescription {
	width: 678px;
	height: auto;
	float: left;
	clear: both;
	padding: 22px 22px 0 22px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #424242;
}

.featuredMachines {
	clear: both;
	float: left;
	margin-top: 40px;
	position: relative;
	width: 100%;
}

	.featuredMachines h1 {
		float: left;
		font: 14px/16px 'OswaldBook',Arial,sans-serif;
		font-weight: normal;
		height: 25px;
		line-height: 25px;
		margin: 10px 0 0 0;
		padding: 0 0 0 8px;
		text-transform: uppercase;
		width: 714px;
		color: #4b4b4b;
	}

.featuredMachinesdisplay {
	width: 640px;
	padding: 5px 5px;
	margin: 0 auto;
	overflow: hidden;
}

	.featuredMachinesdisplay .imageDiv {
		height: 90px;
		position: relative;
	}

	.featuredMachinesdisplay img {
		position: absolute;
		bottom: 0;
		left: 20px;
	}

	.featuredMachinesdisplay li {
		float: left;
		text-align: center;
	}

		.featuredMachinesdisplay li a {
			color: #565656;
			display: block;
			padding: 0 10px 0 0;
			width: 140px;
			text-decoration: none;
		}

			.featuredMachinesdisplay li a h5 {
				font: bold 12px/16px Arial,sans-serif;
				text-transform: uppercase;
				margin-bottom: 20px;
				padding-top: 20px;
			}

			.featuredMachinesdisplay li a:hover h5 {
				color: #003366;
			}

			.featuredMachinesdisplay li a span {
				font: 10px/10px Arial, Helvetica, sans-serif;
			}

.modularMachines {
	margin-left: 20px;
}

.product .modularMachines {
	padding-top: 60px;
}

.modularMachines h2 {
	padding: 0 0 0 8px;
	margin: 0 0;
	height: 25px;
	line-height: 25px;
	width: 714px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	border-bottom: 1px solid #bebebe;
}

.modularMachines .tcontainer {
	margin: 0 0 25px 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 685px;
	clear: both;
	display: block;
}

	.modularMachines .tcontainer table {
		color: #6d6d6d;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background: #fff;
		margin-top: 5px;
		border-collapse: collapse;
	}

		.modularMachines .tcontainer table td {
			padding: 1px 0;
			text-align: center;
		}

		.modularMachines .tcontainer table p {
			text-align: left;
			margin-left: 20px;
			width: 221px;
		}

		.modularMachines .tcontainer table tr:first-child {
			background-color: #fff;
		}

		.modularMachines .tcontainer table tr:nth-child(even) {
			background-color: #fff;
		}

		.modularMachines .tcontainer table th {
			text-align: center;
			vertical-align: text-top;
			padding: 3px 0;
			font: 12px/14px 'OswaldBook',Arial,sans-serif;
			color: #111;
			text-transform: uppercase;
			border-top: 1px solid #bebebe;
			border-bottom: 1px solid #bebebe;
			background-color: #fff;
		}

		.modularMachines .tcontainer table tr td:first-child {
			padding: 8px 0 8px 9px;
			color: #666;
			width: 45px;
		}

			.modularMachines .tcontainer table tr td:first-child:hover {
				text-decoration: underline;
				color: #666;
				cursor: pointer;
			}

		.modularMachines .tcontainer table td a {
			color: #666;
			text-decoration: none;
		}

			.modularMachines .tcontainer table td a:hover {
				text-decoration: underline;
			}

.cubersrefineBar {
	width: 682px;
	float: left;
	clear: both;
	color: #FFF;
	padding: 7px 20px;
	text-transform: uppercase;
	background: url(../images/refineResultsBg.jpg) repeat-x bottom #6e6e6e;
}

.cubersrefinelinkList {
	border: 1px solid #9e9e9e;
	float: left;
	width: 720px;
	clear: both;
}

	.cubersrefinelinkList li {
		float: left;
		position: relative;
	}

		.cubersrefinelinkList li a {
			display: block;
			background: #fbfbfb;
			border-left: 1px solid #9e9e9e;
			padding: 20px 17px;
			text-transform: uppercase;
			font: bold 12px/18px Arial,sans-serif;
			color: #c2bebd;
			float: left;
			width: 145px;
			position: relative;
		}

		.cubersrefinelinkList li:first-child a {
			border-left: none;
		}

		.cubersrefinelinkList li a:hover, .cubersrefinelinkList li a.active {
			background: url(../images/tabActiveBg.jpg) repeat-x bottom #fff;
			color: #373737;
		}

		.cubersrefinelinkList li a span.text {
			float: left;
		}

		.cubersrefinelinkList li a span.arrow {
			float: right;
			background: url(../images/refineArrow.png) no-repeat;
			width: 10px;
			height: 13px;
		}

		.cubersrefinelinkList li ul.dropdownList {
			display: none;
			position: absolute;
			z-index: 99999999;
			left: 0;
			top: 55px;
			background: #ecedee;
			border: 1px solid #b8b7b7;
			border-top: 4px solid #3ac7f4;
			width: 178px;
		}

		.cubersrefinelinkList li:hover a {
			color: #373737;
			background: url(../images/tabActiveBg.jpg) repeat-x bottom #fff;
		}

		.cubersrefinelinkList li:hover ul.dropdownList {
			display: block;
		}

		.cubersrefinelinkList li ul.dropdownList li a {
			padding: 3px 17px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			text-transform: none;
			width: 108px;
			color: #555;
			border: 0px;
		}

			.cubersrefinelinkList li ul.dropdownList li a:hover, .cubersrefinelinkList li:hover ul.dropdownList li a {
				color: #555;
				background: none;
				background-color: inherit;
			}

			.cubersrefinelinkList li ul.dropdownList li a:hover {
				color: #000;
				font-weight: bold;
				text-decoration: none;
			}

		.cubersrefinelinkList li ul.dropdownList li:hover, .cubersrefinelinkList li:hover ul.dropdownList li {
			background: none;
		}

.printerIcon {
	float: right;
	height: inherit;
	margin: 0 18px 0 0;
}
/************************************************************************************
ACCORDION CONTENT
*************************************************************************************/

.accordionContent {
	width: 640px;
	margin: 23px auto 23px 44px;
	overflow: hidden;
	padding-bottom: 40px;
}

h2.accordiontrigger {
	padding: 0;
	margin: 0 0;
	height: 25px;
	line-height: 25px;
	width: 640px;
	font-size: 2em;
	font-weight: normal;
	float: left;
	border-bottom: 1px solid #bebebe;
	background: url(../images/plusMinus.png) no-repeat right bottom;
}

.accordionContent h2:first-child {
	border-top: 1px solid #bebebe;
}

h2.accordiontrigger a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 0 0 5px;
	font-size: 12px;
	text-transform: uppercase;
}

	h2.accordiontrigger a:hover {
		color: #003977;
	}

h2.active {
	background-position: right top;
}

	h2.active a {
		color: #003977;
	}

.container {
	margin: 0px;
	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 640px;
	clear: both;
	border-bottom: 1px solid #bebebe;
}

	.container .block {
		padding: 0 0 20px 0;
	}

		.container .block p {
			padding: 5px 0;
			margin: 5px 0;
		}

	.container h3 {
		font: 2.5em normal Georgia, "Times New Roman", Times, serif;
		margin: 0 0 10px;
		padding: 0 0 5px 0;
		border-bottom: 1px dashed #ccc;
	}

	.container img {
		float: left;
		margin: 10px 15px 15px 0;
		padding: 5px;
	}

	.container .block table {
		color: #6d6d6d;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background: #e4e4e4;
	}

		.container .block table td {
			padding: 2px 0;
			width: 80px;
		}

		.container .block table tr td:first-child {
			padding-left: 5px;
			width: 50px;
		}

			.container .block table tr td:first-child:hover {
				text-decoration: underline;
				cursor: pointer;
			}

.accordionTableHead {
	float: right;
	width: 443px;
	padding-bottom: 5px;
}

	.accordionTableHead li {
		float: left;
		text-transform: uppercase;
		width: 70px;
		text-align: center;
	}
/************************************************************************************
FOOTER
*************************************************************************************/

#wraper footer {
	background: url(../images/footerBg.png) repeat-x top #1b1b1b;
	padding: 40px 30px;
	overflow: hidden;
}

footer h2 {
	text-transform: uppercase;
	color: #FFF;
	font: 13px/18px 'OswaldBook',Arial,sans-serif;
}

.footerLinks {
	float: left;
	margin-left: 10px;
	width: 150px;
}

	.footerLinks a {
		color: #FFF;
		font: 11px Arial,sans-serif;
	}

		.footerLinks a:hover {
			text-decoration: underline;
		}

.footerLlogo {
	float: left;
	margin-right: 40px;
}

.socialMedia {
	float: right;
	width: 55px;
}

.twitter {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/twitter2.png) no-repeat -4px -4px;
	text-indent: 99999px;
	float: left;
	margin-right: 5px;
}

	.twitter:hover {
		background: url(../images/twitter2.png) no-repeat -5px -38px;
	}

.youtube {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/youtube2.png) no-repeat -4px -4px;
	text-indent: -9999px;
	/*float: right;*/
}

	.youtube:hover {
		background: url(../images/youtube2.png) no-repeat -5px -38px;
	}

.copyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	width: 500px;
	margin: 35px 0 0 175px;
}

	.copyRight span {
		padding-left: 10px;
	}

		.copyRight span a {
			text-decoration: none;
			color: #fff;
		}

			.copyRight span a:hover {
				text-decoration: none;
				color: #fff;
			}
/*Added by Developer*/
.bottomRow ul li.tryclass {
	margin-left: 0px !important;
}

.latestNewsenergyStar {
	background: url(../images/newsDevider.png) no-repeat left center;
	float: left;
	padding: 30px 30px;
	color: #3b3b3b;
	font-size: 15px;
	width: 170px;
	padding-top: 55px;
}

.latestNewsLeft {
	background: none;
	float: left;
	padding: 30px 30px;
	color: #3b3b3b;
	font-size: 15px;
	width: 170px;
}

.latestNewsLeftenergyStarLeft {
	background: none;
	float: left;
	padding: 30px 30px;
	color: #3b3b3b;
	font-size: 15px;
	width: 170px;
	padding-top: 55px;
}

.tabbedInfo .tabbedContent .relatedProducts {
	float: left;
	width: 100%;
	padding-left: 45px;
	margin-bottom: 26px;
}

/************************* ERROR PAGE STYLE*************************/
.errorPage {
	margin: 0;
	padding: 0;
}

	.errorPage h6 {
		color: #3AC7F4;
		margin: 25px 25px 250px;
		position: relative;
		top: 25px;
		font: bold 25px/25px Arial,Helvetica,Sans-serif;
	}

		.errorPage h6 span {
			color: #000;
		}


/************************************************************************************
Changes made by Developer 
*************************************************************************************/

/*Changes made for home page slide show  */
#container {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	height: 440px;
	overflow: hidden;
}

#example {
	height: 350px;
	position: relative;
}


#slides {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.slides_container {
	width: 750px;
	overflow: hidden;
	position: relative;
	display: none;
	z-index: -1;
}

	.slides_container div.slide {
		width: 750px;
		height: 370px;
		display: block;
	}

.pagination {
	width: 100px;
	margin-top: -433px;
	margin-left: 24px;
}

	.pagination li {
		float: left;
		margin: 0 1px;
		list-style: none;
	}

		.pagination li a {
			display: block;
			width: 12px;
			height: 0;
			padding-top: 12px;
			background-image: url(../images/pagination.png);
			background-position: 0 0;
			float: left;
			overflow: hidden;
			z-index: 100;
		}

		.pagination li.current a {
			background-position: 0 -12px;
		}

.hide {
	display: none;
}
/*Slide show changes ends here */

/*Css for tab in Product page starts*/

.linkList a {
	border: 1px solid #DDD;
	color: #666;
	padding: 5px 15px;
	text-decoration: none;
}

	.linkList a.active {
		border-bottom: 0;
		padding: 6px 15px;
	}

.tabcontent {
	border-top: 0;
}

/*Css for tab in Product page ends*/

/*Css for Product Image in product page Starts*/
.showimage {
	display: block;
	margin: 0px auto;
}

.hideimage {
	display: none;
}

.show {
	display: block;
}

input.hid {
	display: none;
}

.findProduct li input.hid {
	display: none;
}

.imageBox .bannerImage {
	width: 218px;
	height: 134px;
}

.energyStar a img {
	width: 136px;
	height: 52px;
}

.disableClass a span {
	color: Gray;
}

.imgQuery {
	display: block;
	position: fixed;
}

.closebutton {
	float: right;
	margin-top: -20px;
}

.configuratorAlter {
	position: absolute;
	right: 183px;
	width: 288px;
	height: 55px;
}

.footerLeftLink {
	width: 180px;
}

	.footerLeftLink a {
		color: #fff;
	}

/* Made changes by developer */

.listContent img.itemImage {
	width: 118px;
	height: 164px;
}

.productList .AccordionContainer li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000 !important;
}

	.productList .AccordionContainer li.select, .productList .AccordionContainer div.select, .productList .AccordionContainer li div.select {
		background: #e5e5e5;
	}

.productList .AccordionContainer .active {
	border-left: 5px solid #00d4ff;
	padding: 3px 0 3px 15px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

.productList .AccordionContainer li h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px 3px 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.productList li a {
	display: block;
	padding: 3px 10px 3px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

.container .block table td img {
	height: 20px;
	width: 25px;
}

.accordionTableHead li:first-child {
	width: 95px;
}

.breadcrumbs {
	padding: 0px;
	margin: 0px 5px 15px 0;
	overflow: hidden;
	color: #676767;
	float: left;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

	.breadcrumbs a {
		color: #676767;
		padding-right: 5px;
		padding-left: 2px;
	}

		.breadcrumbs a:first-child {
			padding-left: 0px;
		}

		.breadcrumbs a:hover {
			text-decoration: underline;
		}

		.breadcrumbs a:last-child {
			font-weight: normal !important;
		}

span.breadcrumbs {
	padding: 0px;
	margin: 0px 5px 15px 0;
	overflow: hidden;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

	span.breadcrumbs a {
		color: #676767;
		padding-right: 5px;
		padding-left: 2px;
	}

		span.breadcrumbs a:first-child {
			padding-left: 0px;
		}

		span.breadcrumbs a:hover {
			text-decoration: underline;
		}
/* Search pagination starts*/
.gsc-results .gsc-cursor-box {
	float: right;
}
/* Search pagination ends*/

.locateDistributor {
	background: url("../images/locateInputBg.png") repeat-x scroll center top #f5f5f5;
	border: 1px solid #B6B7B7;
	font: 12px/16px 'OswaldBook',Arial,sans-serif;
	color: #393939;
	clear: both;
	float: left;
	margin-bottom: 20px;
	padding: 7px 5px;
	text-transform: uppercase;
	width: auto;
}

.Total-result {
	color: #3AC7F4;
	float: right;
	font-size: 16px;
	margin-top: -25px;
}

	.Total-result span {
		color: #4F4F4F;
	}

/** Product Page Fixes ***/
.productInfo p a,
.productInfo ul li a {
	color: #666;
	text-decoration: underline;
}

	.productInfo ul li a:hover {
		text-decoration: none;
	}

.productInfo table tbody tr td p {
	margin-bottom: 0;
	margin-top: 0;
}

	.productInfo table tbody tr td p:first-child {
		margin-bottom: 10px;
	}

.productInfo table tbody tr td ul {
	margin-top: 0 !important;
}

/*** Featured Product Fixes ***/
.product .featuredMachinesdisplay .imageDiv {
	height: auto;
}

.product .featuredMachinesdisplay img {
	position: static;
}

/*** Library Tab Fixes ***/
.tabbedContent .libraryCntnr {
	display: block;
}

	.tabbedContent .libraryCntnr p {
		font-weight: bold;
	}

.tabbedInfo .tabbedContent .libraryCntnr a {
	color: #565656;
}

.tabbedContent .libraryCntnr a:hover {
	text-decoration: none;
}

/*** Ice Configurator ***/
#btnSubmit {
	background: url("/images/arrow.png") no-repeat scroll 95% 11px #3AC7F4;
	border: 0;
	cursor: pointer;
	padding: 5px 0 4px 12px;
	width: 67px;
}

	#btnSubmit:hover {
		background-color: #003E74;
	}

.edit_slide {
	display: none;
}

.rightContent .iceConfigurator {
	padding-bottom: 50px;
}

.iceConfigurator .stepContent {
	display: none;
}

#rbl_MachineSize .stepContent {
	display: block;
}

#rbl_Industry .nextStep {
	padding-top: 20px;
}

.Total-result {
	display: block;
	float: none;
	margin: -23px 0 0 0;
	height: 23px;
	position: absolute;
	right: 0;
	padding-right: 10px;
	text-align: right;
	width: 100px;
}

#rbl_IceProdution .calculatorContent p {
	margin: 0;
}

#dining .blue {
	margin-right: 20px;
}

#dining .calcTable {
	float: left;
	padding: 0 0 30px 300px;
	width: 370px;
}

	#dining .calcTable div {
		float: left;
		padding: 0 20px;
		text-align: center;
	}

	#dining .calcTable label {
		color: #3AC7F4;
		display: block;
		font: 12px/14px 'OswaldBook',Arial,sans-serif;
		text-transform: uppercase;
	}

#ctl00_ContentPlaceHolder1_restaurant .calculatorContent p label,
#dining .dining2 label {
	margin-right: 10px;
}

#dining .dining2 span {
	margin: 0 20px;
}

#beverage #ctl00_ContentPlaceHolder1_rbl_MachineSize,
#full-service #ctl00_ContentPlaceHolder1_rbl_MachineSize {
	padding: 20px 0 0;
}

#ctl00_ContentPlaceHolder1_rbl_MachineSize {
	padding: 20px 0 30px 0;
}

.applicationGuide #ctl00_ContentPlaceHolder1_rbl_MachineSize {
	padding: 0;
}

#rbl_IceProdution .hide .nextStep {
	margin-top: 0;
}

table.bb {
	border-bottom: solid 1px #E5E5E5;
}

#ctl00_ContentPlaceHolder1_Rbl_cs1_0,
#ctl00_ContentPlaceHolder1_Rbl_cs1_1 {
	background: none;
	border: none;
}

#ctl00_ContentPlaceHolder1_Txt_fds1, #ctl00_ContentPlaceHolder1_Txt_fds2, #ctl00_ContentPlaceHolder1_Txt_fds3, #ctl00_ContentPlaceHolder1_Txt_ld2, #ctl00_ContentPlaceHolder1_Txt_ld3, #ctl00_ContentPlaceHolder1_Txt_sch1, #ctl00_ContentPlaceHolder1_Txt_sch2, #ctl00_ContentPlaceHolder1_Txt_sch3, #ctl00_ContentPlaceHolder1_Txt_schf1, #ctl00_ContentPlaceHolder1_Txt_schf2, #ctl00_ContentPlaceHolder1_Txt_schf3, #ctl00_ContentPlaceHolder1_Txt_ld4 {
	margin-right: 40px;
	width: 90px;
}

#ctl00_ContentPlaceHolder1_Txt_fds4 {
	margin: 0;
}

#ctl00_ContentPlaceHolder1_Txt_fds6, #ctl00_ContentPlaceHolder1_Txt_fds7, #ctl00_ContentPlaceHolder1_Txt_fds8 {
	margin-left: 10px;
}

#cafeteria input, #ctl00_ContentPlaceHolder1_Txt_ld1, #ctl00_ContentPlaceHolder1_Txt_hc6, #cocktail input {
	margin-left: 10px;
}

.energyStarTbl {
	margin: auto;
	text-align: center;
	width: 175px;
}

.stepBar sup {
	position: relative;
	top: -5px;
	vertical-align: inherit;
}

#results ul {
	float: left;
	padding-bottom: 10px;
}

#results li {
	color: #2b3a61;
	float: left;
	padding: 0 20px 5px 0;
}

#results p {
	border-bottom: solid 1px #bfbfbf;
	border-top: solid 1px #bfbfbf;
	clear: both;
	color: #636363;
	margin-bottom: 20px;
	padding: 15px 0;
}

#results table {
	border-top: solid 1px #bfbfbf;
	padding-top: 8px;
	width: 100%;
}

	#results table th {
		color: #6D6D6D;
		font-weight: normal;
		padding: 0 10px;
		text-align: left;
	}

	#results table td {
		color: #6d6d6d;
		padding: 5px 10px;
	}

		#results table td.img {
			width: 50px;
		}

		#results table td a {
			color: #6d6d6d;
		}


#searchcontent {
	padding: 30px 0 0 30px;
	overflow: hidden;
}

	#searchcontent .container {
		border-bottom: 0;
		padding-bottom: 20px;
	}

		#searchcontent .container a {
			color: #15C;
			font-family: arial;
			font-size: 16px;
			text-decoration: underline;
		}

		#searchcontent .container .visibleURL {
			color: #093;
			font-family: arial;
			font-size: 13px;
		}

		#searchcontent .container .description {
			color: #000;
			font-family: arial;
			font-size: 13px;
		}

.gsc-above-wrapper-area,
.gsc-search-box-tools,
.gsc-search-box {
	display: none !important;
}


#distributorPortal {
	padding: 30px 0 0 30px;
}

	#distributorPortal h1 {
		margin-bottom: 20px;
	}

	#distributorPortal .mainContent {
		padding-bottom: 20px;
	}

#assetCntnr {
	display: none;
}

#assetView {
	padding: 20px 0;
}

	#assetView li {
		color: #666;
		font-family: arial;
		float: left;
		padding: 5px 10px;
		width: 514px;
	}

	#assetView .d1 {
		background: #E5E5E5;
	}

	#assetView li span {
		float: left;
		line-height: 24px;
	}

	#assetView li a {
		background: #3AC7F4;
		color: #fff;
		display: block;
		float: right;
		font: 10px/10px 'OswaldBook',Arial,sans-serif;
		padding: 9px 20px;
		text-transform: uppercase;
	}

		#assetView li a:hover {
			background: #003E74;
			text-decoration: none;
		}


/*** POPUP LOCATOR ***/
#myModal {
	overflow: hidden;
	min-height: 570px;
}

	#myModal iframe {
		overflow: hidden;
		border: 1px solid #b7b6b6;
		width: 720px;
		height: auto;
		min-height: 685px;
	}

#map_canvas {
	height: 280px;
	width: 325px;
	font-family: arial, sans-serif;
	float:left;
}

#blocker {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background-color: #000;
	z-index: 1000;
}

	#blocker div {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 5em;
		height: 2em;
		margin: -1em 0 0 -2.5em;
		color: #fff;
		font-weight: bold;
	}

#ddCity {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

.modalBody .locality {
	margin-right: 30px;
}

.modalBody .loading {
	display: none;
	position: relative;
	z-index: 9;
}

	.modalBody .loading .copy {
		color: #000;
		font-size: 20px;
		padding-top: 100px;
		position: absolute;
		text-align: center;
		width: 306px;
		z-index: 9;
	}

	.modalBody .loading .bg {
		background: #fff;
		opacity: .6;
		height: 261px;
		position: absolute;
		width: 306px;
		z-index: 8;
	}

.modalBody .results {
	display: none;
}

.modalBody .locateDistributor {
	width: 286px;
}

.modalBody .zipCntnr {
	clear: both;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

	.modalBody .zipCntnr label {
		padding-right: 2px;
	}

	.modalBody .zipCntnr div {
		float: left;
	}

.modalBody .rel {
	clear: both;
	position: relative;
	width: 310px;
	z-index: 1;
}

.modalBody input {
	background: #F5F5F5;
	border: 1px solid #9C9C9C;
	color: #393939;
	font: 12px/16px 'OswaldBook',Arial,sans-serif;
	padding: 2px;
	text-transform: uppercase;
	width: 211px;
}

.modalBody .ca_container input {
	width: 196px;
}

.modalBody .zipCntnr .btn {
	float: right;
	margin-left: 0;
	margin-right: 26px;
}

.modalBody input.submitTop {
	background: #3AC7F4;
	border: medium none;
	cursor: pointer;
	color: #fff;
	float: none;
	font: 10px/12px 'OswaldBook',Arial,sans-serif;
	margin: 0;
	padding: 3px 0;
	text-transform: uppercase;
	height: 22px;
	width: 79px;
	display: block;
}

	.modalBody input.submitTop:hover {
		background: #003e74;
	}

.modalBody .resultsData {
	padding-top: 10px;
}

	.modalBody .resultsData li {
		display: inline-block;
		zoom: 1;
		*display: inline;
		font-family: arial;
		font-size: 13px;
		padding: 10px 0 20px 35px;
		width: 269px;
		background: url(../images/mapLocator.png) 0px 10px no-repeat;
		cursor: pointer;
		margin-right: 20px;
	}

		.modalBody .resultsData li:hover {
			background-color: #ccc;
		}

		.modalBody .resultsData li a {
			color: #565656;
		}

.foodservice_apps, .lodging_apps, .conveniencestore_apps, .healthcare_apps, .schools_apps, .supermarket_apps, .officeindustry_apps, .stepContent.second {
	display: none;
}

.sitemap_container h3, .sitemap_container ul {
	margin-bottom: 15px;
}

sup sup {
	vertical-align: middle;
}

a sup, a:hover sup {
	text-decoration: none;
}

.productLanding .productTools.imageBoxPLTools {
	border-top: 2px solid #CFCFCF;
}

.modalBody .resultsData .additional_locations_list li {
	display: block;
}

.additional_commercial_distributors {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	background: #ccc;
	width: 660px;
	display: none;
}

	.additional_commercial_distributors li {
		display: inline-block;
		*display: inline;
		zoom: 1;
		padding: 0 10px;
		color: #fff;
	}

#ddCountry {
	display: none;
}

.current_page {
	font-weight: bold;
	background: #ccc;
}

.locator_modal_container {
	width: 690px;
	position: absolute;
	z-index: 9999999999;
	background: #fff;
	min-height: 570px;
	display: none;
	top: 50px;
}

.close_locator_modal {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: .7;
	position: absolute;
	top: 7px;
	right: 38px;
	color: #fff;
	-webkit-text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	background: url(../images/closeCrossModal.png)right -1px no-repeat;
	height: 22px;
	padding-right: 28px;
	padding-top: 5px;
}

.locator_overlay, .counterfeit_overlay {
	background: #333;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999998;
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
}

.close_locator_modal:hover {
	color: #fff;
}

.search_results_container {
	margin-top: 15px;
	text-align: center;
}

.counterfeit_modal_container {
	padding: 20px;
	font-family: Arial,Helvetica,sans-serif;
	color: #424242;
}

	.counterfeit_modal_container h1 {
		font: bold 23px/23px Arial,sans-serif;
		text-transform: uppercase;
	}

	.counterfeit_modal_container p {
		margin-bottom: 1em;
	}

	.counterfeit_modal_container ul {
		list-style: disc outside none !important;
		margin-left: 20px;
	}

	.counterfeit_modal_container li {
		list-style-type: disc;
	}

	.counterfeit_modal_container a {
		color: #3AC7F4;
		text-decoration: underline;
	}

		.counterfeit_modal_container a:hover, .counterfeit_modal_container a:focus {
			text-decoration: none;
		}

#counterfeitNotice {
	overflow: hidden;
	min-height: 275px;
}


#email_results_container {
	border: solid 1px #bfbfbf;
	display: none;
	margin-top: 50px;
	overflow: visible;
	position: relative;
}

	#email_results_container #box_arrow_container {
		display: block;
		position: absolute;
		right: 45px;
		top: -13px;
		z-index: 1;
	}

	#email_results_container h1 {
		color: #3ac7f4;
		padding: 20px 0 0 20px;
		text-transform: uppercase;
	}

	#email_results_container p {
		border: none;
		margin: 20px;
	}

		#email_results_container p span {
			font-weight: bold;
		}

	#email_results_container .checkboxStatic {
		font-size: 11px;
		line-height: 20px;
	}

	#email_results_container #zip_box_container {
		visibility: hidden;
	}

/* Revert reset styles to unordered list - This is a perfect example of why CSS Resets are dangerous. */
ul.list {
	list-style: disc outside none !important;
	margin-left: 20px;
}

	ul.list li {
		list-style-type: disc;
	}



/* Media Object by Nicole Sullivan */
.media {
	margin: 10px;
}

.media, .bd {
	overflow: hidden;
	_overflow: visible;
	zoom: 1;
}

	.media .img {
		float: left;
		margin-right: 10px;
	}

		.media .img img {
			display: block;
		}

	.media .imgExt {
		float: right;
		margin-left: 10px;
	}

/************************************************************************************
NEW STYLING
*************************************************************************************/
/*.featuredMachinesdisplay a.new {
	background-size: 30px 30px;
}*/

a.new, 
.featuredMachinesdisplay a.new::before,
.productContent #productimg.new::before,
ul.productTools>li>a.new:before  {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAA0CAYAAAAnpACSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OWQ1ODc1Zi1hMmJmLTRmNmQtYjUxNC00MTg4ZDcxMmQ4ODMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REQxQjMzNjlDN0MyMTFFNzlDQjU5QzI0NUMxRTBCMjAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REQxQjMzNjhDN0MyMTFFNzlDQjU5QzI0NUMxRTBCMjAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZjNlZTc1MjEtNGQ2Ny00NGVmLWJlYzktOTcxNzFmYWIzOTNjIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MDFjNGZmZWUtOGI2Ni0zNzRjLWExODItMzRkYzUwYzI4YjhiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+LRDulQAABMhJREFUeNrcWl1sTEEUPtv9afVHCbbU/6rQxBIi4qGkjUgfiBBJJTT+H/w8aMQDKV4QL0W8iIiohEpIqHgijWiESKSJ6KIkrJ+m2Kai2u3fdrd1zr0zu3e3e3/dcq+TfNnemTtzzjfnzJyZ23HAnZ/wv4jL5P6mIFYhliKKEbMQExE5CAcijOhAfEK0IJoQDxHfzFDuMMEzhYgdiArEQoN9NCNuIWoRX/8FmXmIo4hNCLdJnh1E3EScRLzT2zjDgMJcxDnEK0SliUSA9VXJ+j7HdI0amTIW61WjMN9S53IV01VmNhmavNWIBsS0v7hATWM6jzIb/piME3GZxbHzH6y4pPMEs8H5J2ScbELutEAa2clscRolcwWx0UJ5kWy5aoQMTcCtFkz0tNod1JNnKIM/RXgsunOJIFYgnqt5Jgtxw8JEgNlWx2xVJHMYMdcG+8oiZqtsmHkRHxHZNtko9yJ8iFA6z1TZiAgwWw+k80we4gtinM2OMZ2IGYhuqWfW25AIMJvXp4ZZpY0PmZVSMnQSLLUxGdpZ53MyJRbPK1rOQSulZOwuy/gBy6/01suVubBwggvONPfCoQ+REeWO+s6k53Sy/1kY1hV6oHymB8oauqAxPCSU31+SLZS19w5BwYOu+Puh8rHCL5Wl6pERP/eMTwv1PcVjwOdRPSNB84/oCHQMALT2xoT6tQUJwosniX97szOgNFc0h37p+f2vmB7P+HivBVreznE74PS8LNgU6FN8b9HjsGzd7mKA6dnOJKODXVHwjXUJJBvDESgZL9a/6YzqITMhQ7JWaxrxiqJMqBhv7Ph/62cUegaHYanXmeSh+k9i6C7IF59n5ohmNYREz4Qjw0I7FcnLkOxCVeVUoF/4rfZnKb43vGHcCHD50BUTvCA1/kLroOAdHnLLvO44ee4haqdGxiU5H3i0jOzG9wOCd2rmeBQ9KCfP2weFybxvskswnkgEceSb2mPYr0sIPapX6kNGul2S/Y1XS4sj7/phDa4+tBiE+mK658yLTrENrWw0X+61DAjPARz9CsiEvbMz46SlQqGmImEeZiGt9GkUL7b0CYsBDxc9cuG7OOIlhe4kcidbReNLWfnnnqF4m9PBCFS/6lPruoNbE1TLNVKhXLNhlkeWDOWFVGloi8RzFF+9pOR4ePI8dSOUKK9fnqMlzwS5ZwJ6R/jM637ZOlKcinx3Ij/R/Eg3t3hoUQINqodVqgT4eaackrHNtzPruGeegPgF3q5Ctj/mZHoQjTYmQ7b/kh7OrtmYzLXUk+ZdEP9NZzcJM9uTyHSD+KXdbnKJ2T7iu9lk2j7Z7LvZHMT3dN/NqLDGRl6p4UTSeYYkiyXRIosToQhagIhn73TfmqlyC9tJW1XIts1SInJkhJ0FbZAtTOYIpPw7Q4kMyVnEdQsSqWO2gR4yJNsRty1EhGzZJlepRoa2t3QDo9YCRGqZLTGjZDihXYhjSh2NopDO48wGRf1aLzXQ4YLuAaxGtP1FIm1M5wlmA5hBhssjEK9enUdER5FElOkoZjo1iZGLQLQPqmLH7DqTSUVZn36mo1tPYzPum02FxH0zv8E+6BbTTTbJDYexw+RrjXSRjt8EnA+Jm4B5Eq/ym4BvIXET8KsZyn8LMADuTHiE77n7ugAAAABJRU5ErkJggg==");
    background-position: 0 0;
    background-repeat: no-repeat;
}
.productContent #productimg.new::before,
ul.productTools>li>a.new:before {
    display: block;
    width: 60px;
    height: 60px;
    content: " ";
    position: absolute;
    z-index: 99999;
    background-size: 60px 60px;
}
ul.productTools > li > a.new:before {
	left:50px;
}
.featuredMachinesdisplay a.new::before {
    display: block;
    width: 40px;
    height: 40px;
    content: " ";
    position: absolute;
    z-index: 99999;
    background-size: 40px 40px;
}

.featuredMachinesdisplay a.new {
	background-image:none;
}
ul.productTools>li>a.new {
	background:none;
}

@media print {
	#globelNav, #mainNav, .blueStripe, .productList, footer {
		display: none;
	}

	.rightContent {
		float: none !important;
	}
}
