﻿/**********************************************************************************

KMParts.com (copyright 2013)
	
**********************************************************************************/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}
.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* start commented backslash hack \*/ * html .group {
	height: 1%;
}
.group {
	display: block;
} 

/*.group { display: inline-block; clear: both; }*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 100%
}
/*-------------a:link------------------------*/
a:link {
	text-decoration:underline;
	}
a:visited {
	text-decoration:underline;
	}
a:hover {
	text-decoration:underline;
	}
/*----------------------------------------*/
strong {
	font-weight: bold
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p a, p a:hover {
	text-decoration: none;
}
li a, li a:hover {
	text-decoration: none
}
.ir {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.fr {
	float: right
}
.fl {
	float: left
}
.cb {
	clear: both
}
.cb2{
	clear:both;
	content:"";
	display:block;
}

/* @FONT-FACE */

@font-face {
	font-family: 'FolksLightRegular';
	src: url('../jh_fonts/folks/Folks-Light-webfont.eot');
	src: url('../jh_fonts/folks/Folks-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../jh_fonts/folks/Folks-Light-webfont.woff') format('woff'), url('../jh_fonts/folks/Folks-Light-webfont.ttf') format('truetype'), url('../jh_fonts/folks/Folks-Light-webfont.svg#FolksLightRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FolksRegular';
	src: url('../jh_fonts/folks/Folks-Normal-webfont.eot');
	src: url('../jh_fonts/folks/Folks-Normal-webfont.eot?#iefix') format('embedded-opentype'), url('../jh_fonts/folks/Folks-Normal-webfont.woff') format('woff'), url('../jh_fonts/folks/Folks-Normal-webfont.ttf') format('truetype'), url('../jh_fonts/folks/Folks-Normal-webfont.svg#FolksRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ---------- GENERAL ---------- */

body {
	font: 0.875em/1.5em "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #7a8992;
}
p a, li a {
	color: #468865;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
p a:hover, li a:hover {
	color: #ccc
}
p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}
h1 {
	font-size: 2.0em;
	font-family: "FolksRegular", Arial, serif;
}
h2 {
	font-size: 1.8em;
	color: #fff;
	font-family: "FolksLightRegular", Arial, serif;
}
h2 span {
	font-size: 0.75em;
	color: #7a8992;
}
h3 {
	font-size: 1.0em;
	color: #3f484d;
	font-family: "FolksRegular", Arial, serif;
}
h4 {
	font-size: 1.8em;
	color: #FFFFFF;
	font-family: "FolksLightRegular", Arial, serif;
	line-height: 1.2em;
	text-align: center;
}
h5, h6 {
	font-size: .75em
}


/*----------floating chat/email buttons---------*/
.floating-button-wrapper{
	margin:0px;
	padding:0;
	z-index:100;
	height:auto;
	position:fixed;
	left:0;
	top:242px;
}

.floating-menu{
	margin:0;
	padding:0;
	width:40px;
	list-style:none;
}

.floating-menu li{
	margin:0;
	padding:0;
	height:110px;
	text-indent: -9999px;
	list-style:none;
	background-repeat:no-repeat;
}

.floating-menu li a, .floating-menu li a:visited{
	display:block;
	text-decoration:none;
	height:110px;
	background-repeat:no-repeat;
	margin-top:4px;
}

ul.floating-menu li a:hover{
	background:none;
}

.chat a{
	background-image:url('chat-up.png');
}

.chat{
	background-image:url('chat-down.png');
}
	
.email a{
	background-image:url('email-up-2.png');
}
	
.email{
	background-image:url('email-down-2.png');
}
/*---------------------------------------------Jump-up=-button------------------------------------------------------------*/
.jump-floating-button-wrapper{
	margin:0px;
	padding:0;
	z-index:100;
	height:auto;
	position:fixed;
	left:0;
	bottom:0;
}

.jump-floating-menu{
	margin-right:20px;
	margin-bottom:20px;
	padding:0;
	width:40px;
	list-style:none;
}

.jump-floating-menu li{
	margin:0;
	padding:0;
	height:110px;
	text-indent: -9999px;
	list-style:none;
	background-repeat:no-repeat;
}

.jump-floating-menu li a, .floating-menu li a:visited{
	display:block;
	text-decoration:none;
	height:110px;
	background-repeat:no-repeat;
	margin-top:4px;
}

ul.jump-floating-menu li a:hover{
	background:none;
}
.jump{
	background-image:url('jump-button-down.png');
}
.jump a{
	background-image:url('jump-button-up.png');
}
/* ---------- HEADER ---------- */

.head-wrapper{
	position: fixed;
	background-color:#ebebeb;
    height: auto;
    width: 100%;
    z-index: 100;
	margin:0;
	padding:0;
    }
.head{
	width:960px;
	height:140px;
	margin:0 auto;
	position:relative;
}
.head-wrapper-btm-space{
	height:166px;
}
.page-head{
	width:960px;
	height:100px;
	margin:0 auto;
	position:relative;
}


.headline{
	background-color:#505050;
	height:40px;
	margin-bottom:0;
}

.headline h1{
	width:960px;
	margin:0 auto;
	color:#ccc;
	font-size:1.6em;
	letter-spacing:1px;
	text-align:center;
	padding:11px 0 0 0;
}

.mynav{
	background-color:#505050;
	height:40px;
	margin-bottom:0;
}


.logo {
	margin-bottom: 0;
	height: 154px;
}

.logoarea{
	width:300px;
	float:left;
}

.iconarea{
	width:700px;
	float:right;
	display: block;
	margin-bottom: 0;
}

.topTag{
	width:570px;
	float:right;
	display: block;
	margin-top: 24px;
	line-height:28px;
	letter-spacing:.05em;
}

.header-information {
	list-style-type: none;
	float: right;
	margin-top: 3em;
}
.header-information .phone-info, .header-information .email-info, .header-information .chat-info {
	background: url('sprites2.png') no-repeat;
	height: 44px;
	float: left;
	margin-left: 2em;
}
.header-information .phone-info p, .header-information .email-info p, .header-information .chat-info p {
	margin: 0 0 0 3.8em
}
.header-information .phone-info {
	background-position: 0 2px
}
.header-information .email-info {
	background-position: 0 -42px
}
.header-information .chat-info {
	background-position: 0 -85px
}
.top-cta {
	margin: 2.6em 0 0 2em
}

/*--------------------MAIN CONTENT Wrapper---------------------------------*/

#body-container-bg {
	background: #3f484d url('fabric-bg.png');
}

#body-container {
	width: 960px;
	margin: 0 auto;
}

/*--------------------------------SIDEBAR javascript NAV---------------------*/
.sidebarv1 {
	float: left;
	width: 165px;
	height: auto;
	padding: 3em 0;
}

.sidebarv1 td{
	font-size:12px;
	line-height:16px;
}

.sidebar {
	float: left;
	width: 280px;
	height: auto;
	padding: 3em 0;
}
.sidebar-container {
	background: #1e1f24 url('fabric-bg.png');
}
.sidebar td {
	font-size: .8em;
}

/*----------------------------------photo slider AREA-----------------------------------------*/
.main-contentv1 {
	float: right;
	display: block;
	width: 790px;
	height: 200px;
	margin: 3em 0 3em 0;
}

.main-contentv1 h1{
	margin-left:40px;
	font-size:22px;
	color:#fff;
	text-align:center;
	padding:15px 0 0 0;
	display:block;
	height:35px;
	background-color: #454545;
	background:url('headerbar-shade.png') repeat-x left top;
	border-top:2px solid #666;
}
.main-contentv1 h1 span{
	font-size:18px;
	}
/*--------------------------------Table Insert Wrapper---------------------------------------*/
.table-wrapper {
	float: right;
	display: block;
	width: 790px;
	height: auto;
	margin-top:42px;
	margin-bottom:40px;
	background-color:#ccc;
	}
	
.table-wrapper-no-sidebar {
	float: right;
	display: block;
	width: 9550px;
	height: auto;
	margin-top:42px;
	margin-bottom:40px;
	background-color:#ccc;
}

.table-wrapper td{
	border: solid #000 0px;
	padding:6px 2px;
}

.table-wrapper a:hover{
	color:#468865;
}

.table-wrapper a{
	color:#000;
}

.horz-menu-fix {
	margin:0;
	border: solid #ccc 2px;
	font-size:14px;
	line-height:16px;
}

.horz-menu-fix-ps {
	margin:0;
	border: solid #ccc 2px;
	font-size:14px;
	line-height:16px;
}

.table-wrapper tr{
	text-align:center;
}

.table-wrapper h3{
	color:#FFF ;
	font-size:2.5em;
	padding:8px 0;
}

.table-wrapper h4{
	text-align:center;
	color:#FFF;
	padding-top:8px;
}

.main-contentv1 h3{
	color:#FFF;
	padding:2em;
}

.main-content {
	float: left;
	display: block;
	width: 900px;
	height: 600px;
	background-color: #666;
	margin: 3em 0 3em 0;
}

.main-content h3{
	color:#FFF;
	padding:2em;
}
/*-----------------------------------------floating graphic--------------------------------*/
#instock{
	position:absolute;
	top:300px;
	left:-50px;
	background:url('35th-anniversary.png') no-repeat;
	width:240px;
	height:205px;
	z-index:25;
}
#tag{
	position:absolute;
	top:410px;
	right:0px;
	width:650px;
}

#tag h1{
	font-size:18px;
	color:#aa9754;
	text-align:right;
	line-height:23px;
	padding-top:10px;
}
#tag2{
	position:absolute;
	top:410px;
	right:0px;
	width:650px;
}
#tag2 img{
	height:32px;
	width:32px;
	margin-top:-4px;
}

