@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
}

body, td, div{
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
}
p{
	margin:0px;
	margin-bottom:16px;
}
.b{			font-weight:bold;}
.txtBlack{	color:#000000;}
.txtWhite{	color:#FFFFFF;}
.txtLGrey{	color:#B2B2B2;}
.txtDGrey{	color:#B2B2B2;}
.txtDDGrey{	color:#666666;}
.txtOrange{	color:#FFBC01;}
.txt10{		font-size:10px;}
.txt12{		font-size:12px;}
.txt13{		font-size:13px;}
.txt15{		font-size:15px;}
.txt18{		font-size:18px;}
.nu{		text-decoration:none;}

#aboutSB{
	position:absolute;
	margin-left:700px;
	background-image:url(../images/SBAbout.gif);
	background-repeat:no-repeat;
	width:220px;
	height:320px;
	padding-left:50px;
	padding-top:32px;
	left: -1px;
	top: 108px;
	overflow: hidden;
}
#scroller{
	position: relative;
	width: 160px;
	height: 276px;
	overflow: hidden;
}
#container1, #container2{
	position: relative;
	width: 160px;
	overflow: hidden;
	color:#000000;
}
#bodyHolder{
	position:absolute;
	width:950px;
	left:50%;
	margin-left:-475px;
}

#bodyContent{
	width:950px;
	min-height:362px;
	background-color:#282628;
}

#bodyContent2{
	width:950px;
	height:410px;
	background-color:#282628;
}

#bodyContentNoHeight{
	width:950px;
	background-color:#282628;
}

#bottomTile{
	display:block;
	width:950px;
	height:4px;
	background-image:url(../images/mcTile.gif);
}
	
#navHome{
	display:block;
	width:63px;
	height:61px;
	background-image:url(../images/btnAbout.gif);
	background-position:0px 0px;
}
#navHome:hover{
	background-position:63px 0px;
}
#navPeople{
	display:block;	width:63px;
	height:61px;
	background-image:url(../images/btnPeople.gif);
	background-position:0px 0px;
}
#navPeople:hover{
	background-position:63px 0px;
}
#navClients{
	display:block;	width:63px;
	height:61px;
	background-image:url(../images/btnClients.gif);
	background-position:0px 0px;
}
#navClients:hover{
	background-position:63px 0px;
}
#navGallery{
	display:block;	width:63px;
	height:61px;
	background-image:url(../images/btnGallery.gif);
	background-position:0px 0px;
}
#navGallery:hover{
	background-position:63px 0px;
}
#navVenues{
	display:block;	width:63px;
	height:61px;
	background-image:url(../images/btnVenues.gif);
	background-position:0px 0px;
}
#navVenues:hover{
	background-position:63px 0px;
}
#navAwards{
	display:block;	width:63px;
	height:61px;
	background-image:url(../images/btnAwards.gif);
	background-position:0px 0px;
}
#navAwards:hover{
	background-position:63px 0px;
}
#navConsultancy{
	display:block;	width:63px;
	height:61px;
	background-image:url(../images/btnConsultancy.gif);
	background-position:0px 0px;
}
#navConsultancy:hover{
	background-position:63px 0px;
}
#navCheckups{
	display:block;	width:63px;
	height:61px;
	background-image:url(../images/btnCheckUps.gif);
	background-position:0px 0px;
}
#navCheckups:hover{
	background-position:63px 0px;
}
#navContact{
	display:block;	width:63px;
	height:61px;
	background-image:url(../images/btnContact.gif);
	background-position:0px 0px;
}
#navContact:hover{
	background-position:63px 0px;
}
#navMedia{
	display:block;	width:63px;
	height:61px;
	background-image:url(../images/btnMedia.gif);
	background-position:0px 0px;
}
#navMedia:hover{
	background-position:63px 0px;
}
.infoArea{
	position:absolute;
	width:790px;
	height:260px;
	background-color:#282628;
	margin-left:-10px;
	margin-top:-10px;
	display:none;
}
#galleryLinkMask{
	position:absolute;
	top:200px;
	left:50%;
	margin-left:420px;
	width:50px;
	height:50px;
	background-color:#282628;
	z-index:1;
}
#gallery{
	padding-bottom:20px;
}
#awardsImg{
	position:absolute;
	top:136px;
	left:50%;
	margin-left:-310px;
	z-index:1;
}
#awardsImg2{
	position:absolute;
	top:180px;
	left:50%;
	margin-left:-320px;
	z-index:1;
}
.heading_sp{
font-size:18px;
font-weight:bold;
line-height:20px;
float:left;
padding-top:5px;
padding-bottom:5px;
padding-left:110px;
color:#fff;
}
td.sitelink{
font-size:20px;
font-weight:bold;
/*padding-left:20px;*/
color:#fff;
}

td.sitelink a{
color:#B2B2B2;
line-height:20px;
font-size:14px;
padding-left:20px;


}