/* CSS Document */
body { 
	margin:0px;
	padding:0px;
	background:url(../images/body.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#928F8F;
}
p{
	margin:0px;
	padding:0px 0px 15px 0px;
}
.bold{
	font-weight:bold;
}
.coloreang{
	color:#976500;
}
.textwhite{
	color:#FFFFFF!important;
}
.textwhite a {
	text-decoration:none;
	color:#FFFFFF!important;
}
.textwhite a:hover {
	color:#000000!important;
}
.fnt14{
	font-size:14px;
}
/* ======================== Style for data table ========================== */
.datatable td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#928F8F;
	line-height:16px;
/*	border:solid 1px #565251;*/
}
.datatable td.ttl{
	background:#885901;
	font-weight:bold;
	vertical-align:middle;
	color:#FFFFFF;
}
.txtcenter{
	text-align:center;
}
.txtmiddle{
	vertical-align:middle;
}
/*=======================================================================
	Css Style Gallary
========================================================================*/
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 480px; /*Width of Carousel Viewer itself*/
	height: 92px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/*=======================================================================
	Css Style Center Part
========================================================================*/
.hmbox1,.hmbox2,.hmbox3 {
	vertical-align:top;
		
}
.hmtajaer{
	padding:0px 20px;
	color:#928F8F;	
}
.hmtajaer a {
	border-bottom:1px dashed #E2BA7C;
	padding-bottom:1px;
	color:#E2BA7C;
	text-decoration:none;
}
.hmtajaer a:hover{
	color:#ffffff;	
	border-bottom:1px dashed #ffffff;
}
.hmbox1{
	background:url(../images/tigaer_bg1.jpg) no-repeat;
	height:259px;
	width:253px;
	line-height:20px;
	color:#928F8F;
}
.hmbox2{
	background:url(../images/tigaer_bg2.jpg) no-repeat;
	height:259px;
	width:253px;
}
.hmbox3{
	background:url(../images/tigaer_bg3.jpg) no-repeat;
	height:259px;
	width:257px;
}
#cenetrpart {
	background:url(../images/center-bg.jpg) repeat;
	padding:15px;
	color:#928F8F;
}
#cenetrpart a{		
	color:#F4A500;
	text-decoration:none;
	border-bottom:1px dashed #F4A500;
	padding-bottom:1px;	
}
#cenetrpart a:hover{
	color:#928F8F;
	text-decoration:none;
	border-bottom:1px dashed #928F8F;
}
#cenetrpart ul.point{
	margin:0px 0px 0px 10px;
	padding:10px 0px 15px 15px;
	list-style:none;
}
#cenetrpart ul.point li{
	background:url(../images/icon_point.png) no-repeat 7px left;
	padding-left:16px;
	line-height:20px;	
}
#cenetrpart ul.point li a{		
	color:#E2BA7C;
	text-decoration:none;
	border-bottom:1px dashed #E2BA7C;
	padding-bottom:1px;
}
#cenetrpart ul.point li a:hover{
	color:#928F8F;	
	text-decoration:none;
	border-bottom:1px dashed #928F8F;
}




h1 {
	margin:0px;
	padding:0px 0px 15px 40px;
	background:url(../images/heading-bg.jpg) no-repeat;
	line-height:45px;
	/*font-family:"trebuchet MS";*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#885901;
	font-weight:normal;
}
h2{
	margin:0px;
	padding:0px 0px 15px 0px;
	/*font-family:"trebuchet MS";*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#885901;
	font-weight:normal;
}

/*=======================================================================
	Css Style Footer
========================================================================*/
#footer {
	text-align:center;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:74px;
	color:#ffffff;
	line-height:19px;
}
#footer a {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover, #footer .seclect {
	color:#976500;
}