/* contact background */

div.contact_header{
	background: url(../images/contact/header_contact.jpg) left top no-repeat;
	width:1024px;
	height:51px;	
}

div.contact_content{
	background: url(../images/contact/body_contact.jpg) left top no-repeat;
	width:1024px;
	height:415px;	
}

div.contact_footer{
	background: url(../images/contact/footer_contact.jpg) left top no-repeat;
	width:1024px;
	height:192px;	
}

/* contact tabs */
#contact_tabs{
	white-space: nowrap;
	height: 32px;  
	margin: 253px 0 0 58px;
	float: left;
}

#contact_tabs ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#contact_tabs li.tabs_active {
	background: url(../images/contact/tabs_activeblue.jpg) center left no-repeat;
	width:218px;
	height: 38px;
	margin: 0;
	padding: 0;
}

#contact_tabs li.tabs_inactive {
	background: url(../images/contact/tabs_inactiveblack.jpg) center left no-repeat;
	width:206px;
	height: 32px;
	margin: 0;
	padding: 0;
}

#contact_tabs li.tabs_active  a{
	color: #ffffff;
	text-decoration: none;
}

#contact_tabs li.tabs_inactive a{
	color: #00a9e9;
	text-decoration: none;
}

#contact_tabs  span {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: bold;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 5px 15px 0px 0px;	
  text-decoration: none;
}

.contact_info{
	padding: 130px 0 0 35px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 35px;
	color: #ffffff;
	float:left;
}

#contact_description{
	padding: 32px 0 0 45px;
	text-align:left;
	width: 200px;
}

#contact_number{
	font-size: 20px;
	font-weight: bold;
	padding: 50px 0 0 8px;
	color: #0089cf;
	text-align:center;
}


/* contact footer */
.contact_footer{
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	line-height: 20px;
	font-size: 14px;
}
.contact_location{
	font-size: 20px;	
}

.co_hq_contact{
	padding: 22px 0 0 70px;
	float: left;
}

.cn_dev_contact{
	padding: 22px 0 0 50px;
	float: left;
}

.my_dev_contact{
	padding: 22px 0 0 55px;
	float: left;
}
