@charset "utf-8";

/******************/
/* nec colours    */
/*                */
/* d blue #28489f */
/* green  #009933 */
/* l blue #059cc2 */
/* red    #dc1d20 */
/* yellow #fdaf17 */
/* grey   #666666 */
/******************/

img {
	border-width:0px;
}
P {
	color:#000000;
	margin:0px;
}
body {
	font-family:  Arial, Helvetica, sans-serif;
	padding:0px;
	margin: 0px;
	background-color:#ffffff;
}
#container {
	width:779px;
	/* background: url('../images/layout/page_split.jpg') repeat-y; */
	margin: 0;
	padding: 0;
}
#subheader {
	background: #FFF;
}
#pixel { background:#FFF; height: 1px; }

/*********************************************************************
  Header Styles
*********************************************************************/

#header, #footer {
	clear: both;
	width: 780px;
	background: #FFF;
}
#header {
	padding: 0px;
	margin: 0px;
}
#footer {
	height: 26px;
	margin-top: 0px;
	padding-bottom: 2px;
}
/* HACK WARNING: space between header and content to be worked out*/
#nf-header {
	font-size: 75%;
	height: 60px;
	width: 100%;
}
#nf-header h1 {
	width: 260px;
	margin: 0;
	padding: 0;
	float: left;
}
.nf-h-logo img { 
	position:relative;
	top:19px;
	left:20px;
}
.nf-hright {
	color: #666666;
	width: 520px;
	padding: 6px 0 0 0;
	float: right;
}
.nf-hright p {
	clear: both;
}
.nf-hright div {
	clear: both;
}
.nf-hright ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.nf-hright ul li {
	color: #666666;
	float: left;
}
.nf-cname {
	font-weight: bold;
	font-size: 110%;
}
.nf-hlink {
	font-size: 80%;
}
.nf-hlinkother {
	font-size: 80%;
	background-image:url('../images/nec-images/arrow_header.gif');
	background-repeat:no-repeat;
	background-position:left center;
	padding:0px;
	margin-left: 14px;
}
.nf-hright ul li a, .nf-hright ul li span {
	margin: 6px 0 0 12px;
	display: block;
}
.nf-hright ul li.nf-cname span {
	margin: 3px 2px 0 12px;
}
.nf-hright input {
	width: 80px;
	height: 1.3em;
	padding: 3px 2px 0 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 18px;
}
#searchBox a {
	display: inline;
	margin: 0px;
	padding-top: -10px;
}
* html body #searchBox {
	margin-top: -2px;
}
.nf-hright .nf-hbtn {
	margin: 0 0 1px 6px;
	padding: 2px 2px 1px 2px;
	width: 134px;
}
*html .nf-hright form input.nf-hbtn {
	/* \*/

	padding: 4px 0 1px 0;
	margin-bottom: 0px;/* WinIE */

}
/*________________ Styles ________________ */
#nf-header a:link {
	color:#3366ff;
	text-decoration:none;
}
#nf-header a:visited {
	color:#800080;
	text-decoration:none;
}
#nf-header a:hover {
	color:#6699ff;
	text-decoration:underline;
}
#nf-header a:active {
	color:#363636;
	text-decoration:underline;
}
#Template__ctl7_quickSearch {
	font-size:75%;
	margin-right: 6px;
	margin-bottom: 3px;
}

/*********************************************************************
  Breadcrumb Styles
*********************************************************************/

#necbread {
	font-size: 0.7em;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 7px;
	padding-left: 10px;
	height: 23px;
	background: #28489f;
}
/*________________ Styles ________________ */
#necbread a {
	color: #FFFFFF;
	text-decoration: none;
}
#necbread a:hover {
	color: #ccc;
}

/*********************************************************************
  Side Menu Styles
*********************************************************************/

div#sidemenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	float: left;
	margin: 0;
	padding: 0;
	width: 208px;
	/* background: #059cc2; */
}

div#sidemenu .head {
	padding: 2px 0 2px 5px;
	width: 202px;
}

/* default ul tag style for this menu - you probably won't need to change this */

