@charset "utf-8";
/*
Theme Name: Nathong
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	
*/

/* @group Reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

ul,ol {
	list-style: none;
}
fieldset,img {
	border: none;
}
caption,th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.clearspace { clear:both; }
/* End hide from IE-mac */
/* @end */
/* @group General */
body {
    /* font: 12px/18px "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;   */ 
	font: 14px/18px "Tahoma", Arial, Lucida Grande, Verdana, sans-serif;
	color: #333;
	padding: 0;
	margin:0;  background-color:#fe7801;}
a {
	color: #263E14;
}

h1 { font-size:20px; font-weight:bold;}
h2 { font-size:18px; font-weight:bold;}
h3 { font-size:16px;}
h4 { font-size:14px;}


a:hover {
	color: #A0FE7F;
}
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
b {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
sup {
	padding-left: 1px;
	font-size: 10px !important;
	font-weight: normal !important;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
	color: #76797c;
	_position: static !important;
}
abbr {
	border: 0;
}
p {
	margin-bottom: 16px;
}
ul {
	margin-bottom: 18px;
	list-style: none outside;
}
ol {
	margin-bottom: 18px;
	list-style: decimal;
	margin-left: 2.2em;
}
blockquote {
	margin: 1.5em 0;
	padding: 1em 1em 0;
	color: #000;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background-color: #f0f0f0;
}
hr {
	width: 100%;
	height: 1px;
	background: #ccc;
	color: #ccc;
	margin: 1em 0;
	border: none;
	padding: 0;
}
pre, code {
	font-family: Courier, "Courier New", monospace;
	font-size: 1em;
}
pre {
	overflow: scroll;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	white-space: pre-wrap;
}
li {
	margin-left:15px;
	display:inherit;
	list-style-position: inside;
	list-style-type: disc;
}

/* @end */


/* @group Wordpress Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	background-color: #000;
	padding: 5px;
	margin: 0 0 16px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 4px;
	margin: 0;
	color: #999;
}
/* @end */

/* Wrapper *************************************************************************/
#wrapper {width: 900px; margin: 0px auto; background-color: #fff;}


/* @group Header *******************************************************************/
#header {margin:0px; float:left; width:900px; height:147px;}
/* @end group Header */


/* @group Menu ********************************************************************/
#nav {height: 77px; overflow: hidden; margin: 0px; float:right; width:516px; background-color:#F3E9D0;}
#nav li {display: inline;margin: 0px; }
#nav li a {float: left; height: 0px; padding-top: 77px; overflow: hidden; background-image: url(images/nav.jpg); background-repeat: no-repeat;}

/* BUTTONS */
#nav li#m1 a {background-position: 0px 0px; width: 66px;}
#nav li#m2 a {background-position: -66px 0px; width: 90px;}
#nav li#m3 a {background-position: -159px 0px; width: 115px;}
#nav li#m4 a {background-position: -271px 0px; width: 76px;}
#nav li#m5 a {background-position: -350px 0px; width: 81px;}
#nav li#m6 a {background-position: -431px 0px; width: 88px;}


/* OVER STATES */
#nav li#m1 a:hover {background-position: 0px -77px;}
#nav li#m2 a:hover {background-position: -66px -77px;}
#nav li#m3 a:hover {background-position: -159px -77px;}
#nav li#m4 a:hover {background-position: -271px -77px;}
#nav li#m5 a:hover {background-position: -350px -77px;}
#nav li#m6 a:hover {background-position: -431px -77px;}


/* PRESSED STATES */
#nav li#m1 a:active {background-position: 0px -77px;}
#nav li#m2 a:active {background-position: -66px -77px;}
#nav li#m3 a:active {background-position: -159px -77px;}
#nav li#m4 a:active {background-position: -271px -77px;}
#nav li#m5 a:active {background-position: -350px -77px;}
#nav li#m6 a:active {background-position: -431px -77px;}


/* SELECTED STATES */
#nav.m1 li#m1 a {background-position: 0px -77px;}
#nav.m2 li#m2 a {background-position: -66px -77px;}
#nav.m3 li#m3 a {background-position: -159px -77px;}
#nav.m4 li#m4 a {background-position: -271px -77px;}
#nav.m5 li#m5 a {background-position: -350px -77px;}
#nav.m6 li#m6 a {background-position: -431px -77px;}
/* @end group Menu */



/* @group Banner *******************************************************************/
#banner {float:left; width:900px; height:349px; background-color:#000000;}
#banner1 {float:left; width:900px; height:209px;}
#banner2 {float:left; width:900px; height:77px;}
#benner2_1 {float:left; width:516px; height:77px;}
#banner2_2 {float:left; width:384px; height:77px;}
#banner3 {float:left; width:900px; height:33px;}
/*@end group Bannar*/



/* @group content********************************************************************/
#covercontent {float:left; width:900px; height:auto; background:url(images/content1.jpg) no-repeat;}
#content {float:left; width:860px; height:auto; padding:25px 20px;}
#content_left {float:left; width:248px; height:auto;}
#content_right {float:left; width:600px; height:auto; padding:25px;}
#content_home_welcome {float:left; width:600px; height:auto; padding:25px 20px;}
#content_home_promotion {float:left; width:600px; height:auto; padding:0px 20px 25px 20px;}
#content_home_services {float:right; width:260px; height:auto; padding-top:25px;}
.c_content{ float:left; width:700px;}
.pic{float:left; width:100px;  height:100px;}
.info{float:left; width:550px; padding:15px;}



/* @end group content*/


/* @group Sibar ********************************************************************/

#sidebar ul li a{ border-bottom: 1px solid #769A5C; padding: 4px 4px 4px 20px;display: block; color: #6B731A;}
#sidebar ul li a:hover{border-bottom: 1px solid #769A5C;; padding: 4px 4px 4px 20px; display:block;color: #6B731A; font-weight:bold; }
#sidebar ul li ul li ul {display: none;}
#sidebar .current_page_item a {font-weight:bold; color:#6B731A;}
/* @end group Sibar */


/* @group footer*********************************************************************/
#footer{float:left; width:860px; height:44px; padding:5px 20px 15px 20px; background:url(images/bellow.jpg) no-repeat; color:#FFFFFF; background-color:#F9C900; }
/* @end group footer*/

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 15em;
}
#menu li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a  {
	background: #c27829;
	border-bottom: 5px solid #ffffff;
	color: #fff;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover{
	background: #9f3f15 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

#menu a.active {
	background: #9f3f15 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

#flag{margin-top: 64px;height: 20px; overflow: hidden;text-align: right;font-size: 10px;}
#flag #th{margin-right: 12px;}
#flag #qtrans_language_chooser{}
#flag ul#qtrans_language_chooser {margin: 0;list-style-type: none;height: 20px;}
#flag ul#qtrans_language_chooser  li{margin: 0 0 0 10px;display: inline;}
#flag ul#qtrans_language_chooser  li{ list-style:none;}
#flag ul#qtrans_language_chooser  li a{ float:left;}

#flag ul#qtranslate-chooser {margin: 0;list-style-type: none;height: 20px;}
#flag ul#qtranslate-chooser  li{margin: 0 0 0 10px;display: inline;}
#flag ul#qtranslate-chooser  li{ list-style:none;}
#flag ul#qtranslate-chooser  li a{ float: right; display: block; margin:0 0 0 10px;}


#flag a.qtrans_flag_and_text {padding-bottom:  5px;}
#flag a.qtrans_flag_and_text span{vertical-align: -2px;}














