body {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 13px;
	color: #646464;
	margin: 0px;
	background: #C0C0C0;
}

#container {
	width: 779px;
	background: #FFFFFF;
	border: 1px solid #646464;
}

#inner_container {
	width: 779px;
	background: #FFFFFF;
	border: 1px solid #646464;
	background: #FFFFFF url(images/inner_bg.gif) repeat-y;
}

#inner_container_blue {
	width: 779px;
	background: #FFFFFF;
	border: 1px solid #646464;
	background: #FFFFFF url(images/inner_bg_blue.gif) repeat-y;
}

#inner_container_yellow {
	width: 779px;
	background: #FFFFFF;
	border: 1px solid #646464;
	background: #FFFFFF url(images/inner_bg_yellow.gif) repeat-y;
}

#inner_container_purple {
	width: 779px;
	background: #FFFFFF;
	border: 1px solid #646464;
	background: #FFFFFF url(images/inner_bg_purple.gif) repeat-y;
}

#inner_container_gold {
	width: 779px;
	background: #FFFFFF;
	border: 1px solid #646464;
	background: #FFFFFF url(images/inner_bg_gold.gif) repeat-y;
}

#inner_container_lime {
	width: 779px;
	background: #FFFFFF;
	border: 1px solid #646464;
	background: #FFFFFF url(images/inner_bg_lime.gif) repeat-y;
}

#inner_container_green {
	width: 779px;
	background: #FFFFFF;
	border: 1px solid #646464;
	background: #FFFFFF url(images/inner_bg_green.gif) repeat-y;
}

#inner_container_orange {
	width: 779px;
	background: #FFFFFF;
	border: 1px solid #646464;
	background: #FFFFFF url(images/inner_bg_orange.gif) repeat-y;
}

.clear {
	clear: both;
	background: #FFFFFF;
}

#header {
	clear: both;
	background: #FFFFFF;
}

.logo {
	background: #FFFFFF url(images/p4_logo.jpg) no-repeat 5px 0px;
	float: left;
	width: 159px;
	height: 95px;
}

.address {
	font-size: 11px;
	text-align: right;
	float: none;
	margin-top: 5px;
	margin-right: 5px;
	position: static;
	width: auto;
	left: 62px;
	top: 323px;
}

#nav {
	background: #FFFFFF url(images/dots.gif) repeat-x 7px 5px;
	width: 779px;
	height: 24px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	float: left;
	clear: both;
}

.nav_home {
	background: #FFFFFF url(images/nav_home.gif) no-repeat 7px 5px;
	width: 67px;
	height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	border-right: 1px solid #C0C0C0;
	float: left;
}

.nav_about {
	background: #FFFFFF url(images/nav_about.gif) no-repeat 7px 5px;
	width: 90px;
	height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	border-right: 1px solid #C0C0C0;
	float: left;
}

.nav_what_we_do {
	background: #FFFFFF url(images/nav_what_we_do.gif) no-repeat 7px 5px;
	width: 108px;
	height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	border-right: 1px solid #C0C0C0;
	float: left;
}

.nav_contact {
	background: #FFFFFF url(images/nav_contact.gif) no-repeat 7px 5px;
	width: 106px;
	height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	border-right: 1px solid #C0C0C0;
	float: left;
}

#mainpic {
	width: 779px;
	height: 200px;
	float: left;
	clear: both;
}

#mainpic span.title {
	font-family: Tahoma,Arial,Verdana;
	font-size: 18px;
	color: #000000;
	position: relative;
	top: 7px;
	left: 7px;
	float: left;
}

#mainpic span.red {
	color: #ff0000;
}

#mainpic .mainimage_home {
	background: url(images/mainimage_home.jpg) no-repeat;
	width: 779px;
	height: 200px;
}

#left {
	width: 259px;
	float: left;
	text-align: left;
	clear: left;
	height: 310px;
}

#middle {
	width: 258px;
	float: left;
	text-align: left;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	height: 310px;
}

#right {
	width: 260px;
	float: left;
	text-align: left;
	clear: right;
	height: 310px;
}

#left .hdr_welcome {
	background: url(images/hdr_welcome.gif) no-repeat;
	width: 259px;
	height: 23px;
	float: left;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

#middle .hdr_whats_new {
	background: url(images/hdr_whats_new.gif) no-repeat;
	width: 258px;
	height: 23px;
	float: left;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