div#sidemenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
/* default li tag style for this menu - you probably won't need to change this */

div#sidemenu ul li {
	/*float:left;
	width:100%;*/
	margin:0;
	padding: 0;
	color: #FFFFFF;
}

/* change the padding styles, but exercise some caution with different browsers*/					

div#sidemenu a {
	display:block;
	text-decoration:none;
	padding: 6px 0;
}
/* style for the menu bullets */

div#sidemenu a SPAN {
	float:left;
	/*height:1.5em;*/
	width:8px;
	/*margin-bottom: 10px;*/
}
/* HACK WARNING */
head:first-child+body div#sidemenu a SPAN {
	margin-bottom: 0px;
}
/*________________ Styles ________________ */
#sidemenu			{}
#sidemenu a			{color:#fff; font-size:0.9em;}
#sidemenu a:hover	{color:#fff;}

/* L0 is blue */
#sidemenu .headBlue			{color:#fff; background:#28489f; font-weight:bold; padding: 6px 0;}
#sidemenu a.L0				{color:#28489f}	
#sidemenu a.L0 SPAN.hc		{}  

#sidemenu a.L0sel			{background:#28489f;}				
#sidemenu a.L0sel SPAN.hc	{} 
#sidemenu a.L0sel:hover		{}					


#sidemenu a.L0:hover			{color: #fff; background:#28489f;}
#sidemenu a.L0:hover SPAN.hc	{}  

/* L1 is green */
#sidemenu .headGreen		{color:#fff; background:#009933; font-weight:bold; padding: 6px 0;}
#sidemenu a.L1				{color: #009933;}	
#sidemenu a.L1 SPAN.hc		{}  

#sidemenu a.L1sel			{background:#009933; font-weight:bold;}			
#sidemenu a.L1sel SPAN.hc	{} 
#sidemenu a.L1sel:hover		{}					


#sidemenu a.L1:hover			{color: #fff; background:#009933;}
#sidemenu a.L1:hover SPAN.hc	{} 

/* L2 is orange */
#sidemenu .headOrange		{color:#fff; background:#fdaf17; font-weight:bold; padding: 6px 0;}
#sidemenu a.L2				{color: #fdaf17;}	
#sidemenu a.L2 SPAN.hc		{}  

#sidemenu a.L2sel			{background:#fdaf17; font-weight:bold;}			
#sidemenu a.L2sel SPAN.hc	{} 
#sidemenu a.L2sel:hover		{}					


#sidemenu a.L2:hover			{color: #fff; background:#fdaf17;}
#sidemenu a.L2:hover SPAN.hc	{} 

#sidemenu .headRed		{color:#fff; background:#dc1d20; font-weight:bold; padding: 6px 0;}

/*________________ Scroller ________________ */

marquee {
	border:solid #009933;
	border-width:0px 1px;  
	margin-left:10px;
	height: 180px;
	width: 185px;
	background: #FFFFFF;
}
#scrollerMain a {
	color: #000000;
}
#scrollerHeader {
	color:#009933; 
	font-weight: bold; 
	background:url('../images/layout/scroller-header.jpg') no-repeat; 
	height: 20px; 
	text-align:center; 
	width: 187px;
	padding-top: 10px;
	margin-left: 10px; 
}
.scrollerMain {
	color:#333333; 
	font-family:Tahoma; 
	font-size:10; 
	font-weight:normal;
	width: 180px;
	padding: 4px;
	border-bottom: 1px dotted #06347A;
}
#scrollerFooter {
	color:#9dbb0c; 
	font-weight: bold; 
	background:url('../images/layout/scroller-footer.jpg') no-repeat; 
	height: 18px; 
	text-align:center; 
	width: 187px;
	margin-left: 10px; 
}

/*********************************************************************
  Main Content Styles
*********************************************************************/

