@charset "utf-8";
@import url("header.css");
@import url("mainbody.css");
@import url("footer.css");

/* CSS by Netcity.co.th */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	padding-bottom: 20px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	font-size: 18px;
	color: #e06909;
	margin-bottom: 6px;
}

body h2.h2type1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e06909;
	font-size: 14px;
	color: #5a3c24;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

h3.h3type1 {
	padding: 3px;
	color: #fff;
	font-size: 12px;
	background-image: url(../images/header-brown-bg.gif);
	background-repeat: repeat-x;
}
h3.h3type2 {
	background-color: #06C;
	padding: 3px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
	background-image: url(../images/header-blue-bg.gif);
	background-repeat: repeat-x;
}
h3.h3type3 {
	padding: 3px;
	color: #000;
	font-size: 12px;
	background-image: url(../images/header-yellow-bg.gif);
	background-repeat: repeat-x;
}
h3.h3type4 {
	padding: 3px;
	color: #000;
	font-size: 12px;
	background-image: url(../images/header-grey-bg.gif);
	background-repeat: repeat-x;
}
h3.h3type5 {
	padding: 3px;
	color: #fff;
	font-size: 12px;
	background-image: url(../images/header-orange-bg.gif);
	background-repeat: repeat-x;
}

h4.h4type1 {
	font-size: 14px;
	font-weight: bold;
	color: #5a3c24;
}
h4.h4type2 {
	font-size: 12px;
	font-weight: bold;
	color: #5a3c24;
	line-height: 18px;
	background-image: url(../images/bullet4.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 7px;
}

a {
	text-decoration: none;
	color: #06C;
}
a:hover {
	color: #5a3c24;
	text-decoration: underline;
}

dd {
	margin-left: 10px;
	padding-left: 15px;
	line-height: 18px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
dt {
	font-size: 14px;
	color: #5a3c24;
	margin-left: 5px;
	line-height: 18px;
}
dt.header a, dt.header {
	font-size: 12px;
	font-weight: bold;
	color: #5a3c24;
}

/* Clear Div */
.clr {
	clear: both;
}
/* Page */
#page {
	font-size: 12px;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#page p{
	float: left;
}
#page ul {
	margin: 0px;
	padding: 0px;
}
#page li {
	float: left;
	list-style-type: none;
}
#page li a {
	float: left;
	display: block;
	background-color: #D0E4F2;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#page li a:hover {
	float: left;
	display: block;
	background-color: #EBF3FA;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-decoration: none;
}
/*##### End Page #####*/
