@charset utf-8;
/**
  Theme Name: Danco
  Version: 1.0
  Author: Jacky
  Author URI: http://www.geeknova.net
  Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS, blank-slate
  Licence: LGPL
  
  Description: A theme created by Jacky in mind which should enable rapid WP reskinning. The CSS is minimal but consistent cross-browser, there are a couple of SEO tweaks and the page navigation works sensibly but can modified easily.
  
*/
@import url(reset.css);

html {
	overflow-y: scroll;
	overflow-x: hidden;
}
/*back to top*/
#BackToTop {
	float:left;
	display:none;
    color:#eee;
	position:fixed;
	z-index:9999;
	right:0px;
	bottom:0px;
}

#BackToTop span{
    display: block;
    cursor: pointer;
	width:95px;
	height:30px;
	background:url(images/backtotop.png) no-repeat;
	text-indent:-9999px;
}

body{
	font-size:14px;
	line-height:20px;
	min-width:960px;
	min-height:600px;
	color:#666;
	font-family:"arial";
	background:url(images/body-bg.jpg) repeat #fff center top;
}
body ::selection {
	color:#fff;
	background-color:#e58712;
}
#body-container{
	width:960px;
	margin:0 auto;
	background:#fff;
	padding:0px 10px;
}
#header{
	width:100%;
	min-width:960px;
	float:left;
	position:relative;
	z-index:1;
}
#header .inner-wrapper{
	width:960px;
	height:140px;
	margin:0 auto;
	position:relative;
	z-index:11;
}
#header #logo{
	position:absolute;
	z-index:111;
	top:15px;
	left:15px;
}
#header #site-name{
	display:none;
}
#header #site-description{
	display:none;
}
#header #language-switch{
	position:absolute;
	z-index:112;
	top:15px;
	right:0px;
}
#header #language-switch ul{}
#header #language-switch ul li{
	float:left;
	margin:0px 0px 0px 5px;
}
#header #phone{
	position:absolute;
	z-index:113;
	top:60px;
	right:0px;
	text-align:right;
	/*background:url(images/skype.png) no-repeat left top;*/
}
#header #phone h3{
	font-size:20px;
	color:#48a7de;
	margin:0px 0px 10px 0px;
}

#navigation{
	width:100%;
	min-width:960px;
	float:left;
	position:relative;
	z-index:1111;
	margin:0px 0px 10px 0px;
}
#navigation .inner-wrapper{
	width:960px;
	height:36px;
	margin:0 auto;
	position:relative;
	z-index:21;
	background:#004776;
}
#nav-primary {
	clear: both;
	display: block;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
}
#nav-primary ul {
	list-style:none;
}
#nav-primary li {
	float: left;
	position: relative;
	margin-right:1px;
}
#nav-primary li.lastmenu{
	background:none;
}
#nav-primary a {
	color: #fff;
	display: block;
	padding: 0 25px;
	height:36px;
	line-height:36px;
}
#nav-primary a b{}
#nav-primary ul ul {
	display: none;
	float: left;
	position: absolute;
	top:36px;
	left:0px;
	z-index:99;
}
#nav-primary ul ul ul {
	left: 100%;
	top: 0;
}
#nav-primary ul ul a {
	background: none repeat scroll 0 0 #145291;
	border-bottom: 1px dotted #004776;
	color: #fff;
	height: auto;
	line-height: 36px;
	margin: 0;
	padding: 0 10px;
	width:160px;
}
#nav-primary li:hover > a,
#nav-primary ul ul :hover > a,
#nav-primary a:focus,
#nav-primary li.current-menu-item a,
#nav-primary li.current-menu-parent a {
	color: #000;
	background:#D2D3D5;
}
#nav-primary li:hover > ul.sub-menu a{
	color: #000;
	background:#D2D3D5;
}
#nav-primary li.current-menu-item .sub-menu a {}
#nav-primary li.current-menu-item ul.sub-menu :hover > a ,
#nav-primary li.current-menu-item ul.sub-menu li:hover a ,
#nav-primary li.current-menu-item ul.sub-menu a:hover ,
#nav-primary li.current-menu-item ul.sub-menu li.current-menu-item a {
	color: #004776;
	background:#D2D3D5;
}
#nav-primary li ul.sub-menu :hover > a ,
#nav-primary li ul.sub-menu li:hover a ,
#nav-primary li ul.sub-menu a:hover ,
#nav-primary li ul.sub-menu li.current-menu-item a {
	color: #004776;
	background:#D2D3D5;
}
#nav-primary ul li:hover > ul {
	display: block;
}

