@import url("global.css");
body#homepage
{
	background:#2C5164 url("../images/bg_home.jpg") repeat-x left top;
}

#wrapper input.imgbutton
{
    vertical-align: bottom;
    width: auto;
}

#wrapper
{
    width: 968px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

/*	#loginarea	*/
#loginarea
{
    text-align: right;
    color: #fff4c0;
    font-size: .9em;
    padding: 0 4px 24px 0;
    float: right;
	white-space:nowrap;
}
	#loginarea h4
	{
		text-transform: uppercase;
		font-size: 1em;
		margin: 7px 0 0 0;
		float: left;
		padding: 0;
	}
	#loginarea .loginbox
	{
		float: left;
		background: #52aadf url("../images/bg_login_left.gif") left bottom no-repeat;
		color: #fff;
		padding: 0 0 0 8px;
		margin: 0 0 0 11px;
		min-height: 28px;
		white-space:nowrap;
	}
	#loginarea .loginform
	{
		background: #52aadf url("../images/structure/bg_login_right.gif") right bottom no-repeat;
		padding: 5px 8px 5px 0;
		min-height: 18px;
	}
	#loginarea label
	{
		font-weight: bold;
	}
	#loginarea input
	{
		font-size: 1em;
		width: 105px;
		margin: 0 7px 0 0;
	}
	#loginarea input.imgbutton
	{
		margin-right: 0;
	}
	#loginarea .loginbox a
	{
		font-weight: bold;
		text-decoration: none;
		color: #fff;
	}
	#loginarea .loginbox a:hover
	{
		font-weight: bold;
		text-decoration: underline;
		color: #fff;
	}
	#loginarea .forgotpass
	{
		clear: both;
		padding: 2px 47px 0 0;
		text-transform: lowercase;
	}
	#loginarea .logoutlink
	{
		padding-right: 12px;
	}
	#loginarea .forgotpass a
	{
		color: #fff;
		text-decoration: none;
		padding: 0 0 0 13px;
		background: url("../images/arrow_ltblue.gif") 0% 2px no-repeat;
		margin-left: 21px;
	}
	#loginarea .forgotpass a:hover
	{
		color: #b3e2ff;
	}
/**************************/

#container
{
    background-color: #fff;
	clear: both;
    color: #224e67;
	padding:0px;
	margin:0px;
}

#navcontainer
{
    background: url("../images/bg_nav_top_1024.gif") left top no-repeat;
    padding: 0 4px 4px 4px;
	position:relative;
	margin:0px;
    width: 960px;
}

/*	#navigaiton	*/
#navigation
{
    float: right;
	font-size:13px;
    margin: 9px 5px 0 0;
    padding: 0;
}
	#navigation li
	{
		float: left;
		display:inline;
		list-style: none;
		margin: 0;
		padding: 0;
		font-weight: bold;
	}
	#navigation li a
	{
		display: block;
		padding: 0 0 0 35px;
		color: #004f7c;
		text-decoration: none;
	}
	#navigation li a:hover, #navigation li:hover a, #navigation li.sfhover a
	{
		color: #f17d29;
		text-decoration: none;
	}
	#navigation li ul
	{
		position: absolute;
		z-index: 100;
		padding: 10px 0;
		margin: 0 0 0 30px;
		font-weight: normal;
		background-color: #f0f9ff;
		border: 2px solid #52aadf;
		display: none;
		width: 195px;
	}
	#navigation li.lastitem ul
	{
		margin-left: -110px;
	}
	#navigation li:hover ul, #navigation li.sfhover ul
	{
		display: block;
	}
	#navigation li li ul, #navigation li:hover li ul, #navigation li.sfhover li ul
	{
		display: none;
	}
	#navigation li li
	{
		padding: 0;
		float: none;
		text-transform: none;
		font-weight: normal;
	}
	#navigation li li a, #navigation li:hover li a, #navigation li.sfhover li a
	{
		padding: 3px 18px 3px 26px;
		border-top: 1px solid #f0f9ff;
		border-bottom: 1px solid #f0f9ff;
		color: #004f7c;
		text-decoration: none;
		background: url("../images/dots_fourorange.gif") 14px 6px no-repeat;
	}
	#navigation li li a:hover
	{
		border-top: 1px solid #cfedff;
		border-bottom: 1px solid #cfedff;
		background-color: #fff;
		color: #004f7c;
		text-decoration: none;
	}
/**************************/

#ctl00_logo
{
	background:transparent url("../images/logo.gif") no-repeat top left;
	display:block;
	height:69px;
	margin:0 0 0 20px;
	padding:0px;
	position:relative;
	text-indent:-9999px;
	width:125px;
	z-index:10;
}

/*	#header	*/
#header
{
	clear:both;
    margin:0px;
	padding:0px;
	position:relative;
}
	#header .search
	{
		font-size: .9em;
		width: 324px;
	}
	#header .searchbox
	{
		background: #fff1d8 url("../images/bg_search_left.gif") left top no-repeat;
		color: #fff;
		padding: 0 0 0 21px;
		margin: 57px 0 0 0;
	}
	#header .searchform
	{
		background: #fff1d8 url("../images/bg_search_right.gif") right top no-repeat;
		padding: 4px 0 2px 5px;
	}
	#header .search input
	{
		font-size: 1em;
		width: 105px;
	}
	#header .search input.imgbutton
	{
		margin: 0 16px 0 0;
		width: auto;
	}
	#header .searchbox a
	{
		color: #224e67;
		text-decoration: none;
		background: url("../images/arrow_orange.gif") 0% 3px no-repeat;
		padding: 0 0 0 13px;
		white-space:nowrap;
	}
	#header .searchbox a:hover
	{
		color: #de7c35;
		
	}
	
	#header .graphic_left {
		float:left;
		margin-top:-65px;
		width:642px;
	}

	#header .graphic_right {
		background-color:#fff1d8;
		border-top:1px solid #ffe2cd;
		float:right;
		margin-top:7px;
		padding-top:7px;
		width:326px;
	}
		#header .graphic_right img {
			float:right;
		}
	
	#header .bannerlt
	{
		float:left;
		width: 642px;
	}
	#homepage #header .bannerlt {
		background: transparent url("../images/structure/bg_header_stripe.gif") bottom left repeat-x;
		width: 644px;
	}
