@import url("global.css");
@import url("clearfix.css");
@import url("nav.css");
@import url("thickbox.css");
@import url("forms.css");
@import url("cmxform.css");
@import url("spry.css");


/* -----------------------------------------------
	header
----------------------------------------------- */
.header {
	position: relative;
	height: 100px;
}

.header .logo {
	position: absolute;
	top: 0;
	left: 20px;
	width: 169px;
	height: 92px;
}

.header .slogan {
	position: absolute;
	right: 30px;
	bottom: 10px;
	width: 234px;
	height: 23px;
}

.header .phone {
	position: absolute;
	right: 30px;
	top: 91px;
	padding: 25px 0 0 25px;
	width: 110px;
	height: 25px;
	background: url(../images/icon-phone.gif) no-repeat left top;
	font: 11px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #85a35e;
}



/* -----------------------------------------------
	slideshow on homepage
----------------------------------------------- */
.slideshow {
	padding: 10px;
	width: 820px;
	height: 267px;
	background: #f1f2ea url(../images/bg-flash.jpg) no-repeat;
	list-style: none;
}


/* -----------------------------------------------
	banner image
----------------------------------------------- */
.banner {
	padding: 10px;
	width: 820px;
	height: 100px;
	background: #f1f2ea url(../images/bg-banner.jpg) no-repeat;
	list-style: none;
}


/* -----------------------------------------------
	content
----------------------------------------------- */
.content-container { padding-bottom: 20px; }

.content-container .leftcolumn {
	float: left;
	padding: 0 10px; 
	width: 275px;
	height: auto;
	background: url(../images/bg-leftcolumn.gif) no-repeat right top;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
}

.content-container .rightcolumn {
	float: right;
	width: 545px;
	height: auto;
}

body.home .rightcolumn .title {
	position: relative;
	background: #f1f2ea url(../images/bg-curve-featuretext.gif) no-repeat bottom center;
	height: 73px;
	color: #62645e;
	margin-bottom: 25px;
}

.rightcolumn .title {
	position: relative;
	background: #f1f2ea url(../images/bg-curve-featuretext.gif) no-repeat bottom center;
	height: 35px;
	color: #62645e;
	margin-bottom: 10px;
}

.rightcolumn .title h1 {
	position: absolute;
	left: 20px;
	top: 8px;
	text-indent: -9999px;
}

.rightcolumn .title p {
	position: absolute;
	top: 5px;
	padding-right: 10px;
	width: 400px;
}

body.home .rightcolumn h1 { width: 90px; height: 18px; background: url(../images/title-welcome.gif); }
body.about .rightcolumn h1 { width: 87px; height: 18px; background: url(../images/title-about.gif); }
body.services .rightcolumn h1 { width: 80px; height: 18px; background: url(../images/title-services.gif); }
body.projects .rightcolumn h1 { width: 190px; height: 22px; background: url(../images/title-projects.gif); }
body.employment .rightcolumn h1 { width: 122px; height: 22px; background: url(../images/title-employment.gif); }
body.contact .rightcolumn h1 { width: 74px; height: 18px; background: url(../images/title-contact.gif); }

p.success {font-weight: bold; color: #581d0f; }

body.home .rightcolumn p { left: 125px; }

.content p { padding: 10px 0; }

.content {
	padding: 0 20px;
	border-left: 1px solid #e4e5db;
}

.rightcolumn h2 {
	font-size: 14px;
	color:#581d0f;
	font-weight:normal;
 }

.leftcolumn h2 {
	text-indent: -9999px;
	margin: 15px 0 20px 0;
}

.leftcolumn h3 {
	font-size: 11px;
	color:#581d0f;
}

/* projects header left */ {
	background: url(../images/title-featureprojects.gif) no-repeat;
	width: 153px;
	height: 23px;
}

body.about .leftcolumn h2, body.projects .leftcolumn h2, body.home .leftcolumn h2, body.services .leftcolumn h2 {
	background: url(../images/title-ourservices.gif) no-repeat;
	width: 153px;
	height: 23px;
}

body.employment .leftcolumn h2 {
	background: url(../images/title-jobenquiries.gif) no-repeat;
	width: 153px;
	height: 23px;
}

body.contact .leftcolumn h2 {
	background: url(../images/title-enquiryform.gif) no-repeat;
	width: 153px;
	height: 23px;
}

.featured .item .thumb {
	float: left;
	width: 96px; height: 96px;
	margin: 0 10px 10px 0;
}

.featured .item .thumb a {
	width: 96px; height: 96px;
	display: block;
}
	
.featured hr { clear: both; }

.featured .more a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 15px; height: 15px;
	background: url(../images/arrow.gif) no-repeat;
	margin-top:15px;
}

.ourServices a {
	display:block;
	background: #fff url(../images/arrow.gif) no-repeat 236px 6px;
	border-bottom: 1px solid #e4e5db;
	padding:6px 4px;
	margin:0 20px 0 0;
	text-decoration:none;
}

.ourServices a:hover {
	display:block;
	background: #eef8e0 url(../images/arrow-green.gif) no-repeat 236px 6px;
	border-bottom: 1px solid #def0c5;
	padding: 6px 4px;
	margin: 0 20px 0 0;
	text-decoration: none;
	
}

.ourServices a.all {
	overflow: hidden;
	background: #fff url(../images/sm-arrow.gif) no-repeat right 2px;
	margin-top: 8px;
	padding:2px 20px 0 6px;
	border: none;
	font-size: 9px;
	text-decoration:underline;
}

.leftcolumn img.large { display:block; margin:15px 7px; }

/* -----------------------------------------------
	services & projects pages
----------------------------------------------- */

body.projects .rightcolumn .item, body.services .rightcolumn .item {
	border-bottom: 1px solid #e4e5db;
	margin: 5px 0;
	padding:10px 0;
}

body.projects .rightcolumn .item .info, body.services .rightcolumn .item .info {
	width: 290px;
	float: left;
	margin-right: 20px;
}
	
body.projects .rightcolumn .item .info .enlarge, body.services .rightcolumn .item .info .enlarge {
	color: #c9cbbd;
	background: url(../images/sm-arrow.gif) no-repeat right 3px;
	padding: 0 20px 0 0;
	width: auto;
	font-style: italic;
	width: 140px;
}

body.projects .rightcolumn .item ul.thumbs, body.services .rightcolumn .item ul.thumbs {
	width: 184px;
	float: left;
	list-style: none;
	padding-top:18px;
}

body.projects .rightcolumn ul.thumbs li, body.services .rightcolumn ul.thumbs li {
	width: 40px; height: 40px;
	float:left;
	margin:0 0 6px 6px;
}

body.projects .rightcolumn ul.thumbs li a, body.services .rightcolumn ul.thumbs li a {
	width: 40px; height: 40px;
	display: block;
}

ul.other {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

ul.other li {
	width: 200px;
	float: left;
	padding: 0 20px 0 0;
}


/* -----------------------------------------------
	footer
----------------------------------------------- */
.footer {
	position: relative;
	height: 50px;
	font-size: 10px;
}


.footer p.ht a {
	position: absolute;
	right: 30px; top: 30px;
	width: 111px; height: 19px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/ht.gif) no-repeat;
}

.footer p.links {
	position: absolute;
	top: 30px; left: 30px;
	width: 730px;
	color: #9f634e;
}

.footer p.links a { color: #9f634e; }
.footer p.links a:hover { color: #fff; }
