@charset "utf-8";
/* CSS Document */
.menu {
	color: #8C6239;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
}
.menu A:link{
	color: #8C6239;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
}
.menu A:visited {
	color: #8C6239;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
}
.menu A:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: sans-serif, tahoma;
	/*font-weight: bold;*/
	font-size: 12px;
}
.blacklink {
	color: #000;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.blacklink A:link{
	color: #000;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.blacklink A:visited {
	color: #000;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.blacklink A:hover {
	color: #C60;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.bluelink {
	color: #016bff;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.bluelink A:link{
	color: #016bff;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.bluelink A:visited {
	color: #016bff;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.bluelink A:hover {
	color: #006;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.menucourselink {
	color: #005084;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.menucourselink A:link{
	color: #005084;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.menucourselink A:visited {
	color: #005084;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.menucourselink A:hover {
	color: #003;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.graylink {
	color: #333;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.graylink A:link{
	color: #333;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.graylink A:visited {
	color: #333;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.graylink A:hover {
	color:  #900;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.graywhitelink {
	color: #CCC;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.graywhitelink A:link{
	color: #CCC;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.graywhitelink A:visited {
	color: #CCC;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.graywhitelink A:hover {
	color: #F60;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
/*ทำลิงค์รูปให้ขึ้นข้อความ*/
.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: none;
}
/* ถ้าไม่ใส่ cursor: pointer ไป ตอนแสดงใน ie6 caption จะหน่วงนิดนึง*/
.imgteaser a:hover {
	cursor: pointer;
}
/* ตกแต่งภาพให้ดูคล้ายๆ ภาพโพลารอยด์*/
.imgteaser a img {
	float: none;
	margin: 0;
	border: none;
	/*padding: 10px;*/
	background: #fff;
	/*border: 1px solid #ddd;*/
}
/* เมื่อเอาเมาส์ไปชี้ที่รูปภาพ ให้แสดงตัว caption ขึ้นมา โดยกำหนดความโปร่งแสงไว้ที่ 75%*/
/* ตรงนี้แหละที่เป็นจุดสำคัญ  CSS ตรงนี้จะทำงานก็ต่อเมื่อเอาเมาส์ไปชี้ที่ภาพเท่านั้น  โอ้วเหมือน javascript เลย*/
.imgteaser a .more {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 12px;
	color: #fff;
	background: #000;

	filter:alpha(opacity=60);
	opacity:.30;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}
.imgteaser a:hover .desc{
	display: block;
	font-size: 12px;
	padding: 10px 0;
	background: #111;
	filter:alpha(opacity=50);
	opacity:.60;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	text-align:center;
	bottom: 5px;
	left: 0px;
	padding: 5px;
	margin: 0;
	width: 228px;
	border-top: 1px solid #999;
}
.imgteaser a:hover .desc strong {
	display: block;
	/*margin-bottom: 5px;*/
	font-size:12px;
	
}
.boardlink {
	color: #53C7F0;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.boardlink A:link{
	color: #53C7F0;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.boardlink A:visited {
	color: #53C7F0;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.boardlink A:hover {
	color: #333;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.gray16link {
	color: #005084;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 16px;
	font-weight: bold;
}
.gray16link A:link{
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 16px;
	font-weight: bold;
}
.gray16link A:visited {
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 16px;
	font-weight: bold;
}
.gray16link A:hover {
	color: #F30;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 16px;
	font-weight: bold;
}
.navy14link {
	color: #005084;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.navy14link A:link{
	color: #005084;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.navy14link A:visited {
	color: #005084;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.navy14link A:hover {
	color: #003;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.link11graywhite {
	color: #BCBCBC;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 11px;
}
.link11graywhite A:link{
	color: #BCBCBC;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 11px;
}
.link11graywhite  A:visited {
	color: #BCBCBC;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 11px;
}
.link11graywhite  A:hover {
	color: #003;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 11px;
}
.prd_menu { 
	color: #A16733;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	/*border-bottom:1px #999999 double;
	padding:10px;*/
}
.prd_menu A:link{
	color: #A16733;
	text-decoration: none;
	font-size: 12px;
}
.prd_menu A:visited {
	color: #A16733;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
}
.prd_menu A:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
}
.marklink{ 
	color: #F00;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	/*border-bottom:1px #999999 double;
	padding:10px;*/
}

.marklink A:link {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	font-weight:bold;
}
.marklink A:visited {
	color: #F00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight:bold;
}
.marklink A:hover {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight:bold;
}
.gray14link {
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 13px;
	font-weight: bold;
}
.gray14link A:link{
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.gray14link A:visited {
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.gray14link A:hover {
	color: #F30;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.linkgra6 {
	color:  #666;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.linkgra6 A:link{
	color: #666;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.linkgra6 A:visited {
	color: #666;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.linkgra6 A:hover {
	color:  #F90;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.orangelink14 {
	color: #F30;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.orangelink14  A:link{
	color: #F30;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.orangelink14  A:visited {
	color: #F30;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.orangelink14  A:hover {
	color: #FF0;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.yellowlink {
	color: #5B435C;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.yellowlink A:link{
	color: #5B435C;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.yellowlink A:visited {
	color: #5B435C;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.yellowlink A:hover {
	color: #F90;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
#menu a {
	padding: 5px 8px;
	font-size:14px;
	color:#FFFFFF;
	font-family: tohoma;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover  {
	padding: 5px 8px;
	font-size: 14px;
	color: #006;
	text-decoration: none;
}
.white12link {
	color: #FFF;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.white12link A:link{
	color: #FFF;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.white12link A:visited {
	color: #FFF;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.white12link A:hover {
	color: #F60;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.bluesea14boldlink {
	color: #528ad4;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.bluesea14boldlink A:link{
	color: #528ad4;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.bluesea14boldlink A:visited {
	color: #528ad4;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.bluesea14boldlink A:hover {
	color: #F60;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 14px;
	font-weight: bold;
}
.gray10link {
	color: #333;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 10px;
	font-weight: bold;
}
.gray10link A:link{
	color: #333;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 10px;
	font-weight: bold;
}
.gray10link A:visited {
	color: #333;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 10px;
	font-weight: bold;
}
.gray10link A:hover {
	color:  #900;
	text-decoration: none;
	font-family: sans-serif, tahoma;
	font-size: 10px;
	font-weight: bold;
}

