@charset "utf-8";
/* CSS Document */

h1.abouttitle{
	color:#fff;
	height:36px;
	text-transform:uppercase;
	background:url(../img/about_page/about_title.png) no-repeat left top;
	float:none !important;
	margin:30px 0;
}
h1#careertitle{
	height:36px;
	background:url(../img/about_page/career_title.png) no-repeat left top;
	float:none !important;
	margin:30px 0;
}
.aboutbox{
	width:950px;
	margin:0 0 35px;
	position:relative;
	font-family:museo_sans300;
}
	#bee1{
		background:url(../img/about_page/img_beeabout01.png) no-repeat;
		width:200px;
		height:180px;
		position:absolute;
		right:0;
		top:-50px;
	}
	#bee2{
		background:url(../img/about_page/img_beeabout02.png) no-repeat;
		width:202px;
		height:250px;
		position:absolute;
		right:-30px;
		top:-50px;
	}
	.aboutimage{
		display:block;
		height:223px;
		width:100%;
		margin-bottom:5px;
		background-color:#6F0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.aboutcover{
		float:left;
		width:346px;
		height:450px;
		border:13px solid #767273;
		overflow:hidden;
		position:relative;
	}
		.aboutcover img{
			position:absolute;
			top:0;
			display:block;
		}
	.aboutdetail{
		float:right;
		width:530px;
	}
		.perdetail:first-child{
			padding:0 0 10px;
			background:url(../img/main_slice/img_linerepeator_horizontal.gif) repeat-x left bottom;
			margin-bottom:10px;
		}
		#bankaccount{
			width:70%;
			text-transform:capitalize;			
		}
			.banktitle{
				color:#FFE23C;
				float:left;
			}
			.bankacc-number{
				float:right;
				color:#fff;
			}
				.bankacc-number p{
					margin:0;
					padding:0;
				}
				.colon,.usage{
					display:inline-block;
				}
				.usage{
					width:90px;					
				}
				.colon{
					width:10px;
					margin:0 10px;
				}
	.aboutbox section,.aboutbox .aboutcontent{
		width:916px;
		background:url(../img/about_page/background.png) repeat-y;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding:20px 17px;
		font-family:museo_sans300;
	}
		.aboutcontent .linebreakV{
			float:left;
			height:265px;
			margin-left:28px;
		}
		.our-services{
			float:right;
			width:425px;
		}
		.company-profile{
			float:left;
			width:420px;
		}
		#careerbox{
			padding:20px 25px;
			width:900px;
		}
	.aboutbox .title{
		color:#FFe23c;
		margin:0 0 15px;
		font-size:18px;
		text-transform:capitalize;
		line-height:normal;
		width:100%;		
	}
	.our-services > .title{
		margin-bottom:5px;
	}
	#careerbox .title{
		text-transform:none;
		width:740px;
		background:none;
		font-family:museo_sans500;
	}
	.aboutbox .desc{
		color:#fff;
		overflow:hidden;
		text-align:justify;
		font-size:12px;		
	}
	ul.desc{
		font-size:14px;
		margin:0;
	}
	#email-addr{
		margin:10px 0;
		text-align:center;
		font-size:14px;
		color:#fff;
	}
		.beemail{
			color:#FFe23c;
			font-size:18px;
			font-family:museo_sans500;
		}