/* CSS Document */
@font-face {
    font-family: supermarket;
    src: url(fonts/supermarket.ttf);
}
@font-face {
    font-family: Arial;
    src: url(fonts/Arial.ttf);
}
body{
	font-family: supermarket;
	background-color: #D1D1D1;
	margin: 0px;
	color: #666;
	/*background-image: url(images/bg1_2.png);
	background-position: center center;
	background-repeat: no-repeat;*/
	font-size: 18px;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a{
	text-decoration: none;
	color: #666666;
}
a:hover{
	text-decoration: underline;
}
.cb {
	clear: both;
}
hr.white{
	background-color: #FFF;
	color: #FFF;
	margin: 0px;
}
.active , .active a , a.active{
	color: #a2362a;
}
.resize {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
.hid{
	display:none;
}

/*===================OVERLAY==================*/
#Overlay{
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	z-index: 5000;
	display: none;
}
#Overlay #BoxShowVdo {
	margin: auto;
	height: 100vh;
	width: 1002px;
}
#Overlay #BoxShowVdo #BoxShowVdoRed {
	background-color: #A2362A;
	height: 100vh;
	width: 600px;
}
#Overlay #BoxShowVdo #BoxShowVdoRed #LogoVdo {
	text-align: center;
	padding-top: 50px;
}
#Overlay #BoxShowVdo #BoxShowVdoRed #YoutubeBdo {
	background-color: #FFF;
	margin: 50px;
	padding: 5px;
	position: relative;
}
#Overlay #BoxShowVdo #BoxShowVdoRed #YoutubeBdo #BtnClose {
	background-image: url(images/btn_close.png);
	height: 28px;
	width: 30px;
	position: absolute;
	right: -10px;
	top: -10px;
	cursor: pointer;
}
#Overlay #BoxShowVdo #BoxShowVdoRed #YoutubeBdo #PlayYoutube {
	background-color: #000;
	height: 250px;
	width: 490px;
}
#Overlay #BoxShowVdo #BoxShowVdoRed #YoutubeBdo #TitleYoutube {
	color: #000;
	text-align: center;
}
/*===================OVERLAY==================*/


/*===================SELECT==================*/
.BoxSelectList select {
	background: transparent;
	width: 193px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01;
	text-overflow: '';
	font-style: italic;
	color: #900;
	text-align: center;
} 
.BoxSelectList{
	width: 193px;
	overflow: hidden;
	background-image: url(images/select_search.png);
	background-repeat: no-repeat;
	background-position: right;
}

/*===================SELECT==================*/

.btnfile{
	color: #FFF;
	background-color: #a2362a;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 15px;
}
.bg_btn_submit{
	background-image: url(images/bg_submit.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	
}
#filename {
	margin-bottom: 10px;
}

#filename .filename_list {
	border: 1px solid #CCC;
	color: #666;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 14px;
	width: 200px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	text-align: center;
}



