*{
	margin: 0;
}
body{
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background:url(/images/bg.png) #92ddfd repeat-x left top;
	background-attachment: fixed;
}
a{text-decoration:none; color: #0000F8; font-size: 12px; font-weight: bold; }
a:hover {color: #d29000;}
p{font-size: 12px;}
ul
{
    list-style:none;
    display:block;
}
img{ border: none;}
#body {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}

/******* Main *********/
/******* Header *********/
#bg_header{
	width: 990px;
	float: left;
	padding: 0 5px;
	background: #fff;
}
#header{
	width: 990px;
	float: left;
	height: 135px;
	background: #0093dd;
	position: relative;
}

#header  div.logo {
	float: left;
	width: 250px;
	padding: 10px 0 0 10px;
}

#header  div.logo img{
	float: left;
	height: 120px; 
}
#header div.banner{
	position: absolute;
	top: 30px;
	left: 220px;
	width: 500px;
}
#header div.banner a img{
	float: left;
	height: 75px;
}
#header  div.links {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 300px;
	height: 35px;
}

#header  div.links div {
	float: left;
}
#header  div.links .lang {
	width: 115px;
	color: #fff;
}
#header  div.links .lang a{
	color: #fff;
	float: left;
	line-height: 28px;
}
#header  div.links .lang a span{
	color: #fff;
	float: left;
	line-height: 28px;
	padding: 0 5px 0 5px;
}
#header  div.links .lang a span:hover {
	color: #d52601;
}


#header  div.links .link {
	width: 170px;
	color: #fff;
	float: left;
}
#header  div.links .link  ul{
	float: left;
}
#header  div.links .link  ul li{
	float: right;
	width: 38px;
}

#header  div.links .link a {
	float: right;
	line-height: 28px;
	padding-right: 10px;
	width: 28px;
}
#header  div.links .link a img {
	float: right;
	height: 28px;
}

#header .first {
	position: absolute;
	top: 55px;
	right: 0px;
	width: 240px;
	height: 29px;
	padding: 4px;
}
#header .first p{ color:yellow; font-weight:bold; font-size:15px;}

#header #search {
	position: absolute;
	top: 90px;
	right: 0px;
	width: 240px;
	height: 29px;
	padding: 4px;
	background: url(/images/bg_search.png) no-repeat left top;
}
#header #search input#product {
	float: left;
	width: 198px;
	height: 26px;
	background: none;
	border: none;
}

#header #search input#btn_search {
	float: left;
	width: 30px;
	height: 24px;
	background: none;
	border: none;
	margin-left: 8px;
	cursor: pointer;
}
/*******End Header *********/

/******* Wrapper *********/
#main {
	width: 990px;
	padding: 1px 5px 10px 5px;	
	float: left;
	background: white;
}

#main #menu {
	width: 990px;
	background: url(/images/bg_nav.png) repeat-x left top;
	float: left;
	padding-bottom: 10px;
}

#main #slide {
	width: 976px;
	float: left;
	border: 1px solid #4e9be0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 6px;
}


#main #content {
	width: 990px;
	float: left;
	padding-top: 0px
}



#products_cat  {
	width: 990px;
	background: url(/images/sharow.png) no-repeat -2px top;
	padding-top: 15px;
	float: left;
	
}
#products_cat div.products_cat {
	width: 236px;
	float: left;
	padding: 0 15px 10px 0;
	
}


#products_cat div.products_cat h2 {
	width: 225px;
	float: left;
	text-align: center;
	position: absolute;
	bottom: 3px;
	left: 5px;
	background-color: #0093DD;
	opacity: 0.8;
	
}

#products_cat div.products_cat h2 a {
	color: #fff;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
		width: 225px;
	float: left;
}

#products_cat div.products_cat h2 a:hover {
	color: red;
}
#products_cat div.products_cat div.main {
	width: 225px;
	float: left;
	text-align: center;
	padding: 10px 5px 3px 5px;
	position: relative;
}

#products_cat div.products_cat div.main img{
	width: 225px;
	height: 150px;
	
}

#products_cat div.products_cat div.bottom {
	width: 235px;
	height: 6px;
	float: left;
	background: url(/images/bottom_services.png) no-repeat left top;
}

#browse_products {
	padding: 0;
	float: left;
}


#browse_products li#product{
	padding: 5px;
	float: left;
	width: 128px;
	text-align: center;
	height: 140px;
}

