@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, select, textarea, legend, caption, tbody, tfoot, thead, th {
margin: 0;
padding: 0;
}

body{
	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;
	color:#333;
	background:url(../res/bg.png);
}

a{
	color:#333;
	text-decoration:none;
}


#main{
	
	width:980px;	
	background:white;
	margin:25px auto 100px auto;
	box-shadow: 0px 0px 14px #aaa;
	padding-bottom:5px;
}

.header{
	padding-top:3px;	
	position:relative;
}


.clear{
	clear:both;
}
/*----------------------------------*/
@font-face
{
font-family: Banque;
src: url('UTM Banque Regular.ttf'); 
}

/*----------------------------------Menu----------------------------*/


/*----------------------*/

.search-wrap{
	width:240px;
	height:30px;
	position:absolute;
	right:10px;
	top:8px;
	background:white;
	padding-top:3px;
}

.search-txt{
	width:190px;
	height:25px;
	padding:0 5px;
	border:none;
	color:#666;
	font-size:14px;
	outline:none;
	float:left;
}

.search-button{
	width:38px;
	background:url(../res/search.png) center  no-repeat;
	float:left;
	border:none;
	outline:none;
	cursor:pointer;
	height:26px;
	
}



.menu{
	height:43px;
	width:970px;
	background:url(../res/menu-bg.png) repeat-x;
	position:relative;
	margin:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 3px 5px #aaa;

}


.menu ul{
	list-style:none;
	width:100%;
}

.menu ul li{
	float:left;
	font: bold 12px  Arial;
	height:40px;	
	margin:0 1px;
	position:relative;
	background:url(../res/menu-li-bg.png) no-repeat right 7px;
}


.menu ul li:last-child{
	background:none;
}

.menu ul li.selected a,.menu ul li:hover a{
	color:#faffa4;
}
.menu ul li:hover ul li a,.menu ul li.selected ul li a{
	color:#fff;
}


.menu ul li a{
	text-decoration:none;
	color:#fff;
	display:block;	
	padding:0 35px;
	line-height:40px;

}





ul.submenuf1{
	
	z-index: 10;
	background:url(../res/submenu-bg.png);
	border: 1px solid #000;
	position: absolute;
	padding: 0;
	width:250px;	
	z-index: 1000;
	line-height: 29px;
	
	display:none;
	
	
}

ul.submenuf1 li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:none;
	border-bottom:1px solid #aaa;
	font-weight:normal;
	height:35px;
	background:none;
	margin:0;
	
}

ul.submenuf1 li:last-child{
	border:none;
}

ul.submenuf1 li a{
	color:#white;
	padding:0 5px;
	line-height:35px;
	background:none !important;
}


ul.submenuf1 li:hover{
	background:#000;
}

ul.submenuf1 li:hover ul{

}


ul.submenuf1 li:hover a{
	color:#eee;
}

ul.submenuf2{
	
	z-index: 10;
	background:url(../res/submenu-bg.png);
	border: 1px solid #000;
	position: absolute;
	padding: 0;
	z-index: 100;
	width: 250px;
	line-height: 29px;
	right:-254px;
	top:-1px;
	display:none;

}

ul.submenuf2 li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:none;
	border-bottom:1px solid #ddd;
	font-weight:normal;
	margin:0;
}


ul.submenuf3{
	
	z-index: 10;
	background:url(../res/submenu-bg.png);
	border: 1px solid #000;
	position: absolute;
	padding: 0;
	z-index: 100;
	width: 250px;
	line-height: 29px;
	right:-254px;
	top:-1px;
	display:none;

}

ul.submenuf3 li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:none;
	border-bottom:1px solid #ddd;
	font-weight:normal;
	margin:0;
}


/* --------------Banner *---------------------*/

.main-container{
	width:930px;
	margin:auto;
}

.banner-wrap{
	height:330px;
	overflow:hidden;
	background:url(../res/shadow.png) bottom no-repeat;
	margin: 10px auto 0 auto;;
}

.banner{
	width:930px;
	height:285px;	
}


/* --------------Our Product---------------------*/

.our-product-container{
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}

.nav-head{
	font: normal 18px Banque, Arial, Helvetica, sans-serif;
	background:url(../res/right-ar.png) no-repeat #eee 4px 16px ;
	display:block;
	padding-left:14px;
	padding-bottom:10px;
	padding:10px 0px 10px 15px;
	border-bottom:1px solid #dedede;
	margin-bottom:20px;
}



.our-pro-item{
	width:220px;
	height:200px;
	padding:5px;
	border:1px solid #dedede;
}

.our-pro-item-img{
	width:210px;
	height:140px;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-bottom:10px;
}

.our-pro-item-img img{
	height:140px;
	margin:auto;
}

.our-pro-item h4{
	text-align:center;
	padding-top:10px;
	
}



