f/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}


img {
	max-width: 100%;
	height: auto;
	border:none;
}
ul,li{
	list-style:none;
}

a{
	color:#333;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

#main p {line-height:160%;}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body{
	display:block;
	color:#1b1b1b;
	font-size:12px;
	direction:rtl;
	background:#fff; /*f7f7f7*/
	font-family:Arial, Helvetica, sans-serif, Tahoma, "Trebuchet MS", "Gill Sans MT";
}
#pagewrap{
	background:#f1f1f1 url(../img/pagetopbg.jpg) repeat-x top;
	display:block;
}

#pagewrapcenter{
	background:url(../img/pagecenter2.jpg) no-repeat center top;
	display:block;
}

#wrap{
	width:940px;
	margin:0 auto;
    min-height:600px;
}

#header{
	width:940px;
	height:120px;
	text-align:right;
	position:relative;
}

#logo{
	width:241px;
	height:96px;
	display:block;
	position:absolute;
	top:10px;
	left:10px;
}

#header h1{
	font-size:22px;
	width:430px;
	height:40px;
	text-align:left;
	line-height:40px;
	font-weight:normal;
	font-family:"Century Gothic", Arial, "Arial Narrow", Tahoma;
	color:#f1f1f1;
	text-shadow:1px 1px 1px #000;
	position:absolute;
	left:255px;
	top:68px;	
}

#header h1 span{
	color:#191919;
}

#header-right{
	width:560px;
	height:49px;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
}

#toplink{
	background:url(../img/toplink_bg_left.png) no-repeat left;
	padding-left:20px;
	height:49px;
	display:block;
	float:right;
    width:125px;
}
#toplink span{
	background:url(../img/toplink_bg.png) repeat-x;
	height:49px;
	padding-right:8px;
	display:block;

	text-align:center;
}

#toplink span a{
	display:block;
	font-size:13px;
	color:#ededed;
	font-weight:bold;
	text-decoration:none;
}


#languagebox{
	background:url(../img/toplink_bg_right.png) no-repeat right;
	padding-right:20px;
	height:49px;
	display:block;
	float:right;
	margin-left:5px;
    width:110px;
}
#languagebox span{
	background:url(../img/toplink_bg.png) repeat-x;
	height:49px;
	padding-left:8px;
	display:block;
	float:right;
	overflow:hidden;
	text-align:center;
}
#languagebox span a{
	float:right;
}


#navwrap{
	width:922px;
	height:26px;
	padding:7px 9px;
	position:relative;	
}

#nav{	
	height:26px;	
	width:725px;
	float:right;
	position:absolute;
	top:6px;
	right:15px;
}
#nav li{
	display:inline;
	display:block;
	float:right;
	background:url(../img/nav_li.jpg) no-repeat left;
	line-height:26px;
	padding:2px 6px;
	position:relative;
}
#nav li a{
	color:#dedede;
	font-size:13px;
	text-decoration:none;
	padding:0px;
    font-weight:bold;
}
#navwrap ul li#home{
	height:26px;
	padding-left:10px;
	overflow:hidden;
}
#navwrap ul li#home img{
	float:left;
	height:26px;
	display:block;
}

/*====================================================================================================*/


#nav li ul{
	width:180px;
	display:none;
	background:#272727;
	list-style:none;
	padding:10px;
	position:absolute;
	left:-9999px; 
	z-index:10000;
}
#nav ul li{
	padding-top:1px; 
	float:none;
	background:none;
	border-bottom:1px solid #666666;
}
#nav ul a{
	white-space:nowrap; 
}
#nav li:hover ul{
	right:0; 
	top:30px;
	display:block;
}

/*==============================================================================================================*/
#navwrap  #searchbox{
	position:absolute;
	top:7px;
	left:0px;
	height:26px;
	width:200px;
	overflow:hidden;
}
#navwrap  #searchbox label{
	width:50px;
	float:right;
	line-height:26px;
	text-align:right;
	color:#dedede;
	direction:ltr;
	font-size:13px;
}
#navwrap  #searchbox .txtbox1{
	background:url(../img/txtbox1.png) no-repeat;
	width:106px;
	height:26px;
	display:block;
	float:right;
    margin-left:5px;
}
#navwrap  #searchbox .txtbox1 input{
	background:none;
	width:102px;
	height:22px;
	padding:2px;
	border:none;
	display:block;
	float:right;
}
#navwrap  #searchbox  .btn1{
	background:url(../img/btn1.png) no-repeat;
	width:48px;
	height:26px;
	float:right;
	display:block;
}
#navwrap  #searchbox  .btn1 input{
	background:none;
	width:41px;
	height:26px;
	border:none;
	cursor:pointer;
	font-size:12px;
	color:#fff;
	display:block;
}

