/* to remove blue target border in chrome & safari */
*:focus {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	width: 940px;



}

/* main page div classes --------------------------------------------*/

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/* [disabled]color: #000000; */
	background-color: #E2E2E2;	
}

.container {
	width: 960px;
	background: #FFFFFF;
	text-align: justify;
	background-color: #FFFFFF;
	padding: 0;
	border: thin solid #999;
	-webkit-box-shadow: 0px 1px 7px 0px #666;
	-moz-box-shadow: 0px 1px 7px 0px #666;
	box-shadow: 0px 1px 7px 0px #666;
	float: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;

	
}
.header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	width: 940px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #999999;
	text-align: left;
	height: 80px;
	-webkit-box-shadow: 0px 1px 3px 0px #666;
	-moz-box-shadow: 0px 1px 3px 0px #666;
	box-shadow: 0px 1px 3px 0px #666;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-right-color: #FFF;
	border-left-color: #FFF;
	
	
}

.header_1 {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	width: 940px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #999999;
	text-align: left;
	height: 85px;
	-webkit-box-shadow: 0px 3px 3px -3px #666;
	-moz-box-shadow: 0px 3px 3px -3px #666;
	box-shadow: 0px 3px 3px -3px #666;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-right-color: #FFF;
	border-left-color: #FFF;
	
	
}
.Content {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.footer {
	background: #DDDDDD;
	/*vertical-align: baseline; */
	background-color: #CCCCCC;
	margin: 0;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 10px;
	clear: both;
	text-align: center;
}
.header_left_div {
	width : 180px;
	float: left;
	height: 80px;
	text-align: left;
	padding-top: 5px;
	
}
.header_right_div {
	width : 900px;
	float: left;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	background-color: #000;
	background-image: url(progress.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: left;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	height: 600px;
}

#apDiv1 {
	position:relative;
	width:250px;
	height:290px;
	z-index:1;
	overflow: scroll;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 111px;
	top: 24px;
}

/* text classes -----------------------------------*/


.text_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #C30;
	line-height: 16px;	
}
.text_heading_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #C00;
	line-height: normal;
}
.text_heading_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C30;
	line-height: 14px;
	text-align: center;
	vertical-align: bottom;
}
.link_box { /* to remove the border around linked images */
	font-style: italic;
	word-spacing: 0pt;
	padding: 0px;
	border: 0px solid;
}

/* link behaviour -------------------------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #C30;
}

a:visited {
	text-decoration: none;
	color: #C30;
}

a:hover {
	text-decoration: underline;
}

a:active { /*
	color: #C00;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal; */

}

.btn {
	height: 24px;
	width: 90px;
	text-align: center;
	vertical-align: top;
	padding: 2px;
	display: inline;
	margin-top: 3px;	
}
.contact_left {
	float: left;
	width: 420px;
	padding: 10px;
}
.contacts_right {
	float: right;
	width: 420px;
	padding: 5px;
}
.Contacts_top {
	padding: 10px;
}
.home_left {
	float: left;
	width: 180px;
	height: 400px;
	padding: 5px;
}
.home_centre {
	float: left;
	width: 570px;
	height: auto;
	padding: 5px;
}
.home_right {
	float: right;
	width: 330px;
	height: auto;
	padding: 5px;
}
.home_news {
	height: 305px;
	overflow: auto;
	padding: 3px;
	float: right;
	width: 330px;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}