/**************************/

/*	#main	*/
#main
{
    background: #fff url("../images/bg_main.gif") left top repeat-y;
    margin: 0;
    padding: 0 0 3px 0;
    width: 968px;
}
	#main a, #content a
	{
		color: #007eb9;
		text-decoration: none;    
	}
	#main a:hover, #content a:hover
	{
		color: #DE7C35;
		text-decoration: underline;    
	}
	#main div.highlight a:link, #main div.highlight a:visited, #main div.highlight a:active {
		color: #fff;
		font-weight: bold;
		padding: 13px 10px 0 10px;
	}
	#main div.highlight a:hover {
		color: #fff;
		text-decoration: none;
	}
/**************************/

#homepage #main
{
    background-image: none;
    
}

/*	sidebar	*/
#sidebar
{
    float: left;
    width: 147px;
    padding: 15px 8px;
    font-size: 0.9em;
	line-height:normal;
}
	#sidebar a
	{
		color: #216d9b;
		
	}
	#sidebar a:hover
	{
		color: #269ad0;
		
	}
	#sidebar ul
	{
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#sidebar ul li
	{
		padding: 4px 0 3px 0;
		margin: 0;
		list-style: none;
	}
	#sidebar ul li ul
	{
		padding: 4px 0 0 15px;
		margin: 0;
		list-style: none;
	}
	#sidebar .sidenav
	{
		padding: 2px 0;
	}
	#sidebar .sidenav a, #sidebar .sidenav li.active li a, #sidebar .sidenav li.selected li a
	{
		text-decoration: none;
		display: block;
		padding: 0 0 0 14px;
		background: url("../images/arrow_orange.gif") 0% 3px no-repeat;
		background: none;
		color: #216d9b;
	}
	#sidebar .sidenav a:hover, #sidebar .sidenav li.selected a,
	#sidebar .sidenav li.active li a:hover, #sidebar .sidenav li.active li.selected a
	{
		text-decoration: none;
		color: #269ad0;
		background: url("../images/arrow_orange.gif") 0% 3px no-repeat;
	}
	#sidebar .sidenav li.active a
	{
		color: #269ad0;
	}
	
	#sidebar li .sidenav
	{
		display: none;
	}
	#sidebar .sidenav li.active .sidenav, #sidebar .sidenav li.selected .sidenav
	{
		display: block;
	}
	#sidebar .sidenav li.active ul, #sidebar .sidenav li.selected ul
	{
		display: block;
	}
/**************************/

#content
{
    float: right;
    width: 805px;
    position: relative;
}

/*	#primary	*/
#primary
{
    float: left;
    width: 592px;
    padding: 15px 15px 20px 25px;
}

	#primary h3
	{
		padding-bottom: 2px;
		background: #fff url("../images/dots_h_gray.gif") left bottom repeat-x;
		margin-bottom: .4em;
	}
		#primary h3 span
		{
			padding-left: 14px;
			display: block;
			background: url("../images/dots_fourorange_lg.gif") no-repeat left 6px;
		}
		#primary h3.formathead
		{
			font-size: 1.1em;    
			background: none;
			clear: both;
			margin-top: 1em;
			margin-bottom: .2em;
		}
	#primary div.expandcollapse
	{
		padding: 5px 8px 5px 8px;
		border: 1px solid #206a9e;
		font-size: .9em;
		margin: 8px 0 1px 0;
		background-color: #e4f5fe;
		float: left;
	}
	#primary div.collapsearea
	{
		padding-bottom: .2em;   
	}
	#primary div.expandcollapse a.expandlink
	{
		background: url("../images/icons/i_collapse.gif") 0% 60% no-repeat; /* preload */
		background: url("../images/icons/i_expand.gif") 0% 60% no-repeat;
		margin-right: 20px;
		padding: 2px 0 2px 18px;
	}
	#primary div.expandcollapse a.collapselink
	{
		background: url("../images/icons/i_expand.gif") 0% 60% no-repeat; /* preload */
		background: url("../images/icons/i_collapse.gif") 0% 60% no-repeat;
		padding: 2px 0 2px 18px;
	}
	#primary div.collapsearea h4
	{
		clear: both;
		min-height: 8px;
		height: 8px;
	}
	#primary div.collapsearea h4 a
	{
		padding-left: 18px;
		color: #224E67;
		/* 
		display: block;
		float: left;
		*/
	}
	#primary div.collapseopen h4 a
	{
		
		background: url("../images/icons/i_expand.gif") left top no-repeat; /* preload */
		background: url("../images/icons/i_collapse.gif") left top no-repeat;
		min-height: 8px;
		height: 8px;
		padding-bottom: 2px;
	}
	#primary div.collapseclosed h4 a
	{
		
		background: url("../images/icons/i_collapse.gif") left top no-repeat; /* preload */
		background: url("../images/icons/i_expand.gif") left top no-repeat;
		min-height: 8px;
		height: 8px;
		padding-bottom: 2px;
	}
	#primary div.collapsearea h4 .addinfo a
	{
		padding-left: 0;
		background: none;
	}
	#primary div.collapsearea h4 a:hover
	{
		color: #DE7C35;
	}
	#primary div.collapsearea .tblreports
	{
		clear: both;
	}
	#primary div.collapseclosed .tblreports
	{
		display: none;
	}
	#primary div.collapseopen .tblreports
	{
		display: table;
	}
	#primary div.collapsearea .addinfo
	{
		position: absolute;
	}	
	#primary ul
	{
		line-height:normal;
	}
	#primary ul li
	{
		background: url("../images/bullet_orange.gif") no-repeat left 8px;
		list-style: none;
		margin:0px;
		padding-left: 8px;
		padding-bottom: 1px;
	}
	#primary ul.linklist
	{
		line-height:normal;
	}
	#primary ul.linklist li
	{
		margin: 4px 0 12px 0;
		clear: both;
	}
	#primary ul.linklist li p
	{
		margin: 0;
		padding: 0;
	}
	#primary ul.listoflinks {
		list-style: none;
		margin: 0 0 10px 0;
	}
		#primary ul.listoflinks li {
			background: none;
			float: left;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		#primary ul.listoflinks li a {
			background:transparent url("../images/arrow_orange.gif") no-repeat scroll 0% 4px;
			margin: 4px 15px 0 0;
			padding:0pt 0pt 0pt 14px;
		}
	#primary ol li
	{
		padding-bottom: 3px;
	}
	#primary .productgrid
	{
		border:0px;
		font-size:11px;
		line-height:normal;
		width: 100%;
		margin: 10px 0;
	}
	#primary .productgrid td
	{
		vertical-align: top;
		padding: 8px 7px 7px 0;
	}
	#primary .productgrid td.lastcol
	{
		padding-right: 0;
	}
	#primary .productgrid td img
	{
		float: left;
		margin-right: 5px;
	}
	#primary .productgrid td a
	{
		text-decoration: none;
	}
	#primary .error, #secondary .error
	{
		color: #F17D29;
	}
	#primary .sitemap li
	{
		font-weight: bold;
		background: none;
		padding-left: 0;
		margin-left: 0;
		margin-top: 8px;
	}
	#primary .sitemap li li
	{
		font-weight: normal;
		background: url("../images/bullet_orange.gif") 1px 5px no-repeat;
		padding-left: 8px;
		margin-left: 2%;
		margin-top: 1px;
	}