#main{
	width:940px;
	padding:12px 0 10px 0;
}
.mainbox-top{
	width:928px;
	background:url(../img/mainbox_top.png) no-repeat top;
	padding-top:7px;
	margin:0 auto;
}

.mainbox-bottom{
	width:928px;
	background:url(../img/mainbox_btm.png) no-repeat bottom;
	padding-bottom:7px;
}


.mainbox-bg{
	width:920px;
	padding:0 4px 20px 4px;
	background:url(../img/mainbox_bg.png) repeat-y;
}
#innerpage{
	width:890px;
	padding:0 19px 20px 19px;
}

#innerpage h2{
	width:890px;
	font-size:18px;
	color:#272727;
	padding:5px 0;
	border-bottom:1px solid #e10000;
}
#innerpage #post{
	width:830px;
	padding:10px 30px;	
}


#innerpage #post dd{
	width:830px;
	padding:5px 0;
	border-bottom:1px solid #cacaca;
	overflow:hidden;
}
#innerpage #post dd img{
	float:right;
	border:1px solid #d8d8d8;
	margin:0 10px 10px 0;
}

#innerpage #post dd .info{
	width:700px;
	float:left;
}
#innerpage #post dd .info h3{
	font-size:16px;
	display:block;
	font-weight:normal;
	width:720px;
	padding-bottom:10px;
}

#innerpage #post dd .info  p{
	font-size:12px;
	display:block;
	width:700px;
	padding-bottom:10px;
}

#innerpage #post dd .info .info-bottom{
	display:block;
	width:700px;
	overflow:hidden;
}
#innerpage #post dd .info .info-bottom span.date{
	float:right;
	font-size:12px;
}
#innerpage #post dd .info .info-bottom  p{
	width:330px;
	display:block;
	float:left;
	text-align:left;
}
#innerpage #post dd .info .info-bottom span{
	width:200px;
	float:right;
	display:block;
}
.moreinfo{
	background:url(../img/blt2.png) no-repeat left ;
	padding:0 15px 0 15px;
	text-decoration:none;
}
.moreinfo_h{
	background:url(../img/blt4.png) no-repeat left ;
	padding:0 15px 0 15px;
	text-decoration:none;
}
.filedownload{
	background:url(../img/blt3.png) no-repeat 10px;
	padding:0 15px 0 25px;
	text-decoration:none;
}

#innerpage #searchbox{
	width:830px;
	padding:10px 30px;	
}

#innerpage #searchbox dd{
	width:830px;
	padding:5px 0;
	border-bottom:1px solid #cacaca;
	overflow:hidden;
}
#innerpage #searchbox dd h3{
	width:745px;
	float:right;
	font-size:16px;
	font-weight:normal;
	line-height:21px;
	color:#272727;
}
#innerpage #searchbox dd h3 span{
	font-size:12px;
	color:#7a7a7a;
}
#innerpage #searchbox dd .moreinfo{
	background:url(../img/blt2.png) no-repeat 12px;
	padding:0 10px 0 10px;
	line-height:21px;
	text-decoration:none;
	width:60px;
	float:left;
	display:block;
}

/*=================homeslideshow=======================*/
#homeslideshow{
width:878px;
height:500px;
padding:15px 25px 20px 25px;
}

#gallery-page-slideshow{
width:878px;
height:500px;
padding-top:15px;
}

/*==========================contact===================================*/

#contact{
	width:890px;
	padding:0 19px 20px 19px;
}

#contactwrap{
	width:890px;
	padding:15px 0;	
	overflow:hidden;
}
#contact h2{
	width:890px;
	font-size:18px;
	color:#272727;
	padding:5px 0;
	border-bottom:1px solid #e10000;
}
#contact-right{
	width:500px;
	padding-right:10px;
	float:right;
}

