/* UNIVERSAL */

/* NetBiz Logo */
a.nbLogo {
	display: block;
	position: absolute;
	width: 185px;
	height: 90px;
	background: transparent url("../images/nb_logo.png") no-repeat left top;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nb_logo.png',sizingMethod='image');
	_background-image: none;
	text-decoration: none;
}
	a.nbLogo img { border: none; }

/* NetBiz.com Logo - Packages */
body.nbPkgs_body a.nbLogo {
	top: -33px;
	left: -28px;
}

/* Laptop Image */
div.nbLaptopBox {
	position: absolute;
	top: 109px;
	left: 46px;
	width: 160px;
	height: 108px;
	background: transparent url("../images/nb_laptopImg.png") no-repeat left top;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nb_laptopImg.png',sizingMethod='image');
	_background-image: none;
}

/* Laptop Image - Packages */
body.nbPkgs_body div.nbLaptopBox {
	top: 109px;
	left: 28px;
}

/* Copyright */
#copyright {
	width: 843px;
	height: 32px;
	padding-bottom: 10px;
	margin: 0px auto 0px auto;
}
.copyrightTxt {
	font: 11px/32px arial, sans-serif;
	color: #020202;
	height: 32px;
	padding: 0px 20px 0px 0px;
}
	.copyrightTxt a { color: #0033cc; text-decoration: none; }
	.copyrightTxt a:hover { text-decoration: underline; }

.bbbLogoCell {
	width: 105px;
	height: 46px;
}
.bbbLogoCell img {
	width: 105px;
	height: 46px;
	border: 0px;
}

/** Fonts **/
/* Orange Font */
span.orangeTxt,
strong.orangeTxt,
em.orangeTxt { color: #a43600; }
/* Dark Orange Font */
.drkOrangeTxt { color: #933000; }
.royalBlueTxt { color: #2e4359; }

span.yahooTxt {
	font-style: italic;
	font-weight: bold;
	color: #fd0303;
}
span.googleTxt {
	font-style: italic;
	font-weight: bold;
	color: #023ead;
}
span.bingTxt {
	font-style: italic;
	font-weight: bold;
	color: #ff6c0a;
}

span.nbBrand {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

span.nbSmallTxt { }
span.nbLargeTxt { }
span.nbPipe { }
span.nbPhone { }

span.nbPriceTxt { color: #a43600; }
span.nbPageTxt { }
span.nbNumTxt { }

/* Links */
a.nbContactLink {
	text-decoration: underline;
	color: #000000;
}
	a.nbContactLink:hover,
	a.nbContactLink:focus,
	a.nbContactLink:active {
		color: #545353;
	}

a.nbPkgMicroLink {
	text-decoration: underline;
	color: #a43600; /* #b84817 */
}
	a.nbPkgMicroLink:hover,
	a.nbPkgMicroLink:focus,
	a.nbPkgMicroLink:active {
		color: #545353;
	}
a.nbPkgStandardLink {
	text-decoration: underline;
	color: #7e888f; /* #8e8f92 */
}
	a.nbPkgStandardLink:hover,
	a.nbPkgStandardLink:focus,
	a.nbPkgStandardLink:active {
		color: #545353;
	}
a.nbPkgSelectLink {
	text-decoration: underline;
	color: #c38930; /* #d79433 */
}
	a.nbPkgSelectLink:hover,
	a.nbPkgSelectLink:focus,
	a.nbPkgSelectLink:active {
		color: #545353;
	}
a.nbPkgSignatureLink {
	text-decoration: underline;
	color: #3c6070;
}
	a.nbPkgSignatureLink:hover,
	a.nbPkgSignatureLink:focus,
	a.nbPkgSignatureLink:active {
		color: #545353;
	}

a.nbSquareLink {
	display: block;
	float: left;
	padding: 0px 15px 0px 0px;
	background: transparent url("../images/nb_iconNavSquare.gif") no-repeat right 1px;
	text-decoration: none;
	line-height: 10px;
	color: #000000;
}
	a.nbSquareLink:hover,
	a.nbSquareLink:focus,
	a.nbSquareLink:active {
		background: transparent url("../images/nb_iconNavSquareHover.gif") no-repeat right 1px;
		text-decoration: underline;
		color: #545353;
	}

a.nbCloseLink {
	display: block;
	float: left;
	margin: 0 1px 0 0;
	padding: 0px 15px 0px 0px;
	background: transparent url("../images/nb_iconNavClose.gif") no-repeat right top;
	text-decoration: none;
	line-height: 13px;
	color: #000000;
}
	a.nbCloseLink:hover,
	a.nbCloseLink:focus,
	a.nbCloseLink:active {
		background: transparent url("../images/nb_iconNavCloseHover.gif") no-repeat right top;
		text-decoration: underline;
		color: #545353;
	}

a.nbAdditionalLink {
	font: italic 10px/14px arial, sans-serif;
	text-decoration: underline;
	color: #000000;
}
	a.nbAdditionalLink:hover,
	a.nbAdditionalLink:focus,
	a.nbAdditionalLink:active {
		color: #545353;
	}

/*
a.nbPreviewPageLink {
	padding: 2px 19px 3px 0px;
	background: transparent url("../images/nb_iconArrow-Orange.gif") no-repeat right top;
	font: 10px/10px arial, sans-serif;
	text-decoration: underline;
	color: #a43600;
}
	a.nbPreviewPageLink:hover,
	a.nbPreviewPageLink:focus,
	a.nbPreviewPageLink:active {
		background: transparent url("../images/nb_iconArrow-Grey.gif") no-repeat right top;
		color: #545353;
	}
*/

a.nbPreviewPageLink {
	display: block;
	width: 115px;
	height: 21px;
	background: transparent url("../images/v2_custom/nbV2_buttonPreview.gif") no-repeat 0 0;
}
	a.nbPreviewPageLink:hover,
	a.nbPreviewPageLink:focus,
	a.nbPreviewPageLink:active {
		background: transparent url("../images/v2_custom/nbV2_buttonPreview-hover.gif") no-repeat 0 0;
	}

a.nbViewDesignsLink {
	display: block;
	width: 115px;
	height: 21px;
	background: transparent url("../images/v2_custom/nbV2_buttonDesigns.gif") no-repeat 0 0;
}
	a.nbViewDesignsLink:hover,
	a.nbViewDesignsLink:focus,
	a.nbViewDesignsLink:active {
		background: transparent url("../images/v2_custom/nbV2_buttonDesigns-hover.gif") no-repeat 0 0;
	}

a.nbLearnMoreLink {
	padding: 2px 19px 3px 0px;
	background: transparent url("../images/nb_iconArrow-Blue.gif") no-repeat right top;
	font: 10px/10px arial, sans-serif;
	text-decoration: none;
	color: #475e77;
}
	a.nbLearnMoreLink:hover,
	a.nbLearnMoreLink:focus,
	a.nbLearnMoreLink:active {
		background: transparent url("../images/nb_iconArrow-Grey.gif") no-repeat right top;
		color: #999999;
	}

/* FRAMEWORK */

body.nbPkgs_body {
	margin: 0px;
	padding: 0px;
	background: #e8f2fa url("../images/nb_DirBg.jpg") repeat-x center top;
	text-align: center; /* for internet explorer */
	color: #000000;
}

div.nbPkgs_wrapper {
	width: 843px; /* width used on directory ad */
	margin: 20px auto 0px;
	text-align: left; /* for internet explorer */
}
	div.nbPkgs_borderTop {
		width: 836px;
		height: 20px;
		margin: 0px 0px 0px 1px; /* position offset used on directory ad */
		background: transparent url("../images/nbDr_top.png") no-repeat left top;
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nbDr_top.png',sizingMethod='image');
		_background-image: none;
		font-size: 0px; /* for internet explorer */
	}
	div.nbPkgs_borderMiddle {
		width: 836px;
		margin: 0px 0px 0px 1px; /* position offset used on directory ad */
		background: transparent url("../images/nbV2_mid.png") repeat-y left top;
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nbV2_mid.png',sizingMethod='scale');
		_background-image: none;
	}
		div.nbPkgs_container {
			width: 792px;
			margin: 0px 0px 0px 25px;
			background: #ffffff;
		}
	div.nbPkgs_borderBottom {
		width: 836px;
		height: 20px;
		margin: 0px 0px 7px 1px; /* position offset used on directory ad */
		background: transparent url("../images/nbDr_btm.png") no-repeat left top;
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nbDr_btm.png',sizingMethod='image');
		_background-image: none;
		font-size: 0px; /* for internet explorer */
	}

/* PAGE HEADER */

div#nbPkgs_header {
	position: relative;
	width: 792px;
	height: 214px;
	margin: 0px 0px 5px 0px;
}
	div#nbPkgs_headerImage {
		position: absolute;
		top: 33px;
		right: 0px;
		width: 732px;
		height: 151px;
		background: transparent url("../images/nbV2_headerImg.jpg") no-repeat right top;
	}
	div#nbSEO_headerImage {
		position: absolute;
		top: 33px;
		right: 0px;
		width: 738px;
		height: 151px;
		background: transparent;
	}
		div#nbSEO_headerImageDiv {
			position: relative;
			width: 738px;
			height: 148px;
			font-size: 0px;
			line-height: 0px;
		}
			div#nbSEO_headerImageDiv img { border: 0px; }
	div#nbPkgs_headerFrame {
		position: absolute;
		top: 6px;
		left: -4px;
		width: 804px;
		height: 182px;
		background: transparent url("../images/nbV2_headerFrame.png") no-repeat left top;
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nbV2_headerFrame.png',sizingMethod='image');
		_background-image: none;
	}
	div#nbSEO_headerTitleTxt {
		position: absolute;
		top: 122px;
		left: 206px;
		color: #FFFFFF;
		font: 24px/30px arial, sans-serif;
	}
	span.nbSEO_redHeaderTxt { color: #993300; font: normal bold 30px/30px arial, sans-serif; }

/* Navigation */
div#nbPkgs_navigation {
	position: absolute;
	top: -18px;
	right: 1px;
	width: 549px;
	height: 24px;
	background: transparent url("../images/nbV2_navBg.gif") repeat-x 0px 14px;
}
	div#nbPkgs_navigation div.nbPkgs_navigationTxt {
		position: absolute;
		top: 0px;
		right: 24px;
		padding: 0px 6px;
		background: #ffffff;
		font: 11px/24px arial, sans-serif;
		color: #000000;
	}
		div#nbPkgs_navigation a {
			color: #000000;
			text-decoration: none;
		}
			div#nbPkgs_navigation a:hover {
				text-decoration: underline;
			}
		div#nbPkgs_navigation span.nbPipe {
			padding: 0px 3px;
		}
		div#nbPkgs_navigation span.nbPhone {
			padding: 0px 0px 0px 10px;
			font: normal bold 14px/24px arial, sans-serif;
		}

