@charset "UTF-8";
/* CSS Document */


/* -- BEGIN GLOBAL ELEMENTS --*/
body,td,th {
	font-family: "Frutiger", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #010206;
}

body {
	background-color: #292929;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0;
}

h1 {
	font-family: "Frutiger", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #fa8212;
	margin: 20px 0px 10px 0px;
}

h2 {
	font-family: "Frutiger", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 10px 0px 10px 0px;
}

h3 {
	font-family: "Frutiger", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fa8212;
	margin: 10px 0px 10px 0px;
}

p {
	line-height: 140%;
	margin: 5px 0px 15px 0px;
}

a, a:active, a:visited {
	color: #fa8212;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* -- END GLOBAL ELEMENTS --*/


/* -- BEGIN STRUCTURAL ELEMENTS -- */
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}

#header {
	width: 950px;
	position: relative;
	margin: 0;
}

#center {
	width: 950px;
	min-height: 520px;
	background-image: url(images/npe_body_bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	margin: 0;
}

#centerSplash {
	width: 950px;
	height: 671px;
	background-image: url(images/npe_splash_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	margin: 0;
}

#centerHome {
	width: 950px;
	height: 671px;
	background-image: url(images/npe_home_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	margin: 0;
}

#left {
	width: 207px;
	min-height: 300px;
	float: left;
	border: 0;
	margin: 0;
	padding: 0px 0px 0px 14px;
	overflow: hidden;
}

#leftnav {
	width: 197px;
	min-height: 200px;
	background: url(images/nav_bg.jpg);
	background-repeat: repeat-y;
}

#navbase {
	width: 197px;
	height: 21px;
	background:url(images/nav_base.jpg);
	background-repeat:no-repeat;
}

#right {
	width: 680px;
	float: right;
	padding: 0;
	margin: 0px 30px 0px 0px;
	border: 0;
}

#flash {
	width: 670px;
	margin: 0;
	padding: 0px;
	background-color: #e1e0e0;
	border: 1px solid #999;
}

#video {
	width: 650px;
	min-height: 200px;
	margin: 0;
	padding: 15px;
	background-color: #e1e0e0;
	border: 1px solid #999;
}

#software {
	width: 680px;
	min-height: 135px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #fdbc2f;
}

#hardware {
	width: 680px;
	min-height: 135px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #fc8c11;
}

#center_base {
	width: 950px;
	height: 19px;
	background-image: url(images/npe_body_base.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0;
}
/* -- END STRUCTURAL ELEMENTS -- */


/* -- BEGIN NAVIGATION ROLLOVERS -- */

/* -- adds spacing at top and bottom of navigation bar -- */
#nav_spacer {
	height: 10px;
}

/* -- line between navigation titles -- */
#nav_divider {
	height: 11px;
	width: 166px;
	margin: 0px 0px 0px 14px;
	background: url(images/nav_divider.gif) 0px -2px no-repeat;
}

/* -- alternate text in case images do not display -- */
.nav_text {
	display: none;
	color: #FFF;
}

/* -- home button -- */
#nav_home a {
	width: 166px;
	height: 30px;
	margin: 0px 0px 0px 14px;
	display: block;
	background: url(images/nav_home.gif) 0px -30px;
}
#nav_home a:hover {background: url(images/nav_home.gif) 0px 0px;}
#nav_home a:active {background: url(images/nav_home.gif) 0px 0px;}

/* -- details button -- */
#nav_details a {
	width: 166px;
	height: 30px;
	margin: 0px 0px 0px 14px;
	display: block;
	background: url(images/nav_details.gif) 0px -30px;
}
#nav_details a:hover {background: url(images/nav_details.gif) 0px 0px;}
#nav_details a:active {background: url(images/nav_details.gif) 0px 0px;}

/* -- newsroom button -- */
#nav_newsroom a {
	width: 166px;
	height: 30px;
	margin: 0px 0px 0px 14px;
	display: block;
	background: url(images/nav_newsroom.gif) 0px -30px;
}
#nav_newsroom a:hover {background: url(images/nav_newsroom.gif) 0px 0px;}
#nav_newsroom a:active {background: url(images/nav_newsroom.gif) 0px 0px;}

/* -- videos button -- */
#nav_videos a {
	width: 166px;
	height: 30px;
	margin: 0px 0px 0px 14px;
	display: block;
	background: url(images/nav_videos.gif) 0px -30px;
}
#nav_videos a:hover {background: url(images/nav_videos.gif) 0px 0px;}
#nav_videos a:active {background: url(images/nav_videos.gif) 0px 0px;}

/* -- products button -- */
#nav_products a {
	width: 166px;
	height: 30px;
	margin: 0px 0px 0px 14px;
	display: block;
	background: url(images/nav_products.gif) 0px -30px;
}
#nav_products a:hover {background: url(images/nav_products.gif) 0px 0px;}
#nav_products a:active {background: url(images/nav_products.gif) 0px 0px;}

/* -- product matrix button -- */
#nav_productmatrix a {
	width: 166px;
	height: 25px;
	margin: 0px 0px 0px 14px;
	display: block;
	background: url(images/nav_productmatrix.gif) 0px -25px;
}
#nav_productmatrix a:hover {background: url(images/nav_productmatrix.gif) 0px -1px;}
#nav_productmatrix a:active {background: url(images/nav_productmatrix.gif) 0px -1px;}

/* -- product listing button -- */
#nav_productlisting a {
	width: 166px;
	height: 25px;
	margin: 0px 0px 0px 14px;
	display: block;
	background: url(images/nav_productlisting.gif) 0px -25px;
}
#nav_productlisting a:hover {background: url(images/nav_productlisting.gif) 0px -1px;}
#nav_productlisting a:active {background: url(images/nav_productlisting.gif) 0px -1px;}