#right .hdr_what_we_do {
	background: url(images/hdr_what_we_do.gif) no-repeat;
	width: 260px;
	height: 23px;
	float: left;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

#left p {
	padding-left: 12px;
	padding-right: 5px;
}

#middle p {
	padding-left: 12px;
	padding-right: 5px;
}

#right p {
	padding-left: 12px;
	padding-right: 5px;
}

#datacontainer ul li {
	clear: both;
	margin-bottom: 15px;
	padding-right: 10px;
	margin-left: -15px;
	list-style-image: url(images/list.gif);
}

#middle ul li {
	clear: both;
	margin-bottom: 15px;
	padding-right: 10px;
	margin-left: -2px;
	list-style-image: url(images/list.gif);
}

#right ul li {
	list-style: none;
	margin-left: -34px;
	clear: both;
}

.phone_unit {
	background: url(images/phone_unit.gif) no-repeat;
	width: 102px;
	height: 22px;
	float: left;
}

.field_division {
	background: url(images/field_division.gif) no-repeat;
	width: 114px;
	height: 22px;
	float: left;
}

.analysis_solution {
	background: url(images/analysis_solution.gif) no-repeat;
	width: 133px;
	height: 22px;
	float: left;
}

.b2b_connection {
	background: url(images/b2b_connection.gif) no-repeat;
	width: 218px;
	height: 22px;
	float: left;
}

.qualitative_centre {
	background: url(images/qualitative_centre.gif) no-repeat;
	width: 139px;
	height: 22px;
	float: left;
}

.qualitative_lab {
	background: url(images/qualitative_lab.gif) no-repeat;
	width: 120px;
	height: 22px;
	float: left;
}

.intl_connection {
	background: url(images/intl_connection.gif) no-repeat;
	width: 177px;
	height: 22px;
	float: left;
}

.lar_unit {
	background: url(images/lar_unit.gif) no-repeat;
	width: 251px;
	height: 22px;
	float: left;
}

a {
	color: #517676;
}

a.bulletnav {
	color: #FFFFFF;
	font-size: 11px;
}

a.bulletnav:hover {
	color: #000000;
}

h3 {
	padding-left: 12px;
	font-size: 14px;
	margin-bottom: 0px;
}

ul {
	margin-bottom: 5px;
}

.list1 {
	float: left;
	margin-left: -7px;
}

.list2 {
	width: 300px;
	float: left;
	margin-left: -7px;
}

.list3 {
	width: 200px;
	float: left;
	margin-left: -7px;
}

.list4 {
	width: 150px;
	float: left;
	margin-left: -7px;
}

#listsubbrands {
	width: 200px;
	float: left;
	clear: both;
}

.listicons {
	list-style: none;
	clear: both;
}

ol li {
	list-style: disc;
	margin-left: -10px;
}

#content {
	float: left;
	width: 600px;
	text-align: left;
}

#content p {
	padding-left: 12px;
	padding-right: 5px;
}

#content2 {
	float: left;
	width: 600px;
	text-align: left;
	font-size: 13px;
}

#content2 p {
	padding-left: 13px;
	padding-right: 5px;
}

#content .hdr_about {
	background: #E7EBEB url(images/hdr_welcome.gif) no-repeat;
	width: 621px;
	height: 23px;
	float: left;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

#innerpic {
	width: 158px;
	height: 155px;
	float: left;
	clear: left;
}

#innerpic .about {
	background: url(images/img_about.jpg) no-repeat;
	width: 157px;
	height: 155px;
	float: left;
}

#innerpic .news {
	background: url(images/img_news.jpg) no-repeat;
	width: 157px;
	height: 155px;
	float: left;
}

#innerpic .b2b {
	background: url(images/img_b2b.jpg) no-repeat;
	width: 157px;
	height: 155px;
	float: left;
}

#innerpic .intl {
	background: url(images/img_intl.jpg) no-repeat;
	width: 157px;
	height: 155px;
	float: left;
}

#innerpic .tqc {
	background: url(images/img_tqc.jpg) no-repeat;
	width: 157px;
	height: 155px;
	float: left;
}

#innerpic .lar {
	background: url(images/img_lar.jpg) no-repeat;
	width: 157px;
	height: 155px;
	float: left;
}

