body {
	margin:					50px 0px 0px 0px;
	font-family:			Arial;
	font-size:				12pt;
	background:				#292929;
	text-align:				center;
	color:					#202020;
}

a:link,a:hover,a:active,a:visited {
	color:						#0F8DC8;
}

img {
	border:						0px;
}

li {
	list-style-type:		none;
}

ul {
	margin:					0px 14px;
}

#main-container {
	position:				relative;
	margin:					auto;
	width:					960px;
	text-align:				left;
}

#header {
	position:				relative;
	background:				#ffffff;
	height:					200px;
}

#main-menu {
	position:				absolute;
	left:					20px;
	top:					-28px;
	width:					545px;
	z-index:				100;
}

a.strategy-link {
	background-image:		url('../img/sprites.png');
	background-position:	-52px 0px;
	width:					114px;
	height:					58px;
	text-indent:			-99999;
	display:				inline-block;
	text-indent:			-9999px;
}
a:hover.strategy-link{
	background-position:	-52px -58px;
}
a.process-link {
	background-image:		url('../img/sprites.png');
	background-position:	-166px 0px;
	width:					112px;
	height:					58px;
	text-indent:			-99999;
	display:				inline-block;
	text-indent:			-9999px;
}
a:hover.process-link{
	background-position:	-166px -58px;
}
a.portfolio-link {
	background-image:		url('../img/sprites.png');
	background-position:	-278px 0px;
	width:					112px;
	height:					58px;
	text-indent:			-99999;
	display:				inline-block;
	text-indent:			-9999px;
}
a:hover.portfolio-link{
	background-position:	-278px -58px;
}
a.contact-link {
	background-image:		url('../img/sprites.png');
	background-position:	-394px 0px;
	width:					112px;
	height:					58px;
	text-indent:			-99999;
	display:				inline-block;
	text-indent:			-9999px;
}
a:hover.contact-link{
	background-position:	-394px -58px;
}

.menu-start {
	position:				absolute;
	left:					0px;
	top:					0px;
	background-image:		url('../img/sprites.png');
	width:					52px;
	height:					58px;
}
.menu-end {
	position:				absolute;
	right:					0px;
	top:					0px;
	background-image:		url('../img/sprites.png');
	background-position:	-504px 0px;
	width:					45px;
	height:					58px;
}

.company-info-container {
	display:				none;
}

.company-info {
	position:				absolute;
	bottom:					0px;
	padding:				32px 0px;
	width:					100%;
	color:					#ffffff;
	font-size:				18px;
	font-weight:			bold;
	text-align:				center;
	z-index:				1;
}
.company-info-mask {
	position:				absolute;
	left:					0px;
	bottom:					0px;
	width:					100%;
	background:				#000000;
	padding:				32px 0px;
}

#header-text {
	position:				absolute;
	left:					32px;
	top:					64px;
	background-image:		url('../img/sprites.png');
	background-position:	0px -116px;
	width:					268px;
	height:					104px;
	text-indent:			-9999px;
}