
/*======= ourLocation ===========*/
div.ourLocation {
	margin:0 0 60px 0;
}
div.ourLocation div.map {
	padding:4px;
	background:#fff;
	border:1px solid #fff;
}
div.ourLocation div.map iframe {
	width:100%;
	display: block;
}
/*===== end ourLocation ======*/


/*======== contactForm ============*/
#contactForm form div.five input, #contactForm form div.six textarea {
	width:95%;
	padding:8px 6px;
	border:1px solid #ccc;
	border-bottom:2px solid #bebebe;
	margin:0 0 12px 0;
	font:13px Arial, tahoma, sans-serif;
	background: #f4f4f4;
}
#contactForm form div.six textarea {
	width:96%;
	height:157px;
	margin:0;
}
#contactForm form div.submitForm {
	clear:both;
}
#contactForm form div.submitForm p {
	float:left;
	margin-top:0;
}
#contactForm form div.submitForm input.black_btn {
	float:right;
	margin-top:0;
	cursor:pointer;
}
/*======= end contactForm =========*/



/*======= us ==========*/
#block_info {
	margin:0 0 60px 0;
}



/*========= contact_inf =======*/
aside #contactInfo ul li {
	padding:0 0 0 55px;
	margin-bottom:20px;
	background:url('../images/icons/setting_icons.png') no-repeat;
}
aside #contactInfo ul li h4 {
	font:400 18px/18px 'Droid Sans', sans-serif;
	padding:0;
	margin:0 0 18px 0;
}
aside #contactInfo ul li h4 span {
	font:400 12px 'Droid Serif', serif;
	color:#888;
}
aside #contactInfo ul li.address {
	background-position:0 -273px;
}
aside #contactInfo ul li.email {
	background-position:0 -324px;
}
aside #contactInfo ul li.phone {
	background-position:0 -365px;
}
aside #contactInfo ul li.fax {
	background-position:0 -406px;
}