/*----------------------------Bottom----------------------------*/

.bottom{
	margin:10px auto;
}

.bot-news{
	width:350px;
	float:left;
	
}


.bot-about{
	width:250px;
	float:left;
	margin:0 40px;
	text-align:justify;
	
}



.nav-head-bot{
	font-size:16px;
	background:none;
	border:none;
	margin-bottom:10px;
	padding-left:0;
	color:#C30;
}


.sub-list-news{
	list-style:none;
	clear:both;
	display:block;
	margin:20px 0px;
}

.sub-list-news li{
	margin:5px 0px;
	background:url(../res/bul.gif) no-repeat left;
	padding-left:15px;
}

.sub-list-news li a{
	color:#777;
}


.sub-news-img{
	width:100px;
	overflow:hidden;
	margin:0 10px 10px 0; 
	float:left;
	display:block;
}

.sub-news-img img{
	width:100px;
}

.sub-news-overview{
	font-size:11px;
	color:#999;
	padding:5px 0px;
}

.sub-about-overview{
	
	font-size:11px;
	color:#999;
}


.bot-support{
	width:250px;
	float:left;
	
}

.sp-h{
	text-align:right;
}


/*------------------------------------------*/


.support-table{
	font-size:11px;
	float:right;
	margin-bottom:20px;
}

.supportname{
	color:#841111;
	
}

.supportphone{
	margin:0 10px 0 0;	
}

.supportemail{

	background:url(../res/emailicon.png) no-repeat;
	padding-left:25px;
	line-height:18px;
	margin:10px 0;
	display:block;
	
}
/*----------------------submenu--------------------*/
.botmenu{
	clear:both;
	width:100%;
	height:48px;
	background:#015d17;
	list-style: none;
	margin-top:20px;
}

.botmenu li {
	line-height:48px;
	float:left;
	margin:0 1px;
	
}

.botmenu li:first-child a,.botmenu li:hover a{
	color:#e6f22e;
}

.botmenu li a{
	padding:0 20px;
	color:white;
}

/*----------------------footer --------------------*/

.footer{
	background:url(../res/footerbg-.jpg) no-repeat;
	font-size:11px;
	min-height:110px;
	position:relative;
	
	
}

.counter
{
    position:absolute;
    left:10px;
    top:10px;
    width:200px;
    height:80px;
}

/*--------------------Partner--------------------*/

.partner-container{
	margin:30px auto 10px auto;
	border-top:1px solid #000;
	padding:20px 0px 0px 0px;
}

.partner-item{
	width:130px;
	height:100px;
	display:block;
	overflow:hidden;
	float:left;
	margin:10px;
	
	
}

.partner-item img
{
    height:100px;
    max-width:130px;
    margin:auto;
    display:block;
}


.footerinner
{
    padding:5px;
    text-align:center;
}

.popup{
	background:url(../res/black-bg.png);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
}


.popup-inner{
	margin:100px auto;
	position:relative;
	max-width:800px;
}

.popup_close{
	display:block;
	width:66px;
	height:22px;
	background:url(../res/closelabel.gif) no-repeat;
	position:absolute;
	top:-22px;
	cursor:pointer;
	border:none;
	right:0px;
}


.folow_us
{
    margin-left:20px;
    padding-top:5px;
    border-top:1px solid #dedede;
    
}

.nav-dt
{
    margin-top:20px;
}



/**----------------list new----------------*/
.title
{
    font: bold 20px "Times New Roman", Times, serif;
    color: #000;
    padding:10px 0;
}

.lead
{
    font: bold 14px "Times New Roman", Times, serif;
    color: #888;
     
     margin:5px 0;
}

.newsdetail
{
    padding:0 15px 15px 15px;
    margin-bottom:20px;
}

.othernews
{
 width:95%;
    margin:10px auto 20px auto;
    list-style:none;
    
}

.othernews li
{
   background:url(../res/3_3.gif) no-repeat left;
   padding-left:10px;
   margin:5px auto;
   font-size:11px;
   
}

.othernews li a
{
    color:#036b85;
    font-size:12px;
    margin-right:10px;
}

.othernews-head
{
    border-bottom:1px solid #ddd;
    font-size:16px;
    margin:10px 0;
    width:95%;
    margin:20px auto;
}


.fnewsitemDetail{
	color:#C33;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	 width:290px;
}


     
    .newssource
    {
        font-weight:bold;
        font-size:11px;
        text-align:right;
        padding:5px;
    }
    
    
    .detail-product-ct{
	width:100%;
	border-bottom:1px solid #aaa;
	padding:15px 0;
	margin:30px 0 20px 0;
	font-family:"Segoe UI Light";
	font-size:18px;
}


	.phantrang
{
	margin:20px;
	font-size:11px;
	text-align:right;
	list-style:none;
	clear:both;
}

