@charset "utf-8";
a:link {
	color:#FF9966;
	text-decoration:none;
}
a:visited {
	color: #FF9966;
	text-decoration:none;
}
a:hover {
	color: #FF6600;
	text-decoration:none;
}
a:active {
	color: #666666;
	text-decoration:none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    
}
br {
	clear: both;
}
#Navig{
	list-style-type: none;
	width: 930px;
	background-image: url(images/bg-navig.gif);
	background-repeat: repeat-x;
	background-color: #7DCACD;
	padding-left: 20px;

}
#Navig ul{
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*Top level list items*/
#Navig ul li{
	display: inline; /*overall menu background color*/
	position: relative;
	float: left;
}

/*Top level menu link items style*/
#Navig ul li a{
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 2px;
	margin-right: 5px;
	color: #067070;
	
}
#Navig ul li a:hover{
	color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ACDBDE;
	border-left-color: #ACDBDE;
}
#Navig ul li span{
	color: #FFF;
	}
#Navig .current     {
	color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ACDBDE;
	border-left-color: #ACDBDE;
	

}
/* -- Table Rates ---*/
.SetHeader {
	background-color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
.SetHeader td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #161616;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #161616;
	border-left-color: #161616;
	text-align: center;
}
#SetValidate {
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #FF0;
	padding: 0px;
	text-align: center;
	width: 100%;
}
.SetPeriod 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 3px;
	color: #FF6;
	text-align: center;
}


#SetText 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	margin-top: 10px;
}
.SetBody
{
	font-family:  Verdana, Geneva, sans-serif;
	background-color : #3C3C3C;
	font-size : 11px;
	border : 1px solid #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.SetBody td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #161616;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #161616;
	border-left-color: #161616;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.SetTable {
	width:100%;
	padding-left: 5px;
}
.SetTable tr:hover {
	background-color: #303030;

}
.SetTable img {
	padding: 1px;
}



.contentLoading 
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	border:solid 1px #F5BC40;
	background:#FBFAC5;
	color:#FF7700;
	text-align:center;
	width: 98%;
	padding: 4px;
}
.contentErrorResult 
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	border:solid 1px #D45341;
	background:#F6CBCA;
	color:#D22528;
	text-align:center;
	width: 98%;
	padding: 4px;
}
/*End Retes*/

#SpecialPackage {
	background-color: #E6F9FC;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	padding: 9px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#SpecialPackage h3 {
	font-size: 24px;
	color: #F30;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	margin: 0px;
	text-transform: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#SpecialPackage h4 {
	font-size: 16px;
	color: #56C5CF;
	margin-top: 10px;
	}
#SpecialPackage img {
	width: 705px;

}
#SpecialPackage .Validity {
	color: #666;
	font-size: 18px;
}

#Book {
	DISPLAY: block;
	border: 1px solid #CCCCCC;
	text-align: center;
	background-color: #F90;
	width: 150px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#Book a {
	TEXT-DECORATION: none;
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
}
#Book a:hover {
	TEXT-DECORATION: none;
	color: #333;
}
#Book2 {
	DISPLAY: block;
	border: 1px solid #CCCCCC;
	text-align: center;
	background-color: #56C5CF;
	width: 150px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}
#Book2 a {
	TEXT-DECORATION: none;
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
}
#Book2 a:hover {
	TEXT-DECORATION: none;
	color: #333;
}

#main{
	
	width:950px;
	margin-right: auto;
	margin-left: auto;
	
	
}
#register {
	margin: 0px;
	float: left;
	height: 340px;
	width: 240px;
	background-image: url(images/register_bg.html);
	background-repeat: no-repeat;
	background-position: left top;
}
#banner {
	height: 200px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#language {
	height: 32px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	margin: 0px;
	float: right;
	height: auto;
	width: 760px;
}


#cover {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	float: none;
}
#footer {
	height: 65px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	clear: both;
	background-color: #FF7B1A;
	overflow: hidden;
}
.style1 {
	color: #996600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.style3 {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.style17 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #336633;
	font-size: 14px;
	font-weight: bold;
}


.style5 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.style7 {
	color: #FF6600;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2 {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #996600;
}
.style9 {
	color: #C00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style10 {
	color: #996600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.style11 {
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
}
.style12 {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #996600;
}
.style13 {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #666666;
}
.style14 {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #663300;
}
.style15 {
	color: #996600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.style16 {
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}
#bg_word {
	margin: 0px;
	height: 721px;
	width: 224px;
	background-image: url(images/bg_word_03.html);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_main_available{
	background-image:url(images/bg_index_28.jpg);
	background-repeat:repeat-y;
	width:305px;
	height:auto;
	background-position: right top;
}
.finder_bg{
	background-image:url(images/bg_SABAI-FINDER_html2_09.gif);
	background-repeat:repeat-x;
	width:272px;
	height:auto;
	background-position: left top;
}
.bg_L{
	
	background-image: url(images/mainbg_08.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.bg_L_aboutas{
	background-image: url(images/bg_about1_03.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.bg_finder{
	background-image: url(images/bg_finder_09.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
bg_news{
	background-image:url(images/bg_new_09.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#banner {
	width: 950px;
	height:auto;
	
}
#main{
	position:relative;

	width:950px;
	clear:both;
}
.pipat_bg {
	
	background-image:url(images/bgpipat_03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.pipat_bg2{
	
	background-image:url(images/bann-pippat_unitdisplay_bg_25.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.pipat_main_bg {
	margin: 0px;
	height: 312px;
	width: 460px;
	background-image:url(images/baan-pippat_html_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.style2p{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #336633;
}
.style3p{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #336633;
}

.style3s{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #003333;
}
.22table {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	

}
.fac_pipat{
	background-image:url(images/baan-pippat_facilties_html_09.gif);
	background-repeat:repeat;
	width:874px;

}
.fac_pipat2{
	background-image:url(images/baan-pippat_facilties_html_bg_34.gif);
	background-repeat:repeat;
	width:874px;

}
.gal_pipat{
	background-image:url(images/bann-pipat_gallery_html_10.gif);
	background-repeat:repeat;
	width:238px;
	height::132;

}
.phinit_main_bg {
	margin: 0px;
	
	width: 460px;
	background-image:url(images/phinit_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.phinit_bg {
	
	background-image:url(images/phinit_05.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.fac_phinit2{
	background-image:url(images/phinitfac_bg_03.jpg);
	background-repeat:repeat;
	width:874px;

}
.phinit_bg2{
	
	background-image:url(images/phinit_reservation_03.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sathorn_bg {
	
	background-image:url(images/sabai-sathorn_bg_03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.sathorn_bg2{
	
	background-image:url(images/sathorn_reservation_bg_08.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sathorn_main_bg {
	margin: 0px;
	
	width: 460px;
	background-image:url(images/22.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fac_sathorn{
	background-image:url(images/sabai-sathorn_facilties_bg_18.jpg);
	background-repeat:repeat;
	width:874px;

}
.style2pp {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #2E89A7;
}

