﻿@charset "utf-8";
/*  Banner Call Center
----------------------------------------*/
.contact-banner-callcenter {
	float:left;
	width: 760px;
	height: 200px;	
	background: url(../images/contact_banner_bg.jpg);
	position: relative;
	margin-bottom: 20px;	
}
.contact-banner-callcenter .callcenter-content-left{
	position: absolute;
	top: 42px;
	left: 340px;	
	width: 160px;
}
.callcenter-content-left .callcenter-area {
	font-size: 16px;
	line-height: 1.5em;
	color: #666;
	margin-bottom: 20px;
}
.callcenter-content-left .callcenter-area > div {
	font-weight: bold;
}
.callcenter-content-left .callcenter-time {
	font-size: 13px;
	line-height: 1.5em;
	color: #666;
}
.contact-banner-callcenter .callcenter-content-right {
	position: absolute;
	top: 32px;
	left: 520px;
	width: 230px;
}
.callcenter-content-right h4 {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	line-height: 1.5em;	
	margin-top: 10px;	
}
.callcenter-content-right h2 {
	font-size: 20px;
	font-weight: normal;	
	color: #666;
	line-height: 1.5em;
}

.contact-banner-callcenter .callcenter-content-right-1 {
	position: absolute;
	top: 35px;
	left: 500px;
	width: 60px;
}
.sg .callcenter-content-right-1 {
	top: 15px;
	left: 500px;
	width: 120px;
}
.callcenter-content-right-1 h5 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	line-height: 14px;
	margin-bottom: 16px;
	text-align: right;	
}
.contact-banner-callcenter .callcenter-content-right-2 {
	position: absolute;
	top: 35px;
	left: 570px;
	width: 200px;
}
.sg .callcenter-content-right-2 {
	top: 15px;
	left: 630px;
	width: 130px;
}
.callcenter-content-right-2 h3 {
	font-size: 16px;
	font-weight: normal;
	color: #666;
	line-height: 14px;
	margin-bottom: 16px;
}
/*  Online Inquiry
----------------------------------------*/
.contact-inquiry {
	float: right;
	width: 180px;
	margin-bottom: 20px;	
}
.inquiry-title {
	font-size: 16px;
	line-height: 18px;		
	text-align: center;	
	color: #666;
	background: #f2f2f2;
	padding: 12px 0;
	margin: 0px 0px 10px;	
}
.inquiry-link a {
	display: block;
	font-size: 14px;
	line-height: 16px;		
	margin-bottom: 1px;
	padding: 16px 0 16px 45px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 15px center;		
	background-color: #004280;
	opacity: 0.75;
	filter: alpha(opacity=75); 
}
.btn-4 a {
    padding: 10px 0 10px 45px;
}
.btn-jp a {
    padding: 12px 0 13px 45px;
    font-size: 13px;
}
.inquiry-link a:hover {
	text-decoration: none;
	color:#fff;
	opacity: 0.90;
	filter: alpha(opacity=90);
}
.inquiry-icon-tech {
	background-image: url(../images/inquiry-icon-tech.png);
}
.inquiry-icon-quote {
	background-image: url(../images/inquiry-icon-quote.png);
}
.inquiry-icon-rma {
	background-image: url(../images/inquiry-icon-rma.png);
}
.inquiry-icon-complaint {
	background-image: url(../images/inquiry-icon-complaint.png);
}
.inquiry-icon-email {
    background-image: url(../images/inquiry-icon-email.png);
}
/*----------------------------------------*/

#contact-content-warpper {
	background: #fff;
	margin-top: 0;
	width: 960px;
}
#contact-content-main {
	width: 760px;
	float: left;
	margin-bottom: 0;
}

/*  Region Title
----------------------------------------*/
.region-title{
	background: #f3f3f3;
	padding: 6px 12px;
	margin: 20px 0;	
}
.region-title h1 {
	font-size: 18px;
	font-weight: normal;
}

