/* normal.css */
/*--------------------------------------*/

#contentsArea h3 {
	background:url("../images/h3_bg.gif") no-repeat;
	}



/* intro box */
/*--------------------------------------*/

.introBox {
	background:url("../images/intro_box_bg.gif") no-repeat;
	}

#contentsArea .introBox h4 {
	color:#08BDE5;
	}

/* link */

ul.link li {
	background:url("../images/pdf_bg.gif") no-repeat right 10px;
	}




/* header */
/*--------------------------------------*/

#headerArea {
	position:relative;
	width:900px;
	height:215px !important;
	background:url("../../technology/images/header_bg.gif") no-repeat bottom;
	margin:0 0 30px;
	text-align:left;
	}

#headerArea .headImg {
	margin:0 0 0 295px;
	}

#headerArea .headNav {
	position:absolute;
	top:0;
	right:0;
	}

#headerArea ul {
	position:absolute;
	top:65px;
	right:0;
	}

#headerArea ul li {
	float:left;
	font-size:0;
	line-height:0;
	}

#headerArea h1 {
	padding:20px 0 0 50px;
	}

#headerArea p {
	padding:0 0 0 55px;
	font-size:14px;
	}

/* clearfix */
/*--------------------------------------*/
#headerArea:after,#headerArea ul:after {
	clear:both;
	display:block;
	visibility:hidden;
	content:" ";
	height:0;
	font-size:0;
	}

/* IE6 */
* html #headerArea,* html #headerArea ul {
	zoom:1;
	}

/* IE7 */
*:first-child+html #headerArea,*:first-child+html #headerArea ul {
	zoom:1;
	}
/*--------------------------------------*/

/*--------------------------------------*/


/* footer */
/*--------------------------------------*/

#footerArea {
	position:relative;
	width:900px;
	height:74px !important;
	background:url("../../technology/images/footer_bg.gif") no-repeat top;
	margin:0;
	padding:21px 0 10px;
	text-align:left;
	}

#footerArea .footerImg {
	}

#footerArea .footerNav {
	position:absolute;
	bottom:10px;
	left:135px;
	}

#footerArea ul {
	position:absolute;
	top:21px;
	left:135px;
	}

#footerArea ul li {
	float:left;
	font-size:0;
	line-height:0;
	}

/* clearfix */
/*--------------------------------------*/
#footerArea:after,#footerArea ul:after {
	clear:both;
	display:block;
	visibility:hidden;
	content:" ";
	height:0;
	font-size:0;
	}

/* IE6 */
* html #footerArea,* html #footerArea ul {
	zoom:1;
	}

/* IE7 */
*:first-child+html #footerArea,*:first-child+html #footerArea ul {
	zoom:1;
	}
/*--------------------------------------*/

/*--------------------------------------*/