.project_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	height: auto;
	float: left;
	padding: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 770px;
}
.project_photo {
	float: left;
	width: 200px;
	clear: none;
	margin-right: 5px;
}
.product_div {
	padding: 5px;
	float: left;
	height: 200px;
	width: 220px;
	text-align: center;
	vertical-align: top;
}
.product_text_div {
	padding: 5px;
	height: 30px;
	width: 220px;
	float: left;
	text-align: center;
	vertical-align: top;
}
.site_services_div {
	padding: 5px;
	float: left;
	width: 455px;
}
.engineering_div {
	padding: 5px;
	float: left;
	width: 300px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.header_right {
	float: left;
	height: 50px;
	width: 180px;
	padding-top: 5px;
	text-align: center;
}
.header_center {
	float: left;
	height: 50px;
	width: 580px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
.name {
	float: left;
	height: 30px;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #E2E2E2;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;



.body {
	height: 500px;
	width: 950px;
	text-align: left;
	text-align: left;
	text-align: left;
}
}.project_body {
	width: 940px;
	float: left;
	padding: 5px;
	height: auto;
	text-align: left;
	margin: 5px;
	background-color: E2E2E2;
}
.project_photo {
	width: 940px;
	alignment-adjust: middle;
	margin: 5px;
	padding: 5px;
	text-align: left;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}

.project_photo1 {
	width: 455px;
	alignment-adjust: left;
	margin: 5px;
	padding: 5px;
	float: left;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}

}
.project_slider {
	width: 750px;
	text-align: center;
	height: 600px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	position: static;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 120px;
}
.project_bodya {
	width: 900px;
}
.project_body_new {
	float: left;
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 120px;
}
.slider_project {
	float: left;
	margin-top: 5px;
	margin-right: AUTO;
	margin-bottom: 10px;
	margin-left: 69px;
	text-align: center;
	width: 801px;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	background-color: #000;
	background-image: url(progress.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 661px;
	left: auto;
	right: auto;
}
.slider_project_rungyang {
	float: none;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: left;
	width: 940px;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	background-color: #000;
	background-image: url(progress.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 570px;
}
.slider_project_test {
	float: left;
	text-align: left;
	width: 600px;
	-webkit-box-shadow: 2px 2px 3px 0px #CCCCCC;
	-moz-box-shadow: 2px 2px 3px 0px #CCCCCC;
	box-shadow: 2px 2px 3px 0px #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	background-color: #000;
	background-image: url(progress.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 364px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: auto;
}
.new {
	float: none;
	text-align: justify;
	margin: 5px;
	padding: 5px;
	width: 930px;
}
.container_minor {
	margin: 0px;
	padding: 5px;
}
.container_minor {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: auto;
	float: none;
}


.text_body {

}
.NEW_BODY1 {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 940px;
}
.container .NEW_BODY1 p .text_body {
	text-align: justify;
}
.container .NEW_BODY1 p .text_body {
	text-align: justify;
}
.new_body {
	text-align: justify;
	position: fixed;
}
.text_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	font-weight: normal;
}
.Container_minor{
	margin: 5px;
	padding: 5px;
}
.text_heading_large {
	text-align: center;
}
.text_heading_large {
	text-align: center;
}
.photo1 {
	float: left;
	text-align: center;
	height: 320px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding-bottom: 5px;

}
.photo2 {
	float: right;
	margin-bottom: 10px;
	height: 320px;
	text-align: center;
	padding-bottom: 5px;
}
.photo4 {
	float: left;
	text-align: center;
	height: 310px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding-bottom: 0px;

}
.photo5 {
	float: right;
	margin-bottom: 10px;
	height: 310px;
	text-align: center;
	padding-bottom: 0px;
}
.photo6 {
	float: left;
	text-align: center;
	height: 650px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-bottom: 5px;

}
.photo7 {
	float: right;
	margin-bottom: 10px;
	height: 650px;
	text-align: center;
	padding-bottom: 5px;
}
.photo8 {
	float: none;
	height: 590px;
	padding-top: 10px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.photo9 {
	float: left;
	height: 645px;
	padding-top: 10px;
	margin: auto;
}
.photo10 {
	float: left;
	height: 625px;
	margin: auto;
}
.photo11 {
	float: left;
	height: 720px;
	margin: auto;
}
.photo12 {
	float: left;
	height: 720px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto
}
.photo13 {
	float: left;
	height: 625px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.photoMYQ1 {
	float: left;
	height: 1211px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.photoMYQ2 {
	float: left;
	height: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.photoMYQ3 {
	float: left;
	height: 916px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	
}
.photoOMST1 {
	float: left;
	height: 645px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.photoOMST2 {
	float: left;
	height: 635px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.container_minor .photo1 .text_body {
	text-align: center;
}
.Rungyang_text {
}
.text {
	text-align: center;

}
.aa {
	text-align: center;
}
.photo_3 {
	float: none;
	height: 570px;
	padding-top: 10px;
	margin: auto;
}
.header_center_bottom {
	float: left;
	height: 23px;
	width: 580px;
	text-align: center;
	vertical-align: bottom;
	white-space: normal;
	padding-top: 7px;
}
.header_right_bottom {
	float: left;
	height: 22px;
	width: 180px;
	text-align: center;
	vertical-align: text-bottom;
	padding-top: 7px;
}
.Video_1 {
	height: 444px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.Video_2 {
	height: 480px;
	width: 640px;
	margin-right: 150px;
	margin-left: 150px;
	float: left;
}
.Video_3 {
	height: 450px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.Video_4 {
	height: 529px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.Video_A34 {
	height: 352px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.photo1_text {
	float: left;
	height: auto;
	width: auto;
}
.aa {
	text-align: center;
}
.Omstead {
	margin-left: 150px;
	margin-bottom: 0px;
}
.photoOMST3 {
	float: left;
	height: 580px;
	width: 465px;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
}
.photoOMST4 {
	float: right;
	height: 580px;
	width: 465px;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
}
.photoOMST5 {
	float: left;
	height: 645px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}.text1 {
	height: auto;
	width: 940px;
	margin-top: 10px;
	float: left;
}
.photoBlastF1 {
	width: 465px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;

}
.photoBlastF2 {
	width: 465px;
	float: right;
	margin-top: 10px;
}
.photoBlastF3 {
	float: left;
	height: 625px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.photoBlastF4 {
	height: 625px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float: left;
}
.photoCarquinez {
	height: 625px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.photoBoyne1 {
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.photoBoyne2 {
	float: left;
	height: auto;
	width: 650px;
	margin-top: 10px;
	margin-right: 10px;
}
.textBoyne {
	float: left;
	height: auto;
	width: 280px;
}

.photoBoyne3 {
	float: left;
	height: auto;
	width: 465px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.photoBoyne4 {
	height: auto;
	width: 465px;
	margin-top: 10px;
	float: right;
}
.photoSutongPier1 {
	height: auto;
	width: 940px;
	margin-top: 10px;
}
.photoSutongPier2 {
	height: 670px;
	width: 465px;
	margin-top: 10px;
	float: left;
}
.photoSutongPier3 {
	float: right;
	height: 680px;
	width: 465px;
	margin-top: 10px;
}
.photoYangtze1 {
	width: 940px;
	margin-top: 10px;
}
.photoEdong {
	float: none;
	height: auto;
	width: 940px;
	margin-top: 10px;
}
.photoWembley1 {
	float: left;
	height: auto;
	width: 465px;
	margin-top: 0px;
}
.photoWembley2 {
	float: right;
	height: auto;
	width: 465px;
	margin-top: 0px;
}
.photoWembley3 {
	float: left;
	height: auto;
	width: 307px;
	margin-top: 10px;
	margin-right: 10px;
}
.photoWembley4 {
	float: left;
	height: auto;
	width: 306px;
	margin-top: 10px;
}
.photoWembley5 {
	float: left;
	height: auto;
	width: 307px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.photoWembley6 {
	float: left;
	height: auto;
	width: 306px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.PhotoB193 {
	float: none;
	height: auto;
	width: 940px;
	margin-top: 10px;
	}
.B193_text {
	height: auto;
	width: auto;
}
.B193_text {
	height: auto;
	width: auto;
}
.text_B193ONGC {
	float: none;
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.Photo_ponte1 {
	height: 725px;
	width: 940px;
}
.Photo_ponte2 {
	height: 725px;
	width: 940px;
	margin-top: 10px;
}
.Photo_Rio1 {
	margin-bottom: 10px;
}
.Photo_Rio2 {
	float: left;
	height: auto;
	width: 465px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.Photo_Rio3 {
	float: left;
	height: auto;
	width: 465px;
	margin-bottom: 10px;
}
.Photo_Rio4 {
	margin-bottom: 10px;
	height: 624px;
	width: 940px;
}
.Photo_A34 {
	margin-bottom: 10px;
}
.Photo_M74 {
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.Photo_M74_1 {
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
.Photo_Infinity {
	margin-bottom: 10px;
}
.Photo_Infinity_1 {
	margin-bottom: 10px;
	width: 554px;
	margin-right: auto;
	margin-left: auto;
}
.Photo_Masalani {
	margin-bottom: 10px;
}
.Photo_Shibanpo1 {
	margin-bottom: 10px;
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
}
.Photo_Shibanpo2 {
	margin-bottom: 10px;
	float: left;
	height: auto;
	width: auto;
}
.Photo_Shibanpo3 {
	width: 462px;
	margin-right: auto;
	margin-left: auto;
}
.Photo_Bishop1 {
	margin-bottom: 10px;
	height: 628px;
	width: 940px;
}
.Photo_Bishop2 {
	margin-bottom: 10px;
}
.Photo_Tuti {
	margin-bottom: 10px;
}
.Photo_Khalifa {
	margin-bottom: 10px;
}
.Phto_tamar1 {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.Photo_tomar2 {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}

.Photo_medway1 {
	height: auto;
	width: auto;
	margin-bottom: 10px;
	float: none;
	text-align: center;
}
.Photo_medway2 {
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.Photo_medway3 {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.Photo_Nippon1 {
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.Photo_maari {
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.Photo_thruster1 {
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	padding-top: 0px;
}
.Photo_thruster2 {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}

.text_thruster {
	padding-top: 5px;
	height: auto;
	width: auto;
	float: none;
}
.photo_FPSO {
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.Photo_calvary1 {
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.Photo_Macau1 {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.Photo_Macau2 {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 10px;
	margin-right: 10px;
}
.Photo_Macau3 {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.text_Macau {
	height: 400px;
	width: auto;
	margin-bottom: 10px;
}
.Photo_Heathrow1 {
	height: auto;
	width: auto;
	margin-bottom: 10px;
	float: left;
}
.Photo_Heathrow2 {
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.Photo_Haeco1 {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.Photo_Haeco2 {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.text_Heaco {
	float: left;
	height: auto;
	width: 465px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.text_Heaco1 {
	float: left;
	height: auto;
	width: 465px;
	margin-bottom: 10px;
	
}.Photo_Haeco3 {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	
}
.Photo_Haeco4 {
	float: left;
	height: auto;
	width: auto;
	
}
.Photo_HKCEC1 {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.Photo_HKCEC2 {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.Photo_Pinalito1 {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.Photo_Pinalito2 {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.Photo_Bard {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.Photo_BHEL {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.Photo_Fhic1 {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-bottom: 0px;
}
.Photo_Fhic2 {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 0px;
}
.Text_Fhic1 {
	float: left;
	height: auto;
	width: 465px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.Text_Fhic2 {
	float: right;
	height: auto;
	width: 465px;
	margin-bottom: 10px;
}
.Text_Fhic3 {
	float: left;
	height: auto;
	width: 940px;
	margin-bottom: 10px;
}
.Photo_Tsing1 {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.Photo_Tsing2 {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.Photo_Jiangyin1 {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.Photo_Jiangyin2 {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.Photo_Corocoro1 {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.Photo_Corocoro2 {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.text_Corocoro {
	float: left;
	height: auto;
	width: 570px;
	margin-bottom: 10px;
}
.Photo_FCC1 {
	float: left;
	height: auto;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.Photo_FCC2 {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}
.text_PTSC {
	height: 100px;
	width: 940px;
	float: LEFT;
	margin-bottom: 10px;
}
.video {
	float: left;
	height: 480px;
	width: 640px;
	margin-left: 150px;
	margin-right: 150px;
}
.gantry_video {
	float: left;
	height: 480px;
	width: 640px;
	margin-right: 150px;
	margin-left: 150px;
}
