html, body {
	height: 100%;
	margin: 0;
	color : #333333;
  background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page {
  clear: both;
  padding: 0;
  width: 980px;
  height: 100%;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color : #0087CC;
	text-decoration : underline;
}
a:active {
	color : #333333;
	text-decoration : underline;
}
img {
  border-style: none;
}

#nav {
	float: left;
  text-align: left;
	width: 180px;
	height: 100%;
	border-right: solid 1px #e5e5e5;
}
#doc{
  position: relative;
	float: left;
  text-align: left;
	width: 795px;
	height: 100%;
}
#doc p{
  font-size: 16px;
}

.navitem_this {
  position: relative;
  width: 180px;
  height: 40px;
	background-image: url(../images/navarr_this.gif);
	background-repeat: no-repeat;
}
.navitem_this a {
	position: absolute;
	left: 45px;
	top: 12px;
	color: #666666;
}
.navitem_this img {
	position: absolute;
	left: 5px;
	top: 7px;
}
.navitem {
  position: relative;
  width: 180px;
  height: 40px;
	background-image: url(../images/navarr_off.gif);
	background-repeat: no-repeat;
}
.navitem:hover {
  color: #0088CC;
	background-image: url(../images/navarr_on.gif);
	background-repeat: no-repeat;
}
.navitem a {
	position: absolute;
	left: 45px;
	top: 12px;
	color: #666666;
	text-decoration : underline;
}
.navitem img {
	position: absolute;
	left: 5px;
	top: 7px;
}
.navhead {
  position: relative;
  width: 170px;
  height: 40px;
  border-top: solid 1px #E5E5E5
}
.navtext {
	position: absolute;
	color: #666666;
	font-weight: bold;
	left: 5px;
	top: 12px;  
}

.dochead {
  margin: 40px 0 15px 50px;
}
.dochead_txt {
  margin: 0 0 15px 50px;
  font-size: 18px;
  color: #888888;
}
.docmap {
  position: relative;
  clear: both;
  margin-top: 15px;
  margin-left: 50px;
}
.docblock {
  position: relative;
  clear: both;
  margin-left: 50px;
  border-top: solid 1px #E5E5E5;
}
.docblock1 {
  position: relative;
  clear: both;
  margin-left: 50px;
  border-top: solid 1px #E5E5E5;
  background-color: #F8F8F8;
}
.docdes {
  width: 520px;
}
.docdesall {
  width: 740px;
}
.docmap img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.docblock img {
	position: absolute;
	left: 550px;
	top: 15px;
}
.docblock1 img {
	position: absolute;
	left: 550px;
	top: 15px;
}
.custblock {
  position: relative;
  clear: both;
  margin-left: 50px;
  border-top: solid 1px #E5E5E5;
	background-image: url(../images/case/cust_pic1.jpg);
	background-repeat: no-repeat;
}
.smbblock_1 {
  position: relative;
  clear: both;
  margin-left: 50px;
  border-top: solid 1px #E5E5E5;
	background-image: url(../images/case/smb_pic1.jpg);
	background-repeat: no-repeat;
}
.carblock_1 {
  position: relative;
  clear: both;
  margin-left: 50px;
  border-top: solid 1px #E5E5E5;
	background-image: url(../images/case/car_pic1.jpg);
	background-repeat: no-repeat;
}
.travelblock_1 {
  position: relative;
  clear: both;
  margin-left: 50px;
  border-top: solid 1px #E5E5E5;
	background-image: url(../images/case/travel_pic1.jpg);
	background-repeat: no-repeat;
}