/* Sub Navigation */
div#nbPkgs_subNavigation {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 792px;
	height: 25px;
	background: #587390 url("../images/nbDr_subNavBg.gif") no-repeat left top;
	font-size: 0px; /* for internet explorer */
}
	div#nbPkgs_subNavigation div.nbPkgs_subNavigationTxt {
		position: absolute;
		top: 0px;
		right: 15px;
		font: 11px/25px arial, sans-serif;
		text-align: right;
		color: #ffffff;
	}
		div#nbPkgs_subNavigation a {
			color: #ffffff;
			text-decoration: none;
		}
			div#nbPkgs_subNavigation a:hover {
				text-decoration: underline;
			}
		div#nbPkgs_subNavigation span.nbPipe {
			padding: 0px 16px;
		}

/* Service */
div#nbPkgs_service {
	position: relative;
	width: 792px;
	height: 16px;
}
	div#nbPkgs_service div.nbPkgs_serviceTxt {
		position: absolute;
		top: 0px;
		right: 24px;
		padding: 0px 6px;
		font: italic 12px/16px arial, sans-serif;
	}
		div#nbPkgs_service span.nbPhone {
			padding: 0px 0px 0px 10px;
			font: normal bold 14px/16px arial, sans-serif;
		}

/* PAGE CONTENT */

div#nbPkgs_content {
	position: relative;
	margin: 0px 0px 5px 0px;
}

/* Content Table */
table.nbPkgs_contentTable {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
	table.nbPkgs_contentTable td.nbPkgs_contentLeft {
		padding: 0px 7px 0px 0px;
		vertical-align: top;
	}
	table.nbPkgs_contentTable td.nbPkgs_contentRight {
		padding: 0px;
		vertical-align: top;
		background: #f3f2f2;
		border-right: 1px solid #bfc9d1;
		border-bottom: 1px solid #bfc9d1;
		border-left: 1px solid #bfc9d1;
	}

/* PAGE CONTENT; LEFT COLUMN */

/* Section Headers */
div#nbPkgs_sectionBox {
	position: relative;
	width: 573px;
	height: 25px;
	margin: 0px 0px 8px 0px;
	border: 1px solid #9aa2a8;
}
	div#nbPkgs_sectionBox span.nbPkgs_breadcrumbs {
		margin: 0px;
		padding: 0px 0px 0px 20px;
		font: bold 12px/25px arial, sans-serif;
	}
		div#nbPkgs_sectionBox span.nbPkgs_breadcrumbs em {
			font-style: italic;
		}
			div#nbPkgs_sectionBox span.nbPkgs_breadcrumbs em strong {
				font-weight: normal;
			}
	div#nbPkgs_sectionBox span.nbPkgs_currentcrumb {
		font: normal 11px/25px arial, sans-serif;
	}

	div#nbPkgs_sectionBox div.nbPkgs_sectionBoxNavigation {
		position: absolute;
		top: 8px;
		right: 12px;
		font: 10px/10px arial, sans-serif;
		text-align: right;
	}

