@charset "UTF-8";
/* CSS Document */

/**************************************** COLUMNS */
#colLeft {
	position:absolute;
	left:10px;
	width:250px;
	z-index:10;
	float: left;
	margin-top: 20px;
	overflow: hidden;
	top: 0px;
	visibility: visible;
}
#colRight {
	position:absolute;
	width:250px;
	z-index:10;
	float: right;
	right: 0px;
	margin-top: 20px;
	background-color: #AC9D4F;
	visibility: visible;
	height: 850px;
}
#colLeft  h1   {
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 10px;
	line-height: 150%;
} 
#colRight h1, #mainCenter h1 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
	text-align: left;
} 
#colRightTop {
	margin-top: 0px;
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -355px 0px;
}
#colRightTop:hover {
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -355px -115px;
}
#colRight .instr {
	font-size: 80%;
	color: #990000;
	background-color: #AC9D4F;
	padding-bottom: 5px;
	margin-top: 20px;
}
#colLeft  h2, #mainCenter h2   {
	color: #353100;
	font-size: 90%;
	line-height: 150%;
	padding-left: 10px;
	font-weight: normal;
}
#colRight h2 {
	color: #353100;
	font-size: 90%;
	line-height: 150%;
	padding-left: 10px;
	font-weight: normal;
}
#colLeft  p, #mainCenter p   {
	color: #353100;
	font-size: 100%;
	line-height: 150%;
	padding-left: 10px;
}
#colRight p {
color: #353100;
	font-size: 100%;
	line-height: 150%;
	padding-left: 10px;
}
#colLeft a, #colRight a  {
	color: #990000;
	text-decoration: none;
}
#colLeft a:hover, #colRight a:hover  {
	color: #FDFEBD;
	text-decoration: none;	
}
#colRight  li {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #BDB47F;
	margin-left: -38px;
}
#colRight ul {
	list-style-type: none;
}
/**************************************** CENTER */
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width:1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	visibility: visible;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 1100px;
	background-color: #AC9D4F;
	z-index: 1;
}
#main {
	position:absolute;
	left:0px;
	top:229px;
	width:1000px;
	background-color: #AC9D4F;
	z-index:3;
	height: 740px;
	visibility: visible;
}
#mainCenter {
	margin-right: 270px;
	margin-left: 270px;
	position: relative;
	top: 20px;
	visibility: visible;
	z-index: 10;
}
#foot {
	width:1000px;
	background-color: #567CC3;
	left: 0px;
	top: 1100px;
	position: absolute;
	visibility: visible;
}
/**************************************** PREVIEWS (INDEX) */

#prevHomeTxt {
	position: absolute;
	overflow: hidden;
	height: 155px;
	width: 250px;
	top: 150px;
	line-height: 150%;
	font-size: 90%;
}
#previewNew1 {
	position: absolute;
	top: 150px;
	width: 250px;
	background-color: #567CC3;
	border-bottom: 1px solid #FFFFFF;
	z-index: 50;
	overflow: visible;
	left: 0px;
	visibility: visible;
	height: 580px;
	padding-top: 0px;
}
#previewNew1 img{
	top: 0px;
	margin-top: 0px;
}
#previewNew1  h1 {
	font-weight: normal;
	color: #FDFEBD;
	padding-right: 4px;
	margin-top: 10px;
}
#previewNew1 p {
	color: #97CBFF;
	padding-right: 4px;
	padding-left: 10px;
	font-size: 90%;
	line-height: 150%;
}
#previewSim, #previewPhuk, #previewRat, #previewPhang, #previewHong, #previewDam,#previewPhi, #previewKrabi, #previewLanta, #previewHaa, #previewMuk, #previewRok, #previewBut, #previewTar, #previewLang {
	position: absolute;
	top: 150px;
	width: 250px;
	background-color: #7B9ADE;
	z-index: 54;
	overflow: visible;
	font-size: 90%;
	border-bottom: 1px solid #FFFFFF;
	visibility: hidden;
}
#previewSim h1, #previewPhuk h1, #previewRat h1, #previewPhang h1, #previewHong h1, #previewDam h1, #previewPhi h1, #previewKrabi h1, #previewLanta h1, #previewHaa h1, #previewMuk h1, #previewRok h1, #previewBut h1, #previewTar h1, #previewLang h1 {
	color: #FDFEBD;
	padding-right: 4px;
	padding-top: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
#previewSim p, #previewPhuk p,  #previewRat p, #previewPhang p, #previewHong p, #previewDam p, #previewPhi p, #previewKrabi p, #previewLanta p, #previewHaa p, #previewMuk p, #previewRok p, #previewBut p, #previewTar p, #previewLang p  {
	line-height: 150%;
	font-weight: normal;
	color: #10428E;
	padding-right: 4px;
	padding-bottom: 10px;
}
#previewLanta table, #previewLang table, #previewPhuk table, #previewKrabi table {
	margin-right: 4px;
	margin-left: 10px;
	text-align: left;
	vertical-align: top;
	width: auto;
	margin-bottom: 10px;
}
#previewLanta table .txt, #previewLang table .txt, #previewPhuk table .txt, #previewKrabi table .txt {
	text-align: left;
	font-weight: normal;
	color: #10428E;
	padding-left: 5px;
}