#browse_products li#product a.tooltip img{
	width: 115px;
	height: 95px;
	padding: 4px;
	border: 1px solid #c7c7c7;
}
#browse_products li#product a.tooltip img:hover {
	border: 1px solid #0972d2;
}
#browse_products li#product a.title {
	float: left;
	width: 126px;
	padding: 5px 0 0 0px;
	color: #036fd1;
}
#browse_products li#product a.title:hover {
	color: #0972d2;
}
#container div.bottom {
	float: left;
	width: 560px;
	background:url(/images/bg_bottom_main.png) no-repeat left top;
	height: 8px;
}

/*******End Main *********/
/******* Left *********/
	#left{
		float: left;
		width: 205px;
		padding: 0 9px 0 0;
	}
	 #menu_left {
		float: left;
		width: 205px;
		padding-bottom: 10px;
	}
	 #menu_left h2{
		float: left;
		width: 205px;
		background:url(/images/head_left.png) no-repeat left top;
		line-height: 36px;
	}
	 #menu_left h2 span{
		float: left;
		width: 180px;
		background:url(/images/icon.png) no-repeat 10px 14px;
		padding-left: 25px;
		color: #fff;
		font-size: 12px;
		text-transform: uppercase;
	}
	 #menu_left h2 span{
		float: left;
		width: 180px;
		background:url(/images/icon.png) no-repeat 10px 14px;
		padding-left: 25px;
		color: #fff;
		font-size: 12px;
		text-transform: uppercase;
	}
	 #menu_left .main {
		float: left;
		width: 203px;
		border-left: 1px solid #036fd1;
		border-right: 1px solid #036fd1;
		padding: 10px 0 5px 0;
	}
	 #menu_left #r_tin_content {
		float: left;
		width: 193px;
		padding: 0 5px;
	}
	 #menu_left ul{
		float: left;
		width: 203px;
		padding: 0;
	}
	 #menu_left  #r_tin_content  ul li{
		float: left;
		width: 193px;
	}
	#menu_left  #r_tin_content  ul li a.img{
		float: left;
		width: 90px;
		height: 75px;
	}
	#menu_left  #r_tin_content  ul li a.img img{
		float: left;
		width: 80px;
		height: 60px;
		padding: 2px;
		border:1px #cccccc solid;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	#menu_left  #r_tin_content  ul li a.title {
		float: left;
		width: 103px;
		height: 75px;
		text-align: left;
		color: #303030;
	}	
	#menu_left  #r_tin_content  ul li a.title:hover  {

		color: #0093dd;
	}	
	#menu_left div.bottom {
		background:url(/images/bottom_left.png) no-repeat left bottom;
		width: 205px;
		height: 5px;
		float: left;
	}
	#menu_left ul.support {
		float: left;
		width: 193px;
		padding: 10px 5px 5px 5px;
	}
	#menu_left ul.support li {
		float: left;
		width: 193px;
		padding-top: 5px;
	}
	#menu_left ul.support li p.title{
		float: left;
		width: 78px;
		line-height: 20px;
		font-weight: bold;
	}
	#menu_left ul.support li a{
		float: left;
		width: 100px;
		line-height: 20px;
		font-weight: bold;
		
	}
	#menu_left ul.support li p.phone {
		float: left;
		width: 190px;
		line-height: 20px;
		font-weight: bold;
		background:url(/images/phone.png) no-repeat 3px top;	
		padding: 10px 0 0 45px;		
		color: red;
		
	}
	#menu_left ul.ads {
		float: left;
		width: 193px;
		padding: 10px 5px 5px 5px;
	}
	
	#menu_left ul.ads li {
		float: left;
		width: 193px;
		text-align: center;
		padding-bottom: 5px;
	}
	
	#menu_left ul.ads li img{
		width: 185px;
	}
	#new_main {
		width: 775px;
		float: left;
		padding: 0;
	}
	
	#new_main #highlights {
		width: 755px;
		float: left;
		padding: 10px;
		background:url(/images/box.png) no-repeat left top;
		height: 275px;
	}
	#new_main .header h2 a {
		width: 755px;
		float: left;
		color: #0203e9;
		line-height: 20px;
		font-size: 14px;
		padding-bottom: 5px;
	}
	#new_main .content p.content {
		width: 270px;
		float: left;
		line-height: 20px;
	}
	
	#new_main .content p a.img {
		width: 270px;
		float: left;
	}
	
	#new_main .content p a.img img{
		width: 255px;
		float: left;
		padding-top:30px;
	}
/*******End Left *********/