#slider{
	width:100%;
	float:left;
	min-width:960px;
	position:relative;
	z-index:3;
}
#slider .inner-wrapper{
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:31;
}
#slider .skitter-square .info_slide_dots .image_number:hover{
	background:#01b1d7 !important;
}
#slider .skitter-square .info_slide_dots .image_number_select, #slider .skitter-square .info_slide_dots .image_number_select:hover{
	background:#01b1d7 !important;
}
#slider .skitter-square .prev_button,
#slider .skitter-square .next_button{
	display:none !important;
}
#slider .box_skitter .info_slide_dots{
	bottom:10px !important;
}
#main{
	width:100%;
	float:left;
	min-width:960px;
	position:relative;
	z-index:4;
	margin:0px 0px 0px 0px;
	
}
#main .inner-wrapper{
	width:960px;
	margin:0 auto;
	position:relative;
	z-index:41;
	background:#fff;
}
#footer{
	width:100%;
	float:left;
	min-width:960px;
	position:relative;
	z-index:5;
	font-size:12px;
	color:#666;
	text-transform:uppercase;
}
#footer a{
	color:#666;
}
#footer .inner-wrapper{
	width:960px;
	height:125px;
	margin:0 auto;
	position:relative;
	z-index:51;
	background:url(images/footer-bg.jpg) repeat-x left top;
}
#footer #copyright{
	text-align:center;
	width:100%;
	float:left;
	margin:25px 0px 25px 0px;
}
#footer #analysis{
	width:100%;
	float:left;
	text-align:center;
}

.jacky-content{
	width:960px;
	float:left;
	padding:20px 0px 20px 0px;
	min-height:400px;
}
.right-all-content{
	/*width:740px;*/
	width:710px;
	float:right;
	margin:0px 0px 0 0;
	min-height:300px;
}
.full-width-content{
	width:960px;
	float:left;
}
.full-width-content .page-title{
	display:none;
}
.full-width-content p{
	width:100%;
	float:left;
	margin:0px 0px 20px 0px;
}

/*sidebar.php*/
.left-sidebar{
	/*width:215px;*/
	width:220px;
	float:left;
}
#sidebar{}
#sidebar #company-image{
	width:220px;
	float:left;
	margin:0px 0px 25px 0px;
}
#sidebar #company-info{
	width:180px;
	float:left;
	padding:20px;
	color: #E5E5E5;
	background: #003E66;
	font-size:12px;
}
#sidebar #company-info h3{
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: thin #E5E5E5 dotted;
	font-size:14px;
}
.left-menu{
	width:220px;
	float:left;
}
.left-menu h3{
	width:100%;
	float:left;
	height:50px;
	line-height:50px;
	text-indent:15px;
	color:#444;
	font-size:20px;
	display:none;
}
.left-menu li{
	width:100%;
	float:left;
	margin:0px 0px 5px 0px;
}
.left-menu li a{
	height:30px;
	line-height:30px;
	float:left;
	font-size:14px;
	padding:0px 0px 0px 15px;
	width:200px;
	color:#fff;
	font-weight:bold;
	background:url(images/icon_normal.png) no-repeat 180px 3px #004776;
}
.left-menu li a:hover,
.left-menu li.current-menu-item a,
.left-menu li.current-post-parent a{
	color:#000;
	background:url(images/icon_active.png) no-repeat 180px 3px #D2D3D5;
}

/*sub-menu*/
.left-menu ul li .sub-menu{
	display:none;
}
.left-menu ul li .sub-menu li{
	background:url(images/menu-bg-2.jpg) repeat-x left top;
}
.left-menu ul li .sub-menu a{
	padding:0px 0px 0px 30px;
	background:url(images/heng.jpg) no-repeat 17px 14px #D2D3D5;
	width:185px;
}
.left-menu ul li.current-menu-item .sub-menu,
.left-menu ul li.current-menu-parent .sub-menu,
.left-menu ul li.current-menu-ancestor .sub-menu{
	display:block;
}
.left-menu ul li.current-menu-item .sub-menu a,
.left-menu ul li.current-menu-parent .sub-menu a,
.left-menu ul li.current-menu-ancestor .sub-menu a{
	color:#444 !important;
}
.left-menu ul li.current-menu-item .sub-menu a:hover,
.left-menu ul li.current-menu-parent .sub-menu a:hover,
.left-menu ul li.current-menu-ancestor .sub-menu a:hover,
.left-menu ul li.current-menu-item .sub-menu li.current-menu-item a,
.left-menu ul li.current-menu-parent .sub-menu li.current-menu-item a,
.left-menu ul li.current-menu-ancestor .sub-menu li.current-menu-item a{
	color:#444 !important;
}

