* { 
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:1.8em;
	font-family:arial;
}

h1, h2, h3, h4, h5, h6 { margin-bottom:1.4em; color:#666; }
h1 { font-size:18px; border-bottom:solid 1px; }
h2 { font-size:17px; border-bottom:dotted 1px; }
h3, h4, h5, h6 { font-size:16px; margin-bottom:1em; }
p, ul { padding-bottom:1.4em; }
ol li, ul { margin-left:20px; }
ol li { margin-left:40px; }
dt { font-weight:bold; }

a { line-height:inherit; margin:0px; padding:0px; }
a:link { text-decoration:none; font-size:inherit; color:#0076a3; font-size:inherit; }
a:hover { text-decoration:underline; font-size:inherit; color:#0076a3; font-size:inherit; }
a:active { text-decoration:none; font-size:inherit; color:#0076a3; font-size:inherit; }
a:visited { text-decoration:none; font-size:inherit; color:#0076a3; font-size:inherit; }

body {
	text-align:center;
	background:#ececec;
}
div { text-align:left; }
img, table, tr, td, th { border:none; }
table { border:1px solid #666; }
td, th { padding: 3px 5px; }
th { color: #666; padding-bottom:5px; }
thead { 
	color: #666;
	background:url(../../../themes/default/img/backgrounds/bg-mainNav-fade.jpg) repeat-x top; 
}

div#masthead {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:130px;
	float:left;
	margin:0px auto;
	background:#fff;
	z-index:1;
}

div#content {
	position:relative;
	margin-top:0px;
	padding-top:5px;
	width:100%;
	float:left;
	background:#fff;
}

div#main {
	width:980px;
	margin:0px auto;
	padding:0px 0px 50px 0px;
	background:#fff;
}
div#main #leftCol {
	float:left;
	margin-bottom:40px;
}
div#main #rightCol {
	width:220px;
	float:right;
	margin-bottom:40px;
}

div#footer {
	width:100%;
	float:left;
	text-align:center;
	padding:20px 0px;
	background:#ececec;
	border-top:solid 1px #c2c2c2;
	font-size:10px;
}

ul#mainNav {
	position:absolute;
	float:left;
	left:50%;
	z-index:2;
	bottom:5px;
	width:980px;
	height:28px;
	margin-left:-490px;
	padding:0px;
	font-size:12px;
	text-align:left;
	border:solid 1px #c2c2c2;
}
ul#mainNav li {
	list-style-type:none;
	float:left;
	height:23px;
	margin:0px 0px 0px 0px;
	padding:3px 20px 3px 10px;
	background:none;	
	position:relative;
	font-size:12px;
}

ul#mainNav li.home { padding-right:10px; }
ul#mainNav li.connections { background:#8dc73f; }
ul#mainNav li.products { background:#ff5200; }
ul#mainNav li.contact { background:#8ac7da; }
ul#mainNav li.company { background:#5eb6c5; }

ul#mainNav li.connections a, li.products a, li.contact a, li.company a { color:#fff; }

ul#mainNav li ul {
	display:none;
	position:absolute;
	top:20px;
	left:-20px;
	border-top:none;
	padding:5px 0px 0px 0px;

}
ul#mainNav li ul.connections { background:#8dc73f; }
ul#mainNav li ul.products { background:#ff5200; }
ul#mainNav li ul.company { background:#5eb6c5; width:150px; }

ul#mainNav li ul li {
	display:list-item;
	float:left;
	clear:both;
	margin:0px;
	padding:5px 10px 3px 10px;
	white-space: nowrap;
}

ul#siteChooser {
	position:absolute;
	top:-1px;
	right:50%;
	margin-right:-490px;
	border:solid 1px #c2c2c2;
	padding:0px;
	background:url(../../../themes/default/img/backgrounds/bg-mainNav-fade.jpg) repeat-x top;
}
ul#siteChooser li {
	font-size:10px;
	list-style-type:none;
	display:inline;
	margin:5px;
}
ul#siteChooser li.english { margin-left:10px; }
ul#siteChooser li.japanese { margin-right:10px; }

ul#user {
	position:absolute;
	top:40px;
	right:50%;
	margin-right:-500px;
}
ul#user li {
	font-size:10px;
	list-style-type:none;
	display:inline;
	text-align:right;
	margin:0px 0px 0px 10px;
	line-height:17px;
}

ul#phone {
	position:absolute;
	top:0px;
	right:50%;
	margin-right:-380px;
	padding:0px;
}
ul#phone li {
	font-size:10px;
	list-style-type:none;
	display:inline;
	text-align:right;
	padding-left:20px;
	margin-right:20px;
	line-height:17px;
}
ul#phone li.us-phone { background:url(../../../../../../themes/default/img/backgrounds/bg-icon-us-flag-16x11.jpg) no-repeat left; }
ul#phone li.jp-phone { background:url(../../../../../../themes/default/img/backgrounds/bg-icon-jp-flag-16x11.jpg) no-repeat left; }