#innerpic .field {
	background: url(images/img_field.jpg) no-repeat;
	width: 157px;
	height: 155px;
	float: left;
}

#innerpic .phone {
	background: url(images/img_phone.jpg) no-repeat;
	width: 157px;
	height: 155px;
	float: left;
}

#innerpic .analysis {
	background: url(images/img_analysis.jpg) no-repeat;
	width: 157px;
	height: 155px;
	float: left;
}

#sidenav {
	float: left;
	text-align: left;
	margin-top: 10px;
}

#sidenav ul li{
	margin-left: -17px;
	color: #FFFFFF;
}

.left {
	clear: both;
	padding-left: 12px;
}

.title_about {
	background: url(images/title_about.gif) no-repeat;
	width: 137px;
	height: 42px;
	float: left;
	margin-left: 7px;
}

.title_contact {
	background: url(images/title_contact.gif) no-repeat;
	width: 164px;
	height: 42px;
	float: left;
	margin-left: 7px;
}

.title_phone {
	background: url(images/title_phone.gif) no-repeat;
	width: 213px;
	height: 42px;
	float: left;
	margin-left: 7px;
}

.title_field {
	background: url(images/title_field.gif) no-repeat;
	width: 239px;
	height: 42px;
	float: left;
	margin-left: 7px;
}

.title_analysis {
	background: url(images/title_analysis.gif) no-repeat;
	width: 281px;
	height: 42px;
	float: left;
	margin-left: 7px;
}

.title_b2b {
	background: url(images/title_b2b.gif) no-repeat;
	width: 463px;
	height: 42px;
	float: left;
	margin-left: 7px;
}

.title_tqc {
	background: url(images/title_tqc.gif) no-repeat;
	width: 291px;
	height: 42px;
	float: left;
	margin-left: 7px;
}

.title_intl {
	background: url(images/title_intl.gif) no-repeat;
	width: 380px;
	height: 42px;
	float: left;
	margin-left: 7px;
}

.title_lar {
	background: url(images/title_lar.gif) no-repeat;
	width: 544px;
	height: 42px;
	float: left;
	margin-left: 7px;
}

.title_thanks {
	background: url(images/title_thanks.gif) no-repeat;
	width: 159px;
	height: 42px;
	float: left;
	margin-left: 7px;
}

.title_news {
	background: url(images/title_news.gif) no-repeat;
	width: 107px;
	height: 42px;
	float: left;
	margin-left: 7px;
}

.title_what_we_do {
	background: url(images/title_what_we_do.gif) no-repeat;
	width: 181px;
	height: 42px;
	float: left;
	margin-left: 7px;
}

#bio {
	height: 160px;
	margin-bottom: 10px;
}

.bio_peter_allan {
	background: url(images/Peter-Allan.jpg) no-repeat;
	width: 135px;
	height: 155px;
	float: left;
	margin-right: 10px;
}

.bio_barbara_pollard {
	background: url(images/Babara-Pollard.jpg) no-repeat;
	width: 135px;
	height: 155px;
	float: left;
	margin-right: 10px;
}

.bio_denise_hodgson {
	width: 135px;
	height: 140px;
	float: left;
	margin-right: 10px;
	background-image: url(images/Support.JPG);
	background-repeat: no-repeat;
}

.bio_dave_ruston1 {
	width: 135px;
	height: 155px;
	float: left;
	margin-right: 10px;
	background-image: url(images/Judith.JPG);
	background-repeat: no-repeat;
}

.bio_cara_allan {
	background: url(images/Cara-Allan.jpg) no-repeat;
	width: 135px;
	height: 155px;
	float: left;
	margin-right: 10px;
}

.bio_jane_allen {
	background: url(images/Jane-Allen.jpg) no-repeat;
	width: 135px;
	height: 155px;
	float: left;
	margin-right: 10px;
}

.bio_sandra_chadwick {
	background: url(images/Sandra-Chadwick.jpg) no-repeat;
	width: 135px;
	height: 155px;
	float: left;
	margin-right: 10px;
}

.bio_colleen_norton {
	width: 145px;
	height: 145px;
	float: left;
	margin-right: 10px;
	background-image: url(images/Field.JPG);
	background-repeat: no-repeat;
}