#tag2 h1{
	font-size:18px;
	color:#ccc;
	text-align:right;
	line-height:23px;
	padding-top:15px;
}

#tag2 a{
	margin:0;
	padding:0;
}

#tag h1 span{
	color:#ccc;
	font-size:18px;
}

#call-today{
	position:absolute;
	top:355px;
	left:-30px;
	background:url('call-today-badge.png') no-repeat;
	width:331px;
	height:95px;
	z-index:25;
}

#call-today-IP{
	display:block;
	margin:25px auto;
	background:url('call-today-badge-insidePages.png') no-repeat;
	width:331px;
	height:95px;
}
/*--------------------------------------Feature Wrapper and Spacers---------------------------------*/
.featured-products {
	position:relative;
	width:960px;
	margin:0 auto;
}
.spacer{
	height:480px;
}
.spacer1{
	margin-top:140px;
}
.space2{
	margin-top:60px;
}

.space2a{
	margin-top:70px;
}

.contractor-space2{
	margin-top:25px;
}

.space-65{
	margin-top:75px;
}

.spacer4{
	height:330px;
}
/*---------------------------------3 columns-photos on background-----------------------------------*/
.pic img {
	display: block;
	height:184px;
	width:294px;
	border-width: 10px;
	border-style: solid;
	border-color: #FFF;
	position: relative;
	margin:0 0 8px 0;
}