/* Content Display Frame */
div#nbPkgs_displayFrame {
	background: #f9f6f6 url("../images/nbV2_displayMid.gif") repeat-y left top;
	border: 1px solid #bfc9d1;
	width: 573px;
}
	div.nbPkgs_displayFrameTop {
		width: 573px;
		height: 11px;
		background: transparent url("../images/nbV2_displayTop.jpg") no-repeat left top;
		font-size: 0px; /* for internet explorer */
	}
	div.nbPkgs_displayFrameBottom {
		width: 573px;
		height: 14px;
		background: transparent url("../images/nbV2_displayBtm.jpg") no-repeat left top;
		font-size: 0px; /* for internet explorer */
	}

/* PAGE - Packages */

div.nbPkgs_pkgOverview {
	position: relative;
	width: 551px;
	height: 221px;
	margin: 0px auto 10px;
	border: 1px solid #d0cece;
	background: #ffffff url("../images/v2_custom/nbV2_bkgdOverview.jpg") no-repeat right top;
}
	h2.nbPkgs_pkgHeading {
		position: absolute;
		top: 20px;
		left: 29px;
		width: 234px;
		height: 0;
		margin: 0;
		padding: 23px 0 0;
		overflow: hidden;
		background: transparent url("../images/v2_custom/nbV2_overviewEditable.gif") no-repeat left top;
	}
	div.nbPkgs_pkgOverviewTxt {
		position: absolute;
		top: 57px;
		left: 28px;
		width: 260px;
	}
		div.nbPkgs_pkgOverviewTxt ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		div.nbPkgs_pkgOverviewTxt li {
			margin: 0px;
			padding: 0px 0px 4px 15px;
			font: italic bold 14px/14px arial, sans-serif;
			color: #a43600;
			background: transparent url("../images/nb_listBulletArrow.gif") no-repeat left 1px;
		}
			div.nbPkgs_pkgOverviewTxt li li {
				margin: 0px;
				padding: 2px 0px 0px 0px;
				font: normal normal 11px/14px arial, sans-serif;
				color: #000000;
				background: none;
			}
	div.nbPkgs_pkgOverview a.nbPreviewEditor {
		margin: 8px 0px 0px 22px;
	}

/* Packages Table */
table.nbPkgs_pkgTable {
	margin: 0px auto;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
	table.nbPkgs_pkgTable td {
		vertical-align: top;
	}

		/* Box Framework */
		table.nbPkgs_pkgTable div.nbPkgs_pkgBox {
			position: relative;
			width: 269px;
			border: 1px solid #e1e2e4;
		}

			div.nbPkgs_pkgBox div.nbPkgs_pkgBoxTitle {
				position: relative;
				width: 269px;
				height: 33px;
			}
				div.nbPkgs_pkgBox div.nbPkgs_pkgBoxTitle h3 {
					width: 170px;
					height: 25px;
					margin: 0px;
					padding: 0px;
					overflow: hidden;
				}
				div.nbPkgs_pkgBox div.nbPkgs_pkgBoxTitle a {
					display: block;
					width: 170px;
					height: 0px;
					padding: 25px 0 0 0;
				}
				div.nbPkgs_pkgBox div.nbPkgs_pkgBoxTitle div.nbPkgs_pkgBoxChrome {
					position: absolute;
					top: 29px;
					left: -2px;
					width: 278px;
					height: 9px;
					background: transparent url("../images/nbV2_chrome-278.gif") no-repeat left top;
					font-size: 0px; /* for internet explorer */
				}
				div.nbPkgs_pkgBox div.nbPkgs_pkgBoxTitle div.nbPkgs_pkgBoxDesign {
					position: absolute;
					top: 10px;
					left: 170px;
					width: 99px;
					text-align: center;
					font-weight: bold;
					font-style: italic;
					font-size: 10px;
					line-height: 10px;
					font-family: Arial, sans-serif;
				}
			div.nbPkgs_pkgBox div.nbPkgs_pkgBoxContent {
				position: relative;
				width: 269px;
				background: #ffffff;
			}
				div.nbPkgs_pkgBox div.nbPkgs_pkgBoxContent div.nbPkgs_pkgInnerBox {
					position: absolute;
					top: 18px;
					left: 16px;
					width: 240px;
				}
			div.nbPkgs_pkgBox div.nbPkgs_pkgBoxBtm {
				position: absolute;
				bottom: 0px;
				left: 0px;
				width: 269px;
				height: 6px;
				font-size: 0px; /* for internet explorer */
			}

		/* Box Styles */
		table.nbPkgs_pkgTable ul {
			margin: 0px;
			padding: 0px 0px 0px 28px;
			list-style: none;
		}
			table.nbPkgs_pkgTable li {
				margin: 0px;
				padding: 0px 0px 0px 8px;
				background: transparent url("../images/nb_listBulletDash-Black.gif") no-repeat left 7px;
				font: 11px/14px arial, sans-serif;
				color: #000000;
			}
				table.nbPkgs_pkgTable li span.nbPkgs_numSpan {
					font-style: italic;
					font-weight: bold;
					font-size: 14px;
					line-height: 12px;
				}
				table.nbPkgs_pkgTable li span.nbPkgs_pageSpan {
					font-style: italic;
				}
			table.nbPkgs_pkgTable ul.nbPkgs_listBase {
			}
				table.nbPkgs_pkgTable ul.nbPkgs_listBase li {
					font-style: italic;
					font-weight: bold;
				}
			table.nbPkgs_pkgTable ul.nbPkgs_listPlus {
				background: transparent url("../images/nb_listBulletPlus.gif") no-repeat left 4px;
			}
				table.nbPkgs_pkgTable ul.nbPkgs_listPlus li {
					background: transparent url("../images/nb_listBulletDash-Orange.gif") no-repeat left 7px;
					color: #a43600;
				}
		table.nbPkgs_pkgTable p {
			margin: 0px;
			padding: 0px;
			font: 11px/14px arial, sans-serif;
		}
			table.nbPkgs_pkgTable p.nbPkgs_arrowTxt {
				margin: 0px;
				padding: 2px 0px 0px 28px;
				background: transparent url("../images/nb_listBulletArrow.gif") no-repeat 12px center;
				font: italic bold 12px/14px arial, sans-serif;
			}
			table.nbPkgs_pkgTable p.nbPkgs_upcomingTxt {
				margin: 0px;
				padding: 18px 14px 0px 26px;
				font: italic 11px/14px arial, sans-serif;
			}
			table.nbPkgs_pkgTable p.nbPkgs_noteTxt {
				margin: 0px 0px 0px 36px;
				padding: 0px;
				font-size: 10px;
				color: #656262;
			}
		table.nbPkgs_pkgTable div.nbPkgs_pkgLinkBox {
			margin: 10px 0px 0px 28px;
			font: 10px/14px arial, sans-serif;
		}

			/* Box 1 */
			table.nbPkgs_pkgTable div.nbPkgs_costBox {
				margin: 10px 0px 0px 38px;
				padding: 0px;
			}
			table.nbPkgs_pkgTable p.nbPkgs_costTxt {
				font-weight: bold;
				font-size: 16px;
				line-height: 24px;
			}
				table.nbPkgs_pkgTable p.nbPkgs_costTxt span.nbPriceTxt {
					font-size: 14px;
				}
					table.nbPkgs_pkgTable p.nbPkgs_costTxt span.nbPriceTxt span.nbSmallTxt {
						font-size: 14px;
						line-height: 14px;
					}
					table.nbPkgs_pkgTable p.nbPkgs_costTxt span.nbPriceTxt span.nbLargeTxt {
						position: relative;
						top: 3px;
						font-size: 24px;
					}
				table.nbPkgs_pkgTable p.nbPkgs_costTxt span.nbSmallTxt {
					position: relative;
					top: -4px;
					left: -2px;
					font-size: 11px;
					line-height: 14px;
				}
			table.nbPkgs_pkgTable p.nbPkgs_feeSetupTxt {
				font-style: italic;
				font-size: 10px;
			}
					table.nbPkgs_pkgTable p.nbPkgs_feeSetupTxt span.nbPriceTxt strong {
						font-size: 12px;
					}
			table.nbPkgs_pkgTable p.nbPkgs_feeFinanceTxt {
				font-style: italic;
				font-size: 10px;
				margin: 10px 0px 0px 0px;
			}

			/* Box 2 */
			table.nbPkgs_pkgTable p.nbPkgs_pagesGalleryTxt {
				margin: 0px 0px 12px 0px;
				padding: 0px 0px 0px 28px;
				background: transparent url("../images/nb_iconAdditional-Gallery.gif") no-repeat 3px top;
			}
				table.nbPkgs_pkgTable p.nbPkgs_pagesGalleryTxt em {
					font-style: italic;
					font-weight: bold;
				}
			table.nbPkgs_pkgTable p.nbPkgs_pagesContentTxt {
				margin: 0px 0px 12px 0px;
				padding: 0px 0px 0px 28px;
				background: transparent url("../images/nb_iconAdditional-Content.gif") no-repeat 3px top;
			}
				table.nbPkgs_pkgTable p.nbPkgs_pagesContentTxt em {
					font-style: italic;
					font-weight: bold;
				}
			table.nbPkgs_pkgTable p.nbPkgs_pagesResourcesTxt {
				margin: 0px 0px 12px 0px;
				padding: 0px 0px 0px 28px;
				background: transparent url("../images/nb_iconAdditional-Resources.gif") no-repeat 3px top;
			}
				table.nbPkgs_pkgTable p.nbPkgs_pagesResourcesTxt em {
					font-style: italic;
					font-weight: bold;
				}

/* Specific Package Cells */
table.nbPkgs_pkgTable td#nbPkgs_pkgMicroCell {
	padding: 0px 0px 10px 0px;
}
	div#nbPkgs_pkgMicroContainer div.nbPkgs_pkgBoxTitle {
		background: #e6e6e6;
	}
	div#nbPkgs_pkgMicroContainer div.nbPkgs_pkgBoxContent {
		height: 240px;
	}
		div#nbPkgs_pkgMicroContainer div.nbPkgs_pkgBoxContent a.nbAdditionalLink {
			position: absolute;
			top: 179px;
			left: 28px;
		}
