@charset utf-8;
/**
  Theme Name: Ability Fabricators Inc
  Version: 1.0
  Author: 85bw
  Author URI: http://www.85bw.com
  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:40px;
	bottom:40px;
}

#BackToTop span{
    display: block;
    cursor: pointer;
	width:35px;
	height:35px;
	background:url(images/backtotop.png) no-repeat;
	text-indent:-9999px;
}

body{
	font-size:14px;
	line-height:20px;
	min-width:960px;
	min-height:600px;
	color:#000;
	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;
}
#header{
	width:100%;
	min-width:960px;
	float:left;
	position:relative;
	z-index:9;
}
#header .inner-wrapper{
	width:960px;
	height:84px;
	margin:0 auto;
	position:relative;
	z-index:11;
	background:url(images/header-bg.jpg) repeat-x center top;
}
#header #logo{
	position:absolute;
	z-index:111;
	top:15px;
	left:15px;
}

#navigation{
	position:absolute;
	left:460px;
	top:30px;
}
#navigation .inner-wrapper{
	height:16px;
}
#nav-primary {
	clear: both;
	display: block;
	font-size:14px;
	line-height:14px;
	color:#fff;
}
#nav-primary ul {
	list-style:none;
}
#nav-primary li {
	float: left;
	position: relative;
	margin-right:2px;
}
#nav-primary li.lastmenu{
	background:none;
}
#nav-primary a {
	color: #fff;
	display: block;
	padding: 0 10px;
	height:20px;
}
#nav-primary a b{
	font-weight:normal;
}
#nav-primary ul ul {
	display: none;
	float: left;
	position: absolute;
	top:20px;
	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 #099505;
	border-bottom: 1px dotted #DDDDDD;
	color: #fff;
	font-weight: normal;
	height: auto;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	width:160px;
}
#nav-primary ul li.services ul a{
	width:220px;
}
#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 {
	
}
#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: #FFF000;
}
#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: #FFF000;
}
#nav-primary li:hover > a,
#nav-primary a:focus {
	color: #FFF000;
}
#nav-primary ul li:hover > ul {
	display: block;
}
#nav-primary .current_page_item > a,
#nav-primary .current_page_ancestor > a {
	font-weight: normal;
}

#slider{
	width:100%;
	float:left;
	min-width:960px;
	position:relative;
	z-index:1;
}
#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;
}
#bottom{
	width:100%;
	float:left;
	min-width:960px;
	position:relative;
	z-index:4;
	color:#fff;
}
#bottom .inner-wrapper{
	min-height:110px;
	padding:30px 30px;
	background:#099505;
}
#bottom a{
	color:#fff;
}
#bottom a:hover{
	text-decoration:underline;
}
#bottom .one-bottom{
	width:200px;
	float:left;
}
#bottom .bottom-4{
	width:300px;
}
#bottom .one-bottom h3{
	color:#fff;
	font-size:16px;
	margin:0px 0px 10px 0px;
}
#bottom .one-bottom ul li{
	width:100%;
	float:left;
	margin:0px 0px 10px 0px;
}
#footer{
	width:100%;
	float:left;
	min-width:960px;
	position:relative;
	z-index:5;
	font-size:12px;
	color:#fff;
	border-top:1px solid #fff;
}
#footer a{
	color:#fff;
}
#footer .inner-wrapper{
	width:960px;
	height:84px;
	margin:0 auto;
	position:relative;
	z-index:51;
	background:#099505;
}
#nav-footer{
	float:right;
	position:relative;
}
#nav-footer li{
	float:left;
}
#nav-footer li a{
	padding:0px 15px;
	border-right:1px solid #fff;
}
#copyright{
	position:absolute;
	top:30px;
	left:60px;
}
#phone{
	position:absolute;
	top:30px;
	left:380px;
}
#info{
	position:absolute;
	top:30px;
	right:60px;
	text-align:right;
}

.jacky-content{
	width:960px;
	float:left;
	padding:2px 0px 20px 0px;
}
.right-all-content{
	/*width:745px;*/
	width:685px;
	float:right;
	margin:10px 30px 0 0;
	min-height:300px;
}

/*sidebar.php*/
.left-sidebar{
	/*width:215px;*/
	width:235px;
	float:left;
}
.section-image{
	width:100%;
	float:left;
}
.left-menu{
	width:215px;
	float:left;
	margin:10px 0px 10px 10px;
}
.left-menu h3{
	width:100%;
	float:left;
	height:50px;
	line-height:50px;
	text-indent:15px;
	color:#fff;
	font-size:20px;
	background:url(images/title-bg.jpg) repeat-x left top;
	border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	-khtml-border-radius: 15px 15px 0px 0px;
}
.left-menu li{
	width:100%;
	float:left;
	background:url(images/menu-bg-4.jpg) repeat-x left top;
}
.left-menu li a{
	height:30px;
	line-height:30px;
	float:left;
	font-size:14px;
	padding:0px 0px 0px 15px;
	width:200px;
	color:#fff;
}
.left-menu li a:hover,
.left-menu li.current-menu-item a,
.left-menu li.current-post-parent a{
	color:#fff;
}