.pic ul{
	list-style:none;
}

.pic h5{
	padding:10px 0 0 0;
	font-size:1.0em;
	letter-spacing:3px;
	font-weight:bold;
}

.pic li{
	padding:.5em 0 .8em 0;
	font-size:.9em;
	border-top-color:#ccc;
	border-top-width:1px;
	border-top-style:solid;
	vertical-align:baseline;
}

.pic span{
	color: #CCC;
	font-size:1.2em;
	vertical-align:baseline;
}

.small-text{
	font-size:.7em;
	vertical-align:baseline;
}

.pic h3{
	display:block;
	height:35px;
	background-color: #454545;
	background:url('headerbar-shade.png') repeat-x left top;
	font-size:18px;
	color: #CCC;
	padding:8px;
	text-align:center;
	font-weight:bold;
	vertical-align:baseline;
	border-top:1px solid #666;	
}

.pic h3, a {
	text-decoration: none;
	color:#ccc;
	}

.pic h3, a:hover {
	text-decoration: none;
	color:#fff;
}

/*.pic h3,a :visited {
	text-decoration: none;
	color:#66FF66;
}*/


.pic h3 span{
	font-size:.8em;
	color:#468865;
	line-height:1.4em;
	vertical-align:baseline;
}

.pic-L{
	position:relative;
	float:left;
	margin-bottom:25px;
}

.pic-C{
	float:left;
	margin:0 0px 0 40px;
	margin-bottom:25px;
}

