* { 
	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:153px;
	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:205px;
	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:28px;
	width:980px;
	height:28px;
	margin-left:-490px;
	padding:0px;
	font-size:12px;
	text-align:left;
	border:solid 1px #c2c2c2;
	border-bottom:none;
}
ul#mainNav li {
	list-style-type:none;
	float:left;
	height:25px;
	margin:0px 0px 0px 0px;
	padding:3px 20px 0px 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; }

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

ul#subNav {
	position:absolute;
	left:50%;
	bottom:0px;
	width:980px;
	height:28px;
	margin-left:-490px;
	padding:0px;
	font-size:12px;
	text-align:left;
	border-left:#361700 1px solid;
	border-right:#361700 1px solid;
	background:#361700;	
}
ul#subNav li {
	list-style-type:none;
	float:left;
	margin:0px 1px 0px 0px;
	padding:3px 20px 3px 10px;
	font-size:12px;
	background:none;	
	position:relative;
	white-space:nowrap;
}
ul#subNav li a { 
	color:#fff; 
	padding-bottom:10px;
}
ul#subNav li ul {
	display:none;
	position:absolute;
	top:28px;
	left:-20px;
	border:dotted 1px #c2c2c2;
	background: #361700;
	border-top:none;
	margin-top:-0px;
}
ul#subNav li ul li {
	float:none;
	padding:5px 10px 3px 10px;
}

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#archive { margin-left:0px; padding-left:0px; }
ul#archive li { list-style-type:none; margin-left:0px; padding-left:0px;}
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 { 
	padding: 80px 15px 10px 15px;
	color: #fff;
	line-height: 1.4em;
	background:url(../../../themes/default/img/backgrounds/bg-homepage-intro-765x120.jpg) no-repeat #FF4000; 
}
.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:10px;
	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-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;
}
/* Vertical Response */
form#newsletter {
	border:solid 1px #333;
	margin:0px 0px 10px 0px;
	padding:5px;
	background:#ff5200;
	color:#fff;
	float:left;	
}
form#newsletter h1 {
	font-size:10px;
	line-height: 12px;
	padding-bottom:5px;
	margin:0px 0px 5px 0px;
	color:#fff;
}
form#newsletter input {
	height:20px;
	border:1px solid #666;
	margin-bottom:5px;
	font-size:12px;
	width: 130px;
	float:left;	
}
form#newsletter input.button {
	margin-top:0px;
	width:auto;
	margin-left:5px;
	height:22px;
	width: 50px;
}
form#newsletter p { color:#fff; font-size:12px; font-weight:bold; text-align:center; padding:0px; width:100%;}
form#newsletter a { color:#fff; }
/* Google Search Engine */
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 {
	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;
	display:none;
}
div#relocationNotice p { margin:0px; padding:0px; }
.distributors p { font-size:12px; }
.distributors div { margin-right:5px; }
