@charset "UTF-8";
.style1 {
	font-size: 14px;
	font-weight: bold;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #CCCCCC;
	background-image: url(file:///Macintosh HD/Users/EiZOU/Documents/EIZOU work/Pandawa Group/website/web/images/pattern.jpg);
	background-image: url(images/pattern.jpg);
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	height: 92px;
} 
.twoColFixLtHdr #sidebar1 {
	width: 213px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	margin-left: 0px;
	clear: left;
	float: left;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/contentpattern.jpg);
} 
.twoColFixLtHdr #footer {
	height: 25px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #999999;
	color: #FFFFFF;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.logo {
	height: 72px;
	width: 155px;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}
.banner {
	height: 72px;
	width: 648px;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	float: right;
	text-align: right;
}
.banner a:link {
	color: #666666;
	text-decoration: none;
}
.banner a:visited {
	color: #666666;
	text-decoration: none;
}
.banner a:active {
	color: #666666;
	text-decoration: none;
}
.banner a:hover {
	color: #333333;
	text-decoration: underline;
}
.banner h1  {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	font-weight: lighter;
	color: #666666;
	height: 17px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navigation {
	width: 890px;
	height: 20px;
	background-image: url(images/navpattern.jpg);
	float: left;
	margin: 0px;
	padding-left: 10px;
}
.holder  {
	background-image: url(images/contentpattern.jpg);
	margin: 0px;
	width: 900px;
	height: 123px;
	float: left;
}
.article {
	height: 123px;
	width: 225px;
	float: left;
	margin: 0px;
}
.article h1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.article h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #8CC63F;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.article p {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 10px;
}
.article a:link {
	text-decoration: none;
	color: #8CC63F;
}
.article a:visited {
	text-decoration: none;
	color: #8CC63F;
}
.article a:active {
	text-decoration: none;
	color: #8CC63F;
}
.article a:hover {
	text-decoration: none;
	font-style: oblique;
	color: #6E9C33;
}
.subnavigation {
	width: 193px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	margin-top: 33px;
	height: 380px;
	float: left;
}
.subnavigation p {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	font-weight: lighter;
	line-height: 15px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 5px;
}
.subnavigation  h1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
	margin: 0px;
}
.subnavigation h2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.subnavigation h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #FFFFFF;
	margin-top: 10px;
}
.subnavigation a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.subnavigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.subnavigation a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.subnavigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
}
.subnavigation   ul  {
	list-style-position: inside;
	list-style-type: none;
	padding-left: 20px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}