.right{
	float: right;
}
#IndexClickRight{
	/*มีการเคลื่อนไหวขณะเปลี่ยนขนาด*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 11;
	display: none;
}
.fix_right{
	position: absolute;
	right: 0px;
	bottom: -70px;
}
#HeaderTmp{
	/*มีการเคลื่อนไหวขณะเปลี่ยนขนาด*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	width: 100%;
	height: 100px;/* 180 + 50 */
}
#HeaderTmp.Header_Bar {
	height: 115px;
}
#Header {
	background-color: #0CF;
	padding-top: 25px;
	padding-bottom: 25px;
	position: fixed;
	width: 100%;
	/*มีการเคลื่อนไหวขณะเปลี่ยนขนาด*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 10;
	height: 65px;
	margin-top: 0px;
}
#Header.Header_Bar {
	max-height: 96px;
}
#HeaderBox {
	max-width: 1002px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#HeaderBox #HeaderTopIcon {
	float: right;
	display: table;
	text-align: right;
	padding-right: 10px;
}
#HeaderBox #HeaderTopIcon .icon {
	vertical-align: bottom;
	display: table-cell;
	margin-left: 7px;
	float: right;
}


#HeaderBox #HeaderLogo {
	max-width: 150px;
	max-height: 114px;
	margin: auto;

	/*มีการเคลื่อนไหวขณะเปลี่ยนขนาด*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
#HeaderBox #HeaderLogo .HeaderLogoImg {
	max-width: 150px;
	max-height:114px;

	/*มีการเคลื่อนไหวขณะเปลี่ยนขนาด*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
#HeaderBox #HeaderTopIcon #TextHeadTopXXX {
	padding-top: 5px;
	display: none;
}
#headeCircle {
	display: block;
	margin: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	height: 25px;
	width: 50px;
	cursor: pointer;
	/*bottom: -25px;*/
}
#HeaderMenu   {
	/*margin-right: auto;
	margin-left: auto;
	float: left;*/
	margin-bottom: 0px;
	/*float: right;
	position: relative;
	left: -50%; /* or right 50% */
	text-align: center;
	font-family: Arial;
	/*มีการเคลื่อนไหวขณะเปลี่ยนขนาด*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 16px;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	bottom: 0px;
	background-color: #FFF;
	padding: 10px;
}
#HeaderMenu .HeaderMenuList   {
	/*position: relative;
	left: 50%;*/
	list-style-image: none;
	list-style-type: none;
	z-index: 10;
	/*มีการเคลื่อนไหวขณะเปลี่ยนขนาด*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#HeaderMenu .HeaderMenuList li.parent {
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
	display: inline-block;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	line-height: 20px;
	margin: 0px;
	width: 120px;
	background-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
	float: none;
}
#HeaderMenu .HeaderMenuList li.parent.first {
	background-image: none;
}
#HeaderMenu .HeaderMenuList li.parent .parent_img{
	float: right;
	padding-left: 5px;
	display: none;
}
#HeaderMenu .HeaderMenuList li.parent ul{
	display: none;
	position: absolute;
	list-style-image: none;
	list-style-type: none;
	left: -60px;
	width: 220px;
	margin: 0px;
	padding: 2px;
	/*มีการเคลื่อนไหวขณะเปลี่ยนขนาด*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #FFF;
}
#HeaderMenu .HeaderMenuList li.parent:hover>ul{
	display: none;
	position: absolute;
	top: -1000px;
}

#HeaderMenu .HeaderMenuList li.parent ul li{
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	margin: 2px;
	padding: 2px;
}

#HeaderBar{
	background-color: #a1362a;
	padding: 3px;
	/*height: 22px;*/
}
#HeaderBar .Text {
	max-width: 1002px;
	margin: auto;
	font-weight: normal;
	font-size: 13px;
	font-family:Arial;
	color: #FFF;
}
#HeaderBar .Text a {
	color: #FFF;
}







#Content {
	width: 100%;
}
#ContentIndexBox {
	max-width: 1002px;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 1;
	padding-top: 30px;
}
#ContentIndexBoxSlideMain  {
	/*float: left;*/
	display: inline-block;
	overflow: hidden;
	max-width: 260px;
	vertical-align: top;
}
.ContentIndexBoxSlideMainList  {
	overflow: hidden;
	max-width:260px;
	height:200px;
}
.ContentIndexBoxSlideMainList img  {
	max-height:200px;
	max-width:90%;
}
.ContentIndexBoxSlideMainBtn  {
	padding-top: 10px;
	padding-bottom: 32px;
}
.ContentIndexBoxSlideMainBtn_Btn   {
	float: left;
	height: 3px;
	width: 14px;
	margin-right: 7px;
	cursor: pointer;
	background-color: #afafaf;
}
.ContentIndexBoxSlideMainBtn_Btn.active  {
	background-color: #ba1212;
}
#ContentIndexBoxRight {
	max-width: 400px;	/*width: 460px
	position: absolute;
	right: 0px;*/
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
}
#ContentIndexBoxRightText {
	text-align: center;
	background-image: url(images/bg_text_right.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 50px;
	/*height: 425px;
	width: 459px;*/
}
#ContentIndexBoxRightText_Top {
	background-image: url(images/qs1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
}
#ContentIndexBoxRightText_Content {
}
#ContentIndexBoxRightText_Botton {
	background-image: url(images/qs2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
}
#ContentIndexBoxRightVideo {
	margin: auto;
	width: 115px;
	padding-top: 30px;
}
#ContentIndexBoxRightVideo .IndexClickYoutube {
	cursor: pointer;
}
#ContentPageBox {
	max-width: 1002px;
	position: relative;
	z-index: 1;
	/*padding-top: 30px;*/
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;


	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
	text-align:center;
}
#ContentPageBox #ContentPageBoxTitle {
	float: left;
	text-align: left;
	margin-bottom: 0px;
}
#ContentPageBox #ContentPageBoxSearch {
	float: left;
	margin-left: 0px;
	margin-bottom: 20px;
}
#ContentPageBox #ContentPageNumberTop {
	float: right;
	width: 150px;
	display: none;
}
#ContentPageBox #ContentPageNumberTop.BoxSmall {
	float: left;
	width: 150px;
	margin-left: 40px;
	display: none;
}
#ContentPageBox #ContentPageBoxTitle h1 {
	font-family: Arial;
	font-weight: normal;
	padding-left: 10px;
	font-size: 16px;
	margin-top: 0px;
}
#ContentPageBox #ContentPageBoxTitle .icon{
	float: left;
	height: 46px;
	width: 46px;
	margin-right: 7px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	background-repeat: no-repeat;
}
#ContentPageBox #ContentPageBoxTitle .icon-1{
	background-image: url(images/ico46-web-design-programming.png);
}
#ContentPageBox #ContentPageBoxTitle .icon-2{
	background-image: url(images/ico46-graphic-design.png);
}
#ContentPageBox #ContentPageBoxTitle .icon-3{
	background-image: url(images/ico46-multimedia-animation.png);
}
#ContentPageBox #ContentPageBoxTitle .icon-4{
	background-image: url(images/ico46-exhibition.png);
}
#ContentPageBox #ContentPageBoxTitle .icon-5{
	background-image: url(images/ico46-consultant.png);
}
#ContentPageBox #ContentPageBoxTitle .icon-6{
	background-image: url(images/ico46-mail.png);
}