.pic-R{
	float:right;
	margin-bottom:25px;
}

.overlay-positioning{
	position:relative;
}

.overlay{
	position:absolute;
	background:url('under-construction-sign.png') no-repeat;
	width:65px;
	height:64px;
	top:-15px;
	left:-37px;
	z-index:25;
}

.overlay ul{
	list-style:none;
	background-image:url('photo-caption-bg.png');
	height:162px;
	width:100px;
}

.overlay li{
	border:0px;
	font-size:10px;
	color: #FFF;
	line-height:11px;
	margin:0px;
	padding:8px 12px 0px 8px;
}

.overlay li a{
	color:#fff;
}

.overlay li a:hover{
	color:#666;
}
	
.tagline-container {
	background-color: #666;
	height:auto;
}
.tagline-container2 {
	height:auto;
}


/*---------------------------------2 columns-photos on background-----------------------------------*/
.pic2 img {
	display: block;
	height:283px;
	width:455px;
	border-width: 10px;
	border-style: solid;
	border-color: #FFF;
	position: relative;
	margin:0 0 0 0;
}

.pic2 ul{
	list-style:none;
}

.pic2 h5{
	padding:10px 0 0 0;
	font-size:1.0em;
	letter-spacing:3px;
	font-weight:bold;
}

.pic2 li{
	padding:.5em 0 .8em 0;
	font-size:.9em;
	border-top-color:#ccc;
	border-top-width:1px;
	border-top-style:solid;
	vertical-align:baseline;
}

.pic2 span{
	color: #CCC;
	font-size:1.2em;
	vertical-align:baseline;
}

.small-text{
	font-size:.7em;
	vertical-align:baseline;
}

.pic2 h3{
	display:block;
	height:35px;
	background-color: #454545;
	background:url('headerbar-shade.png') repeat-x left top;
	font-size:16px;
	color: #CCC;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border-top:1px solid #666;	
}

.pic2 h3, a {
	text-decoration: none;
	color:#ccc;
	}

.pic2 h3, a:hover {
	text-decoration: none;
	color:#fff;
}


.pic2 h3 span{
	font-size:.9em;
	color:#468865;
	line-height:1.0em;
	vertical-align:baseline;
}

.pic2-L{
	display:block;
	position:relative;
	float:left;
	margin-bottom:25px;
	width:455px;
	height:auto;	
}

.pic2-R{
	display:block;
	position:relative;
	float:right;
	margin-bottom:25px;
	width:455px;
	height:auto;
}

.pic2-L sup{
	color:#ccc;
	vertical-align:super;
}

.pic2-L p{
	font-size:.8em;
	padding-top:6px;
	color:#ccc;
}
.pic2-R sup{
	color:#ccc;
	vertical-align:super;
}

.pic2-R p{
	font-size:.8em;
	padding-top:6px;
	color:#ccc;
}

.nom{
	font-size:1.5em;
}
.pic2-table a{
	color:#ccc;
}
.pic2-table a:hover{
	color:#468865;
}


/*--------------------------------------3 column links--------------------------------*/
.link-wrapper {
	display: block;
	height: auto;
	background-color:#ccc;
	background:url('link-box-shading.jpg') repeat-x left top;
	margin-top: 0px;
}

.indexWrapper{
	margin:0 auto;
	width:960px;
	position:relative;
	display: block;
	height: 240px;
	background-color:#ccc;
}

.link-container {
	margin:0 auto;
	width:960px;
	position:relative;
	}

.link-container h3{
	font-size:18px;
	color:#666;
	padding:0px 0px 5px 0px;
	border-bottom:thin #666 solid;
	margin:0px 0px 10px 0px;
}

.col-a, col-b, col-c, col-d, li{
	list-style-type:none;
	padding:0px 0px 5px 0px;
}

.col-a, col-b, col-c, col-d, li a:hover {
	color:#666;
}

.col-a {
	display:block;
	width:225px;
	margin:35px 0 0 0;
	float:left;
}
.smallh4{
	font-size:1em;
}
.col-a2 {
	display:block;
	width:460px;
	margin:25px 0;
	float:left;
}
.col-a2r {
	display:block;
	width:460px;
	margin:25px 0 0 35px;
	float:left;
}