.picture {
	height: 310px;
	width: 900px;
}
.border {
	background-color: #006837;
	height: 6px;
	width: 900px;
}
.copyright1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: left;
	padding-left: 15px;
	padding-top: 8px;
	float: left;
}
.copyright1  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright1   a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright1   a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: right;
	padding-left: 0px;
	padding-top: 8px;
	float: right;
	padding-right: 20px;
}
.mainarticle {
	background-color: #F1F0EE;
	width: 648px;
	margin-top: 8px;
	float: left;
	margin-right: 11px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.mainarticle h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: left;
	width: 638px;
	padding-top: 4px;
	background-color: #740018;
	margin: 0px;
	padding-bottom: 4px;
	letter-spacing: 1px;
	padding-left: 10px;
}
.mainarticle h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: oblique;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	color: #6F6758;
	line-height: 14px;
}
.mainarticle h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #6F6758;
	padding-right: 10px;
	padding-left: 10px;
}
.mainarticle h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #6F6758;
	width: 196px;
	margin-left: 10px;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	font-style: oblique;
}
.mainarticle h5 {
	width: 405px;
	border-top-width: 1px;
	border-top-style: solid;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 1px;
	border-top-color: #6F6758;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #6F6758;
	line-height: 12px;
	text-align: right;
}
.mainarticle h6 {
	width: 405px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #6F6758;
	font-weight: lighter;
}
.mainarticle p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6F6758;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	width: 407px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.mainarticle ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.mainarticle li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 11px;
	color: #6F6758;
	list-style-type: circle;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 407px;
}
.mainarticle a:link {
	color: #6F6758;
	text-decoration: none;
}
.mainarticle a:visited {
	color: #6F6758;
	text-decoration: none;
}
.mainarticle a:active {
	color: #6F6758;
	text-decoration: none;
}
.mainarticle a:hover {
	color: #6F6758;
	text-decoration: none;
	font-style: oblique;
}
.content_holder {
	background-image: url(images/picture/01.jpg);
	height: 438px;
	width: 900px;
	margin: 0px;
	float: left;
}
.contact {
	height: 380px;
	width: 220px;
	float: left;
	margin-top: 33px;
	margin-left: 40px;
	margin-right: 10px;
	overflow: auto;
}
.contact  h1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 24px;
	color: #8CC63F;
	font-weight: lighter;
	margin-top: 0px;
}
.contact     p {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 15px;
}
.sitemap {
	height: 380px;
	width: 190px;
	float: left;
	margin-top: 33px;
	margin-left: 20px;
	margin-right: 10px;
	overflow: auto;
}
.sitemap   h1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 15px;
}
.sitemap ul {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 20px;
}
.sitemap    li {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 3px;
}
.sitemap a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.sitemap  a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.sitemap   a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.board {
	height: 380px;
	width: 615px;
	float: left;
	margin-top: 33px;
	margin-left: 20px;
	margin-right: 0px;
	overflow: auto;
	padding-right: 40px;
}
.board  h1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 24px;
	color: #8CC63F;
	font-weight: lighter;
	margin-top: 0px;
}
.board  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #FFFFFF;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
.board  h3 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	font-weight: 100;
	color: #FFFFFF;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.legal {
	height: 380px;
	width: 410px;
	float: left;
	margin-top: 33px;
	margin-left: 20px;
	margin-right: 0px;
	overflow: auto;
	padding-right: 245px;
}
.legal  h1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 18px;
	color: #8CC63F;
	font-weight: lighter;
	margin-top: 0px;
}
.legal  p {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	line-height: 17px;
	font-weight: lighter;
	color: #FFFFFF;
}
.established {
	font-size: 12px;
}
.content {
	height: 380px;
	width: 410px;
	float: left;
	margin-top: 33px;
	margin-left: 20px;
	margin-right: 0px;
	overflow: auto;
	padding-right: 20px;
}
.content img {
	margin-bottom: 20px;
}
.content  a:link  {
	color: #FFFFFF;
	text-decoration: none;
}
.content    a:visited    {
	color: #FFFFFF;
	text-decoration: none;
}
.content   a:active   {
	color: #FFFFFF;
	text-decoration: none;
}
.content     a:hover     {
	color: #FFFFFF;
	text-decoration: underline;
}
.content  li {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
}
.content li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.content   li   a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.content  li  a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.content    li    a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.content h1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 24px;
	color: #8CC63F;
	font-weight: lighter;
	margin-top: 0px;
}
.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #FFFFFF;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
.content h3 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	font-weight: 100;
	color: #FFFFFF;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.content h4 {
	float: left;
	height: 105px;
	width: 198px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 10px;
}
.content p {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	line-height: 17px;
	font-weight: lighter;
	color: #FFFFFF;
}
ul#news {
	margin: 0px;
	padding: 0px;
}
ul#news li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
ul#news h1 {
	margin-bottom: 0px;
	line-height: 20px;
	margin-top: 20px;
}
.published_date {
	font-size: 11px;
}
.rightbar {
	float: left;
	width: 226px;
	background-image: url(images/rightbar.jpg);
	height: 438px;
}
.rightbar h1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: lighter;
	color: #333333;
	margin-bottom: 0px;
}
.rightbar h2 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: lighter;
	color: #333333;
	margin-left: 20px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.rightbar h3 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	font-weight: lighter;
	color: #FFFFFF;
	margin-left: 20px;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.rightbar   a:link {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	font-weight: lighter;
	color: #FFFFFF;
	margin-left: 20px;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-decoration: none;
}
.rightbar   a:visited {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	font-weight: lighter;
	color: #FFFFFF;
	margin-left: 20px;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-decoration: none;
}
.rightbar    a:hover {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	font-weight: lighter;
	color: #FFFFFF;
	margin-left: 20px;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-decoration: underline;
}
.rightbar p {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
	margin-left: 20px;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.content_holder_business {
	background-image: url(images/picture/02.jpg);
	height: 438px;
	width: 900px;
	margin: 0px;
	float: left;
}
.content_holder_sustainable {
	background-image: url(images/picture/03.jpg);
	height: 438px;
	width: 900px;
	margin: 0px;
	float: left;
}
.content_holder_news {
	background-image: url(images/picture/04.jpg);
	height: 438px;
	width: 900px;
	margin: 0px;
	float: left;
}
.content_holder_investor {
	background-image: url(images/picture/04.jpg);
	height: 438px;
	width: 900px;
	margin: 0px;
	float: left;
}
.content_holder_career {
	background-image: url(images/picture/14.jpg);
	height: 438px;
	width: 900px;
	margin: 0px;
	float: left;
}
.content_holder_tender {
	background-image: url(images/picture/09.jpg);
	height: 438px;
	width: 900px;
	margin: 0px;
	float: left;
}
.content_holder_others {
	background-image: url(images/picture/15.jpg);
	height: 438px;
	width: 900px;
	margin: 0px;
	float: left;
}
.myform {
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 33px;
	margin-right: 10px;
	margin-left: 20px;
	float: left;
	height: 380px;
	padding-left: 0px;
}
.myform   h2 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 24px;
	color: #8CC63F;
	font-weight: lighter;
	margin-top: 0px;
}
.myform    h1 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 10px;
}
.myform#name  {
	height: 30px;
	margin-left: 0px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.myform#email {
	height: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 10px;
}
.myform#message {
	height: 100px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 10px;
}
.myform#submit {
	background-image: url(images/submit.gif);
	height: 26px;
	width: 68px;
	background-repeat: no-repeat;
	background-color: #FDFAF2;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.myform#submit:hover {
	background-image: url(images/submit_ro.gif);
	height: 26px;
	width: 68px;
	background-repeat: no-repeat;
	padding: 0px;
	background-color: #FDFAF2;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.myform#reset {
	background-image: url(images/reset.gif);
	height: 26px;
	width: 68px;
	background-repeat: no-repeat;
	padding: 0px;
	background-color: #FDFAF2;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.myform#reset:hover {
	background-image: url(images/reset_ro.gif);
	height: 26px;
	width: 68px;
	background-repeat: no-repeat;
	padding: 0px;
	background-color: #FDFAF2;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
