/* CSS Document */

/* --------------------------------------------- */

/* Home */
#home-banner {
	width: 100%;
	max-height: 450px;
}

#small-home-banner {
	width: 100%;
	max-height: 300px;
	display: none;
	position: relative;
	z-index: 1;
}

#home-content-box1 {
	float: left;
	width: 48%;
	max-height: 350px;
	background: #6D6955;
}

#home-content-box2 {
	float: right;
	width: 48%;
	max-height: 350px;
	background: 	#6D6955;
}

/* Service / Capability */
#banner {
	width: 100%;
	max-height: 300px;
}

#small-banner {
	width: 100%;
	max-height: 200px;
	display: none;
	position: relative;
	z-index: 1;
	
}

.service-img {
	float: left;
	margin: 0 0 3.5% 1.75%;
	width: 22.75%;
	overflow: hidden;
}

.capability-img {
	float: left;
	margin: 0 0 3.5% 1.75%;
	width: 31%;
	overflow: hidden;
}

.divider {
	margin-bottom: 10px;	
}

.sub-divider {
	height: 50px;
	margin-bottom: 15px;	
}

.img-caption {
	width: 100%;
	height: 45px;	
}

.img-caption p {
	font-size: 12px;
}

/* QUALIFICATION */
.quali-text {
	float: left;
	width: 45%;	
}

.quali-img {
	float: right;
	width: 45%;
	margin: 10px 0;
}

/* CONTACT */
#address {
	float: left;
	width: 45%;
	margin-top: 20px;
}

#address p {
	font-size: 16px;
	line-height: 20px;
	padding: 0px;
}

#address a {
	font-size: 16px;	
}

#enquiry {
	float: right;
	width: 48%;
	margin-top: 40px;	
}

/* --CONTACT-- */
#contact_form {
	display: block;	
}

#smallcontact_form {
	display: none;	
}