table.nbPkgs_pkgTable td#nbPkgs_pkgStandardCell {
	padding: 0px 0px 10px 11px;
}
	div#nbPkgs_pkgStandardContainer div.nbPkgs_pkgBoxTitle {
		background: #e6e6e6;
	}
	div#nbPkgs_pkgStandardContainer div.nbPkgs_pkgBoxContent {
		height: 240px;
	}
		div#nbPkgs_pkgStandardContainer div.nbPkgs_pkgBoxContent a.nbAdditionalLink {
			position: absolute;
			top: 179px;
			left: 28px;
		}
table.nbPkgs_pkgTable td#nbPkgs_pkgSelectCell {
	padding: 0px 0px 0px 0px;
}
	div#nbPkgs_pkgSelectContainer div.nbPkgs_pkgBoxTitle {
		background: #e6e6e6;
	}
	div#nbPkgs_pkgSelectContainer div.nbPkgs_pkgBoxContent {
		height: 286px;
	}
		div#nbPkgs_pkgSelectContainer div.nbPkgs_pkgBoxContent a.nbAdditionalLink {
			position: absolute;
			top: 241px;
			left: 28px;
		}
table.nbPkgs_pkgTable td#nbPkgs_pkgSignatureCell {
	padding: 0px 0px 0px 11px;
}
	div#nbPkgs_pkgSignatureContainer div.nbPkgs_pkgBoxTitle {
		background: #e6e6e6;
	}
	div#nbPkgs_pkgSignatureContainer div.nbPkgs_pkgBoxContent {
		height: 286px;
	}
			div#nbPkgs_pkgSignatureBox1 em {
				font-style: italic;
				font-weight: bold;
				font-size: 12px;
			}
		div#nbPkgs_pkgSignatureContainer div.nbPkgs_pkgBoxContent a.nbAdditionalLink {
			position: absolute;
			top: 305px;
			left: 28px;
		}

/* Hover States */
div.nbPkgs_pkgBox:hover div.nbPkgs_pkgBoxContent,
div.nbPkgs_pkgMicroBoxHover div.nbPkgs_pkgBoxContent,
div.nbPkgs_pkgStandardBoxHover div.nbPkgs_pkgBoxContent,
div.nbPkgs_pkgSelectBoxHover div.nbPkgs_pkgBoxContent,
div.nbPkgs_pkgSignatureBoxHover div.nbPkgs_pkgBoxContent {
	background: #f9f9f9 url("../images/nbV2_pkgsBgMid.jpg") repeat-y left top;
}
div.nbPkgs_pkgBox:hover div.nbPkgs_pkgBoxBtm,
div.nbPkgs_pkgMicroBoxHover div.nbPkgs_pkgBoxBtm,
div.nbPkgs_pkgStandardBoxHover div.nbPkgs_pkgBoxBtm,
div.nbPkgs_pkgSelectBoxHover div.nbPkgs_pkgBoxBtm,
div.nbPkgs_pkgSignatureBoxHover div.nbPkgs_pkgBoxBtm {
	background: #f9f9f9 url("../images/nbV2_pkgsBgBtm.jpg") no-repeat left top;
}

	/* Micro */
	div.nbPkgs_pkgMicroBox div.nbPkgs_pkgBoxTitle a {
		background: #b84817 url("../images/v2_packages/nbV2_buttonMicro1.gif") no-repeat left top;
	}
	div.nbPkgs_pkgMicroBox:hover div.nbPkgs_pkgBoxTitle a,
	div.nbPkgs_pkgMicroBoxHover div.nbPkgs_pkgBoxTitle a {
		background: #d86837 url("../images/v2_packages/nbV2_buttonMicro2.gif") no-repeat left top;
	}
	/* Standard */
	div.nbPkgs_pkgStandardBox div.nbPkgs_pkgBoxTitle a {
		background: #8e8f92 url("../images/v2_packages/nbV2_buttonStandard1.gif") no-repeat left top;
	}
	div.nbPkgs_pkgStandardBox:hover div.nbPkgs_pkgBoxTitle a,
	div.nbPkgs_pkgStandardBoxHover div.nbPkgs_pkgBoxTitle a {
		background: #aeafb2 url("../images/v2_packages/nbV2_buttonStandard2.gif") no-repeat left top;
	}
	/* Select */
	div.nbPkgs_pkgSelectBox div.nbPkgs_pkgBoxTitle a {
		background: #d79433 url("../images/v2_packages/nbV2_buttonSelect1.gif") no-repeat left top;
	}
	div.nbPkgs_pkgSelectBox:hover div.nbPkgs_pkgBoxTitle a,
	div.nbPkgs_pkgSelectBoxHover div.nbPkgs_pkgBoxTitle a {
		background: #f7b453 url("../images/v2_packages/nbV2_buttonSelect2.gif") no-repeat left top;
	}
	/* Signature */
	div.nbPkgs_pkgSignatureBox div.nbPkgs_pkgBoxTitle a {
		background: #3c6070 url("../images/v2_packages/nbV2_buttonSignature1.gif") no-repeat left top;
	}
	div.nbPkgs_pkgSignatureBox:hover div.nbPkgs_pkgBoxTitle a,
	div.nbPkgs_pkgSignatureBoxHover div.nbPkgs_pkgBoxTitle a {
		background: #5c8090 url("../images/v2_packages/nbV2_buttonSignature2.gif") no-repeat left top;
	}