ul#errors { 
	color: #ff0000;
	font-weight:bold;
}
ul#notice { 
	color: #00ff00;
	font-weight:bold;
}

ul.footerNav {
	width:980px;
	margin:0px auto;
	padding:0px;
}
ul.footerNav li {
	list-style-type:none;
	display:inline;
	margin:0px 10px 0px 0px;
	padding:0px;
	font-size:12px;
}

dl.careers dt { float:left; width:90px; }

.us-address {
	width:195px;
	float:left;	
}
.jp-address {
	width:195px;
	float:right;	
}
.us-address h3, .jp-address h3 { margin-bottom:0px; }
.us-address ul, .jp-address ul { margin-left:0px; }
.us-address p, .us-address li, .jp-address p, .jp-address li { font-size:12px; list-style-type:none; }

.home-intro { 
	width:980px;
	height:200px;
	margin-top:-5px;
	margin-bottom:5px;
	text-align:left;
	background:url(../../../themes/default/img/backgrounds/bg-homepage-980x200.jpg) center no-repeat #FF4000; 
}
.home-intro h1 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	margin-left:20px;
	padding-top:10px;
	border:none;
	width:600px;
	color:#000;
}
.home-intro ul {
	padding-left:20px;
}
.home-intro li {
	font-size: 14px;
	font-weight: bold;
}
.home-apps {
	background:#361700;	
	padding: 10px 15px 15px 15px;
	margin-bottom:20px;
	color: #fff;
}
.home-apps h2 { 
	color: #fff; 
	margin-bottom:.6em;
}
.home-apps ul { margin-left:0px; }
.home-apps ul li { 
	list-style-type:none;
	padding-left:15px;
	background:url(../../../themes/default/img/backgrounds/bg-li-homepage-apps-7x6.jpg) no-repeat left;
}
.home-apps a:link { text-decoration:none; font-size:inherit; color:#fff; font-size:inherit; }
.home-apps a:hover { text-decoration:none; font-size:inherit; color:#FF4000; font-size:inherit; }
.home-apps a:active { text-decoration:none; font-size:inherit; color:#fff; font-size:inherit; }
.home-apps a:visited { text-decoration:none; font-size:inherit; color:#fff; font-size:inherit; }

.home-mod {
	width:198px;
	height:150px;
	padding: 0px 5px;
	float:left;
	border-left:1px dotted #666;
}
.home-mod h1 { 
	padding: 0px 0px 0px 60px; 
	font-size: 14px;
	border-bottom:1px dotted #666;
	height: 55px;
	margin-bottom:10px;
}
.home-mod p { font-size: 12px; line-height:16px; }

.home-mod h1.lifescience { background:url(../../../themes/default/img/backgrounds/bg-li-lifescience-50x50.jpg) top left no-repeat; }
.home-mod h1.jpdistribution { background:url(../../../themes/default/img/backgrounds/bg-li-jpdistribution-50x50.jpg) top left no-repeat; }
.home-mod h1.techtransfer { background:url(../../../themes/default/img/backgrounds/bg-li-techtransfer-50x50.jpg) top left no-repeat; }
.home-mod h1.neurobridge { background:url(../../../themes/default/img/backgrounds/bg-li-neurobridge-50x50.jpg) top left no-repeat; }

.home-products {
	width:492px;
	float:left;	
}
.home-news {
	width:258px;
	float:right;	
}

.home-products h2, .home-news h2 {
	font-size: 14px;
	margin-bottom: .8em;
}
.home-products ul, .home-news ul { margin:0px; }
.home-products li, .home-news li, .date, a {
	list-style-type: none;
	font-size:12px;
	line-height:1.4em;
	margin-bottom:1.4em;
}

.copyright { text-align:center; font-size:12px; color:#666; margin-top:20px; }
.oddRow { background:#ebebeb; }
.bbridge-logo {
	position:absolute;
	top:5px;
	left:50%;
	margin-left:-490px;
	background:url(../../../themes/default/img/backgrounds/bg-logo-bbridge-146x79.jpg) no-repeat;
	width:146px;
	height:79px;
}
.list-link {
	border-top:1px dotted;
	text-align:right;
	font-size:10px;	
}
.date { 
	font-weight:bold;
}
/* Google */
form#cse-search-box {
	position:absolute;
	left:50%;
	top:100px;
	padding-left:150px;
	height:22px;
	float:left;
	z-index:5;
}
form#cse-search-box input {
	height:20px;
	border:1px solid #666;
	font-size:12px;
	width: 200px;
	float:left;
}
form#cse-search-box input.button {
	margin-top:0px;
	width:auto;
	margin-left:5px;
	height:22px;
}
div#relocationNotice {
	display:none; 
	position:absolute;
	top:40px;
	left:-210px;
	margin-left:50%;
	width:420px;
	text-align:center;
	background:red;
	color:white;
	border:1px solid #ccc;
	z-index:10;
	cursor:pointer;
}
div#relocationNotice p { margin:0px; padding:0px; }
dl.careers { border-top:dotted 1px #ccc; padding-top:15px; }