#footer{
	width: 1000px;
	float: left;	
	padding: 10px 0;
	color: #fff;
	line-height: 20px;
	background: #036fd1;
	clear: both;
	border-top: 5px #2597fe solid;
	font-weight: bold;
}
#footer #bottom{
	width: 1000px;
	margin: 0 auto;
}
#footer #menu
{
	float: left;
	width: 750px;
	
}

#footer #menu ul
{

	float: left;
	width: 750px;
	padding: 0;
	
}

#footer #menu li
{
	float: left;
	line-height: 30px;
	font-weight: bold;
}

#footer #menu li a
{
	float: left;
}

#footer #menu li a span
{
	float: left;
	padding: 0 20px;
	line-height: 30px;
}

#footer #menu li a span:hover 
{
}

#footer p, #footer b{
	color: #fff;
	font-size: 12px;
	font-weight: bold;

}
#footer  h2{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#pt{
 float: right;
 clear:both;
 padding: 10px 20px 10px 0;
 font-size: 12px;
 width: 670px;
 }

 #pt p{
	width: 380px;
	margin: 0;
	float: right;
 }
 #pt a{
	margin-left: 2px;
	border: 1px solid #C6C6C6;
 }
 
 
 
 /*shopping-cart*/

#da_mua {
    background-image: url("/images/cart1.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: red;
    font-weight: bold;
    padding: 10px 10px 10px 40px;
	
}
.carticon {
     background-image: url("/images/cart1.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 10px;
    text-align: center;
    padding-left: 21px;
    color: #006699;
    font-weight: bold;
	
}
.gohome{
    background-image: url("/images/back.png");
    color: #006699;
    display: inline-block;
    font-weight: bold;
    padding: 10px 10px 10px 21px;
    background-position: center left;
    background-repeat: no-repeat;
}

#da_mua a{
	color:red;
	}	
#xem {
    background-image: url("/images/tt.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    font-weight: bold;
    padding: 10px 10px 10px 40px;
    

}
#xem_chitiet {
    background-image: url("/images/carticon2.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    font-weight: bold;
    padding: 10px 10px 10px 40px;

}
.tt {
    background-image: url("/images/tt.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #006699 ;
    display: inline-block;
    font-weight: bold;
    padding: 10px 10px 10px 31px;
    text-align: center;

}
.tt:hover,#xem_chitiet a:hover,#xem a:hover
{
    color:red;
}
#xem_chitiet a,#xem a
{
    color:#006699;
}
#xem a:hover{
	color:red;
	}
	
#t_toan {
    background-image: url("/images/brie.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: red;
    font-weight: bold;
    padding: 10px 10px 10px 40px;

}
#t_toan a{
	
	}

#t_toan a:hover{
	color:red;
	}
		
        
 div.contact input{
    background: none;
    border: 1px solid #CCC;
    color: #0A5AA0;
    font-weight: bold;
    padding: 2px 25px;
    cursor: pointer;
}
  div.contact input:hover {
    color: #FB0;
    }
 div.amanu {
    float: left;
    padding: 15px 20px;
    width: 110px;
    text-align: center;
    
 }
  div.amanu img{
    width: 110px;
    height: 60px;
 }      


#bottombar{  position:fixed; z-index:999; bottom:5px; right:2px;float: right}
.bb_close{}
.bb_close a{ display:block; padding:3px 7px; border:1px solid #ccc; float:right;}
.bottombar { padding:0;float: right;}

.title_cate 
{
    text-transform:uppercase;
    color:#000;
    font-weight:bold;
    margin-left:1px;
}
.line_cate 
{
    width:100px;
    height:20px;
    background: url(../images/line-cate.gif) repeat-x;    
}
.emailto 
{
    position:absolute;
    bottom:12px;
    right:14px;
}
.emailto h1
{
    color:#fff;
    
}
.emailto a
{
    color:#fff;
    
} 

.backlink{
	color:#ffffff;
}

.webtext{
	float:left;width:1000px;padding-left: 20px;
}
.webtext a.backlink:hover{
	color:#ffffff
}
#brower_products{
	width:775px;
	float:left;
}
.gioithieu{
	float:left;width: 480px;text-align: justify;
}
.gioithieu strong{
	text-align:center;
	padding-left:20px;
	font-size:13px;
}
.gioithieu b{
	text-align:center;
	padding-left:55px;
}
.gioithieu b1{
	text-align:center;
	padding-left:100px;
	font-weight:bold;
}
.gioithieu b2{
	text-align:center;
	padding-left:165px;
	font-weight:bold;
}
.chitiet{
	float: left; width: 680px; padding-top: 5px;
}
.chitiet a{
	font-size:14px !important;
}


 