.phantrang ul{
text-decoration:none;
font-weight:bold;
}

.phantrang ul li{
display:inline;
color: #1ba1e2;
font-weight:bold;
margin: 0 3px 0 3px;
}

.validation
{
	color:Red;
	font-size:11px;
	
}

/**----------------list new----------------*/
.newsitem
{
    border-bottom:1px solid #ddd;
    clear:both;
    padding:10px 5px;
    margin:10px 5px;
}
.newsitem p
{
    margin:10px;
}

.newsitem-h2
{
    line-height:20px;
    font-size:14px;
}

.newsitem-h3
{
    font-weight:normal;
    font-size:11px;
    color:#666;
    margin:5px auto;
}

.newsitem-h4 a
{
    color:#036b85;
}
.newsitem-img
{
    width:130px;
    min-height:70px;

    display:block;
    overflow:hidden;    
    float:left;
    margin:5px 5px 5px 0;
    border:1px solid #aaa;
}

.newsitem-img img
{
    
     width:130px;
}

.newsitem-date
{
    font-size:11px;
    
}


/*----------------------*/


.share_this{
		width:300px;
		margin:20px auto;
}





.add-cart-button{
	display:block;
	width:100px;
	height:35px;
	background:#000;
	margin:10px 3px;
	text-align:center;
	color:white;
	cursor:pointer;
	border:none;
	line-height:25px;
}

.detail-product-name{
	font-size:16px;
	margin:5px 0 15px 0;
	color:#be2f2f;
	}
	
	
.detai-product-dt
{
	padding:5px 0px;
	line-height:150%;
}
	
	
/*----------------------*/

.detail-product{
	margin:30px auto;
}

.detail_product_bar{
	width:100%;
	background:#efefef;
	border:1px solid #ccc;
	margin:10px 0;
}

.detail_product_bar h1{
	font-size:24px;
	color:black;
	padding:10px;
	border-bottom:1px solid #ccc;
}

.detail_product_bar p{
	
}

.detail_product_bar p a{
	color:#1273AA;
	padding:10px;
	line-height:30px;
}

.detail-product-img-wrap{
	max-width:280px;
	max-height:280px;
	padding:10px;

	margin:0 auto;
	overflow:hidden;
	
}

.detail-product-img-wrap img
{
    max-height:280px;
    max-width:280px;
}

.detail-product-price{
color:#222;
font-size:14px;
margin:15px 0 15px 0;
}

.detail-product-price-sale{
color:#1ba0e1;
font-size:15px;
margin:0 0 5px 0;
}


.detai-product-short{
	color:#666;
margin:10px 0 10px 0px;
font-size:11px;
}

.detail-product-ct{
	width:100%;
	border-bottom:1px solid #aaa;
	padding:15px 0;
	margin:30px 0 20px 0;
	font-family:"Segoe UI Light";
	font-size:18px;
}

.product-detail-number{
	height:18px;
	width:80px;
	border:1px solid #CCC;
}

/*----------------------*/

/*------------------------right------------------------------*/

.pro-list{
}


.pro-item{
	width:310px;
	height:300px;
	float:left;
	margin:10px 10px;
	border:1px solid #dedede;
	padding:5px;
}

.pro-item-img{
	width:300px;
	overflow:hidden;
	margin:auto;
	display:block;
}

.pro-item-img img
{
    width:300px;
    max-height:225px;
    display:block;
    margin:auto;
}
.pro-name{
	padding:10px 5px 15px 5px;
	display:block;
	font-size:14px;
	line-height:130%;
		background-position:10px bottom;
	margin:10px 0;
	text-align:center;
	
}

.pro-name a{
color:#222;
}

.pro-price{
	font-weight:bold;
	color:#222;
	font-size:12px;
	line-height:150%;
	float:left;
}

.pro-price-sale
{
    color:#d01313;
}

.pro-detail{
	display:block;
	float:right;
	width:60px;
	height:25px;
	background:#086897;
	color:white;
	font-weight:bold;
	margin-right:5px;
	font-size:11px;
	text-align:center;
	line-height:25px;
	font-family:"Segoe UI Light";
}
.pro-detail span{
	color:white;
}


/*----------------Contact */


#main_create_account{
margin: 0;
width:500px;
margin:auto;
color:#666;
font-size:11px;
background: whiteSmoke;
border: 1px solid #E5E5E5;
line-height:5px;

}




#create_account_wrap
{
    margin:auto;

}
#create_account_wrap h4{
margin:10px 0 10px 0;
font-size:12px;
}

.create_account_txt{
display: inline-block;
height: 29px;
margin: 0;
padding: 0 8px;
background: white;
border: 1px solid #aaa;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
color:#999999;
border-color: #ccc;
  
}

  [required] {
    border-color: #88a;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 255, .5);
  }
  :invalid {
    border-color: #e88;
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
	  }
	  
	  
	  

