html {
	SCROLLBAR-BASE-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #5C5C5C;
}
body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h4,h5,h6,blockquote,pre {
	margin: 0px;
	padding: 0px;
}
body { 
	background:url(../images/bg.gif) #fff repeat-x;
	color:#000000 ; 
	font-family:Verdana;	
	font-size:11px; 

}
td,th{
	font-family:Verdana;	
	font-size:11px; 
	color:#000000 ; 
}

a:link,a:visited,a:active {color: #C5250A; text-decoration: none; outline: none;}
a:hover {color: #C5250A; text-decoration:underline;}

ol,ul {	list-style: none;}
a img, img {border: none;}
div { padding:0; margin:0}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
address,em {
	font-style: normal;
}


/* -------------------------------------------------------------------
 float
------------------------------------------------------------------- */
.clear {clear: both; font-size: 0px; line-height: 0px; height:0;}
.clearfix:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix{
	display: inline;
	position: relative;
	}
/*\*/
.clearfix	{
	display: block;
}

/* -------------------------------------------------------------------
 input text, select box, check box
------------------------------------------------------------------- */
select {color:#000000; border:1px solid #878787; line-height:18px;padding:2px;}
.textfiled{
	border:1px solid #878787;
	padding:1px;
	color:#000000;
}
.button{ 
	background:url(../images/bgform.gif)  repeat-x;
	color:#c83313;
	border:1px solid #f89079;
	padding:4px 1px;
	font-weight:bold;
	cursor:pointer;
}

.btn {
	background:#FF0000;
	padding:2px 5px;
	color:#FFFFFF;
}
.btn a {color:#FFFFFF;text-decoration:none;}

/******************** LAYOUT ********************/



/*======================== css su dung cho header ================================*/

#header	{
	margin: 0px;
	padding: 0px;
}

  #logo {
  	background:url(../images/top_bg.gif) repeat-x;
	height:103px; 
  }
  #head_tool li { 
  	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding:5px;
  }
  #head_tool li.about { background:url(../images/i_about.gif) left center no-repeat; padding-left:20px;}
  #head_tool li.contact { background:url(../images/i_contact.gif) no-repeat left center; padding-left:20px;}
  #head_tool li a {
	color:#FFFFFF;  
  }
  
  div.box_lang {
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF; padding-top:15px;
  }
  .box_lang a { color:#FFFFFF;}
  
	#menutop {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		padding-top:2px;
	}
	#menutop a {
		text-decoration:none;
	}
	#menutop .normal {
		color:#FFFFFF;
		background:url(../images/menuTop.gif) bottom no-repeat;
		text-align:center;
		vertical-align:bottom;
		padding-bottom:5px;
		text-transform:uppercase;
		font-weight:bold;
	}
	#menutop .normal a {color:#FFFFFF;}

	#menutop .hover{
		background: transparent url(../images/menuTop_hover.gif) bottom no-repeat;
		text-align:center;
		color: #005895;
		vertical-align:bottom;
		padding-bottom:5px;
		text-transform:uppercase;
		font-weight:bold;
	}
	#menutop .hover a{ color:#005895; }
	#menutop .current {
		background: transparent url(../images/menuTop_act.gif) bottom no-repeat;
		text-align:center;
		color:#8cfffe;
		vertical-align:bottom;
		padding-bottom:5px;
		text-transform:uppercase;
		font-weight:bold;
	}
	#menutop .current a {color:#8cfffe;}


/*======================== css su dung cho trang main ================================*/
#container {
	margin: 0px;
	padding: 0;
}
.banner {
	text-align:center; 
  }	
.nav_scroll {
	border:1px solid #f78065;
	background:url(../images/nav_bg.gif) repeat-x;
	padding:0px 5px;
	font-weight:bold;
	color:#c5543b;
}	
/*------------ css block_left ------------*/
#block_left {
	margin:0px;
	padding:0px;
}
	.title_cat {
		font-size:13px;	
		color:#f13107;
		font-weight:bold;
		line-height:15px;
	}
	
	.box_category {
		background:url(../images/box_category_bg.gif) right bottom no-repeat;	
	}
/*---------------- css block_right -----------------------------*/
#block_right{
	margin:0px;
	padding:0px;
}

/*------------ css cho content_main ------------*/
#block_middle{
	margin:0px;
	padding:0px 7px;
	
}

/*------------ css cho footer ------------*/
#footer {
	margin:0px;
	padding:0px;
	color:#7e1d08;
}
.menuFooter {
	color:#7e1d08;
}
.menuFooter a { 
	color:#7e1d08;
}
/********************* BORDER & BG *********************/

#box {
	padding-bottom:10px;
}
#boxMiddle {
	padding-bottom:10px;
}
#box .box_title {
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
}
#boxMiddle .box_title {
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}
.box_content {
	border-left:1px solid #f78065;
	border-right:1px solid #f78065;
	padding:5px;
}
#box_content .content {
	background:#f6f7f7;
	padding:2px;
}

#box_middle {
	padding-bottom:10px;
}
#middle_title {
	background:url(../images/title_bg.gif);
	height:20px;
	padding-left:5px;
	padding-top:5px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}
#middle_content {
	height:100px;
}

