@charset "utf-8";
/* CSS Document */

body {
	font-family:"Myriad Pro";
	font-size:75%;
	background:#fff;
	color:#4c4c4c;
}
body.innerBg {
	background:#fff url(../images/innerBg.jpg) top center repeat-x;
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, input, form {
	margin:0px;
	padding:0px;
}
a {
	outline:none;
	text-decoration:none;
	color:#4c4c4c;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
img {
	border:0px;
}
p {
	padding:0px 0px 10px 0px;
	line-height:22px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	color:#4c4c4c;
}
#wrapper {
	width:960px;
	margin:0 auto;
}
.header, .footer {
	float:left;
	width:960px;
}
.logo {
	float:left;
	width:273px;
	padding:10px 0 0px 10px;
}
.followUs {
	float:left;
	color:#666666;
	font-size:130%;
	margin:28px 10px 0 0;
}
.socialLinks {
	float:right;
	width:225px;
	margin:15px 0 0 0;
}
.socialLinks a {
	float:left;
	width:35px;
	margin:20px 5px 0 0;
}
.topNav {
	float:left;
	clear:both;
	width:960px;
}
.topNavLeftCurve, .topNavRightCurve {
	float:left;
	width:9px;
	height:49px;
	background:url(../images/topNavLeftCurve.jpg) top left no-repeat;
}
.topNavRightCurve {
	background:url(../images/topNavRightCurve.jpg) top left no-repeat;
}
.topNav ul {
	float:left;
	width:942px;
	background:url(../images/topNavBg.jpg) top left repeat-x;
}
.topNav ul li {
	float:left;
	list-style:none;
}
.topNav ul li a {
	float:left;
	padding:10px 15px;
	color:#fff;
	text-decoration:none;
	font-size:140%;
	font-weight:normal;
}
.topNav ul li a:hover, .topNav ul li.active a {
	background:url(../images/topNavArrow.png) center 1px no-repeat;
}
.banner {
	float:left;
	width:959px;
	height:302px;
	position:relative;
	margin:-9px 0 0 0;
	padding:0 0 0 1px
}
/*
	Slideshow
*/

#slides {
	position:absolute;
	top:-9px;
	left:0px;
	z-index:100;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:942px;
	padding:0 9px;
	position:relative;
	display:none;
}
.slides_container div.slide {
	width:960px;
	height:302px;
	display:block;
}
.slides_container1 {
	width:285px;
	padding:0 9px;
	position:relative;
	display:none;
}
.slides_container1 div.slide {
	width:285px;
	height:302px;
	display:block;
}
/*
	Next/prev buttons
*/

#slides .next, #slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}
#slides .next {
	left:585px;
}
/*
	Pagination
*/

