@charset "utf-8";
/* CSS Document */


/* Top Menu
================================== */
#topmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eeeeee;
	border-bottom-color: #eeeeee;
	background-image: url(../images/titlebg.jpg);
	background-repeat: repeat-x;
}

#topmenu ul li {
	float: left;
}

#topmenu ul a {
	padding: 0 1em;
	line-height: 1.9em;
	text-decoration: none;
	color: #333333;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#topmenu ul a:hover {
	color: #999999;
}

#topmenu ul .first a {
	background: none;
}

#topmenu .home a, #topmenu .optimise a, #topmenu .products a, #topmenu .investors a, #topmenu .services a, #topmenu .clients a, #topmenu .contact a {
	padding: 0 1em;
	line-height: 1.9em;
	text-decoration: none;
	color: #3A75AF;
	float: left;
	display: block;
	cursor: default;
}


/* people search
================================== */

.peoplesearch {
	width: 22em;
	background-image: url(../images/orangebox-bottomleft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 10px;
}

.peoplesearch-outer {
  background: url(../images/orangebox-bottomright.jpg) no-repeat right bottom;
  padding-bottom: 10px;
}

.peoplesearch-inner {
  background: url(../images/orangebox-topleft.jpg) no-repeat left top;
}

.peoplesearch-right {
  background: url(../images/orangebox-topright.jpg) no-repeat right top;
  padding-top: 10px;
}


.peoplesearch h2, .peoplesearch p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #00709E;
	text-align: center;
}

.peoplesearch a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FF9900;
	text-align: center;
}

.searchtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00709E;
	text-align: left;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #147AA3;
	text-align: left;
}
body {
	background-color: #eeeeee;
}
.table {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #1075A1;
	text-align: right;
	padding: 3px;
}

