@charset "utf-8";
/* CSS Document */
body
{
background-color:#CCCCCC;
}
#background_nen
{
	margin:auto;
	width:1024px;
	height:auto;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	visibility: inherit;
}
#dg_top
{
	width:1024px;
	height:165px;
	margin:auto;
}
#dg_top #banner
{
	margin:auto;
	width:1000px;
	height:165px;
	background-image:url(../images/banner_top.png);
	background-repeat:no-repeat;
}
#background_nen #dg_top #banner #logo {
	float: left;
	margin-top: 30px;
	margin-left: 26px;
	height: 100px;
	width: 207px;
}
#background_nen #topcenter {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 1024px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
}
/*xdfgf*/
#background_nen #center_center {
	background-image: url(../images/cent.png);
	background-repeat: repeat-y;
	height: auto;
	width: 1024px;
	float: left;

}

#background_nen #left_cenert
{
	width:295px;
	margin-right:0px;
	float:right;
	margin-top:3px;
	margin-bottom:1px;
	background-image:url(../images/4.png);

height:25px;
}
#left_cenert1
{
	width:295px;
	margin-right:0px;
	float:right;
	margin-top:3px;
	margin-bottom:1px;
	background-image:url(../images/5.png);
	background-repeat:no-repeat;

height:25px;
}
#left_cenert2
{
	width:295px;
	margin-right:0px;
	float:right;
	margin-top:3px;
	margin-bottom:1px;
	background-image:url(../images/6.png);
	background-repeat:no-repeat;

height:25px;
}
#3d
{
	width:295px;
	margin-right:0px;
	float:right;
	margin-top:3px;


height:280px;
}
#3d1
{
	margin-right:0px;
	float:right;
	margin-top:3px;

	width:290px;
height:280px;
}
#3d2
{
	margin-right:3px;
	float:right;
	margin-top:3px;

	width:290px;

}
.khungphai
{
width: 570px;
float:right;
margin-right:10px;
clear:both
}


.khungtrai
{
	float: left;
	height: auto;
	width: 381px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 15px;
}



#background_nen #fottercenter {
	background-image: url(../images/foot.gif);
	float: left;
	height: 40px;
	width: 1024px;
	margin-left: 0px;
	background-repeat: no-repeat;
}
#background_nen #topcenter #menutop {
	background-image: url(../images/nenmenu_top.png);
	background-repeat: repeat-x;
	float: left;
	height: 40px;
	width: 1000px;
	margin-top: 6px;
	margin-left: 14px;
}



#background_nen #dg_top #banner #khungtextslogan {
	height: 29px;
	width: 600px;
	float: left;
	margin-top: 35px;
	margin-left: 50px;
}
#background_nen #dg_top #banner #search {
	float: right;
	height: 25px;
	width: 248px;
	margin-top: 25px;
	margin-right: 65px;
}
#background_nen #dg_top #banner #search #nen_search {
	float: left;
	height: 28px;
	width: 204px;
}
#background_nen #dg_top #banner #search #nen_search #txttim {
	border: double #CCCCCC;
	padding-left:7px;
	float: left;
	height: 24px;
	width: 190px;
	background:transparent;
	color: #333333;
	font-style: italic;
}
#background_nen #dg_top #banner #search #nuttim {
	float: left;
	height: 28px;
	width: 37px;
	margin-left: 2px;
}
#background_nen #dg_top #banner #search #nuttim #btntim {
	background-image: url(../images/nut-tim.png);
	background-repeat: repeat;
	height: 32px;
	width: 56px;
}
.nav {
    margin: 0;
    padding: 2px 6px 0;
   
    line-height: 100%;
   
    display: inline-block;
	width:1000px;
}
.nav li {
    margin: 0 5px;
    padding: 0 0 8px;
    float: left;
    position: relative;
    list-style: none;
}
.nav a {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    display: block;
    padding:  8px 20px;
    margin: 0;
    -webkit-border-radius: 1.6em;
    -moz-border-radius: 1.6em;
    text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
.nav a:hover {
color:#FF0000
}
.nav ul {
    display: none;
}
/* Sub menu khi hover qua category */
.nav ul li:hover a, #nav li:hover li a {
    background: none;
    border: none;
    color: #FF0000;
}
/* dropdown menu */
.nav li:hover > ul {
    display: block;
}

/* level 2 list */
.nav ul {
    display: none;

    margin: 0;
    padding: 0;
    width: 350px;
    position: absolute;
    top: 35px;
    left: 0;
    background: #ddd url(img/gradient.png) repeat-x 0 0;
    border: solid 1px #b4b4b4;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
    box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
.nav ul li {
    float: none;
    margin: 0;
    padding: 0;
}

.nav ul a {
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;//TEst
}

/* menu 3+ */
.nav ul ul {
    left: 181px;
    top: -3px;
}
.nav ul li a{
    color:#666;
}

.indetruction
{
	width:688px;
	height:auto;
	float:left;
	margin-left: 10px;
	margin-bottom:20px;
}
#in_top
{
	width:690px;
	background-image:url(../images/1.png);
	height:25px;
	margin-top:5PX;
	background-repeat:no-repeat;
}
#in_top1
{
	width:690px;
	background-image:url(../images/2.png);
	height:25px;
	margin-top:5PX;
	background-repeat:no-repeat;
}
.nd
{	
	width:680px;

	height:auto;
	margin-top:5PX;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
}
.mc1
{
	margin:5 15 15 20;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bolder;
	padding-left: 20px;
	font-variant: normal;
	color: #0000FF;
}
#background_nen #center_center #dleft .indetruction #nd .mc2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 5px;
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
}

#dleft
{
	width:695px;
	height:auto;
	float:left;
	margin-left:14px;
	margin-top:3px;
}

#dright
{
	width:295px;
	height:auto;
	float:right;
	margin-right:10px;
}
#background_nen #center_center #galage {
	float: left;
	height: 350px;
	width: 695px;		
	margin-left:10px;
}
#gallery {
	position:relative;
	float: left;
	height: 350px;
	width: 680px;
	margin-left:0px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	



	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}
.khungct
{
height:240px;
width:223px;
margin:5 5 5 5;
float:left;
border: solid 1px;
}
.hinhct
{
	height:180PX;
	width:200px;
	margin-left:10px;
	margin-top:10px;
	float:left; 
}
.noidungct
{
height:40PX;
	width:200px;
	margin-left:10px;
	margin-top:10px;
	float:left; 
}
.footre
{
	width:1000px;
	height:90px;
	margin-left:12px;
	float:left;
	margin-top:10px;
}

/*phong to hinh*/
#cach
{
margin-bottom:5px}



#carousel {
	margin: 0 auto;
	width: 290px;
	height: 250px;
	padding: 0;
	margin-top:34px;
	overflow: scroll;
	border: 1px solid #999;
}
#carousel ul {
	list-style: none;
	width: 290px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
}
#cuoi
{
background-image:url(../images/7.png);
width:1000px;
height:5px;
margin-left:0px;
margin-bottom:3px;
}