#ad{
	width:215px;
	margin:10px 0px 0px 10px;
	float:left;
}

/*page.php*/
.jacky-title,
.category-name{
	font-weight: bold;
	font-size: 16px;
	color: white;
	padding: 6px 60px 6px 20px;
	display: block;
	position: relative;
	z-index: 2;
	display: inline-block;
	-webkit-border-radius: 0px 15px 15px 0px;
	border-radius: 0px 15px 15px 0px;
	background: #0096D8;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0096D8), color-stop(100%,#003472));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096d8', endColorstr='#003472',GradientType=1 );
	
}

/*about us page*/
.left-text-content{
	width:650px;
	float:left;
}
.right-slideshow{
	width:280px;
	float:right;
}
/*single.php*/
.right-all-content .jacky-title #breadcrumbs{
	font-size:14px;
	width:685px;
	float:left;
}
.single-product{}
.single-product .jacky-title{
	background:none !important;
	color:#000;
	font-size:14px !important;
	background:url(images/arrow.gif) no-repeat left center !important;
}
.single-product .post-up{
	width:100%;
	float:left;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	padding:10px 0px;
	margin:10px 0px;
}
.single-product .post-up .post-image{
	width:240px;
	float:left;
}
.single-product .post-up .post-image img{
	width:233px;
	height:auto;
	padding:3px;
	border:1px solid #ccc;
}
.single-product .post-up .post-name{
	width:430px;
	float:right;
	margin:0px 0px 10px 0px;
}
.single-product .post-up .product-parameters{
	width:430px;
	float:right;
}
.single-product .post-up .product-parameters ul{
	list-style-type:square;
	padding:0px 0px 0px 20px;
}
.single-product .post-up .product-parameters li{}
.single-product .post-down{
	width:100%;
	float:left;
}
.single-product .post-down .desc-title{
	font-weight: bold;
	font-size: 14px;
	padding: 6px 60px 6px 20px;
	background:url(images/arrow.gif) no-repeat left center !important;
}

.wpcf7{
	width:100%;
	float:left;
}
.wpcf7 .one-row{
	width:100%;
	float:left;
}
.wpcf7 .one-row .left-title{
	width:150px;
	float:left;
}
.wpcf7 .one-row .right-value{
	float:left;
	margin:0px 0px 5px 0px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"]{
	height:24px;
	width:300px;
	border:1px solid #2c76c7;
	padding:0px 5px;
	float:left;
}
.wpcf7 textarea{
	width:500px;
	border:1px solid #2c76c7;
	resize:none;
}
.wpcf7 input[type="submit"]{
	height:34px;
	padding:5px 30px;
	background:#145291;
	cursor:pointer;
	color:#fff;
	font-family:"Microsoft Yahei";
	font-size:16px;
}
div.wpcf7-validation-errors{
	border:none !important;
	float:left;
	width:100%;
}
div.wpcf7-mail-sent-ok{
	border:none !important;
}
span.wpcf7-not-valid-tip{
	float:left;
}
div.wpcf7-response-output{
	padding:0px !important;
	margin:5px 0px 5px 0px !important;
}
/*contact form*/
#contactForm{
	width:100%;
	float:left;
	display:block;
	position:relative;
}

#contactForm .one-row{
	width:100%;
	float:left;
	margin:2px 0px;
}
#contactForm .one-row .left-title{
	float:left;
	width:100px;
	line-height:20px;
}
#contactForm .one-row .right-value{
	float:left;
}
#contactForm .one-row input[type="text"],
#contactForm .one-row input[type="email"],
#contactForm .one-row input[type="tel"],
#contactForm .one-row input[type="data"],
#contactForm .one-row input[type="number"],
#contactForm .wpcf7-date,
#contactForm .right-value select,
#contactForm .one-row textarea{
	float:left;
	width:230px;
	height:12px;
	background:#fff;
	background:none;
	border:1px solid #2c76c7;
	padding:4px 5px !important;
}
#contactForm .right-value select{
	height:20px;
	width:242px;
	padding:0px !important;
}
#contactForm .one-row input[type="number"]{
	height:20px;
	padding:0px 5px !important;
}
#contactForm .submitWrapper{
	float:left;
}
#contactForm .submitWrapper input[type="submit"]{
	background: #2c76c7;
	border: 1px solid #2c76c7;
	padding: 2px 15px;
	cursor: pointer;
	height: 25px;
	font-size: 12px;
	line-height: 12px;
	float:left;
	margin:5px 0px 0px 100px;
}