/**************************/

/*	.analyst	*/
.analyst #primary .contentblock {
	margin-bottom:10px;
}
/**************************/

/*	#secondary	*/
#secondary
{
    float: right;
    padding: 6px 4px;
    width: 159px;
    overflow: hidden;
}
	#secondary .sidecontent
	{
		margin: 0 0 4px 0;
		padding: 0px 5px;
		background-color: #eff4f7;
	}
	#secondary .contentblock
	{
		padding: 12px 0;
	}
	#secondary .prodsearch
	{
		background-color: #84caf5;
		padding: 4px 10px;
		text-align: center;
	}
		#secondary .prodsearch input
		{
			width: 100px;
			font-size: .9em;
		}
		#secondary .prodsearch input.imgbutton
		{
			width: auto;
		}
	#secondary .contentimg
	{
		text-align: center;
		background-color: #fff;
		padding: 0;
	}
	#secondary h4
	{
		font-size: 1em;
		color: #216d9b;
		padding: 0 0 1px 12px;
		background:transparent url("../images/dots_fourorange.gif") no-repeat left center;
	}
	#secondary p
	{
		padding: 0 0 1px 0;
	}
	#secondary ul, #secondary ul.linklist
	{
		padding: 0;
		margin: 0;
		list-style: none;
		line-height:normal;
	}
	#secondary ul.morelink
	{
		padding-top: 8px;
	}
	#secondary ul li
	{
		padding: 0 0 0 7px;
		margin: 11px 0 0 0;
		background: url("../images/bullet_orange.gif") no-repeat left center;
	}
	#secondary ul.linklist li
	{
		padding: 0 0 1px 0;
		margin: 0;
		background: none;
	}
	#secondary ul.linklist li a
	{
		display: block;
		padding: 0 0 0 14px;
		background: url("../images/arrow_orange.gif") left 6px no-repeat;
	}
	#secondary ul.linklist li a:hover
	{
		display: block;
		padding: 0 0 0 14px;
		background: url("../images/arrow_orange.gif") 0% 4px no-repeat;
	}
