@charset "utf-8";
body,td,th {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
body {
	background-color: #666666;
	text-align: center;
	background-image: url(../images/web_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	padding: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #005EB2;
}

#wrapper {
	text-align: left;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/leftnavipc_bg.jpg);
	background-repeat: repeat-y;
	background-position: 10px 0px;
}
#header {
	background-image: url(../images/header_bg.jpg);
	height: 116px;
	margin: 0px;
	padding: 0px;
}
#header #headerlanguage {
	text-align: right;
	padding: 5px;
}
#header #heiseilogo {
	background-image: url(../images/heiseilogo.gif);
	height: 80px;
	width: 200px;
	float: left;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 18px 30px;
}
#header #heiseilogo a {
	display: block;
	height: 80px;
	width: 200px;
}
#header #heiseilogo strong {
	display: none;
}
#header #topnav {
	list-style-type: none;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 530px;
	float: right;
}
#header #topnav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#header #topnav a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
#header #topnav a:hover {
	color: #FFFFFF;
	background-color: #003366;
	background-image: url(../images/toplinkbg.jpg);
}
#main {
	clear: both;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0px;
}
#main #leftnav {
	padding: 0px;
	width: 180px;
	list-style-type: none;
	float: left;
	margin: 0px;
}
#main #leftnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: bold;	
}
#main #leftnav h2 {
	background-color: #993300;
	color: #FFFFFF;
	padding: 10px;
	font-size: 15px;
	margin: 0px;
}
#main #leftnav ul {
	margin: 0px;
	padding: 0px;
}

#main #leftnav a {
	color: #FFFFFF;
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#main #leftnav a:hover {
	background-color: #CC6600;
}
#main #maincontent {
	width: 670px;
	float: right;
	padding: 0px;
	margin: 0px;
}
#main #maincontent #banner {
	height: 90px;
	width: 660px;
	border: 1px solid #E6E6E6;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

#main #maincontent h2 {
	color: #FFFFFF;
	margin: 0px;
	padding: 10px;
	background-image: url(../images/pagetitle2.jpg);
	font-size: 16px;
}
#main #maincontent #weblink {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 10px;
}
#main #maincontent h3 {
	background-color: #F79321;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 12px;
}
#main #maincontent .pagecontent {
	padding: 10px;
	overflow: hidden;
	width: 640;
}
#main #maincontent .pagecontent p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main #maincontent .pagecontent .contentlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main #maincontent .pagecontent .contentlist li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
}
#main #maincontent .pagecontent .contentlist a {
	display: block;
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	background-position: 3px 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#main #maincontent .pagecontent .contentlist a:hover {
	background-color: #EEEEEE;
}
#main #maincontent #nextpagelink {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main #maincontent #nextpagelink a {
	background-color: #E7E7E7;
	height: 10px;
	width: 10px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-size: 10px;
}
#main #maincontent #nextpagelink a:hover {
	color: #FFFFFF;
	background-color: #004AA5;
}
#main #maincontent .table01 {
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
}
#main #maincontent .table01 td {
	padding: 5px;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
}
#main #maincontent .table01 .tdtitle01 {
	background-color: #EFEFEF;
	color: #003366;
	font-weight: normal;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
#main #maincontent .table01 .tdtitle02 {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
}

#main #maincontent .toplink {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
}

#productbanner {
	padding-right: 10px;
	padding-left: 10px;
}
#main #productshome {
	float: right;
	width: 670px;
	background-image: url(../images/productshome_bg.jpg);
}
#main #productshome ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#main #productshome li {
	margin: 0px;
	padding: 0px;
}
#main #productshome h1 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #333333;
}
#main #productshome .morelink {
	text-align: right;
}
#main #productshome .morelink a {
	border: 1px solid #999999;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	margin-right: 10px;
}
#main #productshome .morelink a:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
}
#main #productshome #downtable {
	background-image: url(../images/productshome_bg2.jpg);
}
#main #productshome #downtable .leftproductimage {
	height: 80px;
	width: 80px;
	display: block;
	float: left;
	clear: both;
	padding: 0px;
	margin: 10px;
}


.productlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.productlist li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding: 3px;
}
.productlist h3 {
	color: #333333;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 12px;
}
.productlist h3 a {
	color: #FFFFFF;
}
.productlist a:hover {
	color: #333333;
	text-decoration: underline;
}
.productTree {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.productTree li a {
	color: #333333;
	font-weight: bold;
	background-image: url(../images/icon02.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 20px;
	display: block;
}
.productTree a:hover {
	color: #0063AF;
}
.productTree ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.productTree ul li a {
	font-weight: normal;
	color: #666666;
	padding-left: 30px;
	background-image: url(../images/icon03.gif);
	background-position: 20px 6px;
}
.productTreetitle01 {
	font-size: 14px;
	color: #FF6600;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 28px;
}
.productTreetitle02 {
	font-size: 14px;
	color: #006AB5;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 28px;
}

#footer {
	background-image: url(../images/webdownbg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #666666;
	display: block;
	margin: 0px;
	clear: both;
	background-color: #FFFFFF;
	padding-top: 28px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 60px;
}


#main #maincontent .table01 {
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
}
#main #maincontent .spec-table td {
	padding: 5px;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
}
#main #maincontent .spec-table .spec-item {
	background-color: #EFEFEF;
	color: #003366;
	text-align: right;
	font-weight: normal;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
#main #maincontent .spec-table .spec-category {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
.picfloat  a img{
	border: 0px;
}

.faqmainpic {
	background-color: #FFFFFF;
	border: #ECECEC 1px solid;
}

#comslogan {
	text-align: center;
	font-size: 14px;
	color: #006AB5;
	font-weight: bold;
	margin: 1em;	
}	