@font-face {
 font-family: supermarket;
 src: url("supermarket_0.eot") /* EOT file for IE */
}
@font-face {
 font-family: supermarket;
 src: url("supermarket_0.ttf") /* TTF file for CSS3 browsers */
}

html, body {
	/*min-height: 100%;*/
	min-height: 500px;
	font-family: Microsoft Sans Serif, sans-serif, "Angsana New", AngsanaUPC;
}

body {
    background-image: url(../img/bg_top.jpg), url(../img/bg_bottom.jpg);
	background-position: top, bottom;
    background-repeat: repeat-x, repeat-x;
	margin: 0;
	padding: 0;
}

img {
	border:none;
}

.wrapper {
	width: 1013px;
	margin: 0 auto;
	min-height: 500px;
}

#head {
	clear: both;
	margin-left: 10px;
	width: 981px;
	height: 118px;
	/*background-color: #ffffff;*/
}

#head #head-left {
	float: left;
	width: 88px;
	min-height: 88px;
	margin-top: 30px;
}

#head #head-middle {
	float: left;
	width: 262px;
	margin-left: 5px;
	/*min-height: 88px;*/
	margin-top: 50px;
}

#head #head-right {
	float: right;
	width: 242px;
	/*min-height: 88px;*/
	margin-top: 50px;
}

#container {
	width: 991px;
	/*margin-top: 5px;*/
	margin-left: 10px;
	margin-bottom: 10px;
}

#container #media {
	float: left;
	width: 991px;
	min-height: 316px;
	/*background: #adb1b4;*/
}

#container #media #media1 {
	float: left;
	width: 225px;
	min-height: 316px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#container #media #media2 {
	float: right;
	width: 757px;
	min-height: 316px;
}

#container #navigation {
	float: left;
	width: 991px;
	margin-top: 10px;
	background-color: #e6e6e6;
}

#container #content {
	float: left;
	width: 990px;
	min-height: 500px;
	margin: 1px 0 2px 0;
	padding: 0;
}

#container #content #content-left {
	float: left;
	width: 180px;
	min-height: 500px;
	margin: 0;
	padding: 0;
	background-color: #f5f6f0;
}

#left-menu {
	margin: 5px;
}

#contact-cpy {
	margin: 5px;
	width: 170px;
	height: auto;
	background-color: #eeeee6;
	font-family: Microsoft Sans Serif, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-bottom: 5px;
}

#container #content #content-right {
	float: right;
	width: 800px;
	min-height: 500px;
	padding: 0;
}

#content-map, #content-map a {
	color: #666666;
	text-decoration: none;
	font-size: 13px;
	font-family: supermarket, sans-serif;
}

#content-map a:hover {
	text-decoration: underline;
}

#container #navigation #left {
	float: left;
	width: 400px;
	height: 400px;
	margin: 10px 0 20px 10px;
	padding: 0;
}

#video {
	width: 400px; 
	height: 300px;
	background-color: black;
	padding: 0;
}

#container #navigation #middle {
	float: left;
	width: 155px;
	height: 300px;
	margin: 10px 0 0 5px;
}

#news-container
{
	width: 120px;
	padding: 5px 10px 10px 5px;
	margin-bottom:15px;
	margin-top:15px;
	/*background-image:url(../img/CPY-BOX-MESSAGE.jpg);*/
	color: #000000;
	font-size: 13px;
	font-family: Tahoma, sans-serif;
}
#bg-news-container
{
	width: 140px;
	padding: 5px 10px 10px 5px;
	/*margin-bottom:15px;
	margin-top:15px;*/
	background-image:url(../img/CPY-BOX-MESSAGE.jpg);*/
	color: #000000;
	font-size: 13px;
	font-family: Tahoma, sans-serif;
}


#news-container ul li div
{
	margin: 0;
	pading: 0;
}

#facebook {
	width: 100%;
	height: 130px;
	/*margin-top: 5px;
	background-color: #3b5997;
	text-align: center;*/
}

#container #navigation #right {
	float: right;
	width: 400px;
	height: 400px;
	margin: 10px 10px 10px 0;
	background-color: #ffffff;
}

#container #navigation #right #right-title {
	width: 400px;
	height: 22px;
	margin: 0 0 0 10px;
}

td.news-title-line {
	border-bottom: 2px solid #0099ff;
}

td.news-title {
	vertical-align: bottom;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #3f3f65;
}

#container #navigation #right .news {
	width: 380px;
	height: 70px;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#container #navigation #right .news .news-image {
	display: block;
	float: left;
	width: 90px;
	height: 70px;
	border: 1px solid black;
}

#container #navigation #right .news .news-desc {
	margin-top: 2px;
	display: block;
	float: right;
	width: 280px;
	height: 60px;
	text-align: justify;
	font-size: 13px;
	color: #666666;
}

#container #navigation #left a,
#container #navigation #middle a {
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #0055b7;
	text-decoration: none;
}

#container #navigation #left a:hover,
#container #navigation #middle a:hover {
	text-decoration: underline;
}

#container #navigation #left p, #container #navigation #middle p {
	margin: 2px 10px 10px 10px;
	font-size: 13px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	text-align: justify;
}

a.view-all {
	text-decoration: none;
	color: #0055b7;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 10px 5px 0;
}

a.view-all:hover {
	text-decoration: underline;
}

a.news-desc-topic {
	font-size:13px;
	font-weight: bold;
	color: #009acd;
	text-decoration: none;
}

a.view-detail {
	float: right; 
	font-size: 13px;
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}
.view-detail img {
	border:none;	
}

a.news-desc-topic:hover,
a.view-detail:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#footer {
	clear: both;
	margin: 2px 0 0 10px;
	width: 991px;
	/*min-height: 279px;*/
	background-image: url(../img/bg_footer-bottom.jpg);
}

#footer #bottom-navigation {
	min-height: 279px;
	background-image: url(../img/bg_footer-top.jpg);
	background-repeat: repeat-x;
}

#footer #bottom-navigation #bottom-navigation-left {
	float: left;
	margin-left: 20px;
	width: 250px;
	min-height: 250px;
	padding: 0;
}

#footer #bottom-navigation #bottom-navigation-middle {
	float: left;
	width: 220px;
	min-height: 250px;
	margin-left: 30px;
	padding: 0;
}

#footer #bottom-navigation #bottom-navigation-right {
	float: left;
	width: 250px;
	min-height: 250px;
	margin-left: 30px;
	padding: 0;
}

#footer #bottom-navigation #bottom-navigation-slogan {
	float: right;
	margin-right: 10px;
	width: 164px;
	min-height: 270px;
	background-image: url(../img/slogan.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer #bottom-navigation #bottom-navigation-bottom {
	float: left;
	margin-left: 20px;
	width: 784px;
	height: 23px;
	padding: 0;
	font-size: 15px;
	color: white;
	text-align: right;
}

h4 {
	color: white;
	margin-bottom: 10px;
}

#bottom-navigation a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	margin-left: 40px;
}

#bottom-navigation a:hover {
	text-decoration: underline;
}