#ContentPageBox #ContentPageBoxDetail {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
#ContentPageBox #ContentPageBoxDetail #ContentPageBoxLeft {
	padding: 0px;
	/*width: 481px;*/
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
#Content #ContentPageBox #ContentPageBoxDetail #ContentPageBoxLeft #BoxSlide{
	padding-top: 20px;
}
#ContentPageBox #ContentPageBoxDetail #ContentPageBoxLeft.BoxTextContact {
	padding-left: 0px;
	width: 100%;
	text-align: left;
	vertical-align: top;
	display: inline-block;
}
#ContentPageBox #ContentPageBoxDetail #ContentPageBoxLeft.BoxSiteMap {
	width: 100%;
}
#ContentPageBox #ContentPageBoxDetail #ContentPageBoxRight {
	padding: 0px;
	/*width: 481px;*/
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
/*==Portfolio 3 Box==*/
.PortfolioListBox{
	/*text-align: center;*/
	margin-left: -50px;
}
#Content #ContentPageBox #ContentPageBoxDetail.PortfolioListBox {
	width: 1052px;
}
.PortfolioList {
	float: left;
	width: 280px;
	margin-right: 0px;
	margin-left: 50px;
	margin-bottom: 60px;
	background-color: #FFF;
	padding: 10px;
	/*มีการเคลื่อนไหวขณะเปลี่ยนขนาด*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	vertical-align: top;
	display: inline-block;
}
/*==Portfolio 2 Box==*/
#Content #ContentPageBox #ContentPageBoxDetail.PortfolioListBox.List2Box {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#Content #ContentPageBox #ContentPageBoxDetail.PortfolioListBox.List2Box .PortfolioList {
	margin-left: 25px;
	margin-right: 25px;
}
/*==Portfolio 1 Box==*/
#Content #ContentPageBox #ContentPageBoxDetail.PortfolioListBox.List1Box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#Content #ContentPageBox #ContentPageBoxDetail.PortfolioListBox.List1Box .PortfolioList {
	margin-left: 0px;
	margin-right: 0px;
	width: 265px;
	padding-bottom: 20px;
}
/*==Portfolio_END_Box==*/



.PortfolioList .PortfolioImg {
	width: 100%;
	margin: 0px;
}
.PortfolioList .PortfolioListText {
	background-color: #FFF;
	height: 95px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
}
.PortfolioList .PortfolioListText .Text1 {
	height: 78px;
}
.PortfolioShowPage {
	margin-left: 27px;
	margin-right: 27px;
}
.PortfolioShowPage .prv {
	float: left;
}
.PortfolioShowPage .nxt {
	float: right;
}
.PortfolioShowPage .number {
	text-align: center;
}
.PortfolioShowPage .number a {
}
.PortfolioShowPage .number span {
}
.PortfolioDetailBox{
}
.PortfolioDetailBox .LinkBack {
	float: left;
}
.PortfolioDetailBox .PortfolioDetailBoxSlide {


}
.PortfolioDetailBox .Text {
	text-align: left;
}
.PortfolioDetailBox .Text p {
	margin: 0px;
}































