@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#40ccf5;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

img{
	border:none;
}

#wrapper{
	margin:0 auto;
	width:940px;
}

#header{
	float:left;
	width:940px;
	height:164px;
}

.logo{
	width:940px;
	height:130px;
	float:left;
	padding-left:1px;
}

#main_menu{
	float:left;
	width:940px;
	height:34px;
}	


/*---------------*/
#main_content{
	float:left;
	width:920px;
	background:#fff;
	padding:10px;
}	

/*---------left content---------*/
#left_content{
	float:left;
	width:213px;
}

#hangxe{
	float:left;
	width:213px;
}

#hangxe img{
	float:left;
	margin-bottom:5px;
}


/*-------right content----*/
#right_content{
	float:right;
	width:686px;
}

#slide_show{
	float:left;
	width:686px;
	height:375px;
	margin-bottom:10px;
}

#box_right{
	float:left;
	width:686px;
	margin-bottom:10px;
}

.title_box_right{
	float:left;
	width:660px;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#fff;
	padding-left:26px;
	background:url(../images/title_right.jpg) no-repeat;
}

.bottom_box_right{
	float:left;
	border:#CCCCCC 1px solid;
	border-top:none;
	padding:12px;
	width:660px;
	font-size:12px;
}

/*------about-----*/
#about{
	float:left;
	width:660px;
	font-size:12px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}

#about p{
	width:660px;
	font-size:12px
	color:#666;
	margin-bottom:0;
	margin-top:5px;
}

#about a{
	color:#dd610e;
	text-decoration:underline;
}

#about a:hover{
	color:#0066CC;
}


/*--------footer-------*/
#footer{
	float:left;
	width:940px;
	height:44px;
	background:url(../images/footer.jpg) no-repeat;
}

.menu_bottom{
	padding-top:15px;
	padding-left:10px;
	color:#fff;
	font-size:11px;
	float:left;
}

.menu_bottom a{
	color:#fff;
	font-size:11px;
	text-decoration:none;
}

.menu_bottom a:hover{
	text-decoration:underline;
}


.copyright{
	padding-top:15px;
	padding-right:10px;
	color:#fff;
	font-size:11px;	
	float:right;
}


/*---------tin tuc--------*/

#tintuc_page{
	float:left;

}


#box_tintuc{
	float:left;
	width:660px;
	padding-bottom:10px;
	border-bottom:#CCCCCC 1px dotted;
	margin-top:10px;
}

.image_tintuc{
	float:left;
	margin-right:8px;
}

.content_tintuc{
	font-size:11px;
	color:#666;
}

.title_tintuc{
	margin-top:0;
	margin-bottom:0px;
	color:#666;
	font-weight:bold;
	font-size:16px;
}

.title_tintuc a{
	color:#666;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

.title_tintuc a:hover{
	color:#CC0000;
	text-decoration:underline;
}

.normal_tintuc{
	margin-top:5px;
	text-align:justify;	
}

.more_link_details{
	float:left;
	margin-top:15px;
}

/*---------------tin tuc lien quan--------------*/

#tin_tuc_lien_quan{
	float:left;
	margin-top:15px;
	width:660px;
	padding-bottom:10px;
}

#tin_tuc_lien_quan p.title_news{
	font-size:11px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
	color:#2970a8;
	float:left;
	clear:both;
}

#tin_tuc_lien_quan ul{
	float:left;
	margin:0;
	padding:0;
}

#tin_tuc_lien_quan li{
	display:block;
	background:url(../images/list_more.jpg) no-repeat left center;
	padding-left:20px;
	line-height:16px;
	margin-left:20px;
	list-style:none;	
}

#tin_tuc_lien_quan li a{
	color:#666;
	font-size:11px;
	text-decoration:none;	
}

#tin_tuc_lien_quan li a:hover{
	color:#CC0000;
	text-decoration:underline;	
}


/*-----------------------------------*/
/*-----------phan trang----------*/

#phan_trang{
	float:right;
	margin-top:10px;
}

#phan_trang ul{
	border:0; 
	margin:0; 
	padding:0;
	float:left;
}

#phan_trang li{
	border:0; margin:0; padding:0;
	font-size:11px;
	list-style:none;
	float:left;
}
#phan_trang a{
	border:solid 1px #DDDDDD;
	margin-right:2px;
}
#phan_trang .previous-off,
#phan_trang .next-off {
	color:#666666;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 4px;
}
#phan_trang .next a,
#phan_trang .previous a {
	font-weight:bold;
	border:solid 1px #FFFFFF;
}
#phan_trang .active{
	color:#666;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}
#phan_trang a:link,
#phan_trang a:visited {
	color:#CC0000;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#phan_trang a:hover{
	border:solid 1px #666666;
}


/*----------end phan trang--------------*/

/*----contact----*/
#contact_page{
	float:left;
	color:#666;
	font-size:11px;
	margin-top:10px;
	width:660px;

}

#contact_page input, textarea{
	float:left;
	border:#ccc 1px solid;
	margin-bottom:5px;
	padding:2px;
	color:#0066FF;
	font-size:11px;
	overflow:auto;
}


.submit_button{
	float:left;
	width:90px;
	height:23px;
	text-align:center;
	background:	url(../images/submit_btn.jpg) no-repeat;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	border:none;
}

/*--------product page--------*/
#product_page{
	float:left;
	width:660px;
}

.type_product{
	float:left;
	width:200px;
	margin-left:20ppx;
	margin-right:20px;
	height:34px;
	line-height:34px;
	padding-left:25px;
	color:#996600;
	font-size:14px;
	background:url(../images/list_type.jpg) no-repeat left center;
	margin-bottom:20px;
}

.type_product a{
	color:#996600;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.type_product a:hover{
	color:#006699;
	text-decoration:underline;
}

#product_detail{
	float:left;
	width:660px;
}

.image_detail{
	float:left;
	width:660px;
	text-align:center;
	margin-bottom:5px;
}

/*-----more image----*/
#more_images{
	float:left;
	width:660px;
	margin-top:10px;
	margin-bottom:10px;
}

/*--------faq page----------*/

#chitietkythuat{
	float:left;
	width:660px;
	font-size:12px;
	margin-bottom:10px;
}

.tile_chitietkythuat{
	float:left;
	padding:3px 0 3px 15px;
	background:url(../images/list_chitiet.jpg) no-repeat left center;
	color:#990000;
	font-size:11px;
	font-weight:bold;
	border-bottom:#CCCCCC 1px dotted;
	width:645px;
}

.content_citiet{
	float:left;
	width:645px;
	padding-left:15px;
	padding-top:5px;
}