/* PAGE - Features */
div#nbPkgs_ftrBox {
	position: relative;
	width: 551px;
	height: 599px;
	margin: 0px auto;
	border: 1px solid #d0cece;
	background: #ffffff;
}
	div.nbPkgs_ftrBoxHeader {
		width: 551px;
		height: 31px;
	}
		h2.nbPkgs_ftrBoxTitle {
			margin: 0px;
			padding: 0px;
			width: 551px;
			height: 0;
			padding: 25px 0 0;
			overflow: hidden;
		}
	div.nbPkgs_ftrBoxChrome {
		position: absolute;
		top: 25px;
		left: -2px;
		width: 558px;
		height: 11px;
		background: transparent url("../images/nbV2_chrome-558.gif") no-repeat left top;
		font-size: 0px; /* for internet explorer */
	}

	/* Description */
	div.nbPkgs_ftrDescription {
		position: relative;
		width: 551px;
		height: 144px;
		background: #f9f6f6 url("../images/nbV2_checkerboardBg.jpg") repeat-x left bottom;
	}
		div.nbPkgs_ftrDescriptionTxt {
			position: absolute;
			top: 24px;
			left: 28px;
			width: 460px;
			padding: 0px 0px 4px 20px;
			font: 11px/14px arial, sans-serif;
			background: transparent url("../images/nb_listBulletArrow.gif") no-repeat left 2px;
		}
			div.nbPkgs_ftrDescriptionTxt p {
				margin: 0px;
				padding: 0px;
			}
				div.nbPkgs_ftrDescriptionTxt p.nbPkgs_ftrLeadTxt {
					font: italic 11px/14px arial, sans-serif;
				}
					div.nbPkgs_ftrDescriptionTxt strong.orangeTxt {
						font: italic bold 14px/14px arial, sans-serif;
					}
					div.nbPkgs_ftrDescriptionTxt p.nbPkgs_ftrLeadTxt span.nbLargeTxt {
						font-style: italic;
						font-weight: bold;
						font-size: 14px;
						line-height: 16px;
					}
					div.nbPkgs_ftrDescriptionTxt p.nbPkgs_ftrLeadTxt span.nbMonthTxt {
						font-style: normal;
						font-size: 12px;
					}

	/* Dynamic */
	div#nbPkgs_ftrDynamicBox {
		position: absolute;
		top: 175px;
		left: 0px;
		width: 551px;
		height: 424px;
		clear: both;
	}
		div.nbPkgs_ftrDynamicContent {
			position: relative;
			width: 551px;
			height: 424px;
		}
			div.nbPkgs_ftrDynamicTxt {
				position: absolute;
				top: 42px;
				left: 28px;
				width: 204px;
				color: #1c347b;
			}
				div.nbPkgs_ftrDynamicTxt h3 {
					margin: 0px 0px 0px 0px;
					padding: 0px;
					font: italic bold 14px arial, sans-serif;
				}
				div.nbPkgs_ftrDynamicTxt h4 {
					margin: 0px 0px 0px 0px;
					padding: 0px;
					font: italic bold 14px arial, sans-serif;
				}
				div.nbPkgs_ftrDynamicTxt p {
					margin: 0px;
					padding: 0px;
					font: 11px/14px arial, sans-serif;
				}
				div.nbPkgs_ftrDynamicTxt ul {
					margin: 0px;
					padding: 0px;
					list-style: none;
				}
				div.nbPkgs_ftrDynamicTxt li {
					margin: 0px 0px 4px 0px;
					padding: 0px 0px 0px 8px;
					background: transparent url("../images/nb_listBullet-Blue.gif") no-repeat left 5px;
					font: 11px/16px arial, sans-serif;
				}
			div.nbPkgs_ftrDynamicBlurb {
				margin: 0px 0px 25px 0px;
			}
				div.nbPkgs_ftrDynamicBlurb a {
					text-decoration: underline;
					color: #7fb03c;
				}
					div.nbPkgs_ftrDynamicBlurb a:hover {
						color: #545353;
					}
			div.nbPkgs_ftrDynamicFootnote {
				font: 10px arial, sans-serif;
				text-align: right;
				color: #9aa2a8;
			}

/* Navigation */
div#nbPkgs_ftrNavigation {
	position: absolute;
	bottom: 0px;
	left: 18px; /* same width as li offset */
}
	div#nbPkgs_ftrNavigation ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	div#nbPkgs_ftrNavigation li {
		float: left;
		position: relative;
		margin: 0px 0px 0px -18px; /* same width as div offset */
		padding: 0px;
		font: 11px/19px arial, sans-serif;
		color: #a43600;
	}
		div#nbPkgs_ftrNavigation li a {
			float: left;
			height: 19px;
			text-decoration: none;
			color: #587390;
		}
			div#nbPkgs_ftrNavigation a:hover {
				color: #545353;
			}
	div.nbPkgs_ftrTabLeft {
		float: left;
		width: 34px;
		height: 19px;
	}
	div.nbPkgs_ftrTabRight {
		float: left;
		width: 21px;
		height: 19px;
	}

	div.nbPkgs_ftrLink {
		padding: 2px 0 3px;
	}

	/* More */
	div.nbPkgs_ftrTabMore {
		position: absolute;
		bottom: 0px;
		right: 25px;
	}
		div.nbPkgs_ftrTabMore a {
			font: 11px/19px arial, sans-serif;
			text-decoration: underline;
			color: #545353;
		}
			div.nbPkgs_ftrTabMore a:hover {
				color: #7e7d7d;
			}

		/* Background */
		div#nbPkgs_ftrNavigation li.nbPkgs_ftrTabBg {
			z-index: 0;
		}
		div#nbPkgs_ftrNavigation li.nbPkgs_ftrTabBg div.nbPkgs_ftrTabLeft {
			background: transparent url("../images/nbV2_tabLeft1.png") no-repeat left top;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nbV2_tabLeft1.png',sizingMethod='image');
			_background-image: none;
		}
		div#nbPkgs_ftrNavigation li.nbPkgs_ftrTabBg div.nbPkgs_ftrTabRight {
			background: transparent url("../images/nbV2_tabRight1.png") no-repeat left top;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nbV2_tabRight1.png',sizingMethod='image');
			_background-image: none;
		}
		div#nbPkgs_ftrNavigation li.nbPkgs_ftrTabBg a {
			background: #f3f2f2 url("../images/nbV2_tabMid1.gif") repeat-x left top;
		}

		/* Foreground */
		div#nbPkgs_ftrNavigation li.nbPkgs_ftrTabFg {
			z-index: 1;
		}
		div#nbPkgs_ftrNavigation li.nbPkgs_ftrTabFg div.nbPkgs_ftrTabLeft {
			background: transparent url("../images/nbV2_tabLeft2.png") no-repeat left top;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nbV2_tabLeft2.png',sizingMethod='image');
			_background-image: none;
		}
		div#nbPkgs_ftrNavigation li.nbPkgs_ftrTabFg div.nbPkgs_ftrTabRight {
			background: transparent url("../images/nbV2_tabRight2.png") no-repeat left top;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nbV2_tabRight2.png',sizingMethod='image');
			_background-image: none;
		}
		div#nbPkgs_ftrNavigation li.nbPkgs_ftrTabFg a {
			background: #ffffff url("../images/nbV2_tabMid2.gif") repeat-x left top;
			color: #a43600;
		}
			div#nbPkgs_ftrNavigation li.nbPkgs_ftrTabFg a:hover {
				color: #a43600;
			}