#ClintsIndex {
	background-color: #A2362A;
	padding: 20px;
	margin-bottom: 30px;
}
#ClintsIndexBox  {
	max-width: 1002px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #FFF;
}
#ClintsIndexBox #ClintsIndexLeft  {
	float: left;
	font-size: 20px;
}
#ClintsIndexBox #ClintsIndexRight  {
	float: right;
	font-size: 20px;
}
#ClintsIndexBox #ClintsIndexList {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 20px;
	text-align: center;
}
#ClintsIndexList .ClintsIndexList_Images {
	margin: auto;
	display: inline-block;
}
#ClintsBoxList {
	margin-left: -17px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#ClintsBoxList .Img {
	height: 90px;
	width: 130px;
	margin-right: 17px;
	margin-bottom: 20px;
	margin-left: 17px;
	
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;

	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
}
#ClintsBoxText {
}
#ClintsBoxText .TextLeft {
	float: left;
	width: 50%;
	text-align: left;
}
#ClintsBoxText .TextRight {
	float: left;
	width: 50%;
}
#ContentPageArticleBox {
}
#ContentPageArticleBox .ArticleBoxList {
	float: left;
	width: 280px;
	margin-right: 80px;
	height: 370px;
	overflow: hidden;
	text-align: left;
}
#ContentPageArticleBox .ArticleBoxList .Img {
}
#ContentPageArticleBox .ArticleBoxList h2 {
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}
#ContentPageArticleBox .ArticleBoxList .Text {
	font-size: 15px;
	font-weight: normal;
}




/*
#Content #ContentPageBox.MainArticleDetailLeft {
	max-width: 700px;
	background-color: #0FF;
	float: left;
	position: static;
}
#Content .MainArticleDetailRight {
	max-width: 302px;
	float: left;
	position: static;
	background-color: #0F6;
}
*/
#Content #ContentPageBox .MainArticleDetailRight {
	/*float: left;*/
	width: 250px;
	min-height: 539px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	/*margin-left: 50px;*/
	margin-left: 46px;
	display: inline-block;
	vertical-align: top;
}
#ContentPageBox .MainArticleDetailRight .RightList {
	margin: auto;
	width: 150px;
}
#ContentPageBox .MainArticleDetailRight .RightList p {
	margin-top: 0px;

}
#ContentPageBox .MainArticleDetailRight .RightList .List {
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 30px;
}


#Content #ContentPageBox .PageArticleDetailBox {
	max-width: 700px;
	/*float: left;*/
	margin-bottom: 20px;
	vertical-align: top;
	display: inline-block;
}
#Content #ContentPageBox .PageArticleDetailBox #ArticleDetailBox {
	text-align: left;
}
.PageArticleDetailBox .LinkBack {
	font-size: 18px;
	float: left;
}

.PageArticleDetailBox #ArticleDetailBox {
	margin-top: 20px;
}
.PageArticleDetailBox #ArticleDetailBox h1 {
	font-weight: normal;
	margin: 0px;
	font-size: 30px;
}
.PageArticleDetailBox #ArticleDetailBox .ListImg {
}
.PageArticleDetailBox #ArticleDetailBox .ListImg .Img {
	margin-right: 50px;
	margin-bottom: 20px;
	height: 180px;
	width: 280px;
}
.PageArticleDetailBox #ArticleDetailBox .Text {
}

















.ServiceList {
	/*height: 230px;*/
	width: 180px;
	padding-top: 130px;
	margin-right: 8px;
	margin-left: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
	display: inline-block;
	text-align: left;

	color: #666;
	background-repeat: repeat-x;
	background-position: center top;
}
.ServiceList .txt{
background: -moz-linear-gradient(top,  rgba(186,186,186,0.7) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,186,186,0.7)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(186,186,186,0.7) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(186,186,186,0.7) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(186,186,186,0.7) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(186,186,186,0.7) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

	min-height: 230px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;

}
.ServiceList .txt:hover{
background: -moz-linear-gradient(top,  rgba(216,129,121,0.7) 47%, rgba(216,129,121,0.04) 98%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(47%,rgba(216,129,121,0.7)), color-stop(98%,rgba(216,129,121,0.04)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(216,129,121,0.7) 47%,rgba(216,129,121,0.04) 98%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(216,129,121,0.7) 47%,rgba(216,129,121,0.04) 98%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(216,129,121,0.7) 47%,rgba(216,129,121,0.04) 98%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(216,129,121,0.7) 47%,rgba(216,129,121,0.04) 98%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d88179', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
#ServiceList01 {
	background-image: url(images/services-web-design-programming.png);
	color: #666;
	background-repeat: repeat-x;
	background-position: center top;
}
#ServiceList01:hover {
	background-image: url(images/services-web-design-programming-2.png);
	color: #FFF;
}
#ServiceList02 {
	background-image: url(images/services-graphic-design.png);
	color: #666;
	background-repeat: repeat-x;
	background-position: center top;
}
#ServiceList02:hover {
	background-image: url(images/services-graphic-design-2.png);
	color: #FFF;
}
#ServiceList03 {
	background-image: url(images/services-multimedia-animation.png);
	color: #666;
	background-repeat: repeat-x;
	background-position: center top;
}
#ServiceList03:hover {
	background-image: url(images/services-multimedia-animation-2.png);
	color: #FFF;
}
#ServiceList04 {
	background-image: url(images/services-exhibition.png);
	color: #666;
	background-repeat: repeat-x;
	background-position: center top;
}
#ServiceList04:hover {
	background-image: url(images/services-exhibition-2.png);
	color: #FFF;
}
#ServiceList05 {
	background-image: url(images/services-consultant.png);
	color: #666;
	background-repeat: repeat-x;
	background-position: center top;
}
#ServiceList05:hover {
	background-image: url(images/services-consultant-2.png);
	color: #FFF;
}