.button_video{
text-shadow: 0 1px 0 white;
background-color: #E0E0E0;
filter: linear-gradient(to bottom,white 0,#E0E0E0 100%);
background-image: linear-gradient(to bottom,white 0,#E0E0E0 100%);
-moz-box-shadow: inset 0 0 1px #fff;
-ms-box-shadow: inset 0 0 1px #fff;
-webkit-box-shadow: inset 0 0 1px #fff;
height: 2.95em;
padding: 10px 20px 10px 20px;
border: #ccc 1px solid;
outline: 0;
font-weight: bold;
font-size: 11px;
white-space: nowrap;
word-wrap: normal;
line-height:10px;
vertical-align: middle;
cursor: pointer;
color:#444;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin:10px 1px 10px 1px;
}


.button_video:hover{


background-image: -moz-linear-gradient(top,white 0,#EfEfEf 100%);
background-image: -ms-linear-gradient(top,white 0,#EfEfEf 100%);
background-image: -o-linear-gradient(top,white 0,#EfEfEf 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,white),color-stop(100%,#EfEfEf));
background-image: -webkit-linear-gradient(top,white 0,#EfEfEf 100%);
background-image: linear-gradient(to bottom,white 0,#EfEfEf 100%);

-moz-box-shadow: inset 0 0 2px #fff;
-ms-box-shadow: inset 0 0 2px #fff;
-webkit-box-shadow: inset 0 0 2px #fff;
box-shadow: inset 0 0 2px #fff;

}

/*----------------------*/

.left 
{
    width:210px;
    float:left;
    margin:20px 20px 0 0;
}

.right
{
    float:left;
    width:700px;
}


/*-------------------------left menu------------------------------*/
.lmenu{
	width:200px;
	border:1px solid #dedede;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 6px #aaa;
}


.lmenu ul{
	list-style:none;
}

.lmenu ul li{
	font: bold 12px  Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #dedede;
	padding:0 5px;
	position:relative;
}

.lmenu ul li:last-child{
	border:none;
}

.lmenu ul li a{
	color:#444;
	line-height:40px;
	display:block;
}

.lmenu ul li a:hover{
	text-decoration:none;
}


.lmenu ul li ul{
	margin-left:8px;
	display:none;
}

.lmenu ul li ul li{
	border:none;
	font: 12px  Arial, Helvetica, sans-serif;
	background:url(../res/right-dot.png)  no-repeat;
	background-position:left 15px;
	padding:10px 12px 10px 12px;
	position:relative;
}

.lmenu ul li ul li a{
	color:#666;
	padding-right: 5px;
}

.lmenu ul li ul li ul{
	display:none;
	margin-left:0px;
}

.lmenu ul li ul li ul li{
	border:none;
	font: normal 11px  Arial, Helvetica, sans-serif;
	padding:5px 12px 5px 12px;
	background-position:left 10px;
	position:relative;
	background:url(../res/tri-right-sub.png)  no-repeat;
	background-position:left 12px;
}

.lmenu ul li ul li a{
	color:#666;
	line-height:20px;
	
}

.lmenu ul li ul li ul li ul li a
{
    color:#999;
}


.lmenu ul li span.parent{
	background:url(../res/tri-down.png) no-repeat;
	background-position:15px 0px;
	width:30px;
	height:7px;
	cursor:pointer;
	display:block;
	position:absolute;
	right:10px;
	top:12px;
}


.lmenu ul li ul li span.parent{
	background:url(../res/tri-down.png)  no-repeat;
	background-position:15px 0px;
	right:5px;
	top:15px;
}


.lmenu ul li ul li ul li span.parent{

	right:-5px;
}


/*--------------------------*/

.left-box
{
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 6px #aaa;
	width:190px;
	padding:5px;
	background:#015d17;
	color:White;
	margin-top:20px;
	font-size:11px;
}

.left-box strong
{
    font-size:13px;
}

.left-box p
{
    margin:5px 0;
}



.newsitem2
{
    border-bottom:1px solid #ddd;
    clear:both;
    padding:10px 5px;
    margin:10px 5px;
}
.newsitem2 p
{
    margin:10px;
}

.newsitem2-h2
{

    font-size:18px;
    padding:5px 0;
}

.newsitem2-h3
{
    font-weight:normal;
    font-size:12px;
    color:#666;
    margin:5px auto;
}

.newsitem2-h4 a
{
    color:#036b85;
}
.newsitem2-img
{
    width:300px;
    min-height:160px;
    padding:5px;

    display:block;
    overflow:hidden;    
    float:left;
    margin:5px 5px 5px 0;
    border:1px solid #ededed;
}

.newsitem2-img img
{
    
     width:300px;
     margin:auto;
}


.leftitsme1 a,.leftitsme2 a,.leftitsme3 a
{
    color:Orange !important;
}