/* @override http://neurostream.fn.mac/css/base.css */

/* @group Basics */

/* Remove padding and margin */
html, body, 
h1, h2, h3, h4, h5, h6, 
ul, ol, dl, li, dt, dd, 
div, p, blockquote, pre, form, fieldset, 
table, th, td { 
	margin: 0;
	padding: 0;
	}

/* Put margin back on certain elements */
h2, h3, h4, h5, h6, 
p, blockquote, pre, form, fieldset, 
table, ul, ol {
	margin: 1em 0 0;
	}
blockquote {
	margin-left: 2em;
	}

/* Remove border around linked images */
img, a img, :link img, :visited img {
	border: none;
	}
:focus {
    outline:0;
    }

/* Typography */

html {
	font-size: 100.01%;
	height: 100%;
	}
body {
	background: #FFF;
	color: #333;
	font: 84%/1.5 Helvetica,Arial,sans-serif;
	height: 100%;
	padding: 0;
	text-align: center;
	}
body * {
	font-size: 1em;
	}

/* @end */

/* @group Headings */

body h1 {
	color: #00adee;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.1;
	text-transform: uppercase;
	}
h1 em {
	text-transform: none;
	}
body h2 {
	background: transparent url(/img/bg/bg-subtitle.png) 0 0 no-repeat;
	clear: right;
	color: #444;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.1;
	margin: 1.5em 0 .75em -12px;
	padding: 12px 0 0 12px;
	}

body h3 {
	color: #444;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.1;
	margin: 1.5em 0 .75em;
	}

body h4 {
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.1;
	margin: 1.25em 0 .75em;
	}

/* @end */

/* @group Links */

a:link {
	border-bottom: 1px solid #DDD;
	color: #0094cc;
	text-decoration: none;
	}
a:visited {
	border-bottom: 1px solid #DDD;
	color: #000;
	text-decoration: none;
	}
a:hover, a:active {
	border-bottom: 1px solid #0094cc;
	color: #0094cc;
	text-decoration: none;
	}

/* @end */

/* @group Elements */

/* Tables */

table {
	border-spacing: 0;
	border-collapse: collapse;
	}

tr {
	vertical-align: top;
	}

th {
	text-align: left;
	}

/* Lists */

ul {
	padding: 0 0 0 1.4em;
	}
ul ul {
	margin: .25em 0 .75em;
	}
ol {
	padding: 0 0 0 2em;
	}

li {
	margin: 0 0 .25em;
	}

/* @end */

/* @group CLASSes */

/* See contribute.css for user class */

.nowrap {
	white-space: nowrap;
	}

.clear {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	}

.clearPrev {
	clear: both;
	}

.topReset {
	margin-top: 0;
	}

.required, div.error, p.error, span.error, label.error { font-weight: bold; color: #D90E00; }
input.error, textarea.error { border: 3px solid #D90E00 !important; }

.textblock {
	margin: 1em 0;
	}

.doctype {
	color: #666;
	font-size: .85em;
	}

.noborder, a.noborder {
	border: none;
	}

.hide {
	display: none;
	}

.col2 {
	float: left;
	margin-right: 30px;
	padding: 0 0 20px;
	width: 440px;
	}
.withMenu .col2 {
	width: 350px;
	}
.withSidebar .col2 {
	margin-right: 25px;
	width: 330px;
	}
.lastCol {
	margin-right: 0 !important;
	}
#gen .col2 {
	position: relative;
	}

.odd {
	background: #F4EBD7;
	}

form .leftlabel label {
	display: block;
	float: left;
	line-height: 1.1;
	width: 8em;
	}
form .toplabel label {
	display: block;
	}
form ul {
	list-style: none;
	padding: 0;
	}
form li label {
	margin-left: .5em;
	}

form div {
	margin: 1em 0 0;
	}
form fieldset {
	margin: 0;
	padding: 1em 0;
	border: none;
	border-bottom: 1px solid #A0DFF6;
	}
form fieldset p {
	margin: 0 0 .5em;
	}
form .condition {
	font-weight: bold;
	margin-bottom: 1em;
	}

a.button {
	border: 4px solid #DFDFDF;
	color: #D90E00 !important;
	display: block;
	font-size: 1.2em;
	line-height: 1;
	padding: 4px;
	text-align: center;
	}


/* @end */

/* @group Layout */

#page {
	background: #e6f6fb url(/img/bg/bg-html.png) 0 0 repeat-x;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 960px;
	z-index: 1;
	}

#main {
	background: transparent url(/img/bg/bg-main.png) 0 0 no-repeat;
	padding: 1px 0 0;
	position: relative;
	width: 960px;

	min-height: 400px;
	height: auto !important;
	height: 400px;
	}

