.content{
	background: none;
	padding-bottom: 0;
}

.header .nav_title{
	padding-top: 71px;
	position: absolute;
	top: 0px;
	right: 1px;
	display: none;
}

/* IE7 Only */
*:first-child+html .header .nav_title {
	padding-top: 68px;
}

.header .nav_title img {
	float: right;
}

/*CONTACT US*/
.contact_us{
	background: transparent url(../../images/frontend/img_contactus_book.png) no-repeat 50% 0;
	width: 100%;
	height: 443px;
	position: relative;
	z-index: 10001;
}

.contact_us ul{
	padding: 40px 0 0 235px;
}

.contact_us ul li{
	padding: 0;
	height: 80px;
	width: 215px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
}

.contact_us ul li .title{
	font-weight: bold;
	padding: 4px 0 0 25px;
	height: 24px;
}

.contact_us ul li .phone,
.contact_us ul li .email{
	line-height: 12px;
}

.contact_us ul li .email a{
	color: #525252;
	text-decoration: none;
	border-bottom: 1px dashed #525252;
}

.contact_us ul li .email a:hover{
	color: #FFF;
	background-color: #FFC119;
	border-bottom: none;
}

.contact_us ul li.sales{
	background: transparent url(../../images/frontend/img_contactus_icon_sales.png) no-repeat 0 0;
}

.contact_us ul li.customer{
	background: transparent url(../../images/frontend/img_contactus_icon_customer.png) no-repeat 0 0;
}

.contact_us ul li.corporate{
	background: transparent url(../../images/frontend/img_contactus_icon_corporate.png) no-repeat 0 0;
}

.contact_us ul li.corporate2{
	background: transparent url(../../images/frontend/img_contactus_icon_corporate2.png) no-repeat 0 0;
}


.footer{
	margin-top: -18px;
}

.footer .legal_btn{
	z-index:10100;
	position:relative;
}

h4 {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}	


