@CHARSET "ISO-8859-1";

/* RESET ================================================================================================ */

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

img{
	display:block;
	}

strong{
	font-weight:bold;
	}

em{
	font-style:italic;
	}


/* FLOATS CLEARER ================================================================================================ */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */







/* WIDTH CONTROL ================================================================================================ */

body {
	padding: 0 410px 0 410px;
	margin: 0;
	text-align: center;
	background: #f1f1f1;
	font-size:0.8em;
	font-family:arial,verdana,helvetica,sans;
}

#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 44%;
	max-width: 224px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: white;
	margin: 0 -410px 0 -410px;
	min-width: 820px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; }








/* OUTTER SHADOWS ================================================================================================ */

div.sh {
	position:relative;
	}

div.sh div.L{
	padding:0 0 0 20px;
	background:url("../images/sh_L.gif") repeat-y left top;
	}

div.sh div.R{
	padding:0 20px 0 0;
	background:url("../images/sh_R.gif") repeat-y right top;
	}




/* LAYOUT CONTROL ================================================================================================ */

div#container{
	position:relative;
	background:url("../images/red_stripe.gif") repeat-y left top;
	}

div#wrapper{
	float:left;
	width:100%;
	margin-left:-187px;
	}

div#content{
	margin-left:187px;
	}

div#sidebar{
	float:right;
	width:187px
	}




/* HEADER ================================================================================================ */

div#content div#header{
	height:123px;
	margin:26px 0 15px 44px;
	background:url("../images/header_bg.jpg") no-repeat right top #6d6ab7;
	}






/* NAVIGATION ================================================================================================ */

div#content div#nav{
	height:21px;
	margin:0 0 35px 44px;
	}

div#content div#nav	ul {
	list-style: none;
	padding:0;
	margin: 0;
	}

div#content div#nav	ul .last {
	background: none;
	}

div#content div#nav	ul li {
	float: left;
	padding: 0px 1px 0 0;
	margin:0;
	background: url(../images/nav/top-nav-sep.gif) no-repeat right top blue;
	}








/* MAIN CONTENT AREA ================================================================================================ */

div#content div.padder{
	margin:10px 18px 10px 44px;
	}






/* MAIN DEFINITIONS ================================================================================================ */

h1 {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	color: #ec4125;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	border-bottom: 1px solid #d7d7d7;
	}

h2 {
	padding: 0 0 20px 0;
	margin: 0;
	font: 14px/20px Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #424242;
}

p {
	padding: 0 0 15px 0;
	margin: 0;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #424242;
	text-align : justify;
}
p a {
	font-weight: bold;
	text-decoration: none;
	color: #ed4e25;
}


ul
{
	list-style:disc;
	margin: 0 0 20px 0;
	padding: 0;
}

li
{
	color: #424242;
	margin:0 0 5px 16px ;
	font: 12px/20px Arial, Helvetica, sans-serif;
}

div.twoColumnsBox{
	width:100%;
	}

div.twoColumnsBox div.left{
	float:left;
	width:49%;

	}

div.twoColumnsBox div.right{
	float:right;
	width:49%;

	}




/* MAIN HEADINGS ================================================================================================ */

h1.welcome{				background: url(../images/tt_welcome.gif) no-repeat;}
h1.our_people{		background: url(../images/tt_our_people.gif) no-repeat;}
h1.our_services{	background: url(../images/tt_our_services.gif) no-repeat;}
h1.how_we_work{		background: url(../images/tt_how_we_work.gif) no-repeat;}
h1.our_clients{		background: url(../images/tt_our_clients.gif) no-repeat;}
h1.our_projects{	background: url(../images/tt_our_projects.gif) no-repeat;}
h1.work_for_us{		background: url(../images/tt_work_for_us.gif) no-repeat;}
h1.contact_us{		background: url(../images/tt_contact_us.gif) no-repeat;}
h1.enquiry_form{	background: url(../images/tt_enquiry_form.gif) no-repeat;}









/* OUR PEOPLE / OUR PROJECTS ================================================================================================ */

div.our_people_item,
div.our_projects_item{
	margin:0 0 20px 0;
	padding:0 0 0px 0;
	border-bottom : 1px solid #d7d7d7;
	}

div.our_people_photo,
div.our_projects_photo{
	float : right;
	clear : right;
	padding : 0px;
	margin : 0 0 10px 20px;
	}

div.our_people_photo img,
div.our_projects_photo img{
	display : block;
	margin : 0;
	padding : 0;
	}

div.our_people_item h2{
	font-size:1em;
	margin:0;
	padding:0;
	}

div.our_projects_item h2{
	font-size:1em;
	margin:0 0 10px 0;
	padding:0;
	}

div.our_people_item p.edu{
	font-size:0.8em;
	margin:0 0 20px 0;
	padding:0;
	}








/* OUR SERVICES ================================================================================================ */

div.slide_title
{
	font: 12px Arial, Helvetica, sans-serif;
	color : #ec4125;
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
	cursor: pointer;
}

div.open
{
	background : url(../images/slider_button_open.gif) no-repeat;
	background-position : center left;
}
div.closed
{
	background : url(../images/slider_button_closed.gif) no-repeat;
	background-position : center left;

}

div.slide_text
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #424242;
	padding: 5px 0 10px 15px;
	text-align:justify;
}













/* HOME PAGE CALL TO ACTION BOXES ================================================================================================ */

div.cta{
	width:100%;
	height:148px;
	position:relative;

	}

div.cta div.box {
	width: 32%;
	height:148px;
	margin: 0;
	padding:0;
}