/* Specific Tab Titles */
h2#nbPkgs_ftrMicroTitle {
	background: #b84817 url("../image/v2_packagess/nbV2_titleMicro.gif") no-repeat left top;
}
h2#nbPkgs_ftrStandardTitle {
	background: #8e8f92 url("../images/v2_packages/nbV2_titleStandard.gif") no-repeat left top;
}
h2#nbPkgs_ftrSelectTitle {
	background: #d79433 url("../images/v2_packages/nbV2_titleSelect.gif") no-repeat left top;
}
h2#nbPkgs_ftrSignatureTitle {
	background: #3c6070 url("../images/v2_packages/nbV2_titleSignature.gif") no-repeat left top;
}

/* Specific Tab Content */
div#nbPkgs_ftrDynamicHome {
	background: #ffffff url("../images/v2_features/nbV2_featuresHome.jpg") no-repeat right top;
}
	body#nbPkgs_ftrBodyMicro div#nbPkgs_ftrDynamicHome,
	body#nbPkgs_ftrBodyStandard div#nbPkgs_ftrDynamicHome {
		background: #ffffff url("../images/v2_features/nbV2_featuresHome-basic.jpg") no-repeat right top;
	}
div#nbPkgs_ftrDynamicAbout {
	background: #ffffff url("../images/v2_features/nbV2_featuresAbout.jpg") no-repeat right top;
}
	div#nbPkgs_ftrDynamicAbout div.nbPkgs_ftrDynamicFootnote {
		position: absolute;
		top: 366px;
		right: 26px;
	}
div#nbPkgs_ftrDynamicGallery {
	background: #ffffff url("../images/v2_features/nbV2_featuresGallery.jpg") no-repeat right top;
}
	body#nbPkgs_ftrBodyMicro div#nbPkgs_ftrDynamicGallery,
	body#nbPkgs_ftrBodyStandard div#nbPkgs_ftrDynamicGallery {
		background: #ffffff url("../images/v2_features/nbV2_featuresGallery-basic.jpg") no-repeat right top;
	}
div#nbPkgs_ftrDynamicResources {
	background: #ffffff url("../images/v2_features/nbV2_featuresResources.jpg") no-repeat right top;
}
div#nbPkgs_ftrDynamicContact {
	background: #ffffff url("../images/v2_features/nbV2_featuresContact.jpg") no-repeat right top;
}
	body#nbPkgs_ftrBodyMicro div#nbPkgs_ftrDynamicContact,
	body#nbPkgs_ftrBodyStandard div#nbPkgs_ftrDynamicContact {
		background: #ffffff url("../images/v2_features/nbV2_featuresContact-basic.jpg") no-repeat right top;
	}
div#nbPkgs_ftrDynamicTestimonials {
	background: #ffffff url("../images/v2_features/nbV2_featuresTestimonials.jpg") no-repeat right top;
}
div#nbPkgs_ftrDynamicSitemap {
}
div#nbPkgs_ftrDynamicCalendar {
	background: #ffffff url("../images/v2_features/nbV2_featuresCalendar.jpg") no-repeat right top;
}

/* PAGE - Designs */
div#nbPkgs_thumbnailBox {
	position: relative;
	width: 573px;
	min-height: 601px;
	_height: 601px;
	overflow: hidden;
}
	div#thumbnailDisplayList {
		position: absolute;
		left: 2px;
	}

/* PAGE - Layouts */
div#nbPkgs_layoutBox {
	position: relative;
	width: 563px;
	min-height: 581px;
	_height: 581px;
	margin: 10px 5px 0px;
	overflow: hidden;
}

/* PAGE CONTENT; RIGHT COLUMN */

