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

body {
	background-color: #4A4A4A;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

#headlogo {
	margin-top: 0px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	height: 40px;
	width: 800px;
	text-align: center;
	background-color: #990000;
}

#headlogo_l {
	margin-top: 0px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	height: 40px;
	width: 800px;
	text-align: center;
	background-color: #000099;
}

.discover {
	margin-top: 5px;
	padding: 0px;
	text-align: center;
	position: relative;
}
.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	background-color: #FFFFCC;
	width: auto;
	padding: 2px;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.style15 {
	color: #FF0000;
	font-weight: bold;
	font-size: 13px;
}

.style16 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	margin: 5px;
	padding: 5px;
}

.style17 {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	margin: 5px;
	padding: 5px;
}

.style18 {color: #9C9C9C}

.style19 {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	margin: 5px;
	padding: 5px;
}

.centerblock_l {
	text-align: left;
	position: relative;
	left: 152px;
	top: 13px;
	margin: 0px;
	width: 636px;
	border: 1px inset #333333;
	background-color: #FFFFCC;
	padding-top: 16px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 0px;
}

.centerblock {
	text-align: left;
	position: relative;
	left: 150px;
	top: 90px;
	margin: 2px;
	width: 644px;
	border: 1px inset #333333;
	background-color: #FFFFCC;
	padding: 0px;
}

.marginbox {
	margin: 3px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

#livethai_rightmenu {	
	position:absolute;
	top:3px;
	left:810px;
	z-index:1;
}
.right_container {
	position: relative;
	top: 15px;
}
.right_textbox {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	padding: 5px;
	width: 136px;
	top: 0px;
	color: #FFFFFF;
	margin: 2px;
	border: 1px solid #CCCCCC;
}
.right_adbox {
	text-align: left;
	position: relative;
	top: 20px;
	left: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	bottom: 20px;
}

.right_adbox2 {
	text-align: left;
	position: relative;
	top: 5px;
	left: 0px;
	margin-top: 5px;
}
.flatbox {
	line-height: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 460px;
}

#wheretogo {
	position:absolute;
	top:80px;
	left:160px;
	z-index:1;
	margin: 2px;
	padding: 2px;
}

#where {
	position:relative;
	top:-55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	clear: both;
	float: left;
	margin: 3px;
	padding: 3px;
}

#temptext {
	position:relative;
	top:2px;
	left:150px;
	margin-left: 5px;
	padding-left: 2px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #CCCCCC;
	width: 680px;
	text-align: left;
}




#livethai_leftmenu {
	position:absolute;
	top:45px;
	left:0px;
	margin-left: 0px;
	padding-left: 0px;
	z-index:1;
}

#whattosee {
	position:absolute;
	top:5px;
	left:805px;
	margin-left: 0px;
	padding-left: 0px;
	z-index:1;
}

#whattosee_l {
	position:absolute;
	top:45px;
	left:0px;
	z-index:1;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
}

.property {
	position:absolute;
	top: 45px;
	left: 0px;
	z-index:1;
}

#poweredby {
	padding: 0 10px;
	position:fixed;
	width: 100%;
	background-color: #999999;
	text-align: center;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	z-index: 999;
} 
.poweredby p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
ul {
	height: 12pt;
	vertical-align: top;
	line-height: 10pt;
	text-align: left;
}

