@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: HelveticaLight;
	src: url(helvetica-light-webfont.ttf) format("truetype");
}
div, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
	line-height:140%;
}
body
{
	margin: 0px;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
	background-image:url(../img/body-bg.gif); background-repeat:repeat-y; background-position:center;
	background-color:#fff;
    color: #333;
	font-size: 13px;
}
a:link {
	color:#069;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #06F;
}
a:visited {
	text-decoration: none;
	color:#069;
}
a:hover {
	text-decoration: underline;
	color:#06F;
}
a.homenavi:link{
	color:#333; text-decoration: none;
}
a.homenavi:visited{
	color:#333; text-decoration:none;
}
a.homenavi:hover{
	color:#F00;
}
/*div style*/
#clear{ clear:both}
#headcontainer{
width:100%; background: #ffffff; /* Old browsers */
}
#headercontainer-eff{
height:30px;
border-bottom:#d8d8d8 1px solid;
background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}
#header{
	width:900px; margin:auto; margin-top:25px; margin-bottom:5px;
}
#h-logo{
	width:140px; float:left;
}
#h-model{
	width:290px; float:left; margin-top:20px;
	font-weight:bold; font-size:12px;
}
#h-navigator{
	width:470px; float:left; margin-top:20px; font-size:12px; text-align:right;
}
#maincontent-container{
	width:100%;
}
#maincontent-container-8z{
	width:100%;
	background:url(../img/8zone-bg.jpg) no-repeat;
	background-position:50% 110px;
}
#maincontent-container-20z{
	width:100%;
	background:url(../img/20zone-bg.jpg) no-repeat;
	background-position:50% 110px;
}
#content-container{
	width:900px; margin:auto; margin-top:65px;
}
#content-8zone{
	width:380px; margin-right:70px; float:left;
}
a.introhref:link {
	font-size:25px; color:#333; font-weight:normal; text-decoration:none;
	font-family: HelveticaLight;
}
a.introhref:visited {
	color:#333; text-decoration:none;
}
a.introhref:hover {
	color:#F00; text-decoration:none;
}
#content-20zone{
	width:380px; margin-left:70px; float:left;
}
#dl-container{
	width:900px; margin:auto; margin-top:15px;
}
#dl-title{
	font-family: HelveticaLight; font-size:25px; margin-bottom:25px;
}
#dl-datasheet{
	width:425px; float:left; margin-right:25px; margin-bottom:50px;
}
#dl-datasheet-title{
	font-family:  HelveticaLight; font-size:16px; background:#F2F2F2; padding:5px 0px 5px 10px; border-bottom:#CCC 1px solid;
}
#dl-datasheet-content{
	padding:5px 0px 5px 10px; border-bottom:#ddd 1px solid; margin-bottom:30px;
}
#dl-datasheet-content2{
	padding:5px 0px 5px 10px; border-bottom:#ddd 1px solid;
}
#dl-firmware{
	width:425px; float:left; margin-left:25px;  margin-bottom:50px;
}
#z8-pic{
	width:420px; float:left; margin-top:15px; text-align:center;
}
#z8-acc{
	width:480px; float:left; margin-top:15px;
}
#z8-fea-col1{
	width:430px; margin-top:35px; float:left;
}
#z8-fea-col2{
	width:430px; margin-top:35px; float:right;
}
#z8-fea-title{
	width:420px; padding:4px 0px 4px 10px; background:#e1fce1;
	font-family:  HelveticaLight; font-size:16px;
}
#z20-fea-title{
	width:420px; padding:4px 0px 4px 10px; background:#d9e5fd;
	font-family:  HelveticaLight; font-size:16px;
}
#fea-content{
	margin:4px 0px 0px -30px;
}
#z8-fea-content{
	width:420px; margin-bottom:20px; padding:0px 0px 0px 10px;
}
#footercontainer{
	width:100%; margin-top:30px;
}
#footer{
	width:900px; margin:auto; margin-bottom:45px; font-size:11px;
	border-top:#CCC 1px solid;
}
#footnavi{
	width:300px; float:left; margin-top:10px;
}
#footcopy{
	width:600px; text-align:right; float:left; margin-top:10px;
}