/* -- product xDNA -- */
#nav_productxdna a {
	width: 166px;
	height: 25px;
	margin: 0px 0px 0px 14px;
	display: block;
	background: url(images/nav_xdna.gif) 0px -25px;
}
#nav_productxdna a:hover {background: url(images/nav_xdna.gif) 0px -1px;}
#nav_productxdna a:active {background: url(images/nav_xdna.gif) 0px -1px;}

/* -- contact button -- */
#nav_contact a {
	width: 166px;
	height: 30px;
	margin: 0px 0px 0px 14px;
	display: block;
	background: url(images/nav_contact.gif) 0px -30px;
}
#nav_contact a:hover {background: url(images/nav_contact.gif) 0px 0px;}
#nav_contact a:active {background: url(images/nav_contact.gif) 0px 0px;}

/* -- meeting button -- */
#nav_meeting a {
	width: 166px;
	height: 30px;
	margin: 0px 0px 0px 14px;
	display: block;
	background: url(images/nav_meeting.gif) 0px -30px;
}
#nav_meeting a:hover {background: url(images/nav_meeting.gif) 0px 0px;}
#nav_meeting a:active {background: url(images/nav_meeting.gif) 0px 0px;}

/* -- register button -- */
#nav_register a {
	width: 197px;
	height: 150px;
	margin: 0px 0px 20px 0px;
	display: block;
	background: url(images/nav_register.jpg) 0px -150px;
}
#nav_register a:hover {background: url(images/nav_register.jpg) 0px 0px;}
#nav_register a:active {background: url(images/nav_register.jpg) 0px 0px;}

/* -- xrite.com button -- */
#nav_xritecom a {
	width: 197px;
	height: 25px;
	margin: 0px 0px 20px 0px;
	display: block;
	background: url(images/xritedotcom.gif) 0px -24px;
}
#nav_xritecom a:hover {background: url(images/xritedotcom.gif) 0px 0px;}
#nav_xritecom a:active {background: url(images/xritedotcom.gif) 0px 0px;}

/* -- invisible button in header for x-rite pantone logo -- */
#nav_xritepantone a {
	width: 170px;
	height: 80px;
	margin: 0px 0px 0px 0px;
	background:url(images/blank.gif);
	border: 0;
	color: #000;
	position: absolute;
	right: 20px;
	z-index: 10;
}

/* -- invisible button in header for event logo -- */
#nav_npe a {
	width: 150px;
	height: 150px;
	margin: 0px 0px 0px 0px;
	background:url(images/blank.gif);
	border: 0;
	color: #000;
	position: absolute;
	left: 35px;
	z-index: 10;
}
/* -- END NAVIGATION ROLLOVERS -- */


/* -- BEGIN FOOTER ELEMENTS -- */
#footerWrap {
	width: 950px;
	margin: 0px 0px 0px 0px;
	color: #949393;
	text-align: center;
}

#twitter {
	width: 220px;
	margin: 0px 0px 0px 10px;
	float: left;
	border: 0;
}

#footer {
	width: 730px;
	margin: 0px 0px 0px 220px;
	color: #949393;
	text-align: center;
}

#footer a, a:visited a:active {
	color: #949393;
	text-decoration: none;
}

#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
/* -- END FOOTER ELEMENTS -- */


/* -- HOME & SPLASH PAGE STYLES -- */
#homeVideo {
	width: 380px;
	height: 236px;
	margin: 0 auto;
	background:url(images/blank.gif);
	border: 0;
	position: absolute;
	left: 380px;
	top: 136px;
}

#nav_prod1 a {
	width: 80px;
	height: 120px;
	margin: 0 auto;
	background:url(images/blank.gif);
	border: 0;
	position: absolute;
	left: 440px;
	top: 400px;
	color: #FFF;
}

#nav_prod2 a {
	width: 110px;
	height: 120px;
	margin: 0 auto;
	background:url(images/blank.gif);
	border: 0;
	position: absolute;
	left: 520px;
	top: 400px;
	color: #FFF;
}

#nav_prod3 a {
	width: 110px;
	height: 120px;
	margin: 0 auto;
	background:url(images/blank.gif);
	border: 0;
	position: absolute;
	left: 630px;
	top: 400px;
	color: #FFF;
}

#requirements p {
	text-align: center;
	color: #999;
	width: 380px;
	height: 50px;
	margin: 0 auto;
	border: 0;
	position: absolute;
	left: 380px;
	top: 395px;
}
	

#enter a {
	width: 97px;
	height: 27px;
	margin: 0 auto;
	background: url(images/button_enter.png);
	border: 0;
	position: absolute;
	left: 520px;
	top: 455px;
	color: #000;
}

/* IE PNG FIX */
div, img, ul, li, span, a { 
    behavior: url(iepngfix.htc); 
}



/* -- FORM ELEMENTS --*/
.formInput {
	width:200px;
	height: 20px; 
	border: 1px solid #000; 
	color: black;
	margin: 5px 0px 5px 10px;
}

.formZip {
	width:50px;
	height: 20px; 
	border: 1px solid #000; 
	color: black;
	margin: 5px 0px 5px 10px;
}

.formTextArea { 
	border: 1px solid #000; 
	color: black;
	margin: 5px 0px 5px 10px;
	font-family: "Frutiger", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.formDropdown { 
	height: 20px;
	width: 100px;
	margin: 5px 0px 5px 10px;
	border: solid 1px #000
}

.formCheckbox {
	margin: 10px 0px 5px 10px;
	padding: 5px 0px 5px 0px;
}

.formMessage {
	margin: 5px 0px 5px 10px;
}

.goicon{
	margin: 5px 0px 0px 8px;
}