.bio_lynn_broughton {
	width: 185px;
	height: 155px;
	float: left;
	margin-right: 10px;
	background-image: url(images/Data%20Preparation.JPG);
	background-repeat: no-repeat;
}

.bio_chris_melotte {
	width: 135px;
	height: 155px;
	float: left;
	margin-right: 10px;
	background-image: url(images/Susan.jpg);
	background-repeat: no-repeat;
}

.bio_barry_jetten {
	background: url(images/Barry-Jetten.jpg) no-repeat;
	width: 135px;
	height: 155px;
	float: left;
	margin-right: 10px;
}

.bio_chris_mcdonald {
	background: url(images/Chris-McDonald.jpg) no-repeat;
	width: 135px;
	height: 155px;
	float: left;
	margin-right: 10px;
}

.bio_paula_perez {
	background: url(images/Paula.jpg) no-repeat;
	width: 140px;
	height: 155px;
	float: left;
	margin-right: 10px;
}

.bio_ross_mur {
	background: url(images/Ross.jpg) no-repeat;
	width: 135px;
	height: 155px;
	float: left;
	margin-right: 10px;
}

td {
	font-family: Arial Narrow,Arial,sans-serif;
	font-size: 12px;
	color: #646464;
	vertical-align: top;
}

label {
	font-weight: bold;
	width: 100px;
	text-align: right;
}

.req {
	font-family: Arial,Verdana;
	font-size: 8pt;
	color: #FF0000;
	font-weight: bold;
}

.news_esomar {
	background: url(images/news_esomar.jpg) no-repeat;
	width: 150px;
	height: 116px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CECECE;
}

.news_2007 {
	background: url(images/news_2007.jpg) no-repeat;
	width: 150px;
	height: 116px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CECECE;
}

.news_trafalgar {
	background: url(images/news_trafalgar.jpg) no-repeat;
	width: 150px;
	height: 116px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CECECE;
}

.news_staff {
	background: url(images/news_staff.jpg) no-repeat;
	width: 150px;
	height: 116px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CECECE;
}

.news_books {
	background: url(images/news_books.jpg) no-repeat;
	width: 150px;
	height: 116px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CECECE;
}


.news_terrace {
	background: url(images/news_terrace.jpg) no-repeat;
	width: 150px;
	height: 116px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CECECE;
}

.news_Total-Show {
	background: url(images/news_Total-Show.jpg) no-repeat;
	width: 150px;
	height: 116px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CECECE;
}

.news_vale {
	background: url(images/vale_pic.jpg) no-repeat;
	width: 150px;
	height: 116px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CECECE;
}

.news_baby {
	background: url(images/news_baby.jpg) no-repeat;
	width: 150px;
	height: 116px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CECECE;
}

.news_girlwithbooks {
	background-image: url(images/news_girlwithbooks.jpg);
	width: 150px;
	height: 116px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CECECE;
}

.news_driving {
	background: url(images/news_driving.jpg) no-repeat;
	width: 150px;
	height: 116px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CECECE;
}

.news_lcd {
	background: url(images/News_LCD.jpg) no-repeat;
	width: 145px;
	height: 145px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CECECE;
}

.news_Gib {
	background: url(images/News_Gib.jpg) no-repeat;
	width: 145px;
	height: 170px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CECECE;
}

.news_bikes {
	background: url(images/News_bikes.jpg) no-repeat;
	width: 150px;
	height: 116px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CECECE;
}

.bni_logo {
	background: url(images/bni_logo.jpg) no-repeat;
	width: 193px;
	height: 53px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CECECE;
}

.highlight {
	background: #edf3f3;
	margin-left: 12px;
	clear: both;
}

.map_airport {
	background: url(images/map_airport.gif) no-repeat;
	float: right;
	width: 263px;
	height: 264px;
}

.map_rail {
	background: url(images/map_rail.gif) no-repeat;
	float: left;
	width: 458px;
	height: 525px;
	margin-left: 5px;
}

.enlarge {
	font-size: 13px;
}

.ESOMAR_LOGO {
	background: url(images/ESOMAR_LOGO.gif) no-repeat;
	width: 150px;
	height: 55px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CECECE;
}
.MRS_LOGO {
	background: url(images/MRS_LOGO.jpg) no-repeat;
	width: 150px;
	height: 82px;
	float: left;
	margin-right: 10px;
	border: 1px solid #CECECE;
}