/**************************/

#npdlogo
{
    float: right;
    width: 159px;
    text-align:center;
    padding: 25px 12px 10px 0;
}

/*	footer	*/
#footer
{
    text-align: center;
}
	#footer a
	{
		font-weight: bold;
		text-decoration: none;
	}
		#footer a:hover
		{
			color: #52aadf;
			font-weight: bold;
			text-decoration: none;
		}
	#footer .footernav
	{
		color: #52aadf;
	}
	#footer p
	{
		margin: 8px 0 0 0;
	}
/**************************/

/* World Links */
#international {
    float: left;
    list-style: none;
    margin: 6px 0 0 4px;
    padding: 0;
    width: 450px;
}
	#international li {
		display: inline;
		margin: 0;
		padding: 0;
	}
/**************************/

/* PriceWise */
div.highlight {
    background: #7fbde8 url("../images/pricewise_subhdr_bot.gif") bottom left no-repeat;
    text-align: center;
    margin: 10px 2px 20px 2px;
    width: 588px;
}
	div.highlight a {
		background: transparent url("../images/pricewise_subhdr_top.gif") top left no-repeat;
		display: block;
		height: 2.4em;
	}
		div.highlight a img {vertical-align: middle;}
/**************************/

/*	#registration	*/
#registrationForm .required {
	color:#F17D29;
}