/*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;
}
.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:#fff !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:#fff !important;
}

#ad{
	width:215px;
	margin:10px 0px 0px 10px;
	float:left;
}

/*page.php*/
.right-all-content .jacky-title,
.category-name{
	font-size:24px;
	line-height:24px;
	color:#099505;
	font-weight:bold;
	margin:10px 0px 20px 0px;
	position:relative;
	z-index:10;
}
/*single.php*/
.right-all-content .jacky-title #breadcrumbs{
	font-size:14px;
	width:685px;
	float:left;
}


.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:#099505;
	cursor:pointer;
	color:#fff;
	font-family:"arial";
	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 15px;
}
#homepage-description h3{
	padding: 10px 0px 15px 0px;
	margin: 0;
	font-size: 23px;
	text-shadow: 0px 3px 1px #DDD;
	letter-spacing: 1.5px;
	color: #000000;
}
#homepage-description a{
	color:#FFA200;
}
.jacky-content-homepage .cats{}
.jacky-content-homepage .cats .cat-shadow{
	width: 217px;
	text-align: center;
	padding-bottom: 33px;
	/*background: url(images/shadow.png) no-repeat bottom;*/
	position: relative;
	float: left;
	margin: 0px 5px 0px 5px;
}
.jacky-content-homepage .cats .one-cat{
	width:174px;
	margin:0 auto;
}
.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: 174px;
	height: 164px;
	overflow: hidden;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	-khtml-border-radius: 26px;
	border: solid 3px #EBEBEB;
	position: relative;
	margin: auto;
	-moz-box-shadow: inset 0 0 15px #000000;
	-webkit-box-shadow: inset 0 0 15px black;
	box-shadow: inset 0 0 15px black;
}
.jacky-content-homepage .cats .cat-image .cat-image-a img{
	position: relative;
	z-index: -2;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	-khtml-border-radius: 26px;
}
.jacky-content-homepage .cats .cat-name{
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

/*cats*/
.category-products-all .cats{}
.category-products-all .cats .cat-shadow{
	width: 217px;
	text-align: center;
	padding-bottom: 33px;
	/*background: url(images/shadow.png) no-repeat bottom;*/
	position: relative;
	float: left;
	margin: 0px 5px 0px 5px;
}
.category-products-all .cats .one-cat{
	width:264px;
	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: 174px;
	height: 164px;
	overflow: hidden;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	-khtml-border-radius: 26px;
	border: solid 3px #EBEBEB;
	position: relative;
	margin: auto;
	-moz-box-shadow: inset 0 0 15px #000000;
	-webkit-box-shadow: inset 0 0 15px black;
	box-shadow: inset 0 0 15px black;
}
.category-products-all .cats .cat-image .cat-image-a img{
	position: relative;
	z-index: -2;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	-khtml-border-radius: 26px;
	width: 174px;
	height: 164px;
}
.category-products-all .cats .cat-name{
	font-weight:bold;
	margin:10px 0px 0px 0px;
}
.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: 160px;
	text-align: center;
	padding-bottom: 33px;
	/*background: url(images/shadow.png) no-repeat bottom;*/
	position: relative;
	float: left;
	margin: 0px 5px 0px 5px;
}
.category-products .products-all .post-wrapper{
	width:127px;
	margin:0 auto;
}
.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: 127px;
	height: 120px;
	overflow: hidden;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	-khtml-border-radius: 26px;
	border: solid 3px #EBEBEB;
	position: relative;
	margin: auto;
	-moz-box-shadow: inset 0 0 15px #000000;
	-webkit-box-shadow: inset 0 0 15px black;
	box-shadow: inset 0 0 15px black;
}
.category-products .products-all .post-image .post-image-a img{
	position: relative;
	z-index: -2;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	-khtml-border-radius: 26px;
	width: 127px;
	height: 120px;
}
.category-products .products-all .post-title{
	font-weight:bold;
	margin:10px 0px 0px 0px;
	height:40px;
}

.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 30px 0px;
	margin:0px 0px 10px 0px;
	position:relative;
	z-index:111;
}
.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;
}
.category-products .news-all .post-wrapper .post-title{
	background:none;
	font-size:18px;
	color:#099505;
	font-weight:normal;
	padding:0px;
	line-height:25px;
}
.category-products .news-all .post-wrapper .post-title a{
	color:#099505;
}

.news-all a{
	color:#000;
}
.news-all a:hover{
	color:#099505;
}
.news-all .post-wrapper .post-excerpt{
	width:100%;
	float:left;
	color:#626262;
}
.news-all .post-wrapper .post-image{
	width:174px;
	float:left;
}
.news-all .post-wrapper .post-image img{
	width:174px;
	height:164px;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	-khtml-border-radius: 26px;
	border: solid 3px #EBEBEB;
	position: relative;
	margin: auto;
	-moz-box-shadow: inset 0 0 15px #000000;
	-webkit-box-shadow: inset 0 0 15px black;
	box-shadow: inset 0 0 15px black;
}
.news-all .post-wrapper .with-post-image{
	width:490px;
	float:right;
}
.category-products .news-all .post-wrapper .read-more{
	left:0px;
	color:#099505;
}
.category-products .news-all .post-wrapper .read-more a{
	color:#099505;
}
.news-all .post-wrapper .read-more{
	position:absolute;
	z-index:112;
	right:10px;
	bottom:5px;
}
.news-all .post-wrapper .read-more a{
	color:blue;
	text-decoration:underline;
}
.news-all .post-wrapper .post-excerpt .read-more-wrapper{
	display:none;
}
#sidebar{
	width:215px;
	float:left;
	margin:0px 0px 10px 10px;
}