div#nbPkgs_sideColumn {
	position: relative;
	width: 178px;
	padding: 35px 15px 10px;
}

	/* Category Dropdown */
	div#nbPkgs_catSelectBox {
		position: absolute;
		top: 0px;
		left: -1px;
		width: 208px;
		height: 25px;
		border: 1px solid #9aa2a8;
		background: #ffffff;
		font-size: 0px; /* for internet explorer */
	}
		div.nbPkgs_catSelectBoxMenu {
			width: 178px;
			margin: 2px auto;
		}
			div.nbPkgs_catSelectBoxMenu select {
				margin: 0px;
				padding: 0px;
				width: 178px;
				font: 11px/11px arial, sans-serif;
			}

	/* Demo Box */
	div#nbPkgs_sideColumn div#nbPkgs_demoBox {
		width: 176px;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 10px 0px;
		border: 1px solid #cdcccc;
		background: #ffffff url("../images/nbV2_demoBoxMid.gif") repeat-y left top;
	}
		div#nbPkgs_demoBox div.nbPkgs_demoBoxTop {
			width: 176px;
			height: 7px;
			background: #ffffff url("../images/nbV2_demoBoxTop.gif") no-repeat left top;
			font-size: 0px; /* for internet explorer */
		}
		div#nbPkgs_demoBox img.nbPkgs_demoBoxImg {
			display: block;
			width: 156px;
			margin: 3px auto 6px;
		}
		div#nbPkgs_demoBox div.nbPkgs_demoBoxTxt {
			width: 116px;
			margin: 0px auto;
		}
			h2.nbPkgs_demoBoxHeading {
				margin: 0px 0px 5px 0px;
				padding: 0px;
				text-align: center;
				font: bold 14px/14px arial, sans-serif;
				color: #2b4563;
			}
			div.nbPkgs_demoBoxTxt p {
				margin: 0px 0px 5px 0px;
				padding: 0px;
				font: 11px/11px arial, sans-serif;
			}
			div.nbPkgs_demoBoxTxt ul {
				margin: 9px 0px 0px 0px;
				padding: 0px;
				list-style: none;
			}
			div.nbPkgs_demoBoxTxt li {
				width: 114px;
				margin: 0px 0px 3px 0px;
				padding: 0px;
				font: normal bold 12px/12px arial, sans-serif;
			}
				div.nbPkgs_demoBoxTxt li:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
				strong.nbPkgs_microDemoTitle,
				strong.nbPkgs_standardDemoTitle,
				strong.nbPkgs_selectDemoTitle,
				strong.nbPkgs_signatureDemoTitle {
					float: left;
					width: 78px;
					height: 0px;
					margin: 0px;
					padding: 15px 0 0 0;
					overflow: hidden;
				}
				strong.nbPkgs_microDemoTitle {
					background: transparent url("../images/v2_packages/nbV2_demoMicro.gif") no-repeat left top;
				}
				strong.nbPkgs_standardDemoTitle {
					background: transparent url("../images/v2_packages/nbV2_demoStandard.gif") no-repeat left top;
				}
				strong.nbPkgs_selectDemoTitle {
					background: transparent url("../images/v2_packages/nbV2_demoSelect.gif") no-repeat left top;
				}
				strong.nbPkgs_signatureDemoTitle {
					background: transparent url("../images/v2_packages/nbV2_demoSignature.gif") no-repeat left top;
				}
				a.nbPkgs_microDemoLink,
				a.nbPkgs_standardDemoLink,
				a.nbPkgs_selectDemoLink,
				a.nbPkgs_signatureDemoLink {
					float: right;
				}

		div#nbPkgs_discoverBox ul, div#nbPkgs_compareBox ul {
			margin: 10px 9px 0px;
			padding: 0px;
			list-style: none;
		}
		div#nbPkgs_discoverBox li, div#nbPkgs_compareBox li {
			margin: 0px;
			padding: 0px 0px 5px 0px;
			font: 12px/14px arial, sans-serif;
		}
			div#nbPkgs_discoverBox li strong.orangeTxt,
			div#nbPkgs_compareBox li strong.orangetxt {
				font: normal bold 14px/14px arial, sans-serif;
			}

	/* Discover */
	div#nbPkgs_sideColumn div#nbPkgs_discoverBox {
		position: relative;
		margin: 0px 0px 21px 0px;
		padding: 27px 0px 0px;
	}
		h2.nbPkgs_discoverBoxHeading {
			position: absolute;
			top: 1px;
			left: 5px;
			width: 178px;
			height: 0;
			margin: 0;
			padding: 28px 0 0 0;
			overflow: hidden;
			background: transparent url("../images/v2_custom/nbV2_sidebarDiscover.gif") no-repeat left top;
		}
		div#nbPkgs_discoverBox p {
			margin: 0px 0px 4px 0px;
			padding: 0px 9px;
			font: 11px/14px arial, sans-serif;
		}

	/* Compare */
	div#nbPkgs_sideColumn div#nbPkgs_compareBox {
		position: relative;
		margin: 0px 0px 11px 0px;
	}
		div#nbPkgs_compareBox a.nbPkgs_compareButton {
			display: block;
			width: 167px;
			height: 44px;
			margin: 30px 0 33px 5px;
			background: transparent url("../images/v2_custom/nbV2_buttonCompare.gif") no-repeat 0 0;
			font-size: 0;
			text-decoration: none;
		}
			div#nbPkgs_compareBox a.nbPkgs_compareButton:hover {
				background: transparent url("../images/v2_custom/nbV2_buttonCompare-hover.gif") no-repeat 0 0;
				text-decoration: none;
			}

	/* Confidence */
	div#nbPkgs_sideColumn div#nbPkgs_confidenceBox {
		position: relative;
	}
		h2.nbPkgs_confidenceBoxHeading {
			position: absolute;
			top: 8px;
			left: 4px;
			width: 178px;
			height: 0;
			margin: 0;
			padding: 28px 0 0 0;
			overflow: hidden;
			background: transparent url("../images/v2_custom/nbV2_sidebarConfidence.gif") no-repeat left top;
		}
		div#nbPkgs_confidenceBox p {
			margin: 0px 0px 6px 0px;
			padding: 0px 9px;
			font: 11px/14px arial, sans-serif;
		}
			div#nbPkgs_confidenceBox span.nbPhone {
				display: block;
				font: italic bold 22px/28px arial, sans-serif;
			}

/* PAGE FOOTER */

div#nbPkgs_footer {
	margin: 0px 0px 5px 0px;
}

	div.nbPkgs_footerLink {
		padding: 2px 0 3px;
	}

/* Footer Table */
table.nbPkgs_footerTable {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
	table.nbPkgs_footerTable td.nbPkgs_footerLeft {
		padding: 0 7px 0 0;
		vertical-align: top;
	}
	table.nbPkgs_footerTable td.nbPkgs_footerRight {
		padding: 0;
		vertical-align: top;
	}

/* Left Footer */
div#nbPkgs_footerLeftTitle {
	width: 575px;
	height: 27px;
	background: #475e77;
}
div#nbPkgs_footerLeftContent {
	position: relative;
	width: 575px;
	height: 192px;
	background: transparent url("../images/nbV2_footerLeftBg.jpg") no-repeat left top;
}
	div#nbPkgs_footerLeftContent div.nbPkgs_footerTxt {
		position: absolute;
		top: 0;
		left: 0;
		width: 260px;
		padding: 42px 0 0 27px;
	}
		div#nbPkgs_footerLeftContent p {
			margin: 0px 0px 4px;
			padding: 0px;
			font: 11px/14px arial, sans-serif;
		}
			div#nbPkgs_footerLeftContent p em {
				font-style: italic;
				font-weight: bold;
				font-size: 12px;
			}
	div.nbPkgs_searchResultsImg {
		position: absolute;
		top: 13px;
		left: 360px; /* for internet explorer - rounds odd dimensions for bottom and right wrong */
		width: 172px;
		height: 172px;
		background: transparent url("../images/v2_custom/nbV2_searchResultsImg.jpg") no-repeat left top;
	}
	h2.nbPkgs_searchResultsHeading {
		position: absolute;
		top: 12px;
		left: 26px;
		width: 255px;
		height: 0;
		margin: 0;
		padding: 24px 0 0 0;
		overflow: hidden;
		background: transparent url("../images/v2_custom/nbV2_footerSearchResults.gif") no-repeat left top;
	}

/* Right Footer */
div#nbPkgs_footerRightTitle {
	width: 210px;
	height: 27px;
	background: #768ba1;
}
div#nbPkgs_footerRightContent {
	position: relative;
	width: 210px;
	height: 192px;
	background: transparent url("../images/nbV2_footerRightBg.gif") no-repeat left top;
}
	div#nbPkgs_footerRightContent div.nbPkgs_footerTxt {
		position: absolute;
		top: 16px;
		left: 22px;
		width: 170px;
		padding: 0;
	}
		h2.nbPkgs_campaignHeading {
			margin: 0px 0px 8px;
			padding: 0px;
			font: 12px/16px arial, sans-serif;
		}
		div#nbPkgs_footerRightContent ul {
			margin: 0px 0px 4px;
			padding: 0px;
			list-style: none;
		}
		div#nbPkgs_footerRightContent li {
			margin: 0px;
			padding: 0px 0px 0px 14px;
			background: transparent url("../images/nb_listBulletCheck.gif") no-repeat left 2px;
		}
			div#nbPkgs_footerRightContent li strong.orangeTxt {
				font: italic bold 14px/18px arial, sans-serif;
			}