#Footer {
	text-align: center;
	padding: 20px;
	background-color: #C1C1C1;
}
#Footer #FooterBox  {
	max-width: 1002px;
	margin: auto;
	font-size: 12px;
	text-align: center;
}
#Footer #FooterBox #FooterLeft   {
	padding-top: 0px;
	float: left;
	display: inline-block;
}
#Footer #FooterBox #FooterRight   {
	text-align: right;
	float: right;
	display: inline-block;
}

#Footer.FooterSmall #FooterBox #FooterLeft   {
	float: none;
}
#Footer.FooterSmall #FooterBox #FooterRight   {
	float: none;
}










/*==HEAD_SMALL============================================*/
/* CSS Document */
#Header.HeadSmall {
	max-height: 86px;
}
#HeaderTmp.HeaderTmpSmall {
	/*มีการเคลื่อนไหวขณะเปลี่ยนขนาด*/
	max-height: 86px;/* 115 + 10 */
}
#HeaderTmp.Header_Bar.HeaderTmpSmall {
	/*มีการเคลื่อนไหวขณะเปลี่ยนขนาด*/
	/*height: 116px;/* 115 + 10 + 24 */
}

#Header {
	background-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 0px 0px 6px 1px #666; /* h-shadow v-shadow blur spread color inset */
	max-height: 87px;
}
#Header.Header_Bar {
	/*max-height: 87px;*/
}
#Header #HeaderBox {
	max-width: 1002px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#Header #HeaderBox #HeaderTopIcon {
	float: right;
	display: table;
}
#Header #HeaderBox #HeaderTopIcon .icon {
	vertical-align: bottom;
	display: table-cell;
	/*margin-left: 10px;*/
}


#Header #HeaderBox #HeaderLogo {
	max-width: 90px;
	max-height: 75px;
	margin: auto;
}
#Header #HeaderBox #HeaderLogo .HeaderLogoImg {
	max-width: 90px;/*66px*/
	max-height: 68px;
}
#Header #HeaderBox #HeaderMenu   {
	/*margin-right: auto;
	margin-left: auto;
	float: left;*/
	/*float: right;
	position: relative;
	left: -50%; /* or right 50% */
	text-align: center;	/*width: 630px;*/
}
#Header #HeaderBox #HeaderMenu .HeaderMenuList   {
	/*list-style-image: none;
	list-style-type: none;
	z-index: 10;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;*/
}
#Header #HeaderBox #HeaderMenu .HeaderMenuList li.parent {
	/*padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/lise_sub.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align: center;
	display: inline-block;
	float: left;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	line-height: 20px;*/
}
#Header #HeaderBox #HeaderMenu .HeaderMenuList li.parent.first {
	background-image: none;
}
#Header #HeaderBox #HeaderMenu .HeaderMenuList li.parent ul{
	display: none;
	position: absolute;
	list-style-image: none;
	list-style-type: none;
	left: 0px;
	left: -60px;
	width: 220px;
	margin: 0px;
	padding: 0px;
}
#Header #HeaderBox #HeaderMenu .HeaderMenuList li.parent:hover>ul{
	display:block;
}
#Header #HeaderBox #HeaderMenu .HeaderMenuList li.parent:hover>ul{
	display:block;
}

#Header #HeaderBox #HeaderMenu .HeaderMenuList li.parent ul il{
	list-style-image: none;
	list-style-type: none;
	text-align: center;
}


.about_img{
	width: 100%;
}