@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #323232;
	margin: 20px auto 20px auto;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	background-image:url(header.jpg);
	height:81px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}

.oneColFixCtrHdr #maintabs {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #006fdc;
	color:#FFF;
	height:223px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	height:auto;
}

.oneColFixCtrHdr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#2b2929;
}
.oneColFixCtrHdr #footer {
	padding: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	text-align:center;
}

.desc {
	padding: 48px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	text-align:center;
}

#grouplogo {
	float:left;
}

ul {
	display:block;
	margin-top:16px;
}

li, li a{
list-style:none;
float:left;
margin-left:15px;
color:#FFF;
text-decoration:none;
width:82px;
height:65px;
text-align:center;
line-height:40px;
}

li a:hover {
	background:url(hover.png);
	text-decoration:none;
}

.plix, plix a{
margin-left:5px;
color:#FFF;
text-decoration:none;
width:82px;
height:40px;
text-align:center;
line-height:20px;
font-size:12px;
}

.plix a:hover {
	background:url(hover.png);
	text-decoration:none;
}

#themenu {
margin:0px;
height:81px;
}

.clearall {
	clear:both;
}
.imgbox {
	border:1px #FFF solid;
}

.more {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	margin-right:5px;
}

.news_cap {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	color:#f5810f;
	margin-left:15px;

}

.jobs_cap {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	color:#3c5bae;
	margin-left:15px;

}
.caption {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#3c5bae;
}

#group .group a, #home .home a,
#portfolio .portfolio a, #news .news a,
#careers .careers a, #contactus .contactus a,
#management .management a, #transport .transport a
{
	background:url(hover.png);
	text-decoration:none;
}

.names {
	font-size:14px;
	color:#F60;
}