/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 5px;
	margin: 3px;
	
	border: 1px solid #92BED3;
	background: #DDEAF0;
	line-height: 0px;
}
.imagethumb a:visited {
		border: 1px solid #D3E4ED;
	background: #F2F7F9;
}
.imagethumb a:hover {
	border: 1px solid #62A0BF;
	background: #F4F9FB;
}
.imagethumb {
	float: left;
}

div {

	font-family: "tahoma";
	font-size:12px;
	color: #53768A; 

}

.topmenu {

	font-family: "Times New Roman";
	font-size:17px;
	color: #FFFFFF;
	position:relative;left:20px; top:20px; height:150px;

}

.main_bg {

width:1020px;
height:800px;
padding:0px;
margin:0px;
background:url(../images/main_bg.jpg) no-repeat;

}

.leftmenu_bg {

width:250px;
height:330px;
position:relative;left:25px; top:10px;
padding:0px;
margin-top:20px;
background:url(../images/brand_bg.png) no-repeat;

}

.watch_hilight {

width:250px;
height:240px;
position:relative;left:25px; top:10px;
border:1px solid #A4AEB8;
padding:0px;
margin:0px;
}

/* ควบคุมการแสดง ภาพ นาฬิกา และข้อความประกอบ ที่หน้าแรก */

.watch_displaymain {

border-bottom:1px solid #A4AEB8;
width:330px;
padding:0px;
margin-bottom:5	px;
float:left;
}

.banner_bg {

width:305px;height:97px;
padding:0px;
margin:5px;
background:url(../images/banner_right_bg.png) no-repeat;
}

.button {
float:left;
width:100px;
height:20px;
background: #F5F5F5;
border:1px solid #A4AEB8;
padding:2px;
margin:2px;

}

.video_box {
float:left;
width:200px;
height:120px;
background: #F5F5F5;
border:1px solid #A4AEB8;
padding:2px;
margin:2px;

}

.tab {
float:left;
width:150px;
height:45px;
background:url(../images/tab_bg_150.png) no-repeat;
border:0px;
padding:2px;
margin-left:2px;
margin-right:2px;
margin-top:0px;
margin-bottom:0px;

}

.inside_bg {
width:930px;
background:url(../images/inside_bg.png);
border:0px;
padding:0px;
margin:0px auto;
}

.head_menu {
width:930px;
border:0px;
padding:0px;
margin:0px auto;
}

body {
width:1024px;
margin:0px auto;
padding-left:10px;
padding-right:10px;
 background:url(../images/main_bg.png) no-repeat;
/*background-repeat:repeat-x;*/
background-attachment: fixed;
background-position: center;

}

ul {
	list-style:none;
	margin:0;
	padding:0;
}
li {
	float:left;
	width:100px;
	margin:0;
	padding:0;
	text-align:center;
}
li a {
	display:block;
	padding:5px 10px;
	height:100%;
	color:#FFF;
	text-decoration:none;
	border-right:1px solid #FFF;
}
li a {
	background:url(../images/bg3.jpg) repeat 0 0;
}
li a:hover {
	background-position:50px 0;
}