#contact-right dd{
	width:500px;
	height:100px;	
}
#contact-right dd span{
	display:block;
}

#contactform{
	width:337px;

	display:block;
	float:left;
	padding:20px;
	background:#f7f7f7 url(../img/contactformbg.jpg) repeat-x top;
	border:1px solid #d8d8d8;
}
#contactform li{
	width:337px;
	padding-bottom:10px;
	overflow:hidden;
}
#contactform li label{
	width:100px;
	display:block;
	font-size:14px;
	line-height:31px;
	float:right;
}
#contactform li .txtbox2{
	background:url(../img/txtbox2.png) no-repeat;
	width:226px;
	height:31px;
	font-size:14px;
	display:block;
	float:left;
}

#contactform li .txtbox2 input{
	background:none;
	width:215px;
	height:28px;
	border:none;
	padding:2px 10px 1px 1px;
	font-size:14px;
}

#contactform li .txtarea1{
	background:url(../img/txtarea1.png) no-repeat;
	width:227px;
	height:120px;
	font-size:14px;
	display:block;
	float:left;
}

#contactform li .txtarea1 textarea{
	background:none;
	width:216px;
	height:108px;
	border:none;
	padding:12px 10px 1px 1px;
	font-size:14px;
}
#contactform li  .btn2{
	background:url(../img/btn2.png) no-repeat;
	width:172px;
	height:48px;
	display:block;
	border:none;
	float:right;
	cursor:pointer;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	margin-right:80px;
}

/*===========================================mainbox2======================================*/
.mainbox2-top{
	width:928px;
	background:url(../img/mainbox2_top.png) no-repeat top;
	padding-top:8px;
	margin:0 auto;
}

.mainbox2-bottom{
	width:928px;
	background:url(../img/mainbox2_btm.png) no-repeat bottom;
	padding-bottom:8px;
}


.mainbox2-bg{
	width:920px;
	padding:0 4px 20px 4px;
	overflow:hidden;
	background:url(../img/mainbox2_bg.png) repeat-y;
}

.rightmenu{
	width:185px;
	float:right;
}

#accordion {
	width:185px;
	display:block;
	padding-bottom:2px;
	background:url(../img/underline3.jpg) repeat-x bottom;
}
#accordion li{
	width:185px;
}
#accordion li h3 {
	color:#191919;
	background:#f1f1f1 url(../img/underline3.jpg) repeat-x top;
	font-weight:normal;
	width:175px;
	cursor:pointer;
	display:block;
	padding:10px 10px 10px 0; 
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
	text-decoration:none;
}
#accordion li h3 span{
	background:url(../img/blt2.png)  no-repeat right;
	display:block;
	width:160px;
	padding-right:15px;
}

#accordion li h3.on{
	color:#191919;
	background:#f1f1f1 url(../img/underline3.jpg) repeat-x top;
	font-weight:normal;
	width:175px;
	cursor:pointer;
	display:block;
	padding:10px 10px 10px 0; 
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
	text-decoration:none;
}
#accordion li h3.on span{
	background:url(../img/blt4.png)  no-repeat right;
	display:block;
	width:160px;
	padding-right:15px;
}
#accordion li h3.over{
	color:#191919;
	background:#f1f1f1 url(../img/underline3.jpg) repeat-x top;
	font-weight:normal;
	width:175px;
	cursor:pointer;
	display:block;
	padding:10px 10px 10px 0; 
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
	text-decoration:none;
}

#accordion .current-inside {font-weight:bold;}
/*#accordion li h3.over span{
	background:url(../img/menu_blt_h.png) no-repeat right;
	display:block;
	width:208px;
	padding-right:13px;
}*/
#accordion li ul{
	width:145px;
	background:url(../img/underline3.jpg) repeat-x top;
	padding:10px 30px 10px 10px;
	
}
#accordion li ul li{
	width:145px;	
	padding-bottom:5px;
}

#accordion li ul li a{
	width:145px;
	text-decoration:none;
	font-size:14px;
}

#leftcontent{
	width:715px;
	padding:17px 20px 20px 0;
	float:left;
}
#leftcontent .product{
	width:725px;
	overflow:hidden;
    position:relative;
}


