@charset "utf-8";
/* CSS Document */

body
{    
	background: #75cdfd url("../images/bg.png") fixed;
    width: 100%;
    height: 100%;	
}

body strong{color: #000 !important;}

body#home #header .nav ul li a.home, 
body#about #header .nav ul li a.about, 
body#product #header .nav ul li a.product,
body#gallery #header .nav ul li a.gallery,
body#news #header .nav ul li a.news,
body#contact #header .nav ul li a.contact
{
	background: url("../images/bg-nav-hover.png") top left no-repeat;
	color: #FFED1D;
}
body#home #header .nav ul li a.home:hover, 
body#about #header .nav ul li a.about:hover, 
body#product #header .nav ul li a.product:hover,
body#gallery #header .nav ul li a.gallery:hover,
body#news #header .nav ul li a.news:hover,
body#contact #header .nav ul li a.contact:hover
{
}
#container
{    
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	color: #414040;
}
#header
{
	width: 100%;
	position: relative;
}
#header .inner-header
{
	background: #fff;
	width: 1000px;
    height: 470px;
	margin: 0px auto 0px auto;
	position: relative;
}
#header .inner-header .sound 
{
	position: fixed;
	bottom: 5%;
	left: 5%;
}

#header .top
{
	width: 1000px;
	height: 40px;
	margin: 5px 0px 5px 0px;
	padding: 0;
	float: left;
	position: relative;
	border-top: 1px solid #0094DA;
	border-bottom: 3px solid #0094DA;
}
#header .top .social
{
	float: left;
	margin: 10px 0px 0px 5px;
	position: relative;
	z-index: 9999;
}
#header .top .time
{
	float: right;
	color: #000;
	font-weight: normal;
	font-size: 13px;
	margin: 10px 10px 0px 0px;
}
#search .search
{
	width: 220px;
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 5px 10px 10px 0px;
	float: right;
	z-index: 999;
}
#search .search ul
{
	margin: 0px;
	padding: 0px;
}
#search .search li
{
	float: left;
	margin: 0;
	padding: 0;
}
#search .search li h2
{
	position: relative;
	top: 14px;
	margin: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}
#search .search li .inputbox
{
	background: url("../images/bg-search.png") top left no-repeat;
	width: 165px;
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 5px 3px 5px 20px;
	height: 20px;
	border: none;
	color: rgb(75, 75, 75);
	font-size: 12px;
	font-weight: bold;
}
#search .search li .button
{
	position: relative;
	top: 0px;
	margin: 0px;
	width: 32px;
	height: 30px;
}

#header .top .lang
{
	float: right;
	margin: 8px 10px 0px 0px;
}
#header .top .lang li
{
	float: left;
	position: relative;
	margin: 0px 0px 0px 10px;
}
#header .top .lang li a
{
	float: left;
	position: relative;
	z-index: 2;
	width: 90px;
}
#header .top .lang li a:hover
{
	position: relative;
	bottom: 5px;
	padding: 0px 0px 10px 0px;
}
#header .top .lang li h2
{
	float: left;
	position: absolute;
	top: 0px;
	margin: 6px 0px 0px 15px;
	z-index: 1;
	text-align: center;
	width: 100%;
	font-weight: normal;
	color: #000;
	font-size: 12px;
}

#header .name
{
	background: url("../images/bg-name.png") top left repeat-x;
	width: 330px;
	height: 330px;
	float: left;
	margin: 0px 0px 0px 5px;
}
#header .name img.banner
{
	width: 330px;
	height: 330px;
	position: absolute;
	z-index: 2;
}
#header .name embed.banner
{
	width: 330px;
	height: 330px;
	position: absolute;
	z-index: 1;
}
#header .slider
{
	background: url("../images/bg-name.png") top left repeat-x;
	width: 660px;
	height: 330px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#header .nav
{
	width: 990px;
	height: 42px;
	margin: 5px 5px 10px 5px;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
}
#header .nav ul
{
   margin: 0px 0px 0px 12px;
   float: left;
}
#header .nav li
{
	float: left;
	list-style: none;
	text-align: center;
	margin: 0px 12px 0px 0px;
}
#header .nav a
{
	background: url("../images/bg-nav.png") top left no-repeat;
	color: #fff;
	font-size: 14px;
	float: left;
	width: 140px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding: 8px 5px 0px 5px;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	-webkit-transition: all .60s ease;  /* Saf3.2+, Chrome */
	-moz-transition: all .60s ease;  /* FF4+ */
	-ms-transition: all .60s ease;  /* IE10 */
	-o-transition: all .60s ease;  /* Opera 10.5+ */
	transition: all .60s ease;
}
#header .nav a:hover
{
	background: url("../images/bg-nav-hover.png") top left no-repeat;
}



#main
{
	background: #fff; 
	position: relative;
	width: 1000px;
	margin: 0 auto ;
	padding: 10px 0px 10px 0px;
	box-shadow: 0px 5px 15px 0px rgb(105, 105, 105);
	behavior: url(css/PIE/PIE_uncompressed.htc);
}

/*css slide chay ngang ---------------------------------------------- */
#main .pull-top
{
	width: 1000px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	position: relative;
	z-index: 2;
}
#main .pull-top .row
{
	margin: 0px 0px 0px 0px;
}
#main .pull-top .row ul
{
	position: relative;
}
#main .pull-top .row ul li
{
	position: relative;
	width: 160px;
	margin: 0px 10px 0px 10px;
	background: url("../images/bg-sp-slider.png") no-repeat;
	text-align: center;
}
#main .pull-top .row ul li img
{
	width: 160px;
	height: 120px;
	margin: 0px 0px 5px 0px;
	float: left;
	border: 2px solid #dadada;
}
#main .pull-top .row ul li a.tieude
{
	position: relative;
	color: #696969;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}
#main .pull-top .row ul li a.tieude:hover
{
	color: #000;
}
#main .pull-top .row li div.price
{
	margin: 5px 0px 0px 0px;
	padding: 0;
	font-size: 12px;
	color: #000;
	text-align: center;
}
#main .pull-top .row li div.price span
{
	color: red;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

#main .danhmuc
{	
	float: left;
	width: 1000px;
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 5px 0px 5px 0px;
}
#main .danhmuc ul
{	
	position: relative;
	margin: 0;
	padding: 0;
}
#main .danhmuc ul li
{	
	float: left;
	margin: 5px 15px 5px 15px;
	padding: 0;
	width: 300px;
}
/*#main .danhmuc ul li:nth-child(1)
{
	margin-left: 20%;
}
#main .danhmuc ul li:nth-child(3)
{
	display: none;
}*/
#main .danhmuc ul li:hover
{	
}
#main .danhmuc ul li div
{	
	/*background: url(/vn/images/category-product.png) center center no-repeat;*/
	position: relative;
	margin: 0px 0px 0px 0px;
	/*padding: 10px;*/
	width: 270px;
	height: 100px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
/*	border: 5px ridge;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
	/*border-radius: 10px;*/
	overflow: hidden;
    border-radius: 10px;
    /* z-index: 999; */
    background: aqua;
    background-image: linear-gradient(#ffeb3b 10%, #fff7ae 55%, #f9ef96 30%);
    border: 2px solid #c4b000;
}
#main .danhmuc ul li div a
{	
	    position: relative;
/*    width: 238px;
    height: 70px;*/
    float: left;
    /*left: 17px;*/
    border-radius: 10px;
    overflow: hidden;
/*    border-radius: 50%;
    z-index: 999;*/
}
#main .danhmuc ul li div:hover
{	
	/*background: #F0F0F0;*/
	background-image: linear-gradient(#f9ef96 10%, #f1e261 55%, #ffeb3b 30%);
	-webkit-transition: all .40s ease;  /* Saf3.2+, Chrome */
	-moz-transition: all .40s ease;  /* FF4+ */
	-ms-transition: all .40s ease;  /* IE10 */
	-o-transition: all .40s ease;  /* Opera 10.5+ */
	transition: all .40s ease;
}
#main .danhmuc ul li a span
{	
    display: table-cell;
    /* position: absolute; */
     width: 270px; 
     height: 100px; 
    vertical-align: middle;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
     text-shadow: 1px 1px 1px #d8d8d8; 
    /* padding: 15px 0px; */
    /* top: 42%; */
    /* left: 18px; */
    /* z-index: 000; */
    /* background: #6cb8ba00;*/
}
/*#main .danhmuc ul li:nth-child(1) div{
	background: url(/vn/images/dau-nhot-cong-nghiep.png) center center no-repeat;
	background-size: 270px;
}
#main .danhmuc ul li:nth-child(2) div{
	background: url(/vn/images/dau-nhot-van-tai.png) center center no-repeat;
	background-size: 270px;
}
#main .danhmuc ul li:nth-child(3) div{
	background: url(/vn/images/dau-nhot-hang-hai.png) center center no-repeat;
	background-size: 270px;
}*/
#main .pull-left
{
    width: 220px;
    float: left;
	margin: 0px 0px 0px 5px;
}

#main .row
{
    margin-bottom: 20px;
}

#main .row1
{
	background: url("../images/row1.png") no-repeat;
	width: 220px;
	height: 46px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .60s ease;  /* Saf3.2+, Chrome */
	-moz-transition: all .60s ease;  /* FF4+ */
	-ms-transition: all .60s ease;  /* IE10 */
	-o-transition: all .60s ease;  /* Opera 10.5+ */
	transition: all .60s ease;
}
#main .pull-left .row:hover .row1
{
	background: url("../images/row1-h.png") no-repeat;
}
#main .row1 h2
{
    color: rgb(255, 255, 255);
	font-weight: bold;
	padding: 13px 5px 0px 45px;
	font-size: 13px;
	text-align: center;
	text-shadow: 1px 1px 1px rgb(36, 36, 36);
}
#main .row1 img
{
    position: absolute;
	z-index: 1;
	top: 11px;
	right: 15px;
}
#main .row1 a
{
    color: #fff;
	font-weight: bold;
	padding-top: 20px;
	font-size: 16px;
	text-align: center;
}
#main .row1 a:hover
{
    color: #FFB800;
}
#main .row2
{
	width: 210px;
	position: relative;
	z-index: 2;
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	color: #5E5E5E;
}


#main .row2 .content
{
	position: relative;
	z-index: 2;
	padding: 0;
	margin: 0;
	color: #444444;
}
#main .row2 p
{
    padding: 10px 0px 0px 0px;
	color: #444444;
}
#main .row2 a.viewmore
{
	position: absolute;
	z-index: 2;
	top: 3px;
	right: 0px;
}

#main .row2 .tienich
{
	background: url("../images/bg-tienich.jpg") no-repeat;
	width: 210px;
	height: 120px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	margin: 0px 0px 0px 0px;
	padding: 0;
	color: #5E5E5E;
}
#main .row2 .tienich li
{
	background: none;
	margin: 7px 0px 5px 50px;
	padding: 0px;
	width: 180px;
	float: left;
}
#main .row2 .tienich a
{
    padding: 0px 0px 0px 0px;
	color: #c8c8c8;
	background: none;
}
#main .row2 .tienich a:hover
{
    padding: 0px 0px 0px 2px;
	color: #fff;
}
/*chay thong tin len xuong */
#main .row2 .slide
{
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
}
#main .row2 .slide .aside
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#main .row2 .slide .aside img
{
    width: 200px;
	height: 160px;
	border: 4px solid rgb(214, 214, 214);
}
#main .row2 .slide .title
{	
	margin: 0;
	float: left;
	text-align: center;
	width: 200px;
}
#main .row2 .slide .title a
{
	color: #393939;
	font-size: 14px;
	text-align: left;	
	font-weight: bold;
}
#main .row2 .slide .title a:hover
{	
	color: #000;	
}
#main .row2 .slide li div.price
{
	margin: 5px 0px 0px 0px;
	padding: 0;
	font-size: 12px;
	color: #000;
	text-align: center;
}
#main .row2 .slide li div.price span
{
	color: red;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}
#main .row2 .slide .document
{
    width: 280px;
	margin: 0px 0px 5px 5px;
	float: left;
	text-align: justify;
	font-size: 14px;
	color: #9c7500;
}
#main .row2 .slide .document p
{
    line-height:20px;
}
#main .row2 .slide .line
{
    width: 280px;
	height: 1px;
	border-top: 1px dashed #A8A8A8;
	float: left;
}

#main .row2-bt
{
	background:  url("../images/row2-bt.png") left bottom no-repeat;
	width: 270px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 1;
}


#main .pull-center
{
    background: #fff;
	width: 760px;
    float: right;
	margin: 0px 5px 0px 0px;
}
#main .row3
{
	background: url("../images/row3.png") top center no-repeat;
    width: 760px;
    height: 35px;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .60s ease;  /* Saf3.2+, Chrome */
	-moz-transition: all .60s ease;  /* FF4+ */
	-ms-transition: all .60s ease;  /* IE10 */
	-o-transition: all .60s ease;  /* Opera 10.5+ */
	transition: all .60s ease;
}
#main .pull-center .row:hover .row3
{
	background: url("../images/row3-h.png") top center no-repeat;
}
#main .row3 h2
{
    float: left;
	color: #414141;
	font-weight: bold;
	padding: 5px 0px 0px 55px;
	font-size: 20px;
	text-shadow: 1px 1px 1px #fff;
	font-family: times;
	font-style: italic;
}
#main .row3 a.xemthem
{
	background: url("../images/row3-xemthem.png") no-repeat;
	position: absolute;
	top: 0px;
	right: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	font-style: normal;
	padding: 10px 16px 10px 20px;	
	-webkit-transition: all .60s ease;  /* Saf3.2+, Chrome */
	-moz-transition: all .60s ease;  /* FF4+ */
	-ms-transition: all .60s ease;  /* IE10 */
	-o-transition: all .60s ease;  /* Opera 10.5+ */
	transition: all .60s ease;
}
#main .row3 a.xemthem:hover
{
	background: url("../images/row3-xemthem-h.png") no-repeat;
}
#main .row3 img.icon
{
    float: left;
	position: relative;
	top: 0px;
	left: 20px;
	width: 60px;
	height: 55px;
}
#main .row4
{
	background:  url("../images/row4.png") repeat-y;
	width: 760px;
	position: relative;
	z-index: 0;
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
#main .row4 ul
{
	position: relative;
}
#main .row4 li
{
	background: url("../images/bg-sp.png") top center no-repeat;
	color: #3C3C3C;
	float: left;
	width: 174px;
	height: 200px;
	text-align: center;
	margin: 10px 5px 10px 10px;
	list-style: none;
	position: relative;
}
#main .row4 li:hover
{
}
#main .row4 p
{
    padding: 10px 10px 0px 20px;
	color: #2c2e31;
	line-height: 20px;
}
#main .row4 img
{
    margin: 6px 6px 20px 6px;
	width: 163px;
	height: 118px;
	border: none;
}
#main .row4 a
{   
    text-decoration: none;
    font-weight: bold;
	font-size: 13px;
	color: #0070D8;
}
#main .row4 a:hover
{    
    color: #00458b;
}
#main .row4 li div.price
{
	margin: 5px 0px 0px 0px;
	padding: 0;
	font-size: 12px;
	color: #000;
}
#main .row4 li div.price span
{
	color: red;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

#facebook
{
	margin: 20px 0px 0px 10px;
}

#main .row5
{
	background: #fff;
	width: 750px;
	text-align: justify;
	position: relative;
	z-index: 0;
	padding: 10px 5px 5px 5px;
	margin: 0px 0px 0px px;
	line-height: 20px;
}
#main .row5 p
{
    padding: 10px 10px 0px 10px;
	color: #3C3C3C;
	line-height: 20px;
}
#main .row5 .title{
    background: url(../images/row1.png) no-repeat;
    width: 220px;
    height: 46px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .60s ease;
    -moz-transition: all .60s ease;
    -ms-transition: all .60s ease;
    -o-transition: all .60s ease;
    transition: all .60s ease;
}
#main .row5 .title:hover{
    background: url(../images/row1-h.png) no-repeat;
}
#main .row5 .title a{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 1px rgb(36 36 36);
}
#main .row5 .title:hover a{
    color:#FFF;
}
#main .row5 p .back
{
	color: #3C3C3C;
}

#main .tenloai
{    
    float: left;
	padding: 5px;
	margin: 0px;
}
#main .tenloai img
{    
	width: 10px;
	height: 10px;
	padding: 0px;
	margin: 3px 3px 0px 0px;
	border: 0px;
	float: none;
}
#main .detail
{    
    float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#main .detail a
{    
    color: #EB1C22;
	font-style: italic;
	font-weight: bold;
}
#main .detail a:hover
{    
    color: #5E5E5E;
}
/* css link phan trang----------------------------------------------------*/
#main .link
{
    color: #fff;
	text-align: center;
	padding: 10px;
}
#main .link b
{
    color: #fff;
	border: 1px solid #000;
	background: rgb(107, 107, 107);
	padding: 3px 5px 3px 5px;
}
#main .link a
{
    color: rgb(90, 90, 90);
	border: 1px solid #000;
	background: #fff;
	padding: 3px 5px 3px 5px;
	margin: 0px 2px 0px 2px;
}
#main .link a:hover
{
    color: #fff;
	border: 1px solid #000;
	background: rgb(179, 179, 179);
	padding: 3px 5px 3px 5px;
}
#main .title
{	
	width: 535px;
	margin: 10px 10px 5px 10px;
	float: left;
}
#main .title a
{
	font-weight: bold;
	color: #000;
	font-size: 13px;
	text-align: left;
}
#main .title a:hover
{	
    color: #0070D8;
}
#main .aside
{
    float: left;
	margin: 10px 0px 0px 10px;
}
#main .aside img
{
	border: 1px solid #e4e4e4;
}
#main .document2
{
	width: 535px;
	margin: 0px 10px 5px 10px;
	float: left;
	text-align: justify;
	color: rgb(56, 56, 56);
}
#main .document2 p
{
    line-height:20px;
}
#main .line-info
{
    width: 720px;
	height: 1px;
	border-top: 1px dashed #A8A8A8;
	margin: 5px 10px 5px 5px;
}

/*css sản phẩm cùng loại khác */
#main .product-other
{
	position: relative;
	margin: 20px 0px 0px 0px;
	padding: 5px;
	border-top: 1px dashed #A8A8A8;
}
#main .product-other h2
{
	position: relative;
	margin: 0px 10px 10px 0px;
	padding: 0;
	font-size: 16px;
}
#main .product-other h2 img
{
	margin: 0px 5px 0px 0px;
	padding: 0;
	width: 12px;
	height: 10px;
}
#main .product-other ul
{
	position: relative;
}
#main .product-other li
{
	background: url("../images/bg-sp.png") top center no-repeat;
	color: #3C3C3C;
	float: left;
	width: 174px;
	height: 220px;
	text-align: center;
	margin: 10px 5px 10px 35px;
	list-style: none;
	position: relative;
}
#main .product-other li:hover
{
}
#main .product-other p
{
    padding: 10px 10px 0px 20px;
	color: #2c2e31;
	line-height: 20px;
}
#main .product-other img
{
    margin: 6px 6px 20px 6px;
	width: 163px;
	height: 118px;
}
#main .product-other a
{   
    text-decoration: none;
    font-weight: bold;
	font-size: 13px;
	color: #0070D8;
}
#main .product-other a:hover
{    
    color: rgb(80, 80, 80);
}
#main .product-other li div.price
{
	margin: 5px 0px 0px 0px;
	padding: 0;
	font-size: 12px;
	color: #000;
}
#main .product-other li div.price span
{
	color: red;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

/*css tin tuc khác */
#main .news-other
{
	position: relative;
	margin: 20px 0px 0px 0px;
	padding: 5px;
	border-top: 1px dashed #A8A8A8;
}
#main .news-other h2
{
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
#main .news-other h2 img
{
	margin: 0px 5px 0px 0px;
	padding: 0;
	width: 12px;
	height: 10px;
}
#main .news-other .inner
{
	position: relative;
	margin: 0;
	padding: 0;
}
#main .news-other .inner .title
{
	position: relative;
	margin: 5px;
	padding: 0;
	width: 100%;
}

/*css tin tuc chay ben phai */
#main .title2
{	
	margin: 5px 0px 0px 5px;
	float: left;
	text-align: left;
	width: 280px;
}
#main .title2 a
{
	color: white;
	font-size: 13px;
	text-align: left;	
	font-weight: normal;
}
#main .title2 a:hover
{	
	color: #FFB800;	
}
#main .aside2
{
    float: left;
	margin: 4px 0px 10px 0px;
}
#main .document3
{
    width: 165px;
	margin: 0px 0px 5px 5px;
	float: left;
	text-align: justify;
	font-size: 12px;
	color: #D5D5D5;
}
#main .document3 p
{
    line-height:20px;
	font-size: 12px;
}
#footer 
{
	clear: both;
	position: relative;
	width: 100%;
}
#footer .inner-footer
{
	background: #fff;
	color: #000;
	clear: both;
	position: relative;
	width: 1000px;
	min-height: 80px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;
	text-align: left;
}
#footer .document
{	
	width: 980px;
	padding: 5px 5px 20px 5px;
	margin: 0px 0px 0px 5px;
	background: #C7EDFF;
}
#footer .document p
{
    color: #000;
   	position: relative;
	line-height: 20px;
	padding:0px 10px 0px 10px;
}

#footer .inner-footer .nav
{
	width: 950px;
	height: 15px;
	padding: 5px 20px 5px 20px;
	margin: 0px 0px 0px 5px;
	border-top: 3px solid #0094DA;
	border-bottom: 3px solid #0094DA;
}
#footer .inner-footer .nav ul
{
	float: right;
	position: relative;
}
#footer .inner-footer .nav ul li
{
	float: left;
	position: relative;
	margin: 0px 10px 0px 10px;
}
#footer .inner-footer .nav a
{
	color: #000;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}
#footer .inner-footer .nav a:hover 
{
	text-decoration: underline;
}

#footer .nambovn
{
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#footer .nambovn h1
{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
#footer .nambovn a
{
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
#footer .nambovn a:hover
{
	text-decoration: underline;
}
.clear
{
	clear:both;
}