/*cats homepage*/
#homepage-description{
	width:100%;
	float:left;
	font-family:"arial";
	margin:0px 0px 25px 0px;
}
#homepage-description h3{
	padding: 10px 0px 15px 0px;
	margin: 0;
	font-size: 23px;
	text-shadow: 0px 3px 1px #DDD;
	letter-spacing: 1.5px;
	color: #004776;
}
#homepage-description a{
	color: #004776;
}
.jacky-content-homepage .cats{}
.jacky-content-homepage .cats .cat-shadow{
	width: 345px;
	float: left;
	margin:0px 20px 20px 0px;
}
.jacky-content-homepage .cats .cat-shadow-last{
	margin:0px 0px 0px 0px;
}

.jacky-content-homepage .cats .one-cat{
	width:345px;
	float:left;
}
.jacky-content-homepage .cats .one-cat-last{}
.jacky-content-homepage .cats .cat-image{}
.jacky-content-homepage .cats .cat-image .cat-image-a{
	display: block;
	width:100%;
	float:left;
}
.jacky-content-homepage .cats .cat-image .cat-image-a img{
	width:345px;
	height:192px;
}
.jacky-content-homepage .cats .cat-name{
	width:100%;
	float:left;
	height:30px;
	background:url(images/title-bg.jpg) no-repeat left top;
	text-align:center;
	color:#fff;
	line-height:30px;
	font-weight:bold;
	font-size:16px;
}
.jacky-content-homepage .cats .cat-name a{
	color:#fff;
}

/*cats*/
.category-products-all .cats{}
.category-products-all .cats .cat-shadow{
	width: 300px;
	float: left;
	margin: 0px 30px 30px 0px;
}
.category-products-all .cats .cat-shadow-last{
	margin: 0px 0px 0px 0px;
}
.category-products-all .cats .one-cat{
	width:300px;
	margin:0 auto;
}
.category-products-all .cats .one-cat-last{}
.category-products-all .cats .cat-image{}
.category-products-all .cats .cat-image .cat-image-a{
	display: block;
	width: 100%;
	float:left;
}
.category-products-all .cats .cat-image .cat-image-a img{
	width: 300px;
	height: 167px;
}
.category-products-all .cats .cat-name{
	width: 100%;
	float: left;
	height: 30px;
	background: url(images/title-bg.jpg) no-repeat left top;
	text-align: center;
	color: white;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	color:#fff;
}
.category-products-all .cats .cat-name a{
	color:#fff;
}
.category-desc{
	width:670px;
	line-height:20px;
	border-left:3px solid #29408e;
	padding:0px 0px 0px 10px;
	margin:0px 0px 20px 0px;
}

/*cats*/
.category-products .products-all{}
.category-products .products-all .product-shadow{
	width: 170px;
	float: left;
	margin: 0px 10px 20px 0px;
}
.category-products .products-all .product-shadow-last{
	margin: 0px 0px 20px 0px;
	float:right;
}
.category-products .products-all .post-wrapper{
	width:100%;
}
.category-products .products-all .one-cat-last{}
.category-products .products-all .post-image{}
.category-products .products-all .post-image .post-image-a{
	display: block;
	width:100%;
	float:left;
}
.category-products .products-all .post-image .post-image-a img{
	width: 162px;
	height: 162px;
	padding:3px;
	border:1px solid #ccc;
}
.category-products .products-all .post-title{
	margin:10px 0px 0px 0px;
	height:20px;
	float:left;
	text-align:center;
	width:100%;
}

.wp-pagenavi{
	width:100%;
	float:left;
	margin:0px 0px 5px 0px;
}

.news-all{
	width:100%;
	float:left;
}
.news-all .post-wrapper{
	width:100%;
	float:left;
	border-bottom:1px dashed #626262;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}
.news-all .post-wrapper .post-title{
	width:600px;
	float:left;
	padding:0px 0px 0px 20px;
	background:url(images/arrow.jpg) no-repeat left center;
	font-weight:bold;
}

.news-all a{
	color:#000;
}
.news-all a:hover{
	color:#304791;
}
.news-all .post-wrapper .post-excerpt{
	width:100%;
	float:left;
	color:#626262;
}
.news-all .post-wrapper .post-excerpt .read-more-wrapper{
	display:none;
}