@charset "UTF-8";
/*top common*/
#top h1 {
	margin: 5px;
}
#top h2 {
	border-bottom: 1px solid #442222;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 4px;
	font-size: 120%;
	font-weight: bold;
	color: #990000;
}
#top h3 {
	background: url(../image/top-h3.gif) top left no-repeat;
	padding: 0;
	text-indent: 18px;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
}
#top #header {
	background: #fff url(../image/top-headerbg.gif) bottom left no-repeat;
	height:70px;
	line-height: 100%;
}
/*Flash*/
#top #feature {
	width: 720px;
	height: 120px;
	margin: 0 auto;
	text-align: right;
	background-color: #fff;
	clear: both;
}
/*mainbody*/
#top #mainBody {
	background: url(../image/top-mainBody_bg.gif) top left repeat-y;
	font-size: 90%;
}
/*content*/
#top #content {
	clear: both;
	float: none;
	width: 720px;
	margin: 0 20px;
}
#top #content ul {
	margin: 10px 10px 10px 20px;
	list-style: url(../image/listmark_winered.gif);
}
#top #content #language {
	margin: 5px 0 0;
	text-align: right;
	line-height: 100%;
	float: right;
}
#top #content #language li {
	list-style: none;
	list-style-image: none;
	display: inline;
}
/*global navigation*/
#top #content #globalNavigation {
	margin: 0 0 10px 0;
	height: 24px;
}
#top #content #globalNavigation li {
	list-style: none;
	float: left;
}
/*toppage contents*/
#top #contentList {
	clear: both;
	width: 720px;
	margin: 10px auto 0;
	background: #fff url(../image/top-contentlist-sbody.gif) top left repeat-y;
}
#top #contentList li {
	line-height: 160%;
}
#top #productList {
	width: 350px;
	float: left;
}
#top #productList h2 {
	background: #fff url(../image/top-h2-middle.gif) top left no-repeat;
}
#top #productList h3 {
	background: url(../image/top-h3.gif) top left no-repeat;
	padding: 0;
	text-indent: 18px;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
}
#top #productList .list {
	width: 160px;
	margin-top: 10px;
	padding-left: 10px;
	float: left;
}
#top #productList .list ul {
	margin-right: 0;
	margin-top: 0;
	margin-left: 20px;
}
#top #applicationList,
#top #support {
	width: 170px;
	float: left;
	margin-left: 10px;
}
/*applications list*/
#top #applicationList h2 {
	background: #fff url(../image/top-h2-short.gif) top left no-repeat;
}
#top #applicationList ul {
	margin-left: 20px;
	width: 140px;
}
#top #applicationList li {
	float: left;
	list-style: none;
	list-style-image: none;
	padding-right: 10px;
	margin-bottom: 5px;
}
/*support navigation*/
#top #support {
	width: 170px;
	float: left;
	margin-left: 20px;
	background: #fff url(../image/top-supportbg.gif) bottom left no-repeat;
}
#top #support h2 {
	background: #fff url(../image/top-h2-support.gif) top left no-repeat;
	padding-left: 10px;
	color: #ffffff;
}
#top #support ul {
	margin-left: 30px;
}

/*second section*/
#top #secondSection {
	clear: both;
	background: #fff url(../image/top-contentlist-sfooter.gif) top left no-repeat;
	padding-top: 30px;
	padding-bottom: 20px;
}
#top #secondSection h2 {
	background: #fff url(../image/top-h2-middle.gif) top left no-repeat;
}
#top #secondSection #news h2 {
	background: #fff url(../image/top-h2-middle2.gif) top left no-repeat;
}
#top #newProduct {
	width: 350px;
	float: left;
}
#top #newProduct .item {
	clear: both;
	margin: 10px 0 10px 10px;
}
#top #newProduct .thumbnail {
	width: 80px;
	float: left;
}
#top #newProduct .thumbnail img {
	border: 1px solid #666666;
	margin-left: 5px;
}
#top #newProduct .comment {
	margin-left: 100px;
}
#top #news {
	width: 360px;
	float: right;
}
#top #topics {
	background: url(../image/top-dotted.gif) top left no-repeat;
	padding-top: 5px;
}
/*RSS*/
#top #rss {
	background: url(../image/top-dotted.gif) top left no-repeat;
}
#top #rss .icon {
	padding-top: 10px;
	float: left;
}
#top #rss .explain {
	padding-top: 10px;
	margin-left: 60px;
	color: #333;
}
#top #rss .explain a {
	background: url(../image/listmark_winered.gif) center left no-repeat;
	padding-left: 12px;
}

/*mini banners*/
#top #minibanner {
	width: 170px;
	float: right;
	margin-top: 4px;
}
#top #minibanner p {
	margin: 6px 0 0 0;
}



/*general section*/
#top .topSection {
	clear: both;
	padding-bottom: 20px;
}
#top .topSection .topSectionSub1 {
	width: 350px;
	float: left;
}
#top .topSection .topSectionSub2 {
	width: 350px;
	float: right;
}
#top .topSection h2 {
	background: #fff url(../image/top-h2-middle.gif) top left no-repeat;
}

/*banner*/
#top #banner {
	clear: both;
	padding-bottom: 20px;
}
#top #banner ul {
	margin: 10px 0 0 10px;
}
#top #banner li {
	list-style-image: none;
	list-style: none;
	display: inline;
	padding-right: 2px;
}

/*clearfix*/
#top #contentList:after,
#top #secondSection:after,
#top #newProduct .item:after,
#top .topSection:after,
#top #rss:after {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	height: 1px;
}
* html #top #contentList,
* html #top #secondSection,
* html #top #newProduct .item,
* html #top .topSection,
* html #top #rss {
	zoom: 1;
}

/*emergency-area*/
#top #emergency {
	clear: both;
	width: 718px;
	margin: 10px auto 0;
	border: 1px solid #990000;
	background: #fff;
	min-height:21px;
}
#top #emergency h2{
	padding: 0;
	font-size: 100%;
	color: #990000;
	border:none;
}
#top #emergency h2 a{
	color: #990000;
}
#top #emergency img{
	padding:0;
	float: left;
	margin: 0 8px 0 0 ;
}
#top #emergency span{
	font-size: 90%;
	font-weight: normal;
	color: #000;
	margin-left:2px;
}
#top #emergency p {
	margin:5px;
}