/**************************************** MAP 01(INDEX) */

#map01 {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 50;
}
.mapLink a {
	font-family: "Caslon 3 Roman", "Caslon 540 Roman", Times, "Times New Roman";
	text-decoration: none;
	color: #FDFEBD;
	text-transform: uppercase;
	font-size: 10px;
}
.mapLink a:hover {
	color: #FFFFFF;
}
.mapLinkLanta a, .mapLinkPhuket a, .mapLinkLangkawi a {
	font-family: "Caslon 3 Roman", "Caslon 540 Roman", Times, "Times New Roman";
	color: #F7F27F;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}
.mapLinkTrang, .mapLinkLak, .mapLinkSat  {
	font-family: "Caslon 3 Roman", "Caslon 540 Roman", Times, "Times New Roman";
	color: #353100;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 100%;
}
.mapLinkLanta a:hover, .mapLinkKrabi a:hover, .mapLinkPhuket a:hover, .mapLinkLangkawi a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#previewNew1 img {
	margin-top: 0px;
}
#Sim {
	position:absolute;
	text-transform: uppercase;
	left:30px;
	top:40px;
	z-index:500;
	padding: 3px;
	visibility: visible;
}
#Sim:hover {
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -5px -96px;
}
#Lak {
	position:absolute;
	text-transform: uppercase;
	left:105px;
	top:25px;
	z-index:500;
	text-align: right;
	visibility: visible;
}
#Phuk {
	position:absolute;
	text-transform: uppercase;
	left:45px;
	top:170px;
	z-index:500;
	text-align: left;
	font-size: 90%;
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -5px -5px;
	visibility: visible;
}
#Phuk:hover {
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -5px -50px;
}
#Rat {
	position:absolute;
	text-transform: uppercase;
	left:45px;
	top:260px;
	z-index:500;
	text-align: right;
	padding: 3px;
	visibility: visible;
}
#Rat:hover {
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -5px -96px;
}
#Phang {
	position:absolute;
	text-transform: uppercase;
	left:140px;
	top:108px;
	z-index:500;
	padding: 3px;
	visibility: visible;
}
#Phang:hover {
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -5px -96px;
}
#Hong {
	position:absolute;
	text-transform: uppercase;
	left:125px;
	top:140px;
	z-index:500;
	padding: 3px;
	visibility: visible;
}
#Hong:hover {
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -5px -96px;
}
#Dam {
	position:absolute;
	text-transform: uppercase;
	left:180px;
	top:180px;
	z-index:500;
	padding: 3px;
	visibility: visible;
}
#Dam:hover {
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -5px -96px;
}
#Phi {
	position:absolute;
	text-transform: uppercase;
	left:140px;
	top:250px;
	z-index:500;
	padding: 3px;
	visibility: visible;
}
#Phi:hover {
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -90px -96px;
}
#Krabi {
	position:absolute;
	text-transform: uppercase;
	left:210px;
	top:130px;
	z-index:500;
	text-align: left;
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -90px -5px;
	visibility: visible;
}
#Krabi:hover {
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -90px -50px;
}
#Lanta {
	position:absolute;
	text-transform: uppercase;
	left:220px;
	top:230px;
	z-index:500;
	visibility: visible;
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -175px -5px;
}
#Lanta:hover {
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -175px -50px;
}
#Trang {
	position:absolute;
	text-transform: uppercase;
	left:350px;
	top:270px;
	z-index:500;
	text-align: right;
	visibility: visible;
}
#Haa {
	position:absolute;
	text-transform: uppercase;
	left:155px;
	top:300px;
	z-index:500;
	padding: 3px;
	visibility: visible;
}
#Haa:hover {
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -5px -96px;
}
#Rok {
	position:absolute;
	text-transform: uppercase;
	left:180px;
	top:343px;
	z-index:500;
	padding: 3px;
	visibility: visible;
}
#Rok:hover {
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -5px -96px;
}
#Muk {
	position:absolute;
	text-transform: uppercase;
	left:290px;
	top:300px;
	z-index:500;
	padding: 3px;
	visibility: visible;
}
#Muk:hover {
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -175px -96px;
}
#But {
	position:absolute;
	text-transform: uppercase;
	left:210px;
	top:485px;
	z-index:500;
	padding: 3px;
	visibility: visible;
}
#But:hover {
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -5px -96px;
}
#Tar {
	position:absolute;
	text-transform: uppercase;
	left:293px;
	top:452px;
	z-index:500;
	padding: 3px;
	visibility: visible;
}
#Tar:hover {
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -5px -96px;
}
#Lang {
	position:absolute;
	text-transform: uppercase;
	left:280px;
	top:525px;
	z-index:500;
	text-align: right;
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -265px -5px;
	visibility: visible;
}
#Lang:hover {
	background-image: url(imagesIndex/SpritesMaster.png);
	background-position: -265px -50px;
}
#Sat {
	position:absolute;
	text-transform: uppercase;
	left:410px;
	top:450px;
	z-index:500;
	overflow: hidden;
	max-width: 40px;
	visibility: visible;
}

