
body {
	margin: 0;
	padding: 0;
	font-family: Calibri, Tahoma, Arial, sans-serif;
}

body.landing {
	background: #000;
}

#siteWrapper {
	width: 960px;
	float: left;
}
body.landing #siteWrapper {
	float: none;
	margin: 0 auto;
}

#pageWrapper {
	width: 960px;
	float: left;
	background: url(../images/bgRepeat.gif) repeat-y top left;
}

body.landing #pageWrapper {
	background-image: none;
}

#header {
	background: url(../images/bgHeader.jpg) no-repeat top left;
	display: block;
	float: left;
	width: 960px;
	height: 126px;
}

body.landing #header {
	background: url(../images/logo-landing.gif) no-repeat top center #000;
	display: block;
	float: left;
	width: 960px;
	height: 175px;
}

#navigation {
	background: url(../images/bgNav.jpg) repeat-x top left #000;
	float: left;
	width: 200px;
	padding: 20px;
	_overflow: hidden;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 200px;
}	
#navigation li {
	width: 200px;
	margin: 0 0 15px 0;
	display: block;
	color: #fff;
	font-size: 18px;
}
#navigation li a {
	text-decoration: none;
	color: #999;
	width: 200px;
	display: block;
	font-size: 18px;
}
#navigation li a:hover {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}

#navigation li ul {
	padding: 0 20px;
	margin: 15px 0;
}

#navigation li ul li {
	width: 140px;
	margin: 0;
}

#navigation li ul li a {
	text-decoration: none;
	color: #ec008c;
	font-size: 16px;
	_font-size: 15px;
}
#navigation li ul li a:hover {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}



#contentWrapper {
	float: left;
	background: url(../images/bgPage.gif) no-repeat top left;
	width: 720px;
	min-height: 535px;
	_height: 535px;
}

body.landing #contentWrapper {
	background: none;
	width: 960px;
	min-height: 0;
	_height: 0;
	height: 320px;
}

body.landing #subcontentWrapper {
	background: none;
	width: 960px;
	float: left;
}

body.capabilities #contentWrapper {
	background: none;
}

#leftColumn {
	float: left;
	padding: 20px 30px;
	width: 420px;
}

body.landing #contentWrapper #leftColumn {
	padding: 0;
	width: 480px;
}

body.landing #subcontentWrapper {
	padding: 5px 20px;
	* padding: 10px 20px;
	width: 940px;
}

body.capabilities #leftColumn {
	float: left;
	padding: 20px 30px;
	width: 660px;
}

#leftColumn h1 {
	color: #ec008c;
	font-weight: normal;
	font-size: 36px;
	padding: 0;
	margin: 0 0 40px 0;
}

body.capabilities #leftColumn h1 {
	margin: 0 0 5px 0;
}

#leftColumn p {
	color: #666;
	font-size: 14px;
	line-height: 150%;
	text-align: justify;
}

body.landing #subcontentWrapper p {
	color: #fff;
	font-size: 17px;
	line-height: 150%;
	text-align: left;
}

#leftColumn ul {
	padding: 0 15px;
}
#leftColumn li {
	color: #666;
	font-size: 14px;
	line-height: 150%;
	text-align: justify;
	margin: 0 0 10px 0;
}

#leftColumn a {
	color: #666;
}
#leftColumn a:hover {
	color: #ec008c;
	text-decoration: none;
}

#diagram {
	width: 650px;
	height: 650px;
	background: url(../images/proposition.jpg) no-repeat top left;
}

#diagram ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 650px;
	height: 650px;
	position: relative;
}

#diagram li a {
	outline: none;
	display: block;
	text-indent: -9000px;
}
#diagram li a:hover {
	cursor: pointer;
}

#diagram li.diagCapability a {
	position: absolute;
	top: 21px;
	left: 263px;
	width: 122px;
	height: 122px;
	background: url(../images/shim.gif) repeat; 
}

#diagram li.diagEfficiency a {
	position: absolute;
	top: 92px;
	left: 435px;
	width: 122px;
	height: 122px;
	background: url(../images/shim.gif) repeat;
}

#diagram li.diagStrategy a {
	position: absolute;
	top: 260px;
	left: 505px;
	width: 122px;
	height: 122px;
	background: url(../images/shim.gif) repeat;
}

#diagram li.diagCompliance a {
	position: absolute;
	top: 434px;
	left: 435px;
	width: 122px;
	height: 122px;
	background: url(../images/shim.gif) repeat;
}

#diagram li.diagTechnology a {
	position: absolute;
	top: 506px;
	left: 263px;
	width: 122px;
	height: 122px;
	background: url(../images/shim.gif) repeat;
}

#diagram li.diagCommunication a {
	position: absolute;
	top: 434px;
	left: 92px;
	width: 122px;
	height: 122px;
	background: url(../images/shim.gif) repeat;
}

#diagram li.diagTactics a {
	position: absolute;
	top: 260px;
	left: 20px;
	width: 122px;
	height: 122px;
	background: url(../images/shim.gif) repeat;
}

#diagram li.diagMaximisation a {
	position: absolute;
	top: 92px;
	left: 92px;
	width: 122px;
	height: 122px;
	background: url(../images/shim.gif) repeat;
}


#rightColumn {
	float: right;
	width:240px;
	padding:92px 0 20px 0;
	color: #999;
	font-size: 13px;
}

body.landing #rightColumn {
	padding: 0;
}

#rightColumn blockquote {
	padding: 15px 20px;
	margin: 0;
	color: #ec008c;
	font-size: 13px;
	border-bottom: solid 2px #efefef;
}
#rightColumn blockquote strong {
	color: #000;
	margin: 10px 0 0 0;
	display: block;
}

#rightColumn blockquote a {
	color: #ec008c;
	margin: 10px 0 0 0;
	display: block;
}


body.landing #contentWrapper #rightColumn {
	width: 480px;
}

body.landing #subcontentWrapper #rightColumn {
	width: 440px;
	padding: 5px 20px;
	* padding: 10px 20px;
}

body.landing #rightColumn p {
	color: #fff;
	font-size: 17px;
	line-height: 150%;
	text-align: right;
}

body.landing #subcontentWrapper a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

body.landing #subcontentWrapper a:hover {
	color: #ec008c;
	text-decoration: none;
}

body.capabilities #rightColumn {
	display: none;
}

#footer {
	text-align: right;
	font-size: 14px;
}
#footer p {
	color: #999;
}

#footer a {
	text-decoration: none;
	color: #000;
	margin: 0 0 0 15px;
	display: block;
	display: inline;
}

#footer a:hover {
	color: #ec008c;
}

.clear {
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}