.col-b {
	display:block;
	width:225px;
	margin:35px 0 0 20px;
	float:left;
}

.col-c {
	display:block;
	width:225px;
	margin:35px 0 0 20px;
	float:left;
}

.col-d {
	display:block;
	width:225px;
	margin:35px 0 0 0;
	float:right;
}

/*---------------------------------2nd content area #ccc----------------------------------*/
.tagline-container h4 {
	font-size: 1.5em;
	padding: .8em;
	color: white;
}
.tagline-container p a h4 {
	color: white;
}
.tagline-container p a:hover {
	color: #89aa38
}
.tagline-container .link-go-top {
	margin-top: 1em
}

.page-bottom {
	position:relative;
	width:960px;
	margin:0 auto;
	height:100px;
}

.page-bottom-content{
	width:960px;
	margin:0px auto;
}
.page-bottom-content h2{
	font-size:1.8em;
	line-height:1.6em;
	color:#FFF;
	text-align:left;
	padding:25px 0px;
}
#tag-top-space{
	font-size:19px;
	color: #CCC;
	padding-top:20px;
	margin:0;
}
#tag-top-space-hp{
	font-size:19px;
	color: #CCC;
	padding-top:65px;
	margin:0;
}

#flag-text{
	width:300px;
	padding:0;
	margin:0;
	display:block;
	float:left;
	text-align:left;
	font-size:1.2em;
	line-height:1.5em;
	color:#CCC;
}

.corp-logo img{
	display:block;
	margin-top:25px;
	margin-bottom:0;
}

#map img{
	width:600px;
	height:400px;
	float:right;
	border-width: 10px;
	border-style: solid;
	border-color: #FFF;
}


.copyright-container {
	background: #3f484d url('fabric-bg.png');
	padding: 1.5em;
	text-align: center;
	margin:0;
}
.copyright-container p {
	margin-bottom: 0;
	color: #666;
	height: 400px;
}
.copyright-container p a {
	color: white
}
.copyright-container p a:hover {
	color: #89aa38
}
.copyright-container .link-go-top {
	margin-top: 1em
}

/*--------------LINK FORMATTING--------------------------------------------*/
.rtuf {
	width: 100%;
	padding-left: 0em;
}
.rtuf2 {
	width: 100%;
}
.marfix {
	margin-left: -20px;
}
.indexLinks {
	list-style-type: none;
}
.indexLinks li {
	padding: .3em 0 0 0;
}
#indexlinks2 {
	width: 960px;
	margin:0 auto;
}
#indexlinks2 li {
	list-style:none;
	float: left;
}
#indexlinks2 li a {
	display: block;
	padding: 8px 35px 0px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #E5E5E5;
}
#indexlinks2 li a:hover {
	color: #468865;
}
#green {
	color: #468865;
}
#blue {
	color: #0067cc;
}
#gray {
	color: #999;
}
#power {
	color: #e2b709;
	padding-bottom: 1em;
	font-weight: bold;
}

.pdf{
	width:750px;
	text-align:center;
	margin:20px 0px;
}
/*------------------------------------404error-------------------------------------------------------------*/
.a404{
	position:relative;
}

.a404-L{
	position:absolute;
	top:30px;
	left:50px;
}

.a404-R{
	position:absolute;
	width:370px;
	top:385px;
	left:370px;
}
#large{
	font-size:42px;
	color:#333300
}

#smsub{
	color:#000;
	font-size:20px;
}

/*------------------------------------for image slider-----------------------------------------------------*/
.div1 {width:800px; float:right;}
.div1 {margin-top:10px;margin-bottom:10px;text-align:left;line-height:20px;}
.div1 P {font-size:14px;}
.div1 a, .div2 a {color:#07C; }
.div1 a {margin:0 8px;}
.div1 a.current {color:black; text-decoration:none;}
.green {color:Green;}
.cn {font-family: "Courier New", Georgia;}
#status {display:inline-block; margin-left:26px;line-height:50px;height:50px;vertical-align:middle;}

.code
{
    border: dashed 1px #BCBCCB; padding:8px 12px; background-color: #F3F3F9; white-space:pre; font-family:"Courier New", Georgia;
    font-size:12px; margin:6px 0;overflow:auto; 
}
/*------------------------------------end image slider-----------------------------------------------------*/