#maincontent {
	margin: 0 0 0 237px;
}
#maincontent a {
	color: #0000EE;
	text-decoration: none;
}
#maincontent div {
	font-size: 0.9em;
	line-height: 1.2em;
}
#special {
	width: 541px;
	font-size: 0.9em;
}
#special .specialHeaderBlue {
	background: #28489f;
	height: 23px;
	color:#FFF;
	padding: 6px 0 0 15px;
	font-weight: bold;
	font-size: 14px;
}
#special .specialHeaderGreen {
	background: #009933;
	height: 23px;
	color:#FFF;
	padding: 6px 0 0 15px;
	font-weight: bold;
	font-size: 14px;
}
#special .specialHeaderOrange {
	background: #fdaf17;
	height: 23px;
	color:#FFF;
	padding: 6px 0 0 15px;
	font-weight: bold;
	font-size: 14px;
}
#special .specialHeaderRed {
	background: #dc1d20;
	height: 23px;
	color:#FFF;
	padding: 6px 0 0 15px;
	font-weight: bold;
	font-size: 14px;
}
#special .specialMain {
	/*background: #fff;*/
	color: #28489f;
	padding: 5px 0;
	position:relative;
}
#special .specialMainProducts {
	background: #fff;
	color: #28489f;
	padding: 5px 0;
	position:relative;
	height: 180px;
	font-size: 0.8em;
	text-align: center;
}
#special .specialMain img.leftImg {
	margin: 0px 5px 0px 0px;
}
#special .specialMain img.rightImg {
	margin: 0px 0px 0px 5px;
}

#prod1 { position:absolute; top: 0px; left: 0px; }
#prod1 img { padding-bottom: 25px; }
#prod2 {
	position:absolute;
	top: 0px;
	left: 188px;
}
#prod3 {
	position:absolute;
	top: 0px;
	left: 376px;
}

/*********************************************************************
  Footer Styles
*********************************************************************/

#nf-f-area {
	position:relative;
	border:solid #9a9899 0;
	border-top-width:1px;
	clear:both;
}
#nf-f-area div.nf-f-copyright {
	width:315px;
	position:absolute;
	top:25px;
	left:14px;
}
#nf-f-area div.nf-f-link {
	margin:0;
}
#nf-f-area div.nf-f-link ul {
	margin:0;
	float:left;
	display:block;
}
#nf-f-area div.nf-f-link ul li {
	font-size:70%;
	float:left;
	background-image:url('../images/nec-images/arrow.gif');
	background-repeat:no-repeat;
	background-position:left center;
	margin:1px 0 6px 10px;
	padding:0 0 0 9px;
	list-style-type:none;
	line-height:2;
}
#nf-f-area div.nf-f-link ul li a {
	padding-bottom:2px;
	text-decoration:none;
}
#nf-f-area div.nf-f-link ul li a:link {
	color:#9a9899;
	text-decoration:none;
}
#nf-f-area div.nf-f-link ul li a:visited {
	color:#551a8b;
	text-decoration:none;
}
#nf-f-area div.nf-f-link ul li a:active, #nf-f-area div.nf-f-link ul li a:hover {
	text-decoration:underline;
}
#nf-f-area div.nf-f-right {
	position:absolute;
	top:5px;
	left:690px;
}

/*********************************************************************
  Additional Styles
*********************************************************************/
#competition {
	margin-top: 25px;
	padding: 5px;
	font-size: 0.9em;
	background: url(/images/competition/bcs-comp.jpg) no-repeat;
	width: 210px;
	height: 125px;
	position: relative;
}
#competition form { padding: 0; margin: 0; position: absolute; bottom: 8px; left: 2px; }
#competition input.smaller { font-size: 0.8em; border: none; height: 13px; width: 150px; }
#competition input.compbtn { position: relative; top: -5px; }

form.comp input, form.comp select {
	font-size: 0.9em;
}
table.comp th {
	text-align: left;
	font-size: 1.0em;
	background: #28489f;
	color: #FFFFFF;
	padding: 4px;
}

sup,
sub {
		height: 0;
		line-height: 1;
		vertical-align: baseline;
		_vertical-align: bottom;
		position: relative;
}

sup		{ bottom: 1ex; }
sub		{ top: .5ex; }
.red { color: #ff0000; border: #FF0000 solid; border-width: 1px; }

.small { font-size: 0.8em; color:#28489f; }