
table#container ul {
	list-style-type: none;
	width: 2800px;
}
table#container ul li {
	display: block;
	float: left;
	font-size: 12px;
	margin: 0 0 0 25px;
}
table#container ul.main li {
	background: url(../img/bt_bg.gif) 0 0 repeat-x;
	padding: 5px 9px 9px 5px;
}
table#container ul.main li div {
	width: 200px;
	padding: 81px 0 81px 0;
	text-align: center;
	font-weight: bolder;
	border: 1px solid #999;
	background-position: center center;
	background-repeat: no-repeat;
}
table#container ul.main li div a {
	/* background: #fff; */
	padding: 5px;
	font-weight: bolder;
}
table#container ul.main li div a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
table#container ul.main li div a:hover {
	/* background: #f06;  */
	color: #fff;
}
table#container ul.main li.NA div {
	padding: 90px 0 90px 0;
	background: #eee;
	color: #666;
}
table#container ul.main li.index div {
	background: #808080 url(../img/index_bg.gif) 0 0 repeat-x;
	/* border-color: #999; */
	color: #fff;
	padding: 82px 0 82px 0;
}
table#container ul.synergy li {
	font-size: 10px;
	border-left: 5px solid #999;
	padding-left: 5px;
	margin-bottom: 5px;
}
table#container ul.synergy li a {
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: bolder;
}



table#container td#header {
	height: 115px;
	width: 2100px;
	font-size: 12px;
	background: #000 url(../img/header_bg.gif) 0 0 repeat-x;
	vertical-align: top;
}
table#container td#header h1 {
	display: block;
	float: left;
	text-indent: -999px;
	background: url(../img/logo.gif) 29px 32px no-repeat;
	width: 156px;
	height: 86px;
}
table#container td#header p {
	display: block;
	float: left;
	height: 54px;
	margin: 0;
	padding: 46px 0 0 130px;
	color: #fff;
	line-height: 1.5em;
	background: url(../img/badge.jpg) 20px 11px no-repeat;
}

*html table#container td#header p {
	height: 100px;
}
*:first-child+html table#container td#header p {
	height: 100px;
}