#leftcontent .product li{
	background:#fff url(../img/imgboxbg.jpg) repeat-x top;
	width:214px;
	height:236px;
	float:right;
	text-align:center;
	padding:10px 0 0 0;
	margin:0 0 15px 25px;
	border:1px solid #d8d8d8;
	position:relative;
}
#leftcontent .product li h3{
	width:214px;
	height:50px;
	display:block;
	text-align:center;
	color:#2b2b2b;
	font-size:16px;
	font-weight:normal;
}
#leftcontent .product li .more{
	width:214px;
	height:30px;
	background:#2f2f2f;
	display:block;
	line-height:30px;
	color:#f1f1f1;
	font-size:14px;
	position:absolute;
	bottom:0;	right:0px;
}
#leftcontent .product li .more a{
	color:#f1f1f1;
	background:url(../img/blt5.png) no-repeat left 3px;
	padding:0 15px;
	text-decoration:none;
} 


.prodetailbox{
	background:#fff;
	width:676px;
	padding-right:20px;
	overflow:hidden;
	margin-bottom:20px;
	border:1px solid #d8d8d8;
}
.prodetailbox .proimgbox{
	width:206px;
	background:#fff;
	float:left;
	padding:15px 15px 0 15px;	
}
.prodetailbox .proimgbox li{
	width:206px;
	padding-bottom:15px;
}


.prodetailbox .proimgbox li img{
	width:203px;
	height:143px;
	border:1px solid #d8d8d8;	
}

.prodetailbox .proinforight{
	width:428px;
	float:right;
}
.prodetailbox .proinforight h3{
	width:428px;
	color:#e10000;
	font-size:18px;
	margin-bottom:5px;
	border-bottom:1px solid #d8d8d8;
}
.prodetailbox .proinforight p{
	width:428px;
	font-size:12px;
	padding-bottom:55px;
}

.prodetailbox .proinforight .specifications{
	width:426px;
	padding-bottom:20px;
	background:#fff;
	border:1px solid #d8d8d8;	
}


.prodetailbox .proinforight .specifications li{
	width:396px;
	padding:10px 15px;
	overflow:hidden;	
}
.prodetailbox .proinforight .specifications li.gray{
	background:#f1f1f1;
}


.prodetailbox .proinforight .specifications li.hrgray{
	background:#f1f1f1;
	border-bottom:1px solid #d8d8d8;
}

.prodetailbox .proinforight .specifications li.hrgray h4{
	font-size:14px;
	color:#e10000;
}

.prodetailbox .proinforight .specifications li span{
	width:180px;
	float:right;
	display:block;
}
/*========================================================================================*/
#main-bottom{
	width:928px;
	padding:0 6px 45px 6px;
	overflow:hidden;	
}

.rightbox-top{
	width:238px;
	float:right;
	padding-top:10px;
	background:url(../img/rightbox_top.png) no-repeat top;	
}
.rightbox-bottom{
	width:238px;
	padding-bottom:8px;
	background:url(../img/rightbox_btm.png) no-repeat bottom;	
}

.rightbox-bg{
	width:230px;
	background:url(../img/rightbox_bg.png) repeat-y;
	padding:0 4px;	
    height:221px;
}

.rightbox-bg h2{
	background:#1b1b1b;
	text-align:center;
	padding:10px 0;
	color:#dfdfdf;
	font-weight:normal;
	font-size:14px;
}

#news{
	width:210px;
	color:#dfdfdf;
	padding:10px;
}
#news li{
	width:210px;
	padding:5px 0;
}
#news li h3{
	width:210px;
	display:block;
	font-size:15px;
	font-weight:normal;
	padding-bottom:10px;	
}
#news li p{
	width:210px;
	padding-bottom:10px;
}

#news li .more{
	background:url(../img/morebg.png) no-repeat center top;
	height:24px;
	padding-left:5px;
	display:block;
	text-align:left;
	line-height:24px;
	color:#dfdfdf;
	text-decoration:none;
	font-size:11px;
	padding-left:10px;
}

.leftbox-top{
	width:683px;
	float:left;
	padding-top:9px;
	background:url(../img/boxleft_top.png) no-repeat top;	
}
.leftbox-bottom{
	width:683px;
	padding-bottom:7px;
	background:url(../img/boxleft_btm.png) no-repeat bottom;	
}