#contact-content-sidebar {
	width: 180px;
	float: right;
	margin-bottom: 0;
}
/*
ul.sidebar-findpartner {
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
ul.sidebar-findpartner li {
	list-style: none;
	text-align: center;
	background-color: #4071a0;
}
ul.sidebar-findpartner li.findpartner-title a {
	padding: 12px 0 0 0;
	font-size: 12px;
	line-height: 18px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
ul.sidebar-findpartner li.findpartner-title a img {
	margin: 0 0 0 2px;
}
ul.sidebar-findpartner li.findpartner-title-2 a {
	padding: 0 0 2px 0;
	font-size: 17px;
	line-height: 18px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
ul.sidebar-findpartner li.findpartner-curve {
	height: 20px;
	text-indent: -9999px;
	background-image: url(../images/prd-findpartner-bg.jpg);
	background-repeat: no-repeat;
	margin-top: -5px;
}
ul.sidebar-findpartner li.findpartner-link {
	padding: 8px 0 10px 0;
	background: #fff;
}
ul.sidebar-findpartner li.findpartner-link a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #4071a0;
	text-decoration: none;
}
ul.sidebar-findpartner li.findpartner-link a:hover {
	color: #19558c;
}
ul.sidebar-findpartner li.findpartner-link a img {
	margin: -4px 6px 0 0;
	vertical-align: text-top;
	background-color: #666;
}
ul.sidebar-findpartner li.findpartner-link a:hover img {
	background-color: #4d4d4d;
}
*/
.contactpageheader {
	width: 100%;
	height: 97px;
}
.contactcontainer {
	margin: 0 auto;
	width: 960px;
}
.contactpagebanner {
	width: 100%;
	height: 134px;
}
.contactpagehere {
	padding-left: 5px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	overflow: hidden;
}
.contactinsideline {
	height: 12px;
	background-image: url(../images/line03.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.contactinsidehere {
	height: 70px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	overflow: hidden;
}
.contactinside {
	width: 298px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
}
.contactinsidetext {
	width: 290px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
}
.contactinsideline {
	float: left;
	width: 5px;
	margin-top: 50px;
	height: 540px;
	background-image: url(../images/line02.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.contactinsideleft {
	padding-left: 5px;
	width: auto;
	height: 36px;
	line-height: 36px;
	float: left;
}
.contactinside a {
	color: #0756da;
	text-decoration: none;
}
.contactinside a:hover {
	color: #0756da;
	text-decoration: none;
}
.contactinsidetitle {
	width: 290px;
	height: 38px;
	background-image: url(../images/titlebg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 16px;
	line-height: 38px;
	overflow: hidden;
	color: #626060;
}
.contactinsideform {
	padding-left: 5px;
	width: 750px;
	float: left;
	border: 1px solid #ccc;
}
.contactinsideform input, .contactinsideform select, .contactinsideform textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #999;
}
.contactpageoffices {
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	/*margin-top: 40px;*/
	margin-bottom: 10px;
	line-height: 25px;
	overflow: hidden;
}
.contactpageoffices img {
	padding-left: 10px;
	vertical-align: middle;
}
.contactpageoffices a {
	font-size: 12px;
	padding-left: 10px;
	color: #1f61c1;
	text-decoration: none;
}
.contactpageoffices a:hover {
	color: #1f61c1;
	text-decoration: none;
}
.contactpageofficeschoose {
	width: 175px;
	border: solid 1px #ccc;
	background-color: #fff;
}
.contactpageleft {
	padding-left: 0;
	width: 760px;
	height: auto;
	float: left;
}
.contactpageleft table {
	margin-bottom: 5px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.6em;
}
.contactpageleft table a {
	padding-left: 5px;
	color: #3d7bef;
}
.contactpageleft table img {
	vertical-align: middle;
}
.contactpageright {
	width: 180px;
	float: right;
	margin-top: -30px;
}
.contactpageright table img {
	vertical-align: middle;
	padding-left: 15px;
}
.contactpagerightbanner {
	float: right;
	width: 185px;
	height: 195px;
	border: solid 1px #ccc;
}
.contactpagerightbanner table a {
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
.contactpagerightbanner2 {
	margin-top: 20px;
	float: right;
	width: 185px;
	height: 115px;
	border: solid 1px #ccc;
	background-image: url(../images/morecontactbg01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.contactpagerightbanner2 table a {
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f61c1;
	text-decoration: none;
}
.contactinsiderightbanner {
	margin-top: 2px;
	float: right;
	width: 185px;
	height: 115px;
	border: solid 1px #ccc;
	background-image: url(../images/morecontactbg01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.contactinsiderightbanner table a {
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f61c1;
	text-decoration: none;
}
.contactpagerightfooter {
	width: 890px;
	height: auto;
}
.cl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cl {
	zoom: 1;
}
.contactpagelefttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
}
.contactpageleft .contactpagelefttitle02 a, .contactpageleft .contactpagelefttitle02 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-left: 0;
}
.contactpageleft .contactpagelefttitle02 {
	margin-bottom: 15px;
}
.contactpagelefbannerttitle {
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: bold;
}
.contactpageleftaddress {
	color: #999;
}
.contactinsidetoll {
	font-family: Arial, Helvetica, sans-serif;
	color: #fc6226;
}
.contactinsidecourtyard {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