div.cta div.box a{
	display:block;
	width:100%;
	height:124px;
	}

div.cta div.projects a{
	background:url("../images/cta_projects_bg.jpg") no-repeat top center;
	}

div.cta div.services a{
	background:url("../images/cta_services_bg.jpg") no-repeat top center;
	}

div.cta div.people a{
	background:url("../images/cta_people_bg.jpg") no-repeat top center;
	}

div.cta div.projects div.title{
	width:100%;
	height:24px;
	text-align:right;
	background:url("../images/cta_projects_back.gif") repeat-x top left;
	}

div.cta div.services div.title{
	width:100%;
	height:24px;
	text-align:right;
	background:url("../images/cta_services_back.gif") repeat-x top left;
	}

div.cta div.people div.title{
	width:100%;
	height:24px;
	text-align:right;
	background:url("../images/cta_people_back.gif") repeat-x top left;
	}

div.cta * div.title img{
	float:right;
	}

div.cta div.one {
	position:relative;
	}

div.cta div.two {
	position:absolute;
	top:0px;
	left:34%;
	}

div.cta div.three {
	position:absolute;
	top:0px;
	right:0;
	}



p a:hover {text-decoration: underline;}









/* CONTACT PAGE ================================================================================================ */



div.contact_holder{
	margin:0 0 5px 0;
	color: #424242;
	font-size:12px;
	}

div.contact_holder div.flexicol_0a{
	float:right;
	width:100%;
	margin-left:-300px

	}

div.contact_holder div.flexicol_0b{
	margin-left:300px;
	}

div.contact_holder div.fixedcol_0a{
	float:left;
	width:300px;
	}

div.contact_holder div.flexicol_0b #contact-map-holder
{
	height:250px;
	border:1px solid #a3a3a3;
}

div.contact_holder div.flexicol_0b #contact-map-holder #map
{
	height:250px;
}










div.form_ln{
	margin:0 0 5px 0;
	color: #424242;
	font-size:12px;
	}

div.form_ln div.flexicol_0a{
	float:right;
	width:100%;
	margin-left:-200px
	}

div.form_ln div.flexicol_0b{
	margin-left:200px;
	}

div.form_ln div.fixedcol_0a{
	float:left;
	width:200px;
	}

div.form_ln div.flexicol_0b input.txt,
div.form_ln div.flexicol_0b textarea
	{
	border:1px solid #aaa;
	width:99%;
	color: black;
	font-family:arial,helvetica,sans;
	font-size:11px;
	overflow:hidden;
	}

div.form_ln div.flexicol_0b input.btn{
	background:#ed4e25;
	border:0;
	padding:2px 3px;
	color:white;
	}






/* SIDEBAR ================================================================================================ */

div#sidebar div.padder  {
	float: left;
	width: 147px;
	padding:0 20px;
	position: relative;
	background: #fff url(../images/sidebar-bg.gif) repeat-x top left;
}

div#sidebar div.padder h2 {
	overflow: hidden;
	font-size: 0;
	margin: 0;
	padding: 0;
}

div#sidebar div.padder .email {
	float: left;
	height: 10px;
}
div#sidebar div.padder .box {
	float: left;
	background: url(../images/sidebar-sep.gif) no-repeat right top;
	width: 147px;
	padding: 9px 0 0 0;
	margin: 16px 0 0;
}
div#sidebar div.padder .box .image {
	float: left;
	display: block;
	width: 42px;
	margin: 0 5px 0 0;
}
div#sidebar div.padder .box .title {
	float: left;
	color: #ed4e25;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
div#sidebar div.padder .box .title:hover {text-decoration: underline;}
div#sidebar div.padder .box span {
	float: left;
	font: 10px Arial, Helvetica, sans-serif;
	color: #ed4e25;
}
div#sidebar div.padder .box p {
	padding: 0;
	margin: 0;
	font: 10px Arial, Helvetica, sans-serif;
	color: #737373;
	clear : left;
}
div#sidebar div.padder .box .text {
	float: left;
	width: 87px;
}
	div#sidebar div.padder .box .text p {
		text-align: left;
	}
div#sidebar div.padder .first {margin: 67px 0 0 0;}
div#sidebar div.padder .link {
	clear: both;
	display: block;
	padding: 28px 0 0;
	margin: 0;
	font: 10px Arial, Helvetica, sans-serif;
	color: #424242;
}
div#sidebar div.padder .link a {
	color: #ed4e25;
	text-decoration: none;
}
div#sidebar div.padder .link a:hover {text-decoration: underline;}






/* FOOTER ================================================================================================ */

div.foot{
	width:100%;
	background: #f1f1f1;
	text-align:center;
	}

div.foot div.B{
	width:100%;
	background:url("../images/sh_B.gif") repeat-x left top ;
	}

div.foot div.L{
	width:100%;
	background:url("../images/sh_BL.gif") no-repeat left top;
	}

div.foot div.R{
	width:100%;
	height:40px;
	background:url("../images/sh_BR.gif") no-repeat right top;
	}

div.foot ul {
	list-style: none;
	padding: 30px 0 0;
	margin: 0;
	font: 10px Arial, Helvetica, sans-serif;
	color: #a3a3a3;
	text-align: center;

}
div.foot ul li {
	margin:0;
	padding:0;
	color: #bbb;
	display: inline;
	}


div.foot ul a {
	color: #a3a3a3;
	text-decoration: none;
}
div.foot ul a:hover {text-decoration: underline;}
div.foot span {
	font: 10px Arial, Helvetica, sans-serif;
	color: #a3a3a3;
}