@charset "utf-8";
#tableh1 {
    width: 100%;
    /* col1 + col2 + col3 + padding + border */
    /*   border-top: 4px solid #e3e7e7; /* เส้นกรอบด้านบน */
    background-color: #FFF;
	position: relative;
	top:-50px;
    /* สีพื้นของตาราง */
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}

#tableh1 p {
    clear: both;
    width: 100%;
    margin: 0px;
}

#tableh1 span {
    float: left;
    padding: 0px 0px;
    /* padding ของแต่ละคอลัมน์ */
    /*    border-left: 1px solid #e3e7e7; /* เส้นกรอบด้านซ้ายของแต่ละเซล */
    /*    border-bottom: 1px solid #e3e7e7; /* เส้นกรอบด้านล่างของแต่ละเซล */
}

#tableh1 span.c1 {
    clear: both;
    text-align: center;
    width: 1024px;
    /* ความกว้างของคอลัมน์ 2 */
    /*   	border-right: 1px solid #e3e7e7; /* เส้นกรอบด้านขวาของแต่ละเซล */
}

#tableh1 span.c2 {
    clear: both;
    width: 100%;
    /* ความกว้างของคอลัมน์ 2 */
    color: #6A6A6A;
    font-size: 11px;
    text-align: center;
    padding-bottom: 15px;
}

#tableh2 {
    width: 100%;
    /* col1 + col2 + col3 + padding + border */
    /*   border-top: 4px solid #e3e7e7; /* เส้นกรอบด้านบน */
    background-color: #FFF;
    /* สีพื้นของตาราง */
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}

#tableh2 p {
    clear: both;
    width: 100%;
    margin: 0px;
}

#tableh2 span {
    float: left;
    padding: 0px 0px;
    /* padding ของแต่ละคอลัมน์ */
    /*    border-left: 1px solid #e3e7e7; /* เส้นกรอบด้านซ้ายของแต่ละเซล */
    /*    border-bottom: 1px solid #e3e7e7; /* เส้นกรอบด้านล่างของแต่ละเซล */
}

#tableh2 span.c1 {
    clear: both;
    text-align: center;
    width: 1024px;
    /* ความกว้างของคอลัมน์ 2 */
    /*   	border-right: 1px solid #e3e7e7; /* เส้นกรอบด้านขวาของแต่ละเซล */
}

#tableh2 span.c2 {
    clear: both;
    width: 100%;
    /* ความกว้างของคอลัมน์ 2 */
    color: #6A6A6A;
    font-size: 11px;
    text-align: center;
    padding-bottom: 15px;
}

.img_c {
    padding-right: 15px;
}

.see_more {
    text-align: right;
    color: #177ABB;
    text-decoration: none;
}

.imgBoxh1 {
    width: 1024px;
    height: 171px;
    margin-left: 2px;
    background: url(../images/header/TemmaProduct.png) no-repeat;
}

.imgBoxh1:hover {
    width: 1024px;
    height: 171px;
    margin-left: 2px;
    background: url(../images/header/TemmaProductDownlaod.png) no-repeat;
}

.imgBoxh2 {
    width: 1024px;
    height: 170px;
    background: url(../images/header/TemmaProduct.png) no-repeat;
}

.imgBoxh2:hover {
    width: 1024px;
    height: 170px;
     background: url(../images/header/TemmaProductDownlaod.png) no-repeat;
}

.imgBoxh3 {
    width: 250px;
    height: 171px;
    margin-left: 5px;
    background: url(../images/header/Product-3Bakery.png) no-repeat;
}

.imgBoxh3:hover {
    width: 250px;
    height: 171px;
    margin-left: 5px;
    background: url(../images/header/Product-3.png) no-repeat;
}

.imgBoxh4 {
    width: 250px;
    height: 171px;
    margin-left: 5px;
    background: url(../images/header/Product-4IceCream.png) no-repeat;
}

.imgBoxh4:hover {
    width: 250px;
    height: 171px;
    margin-left: 5px;
    background: url(../images/header/Product-4.png) no-repeat;
}