.leftbox-bg{
	width:675px;
	background:url(../img/boxleft_bg.png) repeat-y;
	padding:0 4px 25px 4px;	
}

.leftbox-bg .hdr{
	background:#1b1b1b;
	text-align:center;
	height:30px;
	width:675px;
	color:#dfdfdf;
	margin-bottom:25px;
	font-weight:normal;
	font-size:14px;
}
.leftboxcontent{
	width:615px;
	background:url(../img/bdr1.jpg) repeat-y center;
	padding:0 30px;
	overflow:hidden;
}
.leftboxcontent .link{
	float:right;
}
.leftboxcontent ul{
	width:280px;
	float:left;	
}
.leftboxcontent ul li{
	width:280px;
	background:url(../img/underline2.jpg) no-repeat left bottom;
	padding:10px 0;
}
.leftboxcontent ul li a{
	color:#e2e2e2;
	width:260px;
	text-decoration:none;
	overflow:hidden;
	background:url(../img/blt1.png) no-repeat left;
	padding-left:20px;
	display:block;
}
.leftboxcontent ul li a img{
	float:right;
	margin-left:20px;
}
.leftboxcontent ul li a span{
	float:right;
	padding-top:10px;
	font-size:16px;
}
/*========================================================================================footer==================================*/
#footerwrap{
	display:block;
	background:#c9c9c9;
}

#footer{
	width:920px;
	font-size:12px;
	color:#191919;
	margin:0 auto;
	text-align:center;
	padding:10px;
    padding-bottom:0px;
}
#footer-top{
	width:920px;
	padding-bottom:10px;
	overflow:hidden;
}
#footertop-left{
	width:140px;
	float:left;
	direction:ltr;
	text-align:left;
} 

#footertop-right{
	width:760px;
	float:right;
	text-align:right;
} 

#footertop-right span{
	padding:0 5px;
    font-size:14px;
}

#footertop-right span a{
	text-decoration:none;
}

#footer-bottom{
	width:920px;
	background:url(../img/footerbg.png) no-repeat center top;
	padding:10px 0;
	overflow:hidden;		
}

#footer-bottom p{
	float:left;
	width:350px;
	text-align:left;
}
#footer-bottom p img{
	margin:0 3px;
    height:50px;
}
#footer-bottom  span{
	float:left;
}

.sitemap ul {margin-right:15px;margin-top:5px;margin-bottom:10px;}
.sitemap li {margin-top:3px;}

.sitemap li a {text-decoration:none}
.sitemap li a:hover {text-decoration:underline}



#home_icon {height:25px;width:31px;display:block;background:url("../img/icon_home.png") 0 -25px;margin-left:5px;}
#home_icon:hover,#nav .current-menu-item #home_icon {background-position:0 0;}
#nav li:first-child a {padding:0px; }
#nav li:first-child span,#nav li:first-child span span {background:none !important;padding:0 !important;margin:0 !important;}

#nav > li  > a > span {padding-left:8px;height:24px;margin-right:0;margin-left:10px;position:relative;padding-right:8px;display:inline-block;*display:inline;zoom: 1;}


#nav > li:hover > a > span, #nav > li.current-products-categories-ancestor > a > span,#nav > li.current-menu-item > a > span,#nav > li.current-menu-parent > a > span {background:url("../img/menu_hover_bg.png") repeat-x right top;}
#nav > li:hover > a > span > span, #nav > li.current-menu-item > a > span > span, #nav > li.current-products-categories-ancestor > a > span > span, #nav > li.current-menu-parent > a > span > span {background: url('../img/menu_hover_left.png') no-repeat left top;
height: 24px;
width: 5px;
position: absolute;
left: -5px;
top: 0;}


.qas_text {height:35px;min-height:35px;overflow:hidden;}
.qas_text.full {height:auto;}


#flash_movie {background:url('../images/flash_bg.jpg') repeat-y bottom;width:100%;height:100%;position:fixed;top:0;left:0;}

.ngg-gallery-thumbnail {width:150px;}
.ngg-gallery-thumbnail-box {margin:7px;}
.ngg-galleryoverview {
overflow: visible;}

.bgchange {
	background: #fff !important;
}
.hide {
	display: none !important;
}