body {
	margin: 0;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

h3 {
	font-size: 1.2em;
}

img {
	border: none;
}

table {
	color: #ffffff;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #ffffff;	
}
.profile {
	color: #000000;
}
#pagewrapper {
	width: 1000px;
	min-height: 400px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	height: 90px;
	background-image: url('../images/header-bg.jpg');
}
#logo {
	width: 200px;
	height: 90px;
	background-image: url('../images/logo.jpg');
	float: left;
}
/* Start of style for main menu */
#menu {
	float: right;
	padding-top: 70px;
	padding-right: 0px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;	
	text-align: left;
}

#menu ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#menu li a {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	padding: 0 10px;
	border-right: 1px solid #034077;
	text-decoration: none;
}

#menu li a.last {
	border-right: 0px;
}

#menu li a:hover,
#menu li a:active,
#menu li a:focus {
	color: #CC0000;
}

#menu li a.active {
	color: #CC0000;
}
/* End of style for main menu */

#banner-home {
	width: 1000px;
	height: 270px;
	background-color: #040404;
}

#banner-about-us {
	width: 1000px;
	height: 270px;
	background-image: url('../images/banner/about-us.jpg');
}

#banner-contact-us {
	width: 1000px;
	height: 270px;
	background-image: url('../images/banner/contact-us.jpg');
}

#banner-our-expertise {
	width: 1000px;
	height: 270px;
	background-image: url('../images/banner/our-expertise.jpg');
}
#banner-our-people {
	width: 1000px;
	height: 270px;
	background-image: url('../images/banner/our-people.jpg');
}
#banner-services {
	width: 1000px;
	height: 270px;
	background-image: url('../images/banner/services.jpg');
}

#main {
	background-image: url('../images/main-bg.jpg');
	background-repeat: repeat-x;
	background-color: #414745;
	min-height: 300px;
}

#title {
	background-image: url('../images/title-bg.jpg');
	height: 58px;
	width: 188px;
	margin-right: auto;
	margin-left: 20px;
}

#title .text {
	font-weight: bold;
	padding-top: 32px;
	padding-right: 20px;
	font-size: 13px;
	text-align: right;
}

#main {
	width: 1000px;
	margin: 0 auto;
}

#maincontent {
	min-height: 150px;
	color: #ffffff;
	text-align: left;
	font-size: 13px;
}
#maincontent a {
	color: #ffffff;
	text-decoration: underline;
}
#maincontent a:hover {
	text-decoration: none;
}

#maincontent .home {
	padding-left: 30px;
	padding-right: 30px;
}

#maincontent .about-us {
	padding-left: 30px;
	padding-right: 30px;
}
#maincontent .contact-us {
	padding-left: 30px;
	padding-right: 30px;
}
#maincontent .our-expertise {
	padding-left: 30px;
	padding-right: 30px;
}

#maincontent .our-people {
	padding-top: 10px;
}
#maincontent .services {
	padding-top: 10px;
}

#sep-line {
	width: 1px;
	height: 161px;
	border-left: 1px dotted #dddddd;
}
#footer {
	background-color: #000000;
}
#footer .copyright {
	padding-top: 10px;
	color: #ffffff;
	line-height: 20px;
}

div#footer div#keywords {
	font-size: 9px;
}
