p, div, ul, li, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4c4c4c;
}

	body table {
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#4c4c4c;
	}

img {
	border:none;
	margin:0;
	padding:0;
}

ul, li {
	list-style:none;
}

.clear {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}

/* Conten Item */
p {
	line-height:14px;
}

/* Normal links */
a {
	color:#ad9963;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*  CONTAINER  */

	.container {
		width:953px;
		margin:0 auto;
		padding:42px 0 100px 0;
	}

	.col1 {
		width:380px;
		float:left;
	}

	.col2 {
		width:380px;
		float:left;
		margin-left:60px;
	}

	/* Top */
	.top {
		width:953px;
		margin-bottom:47px;
	}

		.logo {
			width:319px;
			padding-left:26px;
			float:left;
		}

		.nav {
			width:608px;
			margin:26px 0 0 0;
			float:left;
		}

			.nav_right {
				width:116px;
				float:right;
			}

				.nav_right li {
					padding-bottom:8px;
					line-height:17px;
					text-align:right;
				}

				.nav_right li a {
					padding:1px 26px 2px 0;
					color:#b2b2b2;
				}

				.nav_right li a:hover {
					color:#000000;
					text-decoration:none;
				}

				.nav_right li.share a {
					background:url(../images/icon_share.jpg) right top no-repeat;
				}

				.nav_right li.share a:hover {
					background:url(../images/icon_share_active.jpg) right top no-repeat;
				}

				.nav_right li.rss a {
					background:url(../images/icon_rss.jpg) right top no-repeat;
				}

				.nav_right li.rss a:hover {
					background:url(../images/icon_rss_active.jpg) right top no-repeat;
				}

				.nav_right li.iphone a {
					background:url(../images/icon_iphone.jpg) right top no-repeat;
				}

				.nav_right li.iphone a:hover {
					background:url(../images/icon_iphone_active.jpg) right top no-repeat;
				}

				.nav_right li.search {
					width:116px;
					padding-bottom:0;
					padding-top:1px;
				}

				.nav_right li.search form {
					float:right;
					margin:0;
					padding:0;
				}

				.nav_right li.search input.search_icon {
					float:right;
					margin-left:10px;
				}

				.nav_right li.search input.search_text {
					width:88px;
					border:1px solid #c6c7c8;
					font-size:10px;
					font-family:Arial, Helvetica, sans-serif;
					float:left;
				}

				.nav_right li.search span {
					color:#b2b2b2;
					float:right;
				}

	/* Middle */
	.middle {
		width:953px;
	}

		.menu {
			width:103px;
			float:left;
			margin-right:30px;
			border-top:4px solid #000000;
			padding-top:27px;
		}

			.menu li {
				text-align:right;
				margin-bottom:9px;
			}

			.menu a {
				text-transform:uppercase;
				font-size:11px;
				color:#000000;
				font-weight:bold;
			}

			.menu a:hover {
				text-decoration:none;
			}

			.menu a.active {
				background:#000000;
				color:#ffffff;
				padding:3px 4px 2px 4px;
			}

		.content {
			width:820px;
			float:left;
			border-top:4px solid #000000;
			padding-top:27px;
		}

			.home {
				padding-top:30px;
			}

	.row {
		margin-bottom:57px;
		width:820px;
	}

	.width {
		width:820px;
	}

		.pro_home {
			float:left;
			width:380px;
			margin-right:60px;
		}

			.pro_home .image {
				width:380px;
				height:200px;
				background:#000000;
				display:table-cell;
				text-align:center;
				vertical-align:middle;
			}

	.title_pro {
		font-weight:bold;
		text-transform:uppercase;
		color:#000000;
		padding:7px 0 4px 0;;
		border-bottom:1px solid #000000;
		margin-bottom:7px;
	}

		.title_pro a {
			color:#000000;
		}

	.desc_pro a {
		font-weight:bold;
	}

	/* Pagination */
	.pagination {
		width:820px;
		margin-top:54px;
	}

		.pagination a {
			font-weight:bold;
		}

		.newpost {
			float:left;
			width:182px;
		}

			.newpost a {
					float:left;
					text-transform:uppercase;
					background:url(../images/bg_newpost.jpg) left center no-repeat;
					padding:0 0 0 18px;
					font-weight:bold;
					text-transform:uppercase;
				}

			.newpost span {
				float:left;
				width:182px;
				text-transform:uppercase;
				background:url(../images/bg_newpost_last.jpg) left center no-repeat;
				padding:0 0 0 18px;
				font-weight:bold;
				color:#000000;
			}

		.oldpost {
			float:right;
			width:182px;
			text-align:right;
		}

			.oldpost a {
				text-align:right;
				text-transform:uppercase;
				background:url(../images/bg_oldpost.jpg) right center no-repeat;
				padding:0 18px 0 0;
				font-weight:bold;
			}

			.oldpost span {
				float:right;
				width:182px;
				text-align:right;
				text-transform:uppercase;
				background:url(../images/bg_oldpost_last.jpg) right center no-repeat;
				padding:0 18px 0 0;
				font-weight:bold;
				color:#000000;
			}

		.page {
			text-align:center;
			float:left;
			width:420px;
		}

			.page a {
				margin:0 10px;
			}

			.page span {
				color:#000000;
				margin:0 10px;
				font-weight:bold;
			}


/*  END OF CONTAINER  */

/* Who we are */
.row_whoweare, .row_search {
	margin-bottom:54px;
	width:440px;

}

	.row_whoweare .title_pro {
		padding:0 0 3px 0;
		margin-bottom:11px;
	}

.etc {
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
}

/* Projects */
.projects {
	padding-bottom:3px;
}

.row_projects {
	width:820px;
	margin-bottom:17px;
}

	.pro_item {
		width:260px;
		float:left;
		margin:0 20px 0 0;
	}

		.title_createdate_pro {
			width:260px;
		}

			.title_createdate_pro .title_pro {
				padding:0;
				border-bottom:none;
				float:left;
			}

			.title_createdate_pro .createdate, .title_createdate_pro_details .createdate {
				float:right;
				color:#b2b2b2;
				font-weight:bold;
			}
	.image_pro {
		width:260px;
		height:150px;
		background:#000000;
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	}
/* Project Details */
.pro_detail {
	width:440px;
}

	.desc_pro_detail {
		margin-bottom:34px;
	}

	.desc_pro_detail a {
		font-weight:bold;
	}

	.title_createdate_pro_details {
		width:440px;
		padding-bottom:4px;
		border-bottom:1px solid #000000;
		margin-bottom:10px;
	}

		.title_createdate_pro_details .title_pro {
			float:left;
			padding:0;
			margin:0;
			border-bottom:none;
		}

	.project_detail_image {
		margin-bottom:18px;
	}

		.title_project_image {
			font-style:italic;
			font-weight:bold;
			color:#4c4c4c;
			margin-bottom:8px;
		}

		.project_detail_image .image_news_detail {
			width:440px;
			background:#000000;
			display:table-cell;
			vertical-align:middle;
			text-align:center;
		}

	.image_pro_detail{
		width:440px;
		text-align:center;
		background:#000000;
	}

	.back_share_pro_detail {
		width:440px;
		padding-top:60px;
	}

		.back_share_pro_detail .back_pro_detail {
			float:left;
		}

			.back_share_pro_detail .back_pro_detail a {
				background:url(../images/bg_back.jpg) left center no-repeat;
				padding-left:18px;
				text-transform:uppercase;
				font-weight:bold;
			}

		.back_share_pro_detail .share_pro_detail {
			float:right;
		}

			.back_share_pro_detail .share_pro_detail a {
				color:#000000;
				background:url(../images/bg_share.jpg) left center no-repeat;
				padding:1px 0 1px 26px;
				display:block;
			}

/* News */
.news {
	padding-bottom:3px;
}
.row_news {
	width:820px;
	margin-bottom:40px;
}

	.col1_news {
		width:380px;
		float:left;
	}

	.col2_news {
		width:400px;
		float:left;
		margin-left:40px;
		height:200px;
	}

		.col2_news td.col2_news_tr1 {
			height:184px;
		}

		.col2_news td.news_share {
			height:16px;
		}

		.title_createdate_news {
			width:400px;
			border-bottom:1px solid #000000;
			margin-bottom:10px;
			padding-bottom:4px;
			margin-top:-3px;
		}

			.title_news {
				text-transform:uppercase;
				font-weight:bold;
				color:#000000;
				float:left;
			}

				.title_news a {
					color:#000000;
				}

			.createdate_news {
				float:right;
				color:#B2B2B2;
				font-weight:bold;
			}

			.desc_news a {
				font-weight:bold;
			}

				.news_share a {
					background:url(../images/bg_share.jpg) left center no-repeat;
					padding:1px 0 1px 26px;
					color:#000000;
					display:block;
					width:60px;
				}
/* Sharethis Popup */
.popup {
	width:220px;
	padding:7px 10px 10px 10px;
	border:1px solid #c6c7c8;
	background:#ffffff;

}

	.form_field {
		margin-bottom:7px;
	}

		.form_title {
			text-transform:uppercase;
			font-size:10px;
			color:#000000;
			margin-bottom:7px;
			width:220px;
		}

		.input_field {
			width:220px;
		}

		.input_field input {
			width:220px;
			border:1px solid #c6c7c8;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#000000;
		}

		.incorrect {
			background:#c00418;
			width:220px;
		}

		.incorrect input {
			width:117px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#c6c7c8;
			border:1px solid #c00418;
			float:left;
		}

		.incorrect .message_correct {
			color:#ffffff;
			float:left;
			width:101px;
			text-align:center;
			margin-top:1px;
		}

		.comment textarea {
			border:1px solid #c6c7c8;
			width:220px;
			height:60px;
			margin:0;
		}

		.submit_cancel {
			width:220px;
			padding-top:3px;
		}

			.submit_cancel .cancel_button {
				float:left;
			}

			.submit_cancel .submit_button {
				float:right;
			}

				.submit_cancel .cancel_button a, .submit_cancel .submit_button a {
					background:url(../images/bg_sub.jpg) center center no-repeat;
					line-height:16px;
					color:#ffffff;
					display:block;
					width:51px;
					text-align:center;
					text-decoration:none;
				}

/* Sharethis*/
.note {
		position: absolute;
		visibility: hidden;
		background:#ffffff;
		width:88px;
		margin-top:5px;
		margin-left:0px;
		z-index:100;
	}

.notedefault {
	position: absolute;
	visibility: hidden;
	background:#ffffff;
	width:88px;
	margin-top:20px;
	margin-left:-33px;
	z-index:100;
}



	.sharethis {
		width:78px;
		border:1px solid #c6c7c8;
		padding:4px;

	}

		.row_icon {
			width:78px;
		}

		.sharethis .icon {
			float:left;
			padding:5px;
			width:16px;
		}

			.sharethis .icon a {
				background:none;
				padding:0;
			 }


/* Search */
.title_date_search {
	font-weight:bold;
	padding:0 0 4px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #000000;
	width:440px;
}

	.title_search {
		float:left;
		text-transform:uppercase;
		color:#000000;
	}

	.date_search {
		color:#b2b2b2;
		float:right;
	}

.desc_search a {
	font-weight:bold;
}


/* RSS */
.title_rss {
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}

.list_rss ul li {
	margin-bottom:5px;
	display:block;
	height:16px;
}

	.list_rss ul li img {
		margin-right:5px;
		float:left;
	}

	.list_rss ul li a {
		line-height:16px;
	}


.last {
	margin-right:0;
	margin-bottom:0;
}
/* Kiet Add */
.popup_div{position: absolute; visibility: hidden;left: 0px;top: 0px;padding: 0px;}
.middle_for_ajax {
	position:relative;
	float:left;
	width:820px;
}

.main_content {
	position:relative;
	float:left;
	width:820px;
}


.overlay{
	 opacity : 0.65;
	 mozOpacity:0.65;
	 filter:alpha(opacity=65);
	 position: absolute;
	 top: 0;
	 left: 0;
	 background-color: white;
	 width: 100%;
	 height: 100%;
	 z-index: 5000;
	 display:none;
	 text-align:center;
	 vertical-align:middle;

}
/*press_release*/
.press_release {
 margin-bottom:10px;
 width:440px;
}