/* CSS Document */

body {
	margin: 0;
}

#navigation {
	float: left;
	height: 22px;
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	
}

#navigation ul {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	height: 22px;
}

#navigation li {
	float: left;
	font-weight: bold; /* font properties added to fool IE */
	padding: 0;
	margin-right: 10px;
	list-style: none;		
}

#navigation li a {
	margin: 0;
	padding: 0;
	border: 0px;
	height: 22px;
	display: block;
}

#navigation li a:hover
{
	color: #7eccff;
}

#navigation li a span { 
	display: none;
}

#navigation li#about {
	background-image:url(../gfx/buttons/hp-about-btn0.gif);
	width: 82px;
}

#navigation li#about a:hover {
	background-image:url(../gfx/buttons/hp-about-btn1.gif);
	width: 82px;
}

#navigation li#sbr {
	background-image: url(../gfx/buttons/hp-resources-btn0.gif);
	width: 172px;
}

#navigation li#sbr a:hover {
	background-image: url(../gfx/buttons/hp-resources-btn01.gif);
	width: 172px;
}


#navigation li#catalogue {
	background-image: url(../gfx/buttons/hp-catalogue-btn0.gif);
	width: 124px;
}

#navigation li#catalogue a:hover {
	background-image: url(../gfx/buttons/hp-catalogue-btn1.gif);
	width: 124px;
}

#navigation li#updates {
	background-image: url(../gfx/buttons/hp-updates-btn0.gif);
	width: 93px;
}

#navigation li#updates a:hover {
	background-image: url(../gfx/buttons/hp-updates-btn1.gif);
	width: 93px;
}

#navigation li#newsletter {
	background-image: url(../gfx/buttons/hp-newsletter-btn0.gif);
	width: 114px;
}

#navigation li#newsletter a:hover {
	background-image: url(../gfx/buttons/hp-newsletter-btn1.gif);
	width: 114px;
}

#navigation li#faq {
	background-image:url(../gfx/buttons/hp-faq-btn0.gif);
	width: 54px;
}

#navigation li#faq a:hover {
	background-image:url(../gfx/buttons/hp-faq-btn1.gif);
	width: 54px;
}

#navigation li#subscribe {
	background-image:url(../gfx/buttons/hp-subscribe-btn0.gif);
	width: 91px;
}

#navigation li#subscribe a:hover {
	background-image:url(../gfx/buttons/hp-subscribe-btn1.gif);
	width: 91px;
}

/* drop downs */

#navigation li ul { 
	position: absolute;
	z-index: 20;
	margin: 0;
	width: 160px;
	padding: 0;
	left: -999em; 
	font-size: 1em !important;
	background: #000;
	color: #2cabff;
}

#navigation li ul li {
	margin: 0;
	padding: 0;
	width: 150px !important;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}

#navigation li:hover ul, 
#navigation li li:hover ul, 
#navigation li.sfhover ul, 
#navigation li li.sfhover ul { 
	left: auto;
}

*:first-child+html #navigation li:hover, 
*:first-child+html #navigation li li:hover, 
*:first-child+html #navigation li.sfhover, 
*:first-child+html #navigation li li.sfhover { 
	left: auto;
	position: static;
}

#navigation li ul li a {
	padding: 0 0 0 15px;
	line-height: 20px;
	display: block;
	margin: 0;
	height: 20px;
	font-weight: normal;
	background: #000 !important;
	color: #2CABFF !important;
	text-decoration: none;
	border: 1px solid #7eccff;
	width: 480px !important;
}

#navigation li ul li a:hover {
	border: solid 1px #ff994a;
	color: #7eccff !important;
}

/*___-THIRD LEVEL NAV ____*/

#navigation li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 497px !important;
	margin: -42px 0 0 480px;
	font-size: 1em
}

#navigation li ul li ul li a {
	padding: 0 0 0 15px;
	line-height: 20px;
	display: block;
	margin: 0;
	height: 20px;
	font-weight: normal;
	color: #2cabff !important;
	background: #000 !important;
	text-decoration: none;
	border: 1px solid #7eccff;	
	width: 500px !important;
}

#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
	left: -999em;
}



#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#flash
{
	background-image: url(../gfx/hp-scroll.jpg);
	width: 1280px;
	height: 154px;
}

.intro_text
{
	color: #f4f4f4;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	line-height: 12px;
	padding-left: 43px;
}

.font12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px !important;
}