.pagination {
	margin:-30px 0 0 0;
	right:0;
	width:100px;
	position:absolute;
	z-index:200;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:18px;
	height:0;
	padding-top:20px;
	background-image:url(../images/pagination.png);
	background-position:0px 0;
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:-25px 0px;
}
/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	left:-9px;
	padding:20px 10px 15px 30px;
	background:#28272c;
	width:430px;
	height:118px;
	font-size:150%;
	line-height:25px;
	color:#fff;
	background:url(../images/captionBg.png) top left no-repeat;
}
.content {
	float:left;
	width:940px;
	padding:10px;
	background:#fff;
}
.panelWide {
	float:left;
	width:590px;
}
.panelSmall {
	float:left;
	width:285px;
}
.midSpacing {
	float:left;
	width:65px;
}
h1, h2 {
	width:100%;
	color:#4c4c4c;
	font-weight:normal;
	font-size:180%;
	background:url(../images/double_line.jpg) left center repeat-x;
}
.title {
	background:#fff url(../images/titleBg.jpg) center right no-repeat;
	left:0;
	top:0;
	padding:0 15px 0 0;
}
.readMore {
	float:right;
	text-decoration:none;
}
.hmServices {
	float:left;
	width:282px;
}
.hmServicesTitleImg {
	float:left;
	width:280px;
	border:1px solid #4c4c4c;
}
.hmServicesTitle {
	background:#28272c;
	padding:10px;
	font-size:120%;
	font-family:Georgia;
	color:#fff;
}
.serviceMidSpacing {
	margin:0 0 0 25px;
}
p strong {
	font-size:120%;
}
.footer {
	float:left;
	font-family:Arial;
	width:940px;
	margin:15px 0 0 0;
	padding:10px;
	border-top:1px solid #aaaaaa;
	font-size:100%;
}
ul.foot {
	float:left;
	width:550px;
}
ul.foot li {
	list-style:none;
	float:left;
	padding:5px 0;
}
ul.foot li a {
	float:left;
	padding:0px 5px;
	color:#666666;
	text-decoration:none;
}
.copright {
	float:right;
	text-align:right;
	width:300px;
	color:#666;
	padding:0 0 5px 0;
}
.developedBy {
	float:right;
	width:250px;
	text-align:right;
	color:#666;
}
.inputBg {
	float:left;
	background:url(../images/inputTextBg.jpg) top left no-repeat;
	width:268px;
	padding:10px 5px;
	border:none;
	color:#4c4c4c;
}
.textAreaBg {
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	background:url(../images/textAreaBg.jpg) top left repeat-y;
	width:268px;
	height:97px;
	padding:10px 5px;
	border:none;
	color:#4c4c4c;
	font-size:110%;
}
.btnBg {
	float:right;
	background:url(../images/sendBtn.jpg) top left no-repeat;
	width:73px;
	height:27px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	border:none;
	margin:10px 10px 0 0;
}
ul.arrow {
	float:left;
	width:100%;
	margin:10px 0;
}
ul.arrow li {
	float:left;
	list-style:none;
	display:block;
}
ul.arrow li a {
	float:left;
	width:255px;
	background:url(../images/arrow.jpg) top left no-repeat;
	padding:0px 0 13px 30px;
	font-size:120%;
	font-weight:bold;
}
.job {
	float:left;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #959595;
}
.map {
    float: left;
    width: 100%;
    height: 325px;
    border: 2px solid #d2d2d2;
}
.enquiryForm {
	float:left;
	width:100%;
}
.enquiryForm label {
	float:left;
	width:550px;
	margin:10px 0;
	color:#4c4c4c;
	font-size:110%;
}
.enquiryForm input, .enquiryForm textarea {
	float:left;
	width:550px;
	padding:5px;
	border:1px solid #d2d2d2;
}
.enquiryForm input.enqBtn {
	float:left;
	background:url(../images/enqBtn.jpg) top left no-repeat;
	width:112px;
	height:38px;
	border:none;
	text-align:center;
	color:#686868;
	cursor:pointer;
	margin:15px 15px 0 0;
	font-size:140%;
	padding:0 25px 0 0;
}
ul.services {
	float:left;
	width:100%;
	margin:10px 0;
}
ul.services li {
	float:left;
	list-style:none;
	display:block;
}
ul.services li a {
	float:left;
	width:279px;
	height:18px;
	background:url(../images/tabBg.jpg) 0 -48px no-repeat;
	padding:16px 0 16px 10px;
	font-size:130%;
	color:#fff;
}
ul.services li a:hover, ul.services li a.active {
	background:url(../images/tabBg.jpg) 0 2px no-repeat;
}
.tabcontentwrapper {
	border:1px solid #c0c6c7;
	padding:20px;
	margin:10px 0 0 5px;
	width:608px;
	min-height:300px;
}
h3, h4 {
	width:100%;
	color:#4c4c4c;
	font-weight:normal;
	font-size:180%;
	margin:0 0 10px;
}
h4 {
	font-size:140%;
	margin:0 0 5px;
}
ul.tick {
	float:left;
	width:608px;
	margin:10px 0;
}
ul.tick li {
	float:left;
	font-family:Arial;
	list-style:none;
	width:573px;
	background:url(../images/tick.jpg) 0 5px no-repeat;
	padding:0 0 10px 25px;
	line-height:22px;
}
/* slide*/
#slider {
	width:285px;
	padding:0 0 0 0;
	margin:0 auto;
}
div#slideshow {
	float:left;
	width:100%;
	height:200px;
}
.slider-item {
	width:100% !important;
	height:200px;
}
.slider_content_inner img {
	border:none;
}
.controls-center {
	width:285px;
	margin:0 auto;
}

.clientLogo {
	float:left;
	width:28px;
	margin:0 0 10px 0;
}
.fadein { position:relative; width:280px; height:200px; z-index:0; }
.fadein img { position:absolute; left:0; top:0; }