#registrationForm .formFieldWrapper {
	margin:0 auto;
	width:90%;
}

#registration_pricing td {
	padding:5px;
}

#registrationForm fieldset {
	-moz-border-radius: 7pt;
	border:1px solid #DADADA;
}

#registrationForm legend {
	color:#64AFD9;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
}
#registrationForm label {
	color:#224E67;
	font-size:12px;
}

#registrationForm input,
#registrationForm select,
#registrationForm textarea {
	display:block;
	margin-bottom:1em;
	width:100%;
}
/**************************/

#sideContactTitle {
	height:17px;
	width:91px;
}

table.center,
td.center {
	text-align:center;
}

td.left {
	text-align:left;
}

tr.alt td {
	background-color:#e1e1e1;
}

tr.summary td {
	background-color:#b5b5b5;
	font-weight:bold;
}

table.contactinfo {
	border:0px;
	color:inherit;
}

table.contactinfo td {
	padding:0px;
	white-space:nowrap;
}

table.contactinfo td.content {
	width:100%;
}

#primary table.contactinfo td.content {
	font-size:inherit;
}
/* ---------------------- Bluewax nav ---------------------- */
.blue #waxcontainer{position:relative;height:48px;background:#69BEEE;width:100%;font-family:"Trebuchet MS",Arial,Verdana,Helvitica,sans-serif;}
.blue #waxnav{position:relative;height:25px;font-size:11px;background:#fff url(../images/wax/bluewax_bottom.gif) repeat-x bottom left;width:100%;}
.blue #waxnav ul{margin:0px;padding:0 0 4px 0;list-style-type:none;width:auto;float:right;}
.blue #waxnav ul li{display:block;float:left;margin:0 1px;background:none;padding:0;}
.blue #waxnav ul li a{display:block;float:left;color:#003858;text-decoration:none;padding:0 0 0 12px;height:21px;line-height:195%;}
.blue #waxnav ul li a span{padding:0 12px 0 0;}
.blue #waxnav ul li a:hover,.blue #waxnav ul li a.selected{color:#fff;background:#1D6893 url(../images/wax/bluewax_navtopleft.gif) no-repeat top left;}
.blue #waxnav ul li a:hover span,.blue #waxnav ul li a.selected span{display:block;width:auto;background:#1D6893 url(../images/wax/bluewax_navtopright.gif) no-repeat top right;}