﻿/**********************************
	Sun, March 23 2008
	Web Developer: Nguyen Dac Nam
	Mobile: 0936285186
	Gmail: namnd.haui@gmail.com
	Yahoo: dacnam2003@yahoo.com
	Website: http://groups.google.com/group/khmt3k1
**********************************/

body
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 10pt;
	background: #405425 url(images/bg.jpg);
	width: 775px;
	margin: 0px auto;
}

img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.clear
{
	clear: both;
}

ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li
{
	margin: 0px;
	padding: 0px;
}

#top
{
	margin: 0px auto;
}

#top li
{
	float: left;
}

#menu
{
}

#menu .title
{
	height: 30px;
}

#menu .title .left
{
	background: url(images/menu_top_left.jpg);
	float: left;
	width: 38px;
	height: 30px;
}

#menu .title .right
{
	background: url(images/menu_top_right.jpg);
	float: right;
	width: 37px;
	height: 30px;
}

#menu .title .center
{
	background: url(images/menu_top_center.jpg);
	width: 680px;
	height: 20px;
	float: left;
	padding: 5px 10px;
	font-weight: bold;
	color: #ffffff;
}

#menu .top
{
	background: url(images/bgmenu.gif) repeat-y;
	height: 37px;
	padding: 2px 17px;
}

#menu .footer
{
	background: url(images/main_07.jpg);
	height: 26px;
}

#main
{
	background: url(images/bgmain.gif) repeat-y;
}

#left
{
	width: 141px;
	float: left;
	padding: 0px 0px 0px 17px;
}

#left li h3
{
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
	padding: 10px 0px;
	text-align: center;
	background: url(images/bg_left_top.gif) repeat-x;
	height: 17px;
	border-bottom: 1px solid #829e23;
}

#left li li
{
}

#left li li a
{
	display: block;
	background: #bede6f url(images/bg_left_menu.gif) repeat-x;
	text-decoration: none;
	color: #213e07;
	font-weight: bold;
	font-size: 8pt;
	padding: 3px 2px 3px 5px;
	border-bottom: 1px solid #829e23;
}

#left li li a:hover
{
	display: block;
	background: #bede6f url(images/bg_left_menu_a.gif) repeat-x;
	text-decoration: none;
	color: #213e07;
	font-weight: bold;
	font-size: 8pt;
	padding: 3px 2px 3px 5px;
	border-bottom: 1px solid #829e23;
}

#left li .hot
{
	padding: 0px;
	margin: 0px;
}

#left li li li a
{
	border: none;
	font-weight: normal;
	background: url(images/icon.gif) no-repeat;
	padding-left: 4px;
}

#left li li li a:hover
{
	border: none;
	font-weight: normal;
	background: url(images/icon.gif) no-repeat;
	padding-left: 4px;
	text-decoration: underline;
}

#content
{
	padding: 5px 30px 0px 20px;
	width: 565px;
	float: left;
}

#content h2
{
	background: url(images/content_logo.gif) no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	font-size: 12px;
	color: #406b1a;
}

#content .content
{
	margin-top: 10px;
	text-align: justify;
}

#footer
{
	background: url(images/main_10.jpg);
	height: 147px;
}

#footer p
{
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}

#footer .top1
{
	padding-top: 20px;
	color: #294d0d;
	font-size: 10pt;
	font-weight: bold;
}

#footer .top2
{
	padding-top: 3px;
	color: #898788;
	font-weight: bold;
}

#footer .top4
{
	font-size: 8pt;
	font-weight: bold;
	color: #676566;
}

#footer .top5
{
	padding-top: 5px;
	font-size: 8pt;
	color: #898788;
}

#footer .top5 a
{
	padding-top: 5px;
	font-size: 8pt;
	color: #898788;
	text-decoration: underline;
}

#footer .top5 a:hover
{
	color: #676566;
}

#tabs1
{
	font-size: 90%;
	float: left;
	width: 100%;
	line-height: normal;
}
#tabs1 ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#tabs1 li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#tabs1 a
{
	padding: 0px 1px 0px 3px;
	background: url(images/menutop.gif) no-repeat left top;
	float: left;
	margin: 0px;
	text-decoration: none;
}
#tabs1 a span
{
	padding: 12px 24px 12px 24px;
	display: block;
	font-weight: bold;
	font-size: 9pt;
	background: url(images/menutop_n.gif) no-repeat right top;
	float: left;
	color: #004848;
}
#tabs1 .tabs a span
{
	padding: 12px 26px 12px 26px;
	display: block;
	font-weight: bold;
	font-size: 9pt;
	background: url(images/menutop_n.gif) no-repeat right top;
	float: left;
	color: #004848;
}
#tabs1 a span
{
	float: none;
}
#tabs1 a:hover span
{
	color: #004848;
}
#tabs1 a:hover
{
	background-position: 0% -38px;
}
#tabs1 a:hover span
{
	background-position: 100% -38px;
}
#tabs1 .current a
{
	background-position: 0% -38px;
}
#tabs1 .current a span
{
	background-position: 100% -38px;
}

#tabs2
{
	margin: 0px auto;
	text-align: center;
}

#tabs2 ul
{
	display: none;
}

#tabs2 li
{
	background: url(images/bgmenuleft.gif) no-repeat;
	float: left;
	margin: 0px 0px 0px 50px;
	padding: 2px 40px 2px 5px;
}

#tabs2 li a
{
	font-size: 8pt;
	text-decoration: none;
	color: #3e6818;
}

#tabs2 li a:hover
{
	text-decoration: underline;
}

#FAQs
{
	border-top: 1px solid #dbdbdb;
	margin: 0px;
}

#FAQs p
{
	margin: 0px;
	padding: 2px 0;
}

#FAQs span
{
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px 5px;
	text-align: right;
}

#FAQs input
{
	width: 200px;
}

#FAQs .red
{
	color: #ff0000;
}

#FAQs_ID
{
	list-style: none;
	margin: 0px;
	padding: 0px;	
}

#FAQs_ID li
{
	margin: 0px;
	padding: 5px 0px;
}

#FAQs_ID .question
{
	margin: 0px 0px 5px 0px;
	color: #689D38;
	font-weight: bold;
	/*border-bottom: #293987 1px dotted;*/
}

#FAQs_ID li a
{
	text-decoration: none;
	color: #689D38;
	font-weight: bold;
}

#FAQs_ID li a:hover
{
	text-decoration: underline;	
}

#Gallery
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Gallery li
{
	margin: 0px;
	padding: 30px 0px 0px 0px;
	width: 140px;
	float: left;
	text-align: center;
	height: 110px;
}

#Gallery .folder
{
	background: #ffffff url(/images/folder.jpg) no-repeat center center;
}

#Gallery img
{
	border: solid 1px #979797;
	padding: 2px;
	margin-right: 2px;
}

