iframe,html{
	margin: 0;
	padding: 0;
	border: 0;
}

html{
	height:100%;
}

body{
	height:100%;
	background-position: center  center;
}

b   {
	font-weight:normal;
	}
	
.bgIntro{
	height:100%;
	background-image:url(img/bgintro.jpg);
	background-position:center;
}

.bgHome{
	background-image : url(img/bgHome.jpg);
	background-repeat : repeat-x;
	background-repeat : repeat-y;
	background-color : #916500;
}

.bgFaq{
	background-image : url(img/faq_bg.jpg);
	background-repeat : no repeat-x;
	background-repeat : no repeat-y;
	background-color : #e7dfcd;
}
/*---------- fonts ----------*/

body,td{
	font-family : Tahoma,Verdana,Helvetica,Arial,Thonburi,sans-serif;
	font-size : 11px;
	color : #301800;
}
input{color : #301800;}
select{color : #301800;}
textarea{color : #301800;}

/*---------- layout ----------*/
.box_subNav
{
	width:636px;
	height:38px;
	float:left;
	vertical-align:middle;
	padding:0px 0px 0px 0px;
	background:url(img/bg_SubNav.jpg) no-repeat;
}
.box_subNav_Inside
{
	width:636px;
	height:38px;
	float:left;
	vertical-align:middle;
	padding:0px 0px 0px 0px;
	background:url(img/bg_SubNav_Inside.jpg) no-repeat;
}
.content_SubNav
{
	color : #CFC09A;
	vertical-align:middle;
	margin:11px 0px 0px 12px;
}
.box_Welcome
{
	width:636px;
	height:67px;
	float:left;
	vertical-align:top;
	padding:0px 0px 0px 0px;
	background:url(img/bgWelcome.jpg) no-repeat;
}
.content_Welcome
{
	width:480px;
	vertical-align:top;
	margin:13px 0px 12px 12px;
}
.box_Line_Home
{
	width:560px;
	height:1px;
	float:left;
	vertical-align:top;
	padding:0px;
	background:url(img/lineH.gif) repeat-x;
}
.box_Ani
{
	width:636px;
	height:305px;
	float:left;
	vertical-align:top;
	padding:0px 0px 0px 0px;
}
.box_Update_Home
{
	width:592px;
	vertical-align:top;
	padding:0px;
	background:url(img/bg_Content_H.jpg) top repeat-y #906400;
}

.box_News_Home
{
	width:358px;
	vertical-align:top;
	margin:0px 0px 10px 0px;
	padding:10px;
}

/*---------------- images Current Project ----------------*/
.box_CurrentProject_Home
{
	width:162px;
	position:relative;
	vertical-align:top;
	margin:1px 0px 10px 0px;
	padding:10px;
	background-color : #482B10;
}
.images_CurrentProject_Home
{
	width:162px;
	left:0px;
	top:0px;
	vertical-align:top;
	background:#482B10;
	margin-left:0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
.images_CurrentProject_Home img
{
	width:162px;
	height:122px;
	position:relative;
	float:left;
	left:0px;
	margin:0px 10px 10px 0px;
	padding:0px;
	background:#482B10;
}

/*---------------- images News ----------------*/
.images_News_Home
{
	width:94px;
	left:0px;
	top:0px;
	vertical-align:top;
	margin-left:0px;
	margin-top:10px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
.images_News_Home img
{
	width:80px;
	height:60px;
	position:relative;
	left:0px;
	margin:0px 10px 10px 0px;
	padding:2px;
	background:url(img/bg_Thumb.jpg) no-repeat;
}
.images_News_Home2 img
{
	width:260px;
	height:180px;
	position:relative;
	left:0px;
	margin:0px 0px 0px 0px;
	padding:2px;
	background:url(img/bg_Thumb2.jpg) no-repeat;
}
.content_News_Home
{
	width:235px;
	position:relative;
	vertical-align:top;
	margin-left:0px;
	margin-top:6px;
	padding:0px;
	text-align:left;
}

/*---------- text-link ----------*/
a:link{text-decoration : none; color : #CFC09A;}
a:visited {text-decoration : none; color : #CFC09A;}
a:hover {text-decoration : underline; color : #301800;}

a.newsLink:link {text-decoration : underline; color : #FFFFFF;}
a.newsLink:visited {text-decoration : underline; color : #FFFFFF;}
a.newsLink:hover {text-decoration : underline; color : #301800;}

a.homestyle:link {text-decoration : none; color : #243e79;}
a.homestyle:visited {text-decoration : none; color : #243e79;}
a.homestyle:hover {text-decoration : underline; color : #243e79;}

a.link2:link {text-decoration : none; color : #301800;}
a.link2:visited {text-decoration : none; color : #301800;}
a.link2:hover {text-decoration : underline; color : #243e79;}

a.link3:link {text-decoration : none; color : #243e79;}
a.link3:visited {text-decoration : none; color : #243e79;}
a.link3:hover {text-decoration : underline; color : #301800;}

a.smokybyte:link {text-decoration : none; color : #301800;}
a.smokybyte:visited {text-decoration : none; color : #301800;}
a.smokybyte:hover {text-decoration : underline; color : #CFC09A;}

/*-----------------------------------------------*/
.clear-all{clear:both; line-height:0; height:0;}