#right {
	display: none;
	}

/* @end */

/* @group Header */

#header {
	height: 90px;
	overflow: visible;
	position: relative;
	width: 960px;
	}
#logo {
	position: absolute;
	top: 18px; left: 45px;
	}
#logo a {
	border: none;
	}

/* @end */

/* @group Content */

#content {
	margin: 40px 75px 0 325px;
	position: relative;
	}


/* @end */

/* @group Footer */

#footer {
	clear: both;
	font-size: .85em;
	padding: 60px 30px 20px 0;
	text-align: right;
	}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#footer li {
	display: inline;
	margin: 0 0 0 16px;
	padding: 0;
	}
#footer a:link, #footer a:visited {
	color: #333;
	}
#footer a:hover {
	color: #0094cc;
	}

/* @end */

/* @group Utils */

#util {
	position: absolute;
	top: 18px;
	left: 345px;
	width: 585px;
	}

#util ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	}

#util li {
	display: inline;
	font-size: .85em;
	margin: 0 0 0 14px;
	padding: 0;
	}

#util li a {
	border-bottom: none;
	color: #333;
	}

#util li a:hover, #util li a.select {
	border-bottom: none;
	color: #00adee;
	}

/* @end */

/* @group Nav */

#nav {
	position: absolute;
	top: 49px;
	left: 345px;
	width: 585px;
	}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	}

#nav li {
	display: inline;
	font-size: .9em;
	letter-spacing: 1px;
	margin: 0 0 0 40px;
	padding: 0;
	text-transform: uppercase;
	}

#nav li a {
	border-bottom: none;
	color: #333 !important;
	}
#nav li.select a, #nav li a:hover {
	color: #0094cc !important;
	}

#about #b_about a,
#products #b_products a,
#news #b_news a,
#careers #b_careers a,
#contact #b_contact a {
	color: #0094cc !important;
	}

/* @end */

/* @group SubNav */


#subnav {
	float: left;
	margin: 40px 0 0 45px;
	width: 235px;
	}

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#subnav li {
	font-size: .9em;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0 1em;
	padding: 0;
	}

#subnav li a {
	border-bottom: none;
	color: #666;
	}

#subnav li a:hover,
#subnav li.select a {
	color: #0094cc;
	text-decoration: none;
	}

/* Submenu */

#subnav ul ul {
	margin: 0 0 0 1em;
	padding: 0;
	}
#subnav ul ul li {
	margin: .5em 0 0;
	padding: 0;
	}
#subnav ul ul a {
	padding: 0;
	}
#subnav ul li.select ul a {
	color: #666;
	}
#subnav ul li.select ul li.select a {
	color: #0094cc;
	}


/* @end */


/* @group Misc */

table.illustration {
	margin: 1em auto;
	}
table.illustration th {
	background: #FFF;
	border: 1px solid #A0DFF6;
	border-bottom: none;
	text-align: center;
	}
table.illustration td {
	background: #FFF;
	border: 1px solid #A0DFF6;
	border-top: none;
	padding: 10px;
	}

table.data {
	margin: 1em auto;
	}
table.data th {
	background: #00ADEE;
	border: 1px solid #A0DFF6;
	color: #FFF;
	line-height: 1.1;
	padding: 8px;
	text-align: center;
	}
table.data td {
	border: 1px solid #A0DFF6;
	padding: 10px;
	}
table.data ul {
	margin: 0;
	}


/* news list */
select#year {
	padding-right: 1em;
	}
dl.news {
	line-height: 1.2;
	margin: 1em 0 0;
	position: relative;
	}
dl.news dt {
	display: inline;
	float: left;
	padding: 6px 0 6px 5px;
	position: relative;
	text-align: right;
	width: 10em;
	}
 
dl.news dt a {
	border: none !important;
	color: #333 !important;
	}
dl.news dd {
	padding: 6px 5px 6px 11em;
	}

/* @end */



@media print {

body {
	background: #FFF;
	color: #000;
	font-size: 11pt;
	line-height: auto;
	text-align: left;
	}

a {
	border-bottom: none !important;
	color: #000 !important;
	text-decoration: none !important;
	}

#page {
	background: none;
	width: auto;
	}
#main {
	background: none;
	padding: 0;
	height: auto !important;
	min-height: 0;
	width: auto;
	}

#util, #nav, #subnav, .back, .more {
	display: none;
	}

#header {
	height: auto;
	width: auto;
	}

#logo {
	margin: 0 0 2em;
	position: relative;
	top: 0; left: 0;
	}

#content {
	margin: 0;
	}

#footer {
	padding: 2em 0 0;
	text-align: left;
	}
#footer li {
	display: none;
	margin: 0;
	}
#footer li#copyright {
	display: block;
	}


	
	}