/* Thumbnail */
	body.nbPkgs_body .colorOptionsBar {
	}
		body.nbPkgs_body .colorOptionsBar .colorOptionTxt {
			float: left;
		}
		body.nbPkgs_body .colorOptionsBar .colorOption img{
			padding: 0 0 0 2px;
	    	border: none
	    }
		body.nbPkgs_body .colorOptionsBar img.colorOptionCur {
			cursor: default;
			height: 12px; width: 12px; border: 2px solid #ffffff;
		}

		/** template image wrapper **/
		body.nbPkgs_body .imageWrapper {
			_display: inline; /* for internet explorer - double margin */
			float: left;
			width: 160px;
			margin: 0px 15px 15px 15px;
			padding: 0px;
			overflow: hidden;
			cursor: pointer;
		}
			body.nbPkgs_body .imageWrapper .imageTitle {
				margin: 8px 0px 0px 0px;
				font: bold 11px/11px Arial, sans-serif;
				text-align: center;
				color: #333333;
			}
			body.nbPkgs_body .imageWrapper .imageThumbnail img {
				border: none;
			}
		body.nbPkgs_body .rowDivider {
			width: 551px;
			height: 1px;
			margin: 0px 9px 26px;
			background: #cccccc;
			font-size: 0px; /* for internet explorer */
			clear: both;
		}

		body.nbPkgs_body .layoutWrapper {
			_display: inline; /* for internet explorer - double margin */
			float: left;
			width: 247px;
			margin: 0px 17px 30px;
			padding: 0px;
			overflow: hidden;
		}
			body.nbPkgs_body .layoutWrapper .layoutTitle {
				margin: 8px 0px 0px 0px;
				font: 12px/12px Arial, sans-serif;
				text-align: center;
				color: #963d0f;
			}
			body.nbPkgs_body .layoutWrapper .layoutThumbnail img {
				border: none;
			}

body.nbPkgs_body .pageNav {
	font: 10px/25px Arial, sans-serif;
}
	body.nbPkgs_body .pageNav a,
	body.nbPkgs_body .pageNav a:visited {
		text-decoration: none;
		color: #666666;
	}
	body.nbPkgs_body .pageNav a:hover,
	body.nbPkgs_body .pageNav a:active {
		color: #333333;
	}

	body.nbPkgs_body .currentPage {
		font-weight: bold;
		color: #000000;
	}
	body.nbPkgs_body .pageNav .floatLeft,
	body.nbPkgs_body .pageNav .floatRight {
		color: #615f5f;
	}
	body.nbPkgs_body .pageNav .floatLeft {
		/*_display: inline;*/ /* for internet explorer - double margin */
		float: left;
		position: relative;
		/*margin-left: 16px;*/
	}
	body.nbPkgs_body .pageNav .floatRight {
		/*_display: inline;*/ /* for internet explorer - double margin */
		float: right;
		position: relative;
		/*margin-right: 16px;*/
	}
	body.nbPkgs_body .pageNavList {
		position: absolute;
		top: 0px;
		left: 0px;
		text-align: center;
		padding: 0 80px 0 120px;
	}

	body.nbPkgs_body span.nxtTxt{
		background: url(../images/next_arrow_gray.gif) no-repeat right 1px;
		margin-right: 4px;
		padding-right: 13px;
		color: #999;
	}
		body.nbPkgs_body a span.nxtTxt{
			background: url(../images/next_arrow.gif) no-repeat right 1px;
			color: #615f5f;
		}
	body.nbPkgs_body span.frstTxt,
	body.nbPkgs_body span.prevDisabled {
		margin-left: 4px;
		padding-left: 19px;
		background: url(../images/first_arrow_gray.gif) no-repeat left 1px;
		color: #999;
	}
		body.nbPkgs_body a span.frstTxt,
		body.nbPkgs_body a span.prev {
			background: url(../images/first_arrow.gif) no-repeat left 1px;
			color: #615f5f;
		}
	body.nbPkgs_body span.prvTxt{
		margin-left: 4px;
		padding-left: 11px;
		background: url(../images/prev_arrow_gray.gif) no-repeat left 1px;
		color: #999;
	}
		body.nbPkgs_body a span.prvTxt{
			background: url(../images/prev_arrow.gif) no-repeat left 1px;
			color: #615f5f;
		}
	body.nbPkgs_body span.lstTxt,
	body.nbPkgs_body span.nextDisabled{
		margin-right: 4px;
		padding-right: 20px;
		background: url(../images/last_arrow_gray.gif) no-repeat right 1px;
		color: #999;
	}
		body.nbPkgs_body a span.lstTxt,
		body.nbPkgs_body a span.next {
			background: url(../images/last_arrow.gif) no-repeat right 1px;
			color: #615f5f;
		}

/* Design Navigation */
body#nbPkgs_dsnBody div#nbPkgs_sectionBox div.nbPkgs_sectionBoxNavigation2 {
	position: absolute;
	top: 0px;
	right: 10px;
}

/* Display Stretched */
body#nbPkgs_dspBody div#nbPkgs_sectionBox {
	width: 790px;
	height: 43px;
}
body#nbPkgs_dspBody div#nbPkgs_sectionBox div.nbPkgs_sectionBoxNavigation1a {
	position: absolute;
	top: 8px;
	right: 12px;
	font: 10px/10px Arial, sans-serif;
}
body#nbPkgs_dspBody div#nbPkgs_sectionBox div.nbPkgs_sectionBoxNavigation1b {
	position: absolute;
	top: 22px;
	right: 12px;
	font: 10px/10px Arial, sans-serif;
}
body#nbPkgs_dspBody div#nbPkgs_sectionBox div.nbPkgs_sectionBoxNavigation2 {
	position: absolute;
	top: 0px;
	left: 300px;
	padding: 8px 0 0 0;
}

body#nbPkgs_dspBody .pageNavList { padding: 0 30px 0 60px; }

div#nbPkgs_sectionBox div.colorOptionsBar {
	position: absolute;
	top: 22px;
	left: 20px;
	font: 10px/10px Arial, sans-serif;
}

div.nbPkgs_browserTop {
	width: 792px;
	height: 45px;
	background: transparent url("../images/nbV2_browserTop.jpg") no-repeat left top;
}
div.nbPkgs_browserBtm {
	width: 792px;
	height: 10px;
	background: transparent url("../images/nbV2_browserBtm.jpg") no-repeat left top;
}

/* Layout Navigation */

body#nbPkgs_lytBody div#nbPkgs_sectionBox div.nbPkgs_sectionBoxNavigation3 {
	position: absolute;
	top: 0px;
	right: 10px;
}
body#nbPkgs_lytBody .pageNav { width: 154px; }
body#nbPkgs_lytBody .pageNavList { padding: 0 30px 0 60px; }