body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}
body.site {
    border-top: 3px solid #0088cc;
	padding: 0px;
	background-color: #f4f6f7;
	background-image:url(../../../images/bodyBkgPaper2.jpg);
}
.body {
	background-image:url(../../../images/bodyBkg.jpg);
	background-repeat:repeat-x;
	background-position: 0 0;
}
.body .container {
	background-color: transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 10px 0px 0 0px;
	border: 0px solid rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.75);
}
h1, h2 {
color:#00467f;	
}
h3 {
	margin:6px 0;
}
h4 {
	line-height:18px;	
}
.navigation {
	padding: 5px 0;
	border-top: none;
	border-bottom: none;
	margin: 0 20px 10px 20px;
	position:relative;
}

.nav-header {
	color: #222222;
}
.floatck .nav-header {
	padding: 3px 5px;
}
div#header ul.maximenuck li.maximenuck a, div#header ul.maximenuck li.maximenuck span.separator, div#header ul.maximenuck2 a, div#header ul.maximenuck2 li.maximenuck span.separator {
	border-bottom:none!important;
}
.container {
	max-width: 1200px;
}
.header {
	position:relative;
}
.header .header-inner {
	margin-left: 0;
	position:absolute;
	width:100%;
}
.brand {
	margin-left:24px;
	width:27%;	
}
.header-search {
	margin-right:30px;
	width:63%;	
}
.header-search .factoryDirect {
	width:24%;	
}
.row-fluid {
	width: 96.5%;
	*zoom: 1;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 0px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 0px 0px rgba(50, 50, 50, 0.75);
margin-top:-14px;
padding:20px;
background-color:#dadad2;
background-image:url(../../../images/bodyBkgPaper.jpg);
}
/*.row-fluid .span12 {
		width: 96%;

		*width: 96%;
	}*/
#sidebar, #aside {
	margin-top:20px;	
}
.well {
	padding:0;	
}
.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	text-shadow: 0 0px 0px rgba(255,255,255,0.75);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00549e+0,3b79ab+50,00549e+100 */

background: rgb(0,84,158); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(0,84,158,1) 0%, rgba(59,121,171,1) 50%, rgba(0,84,158,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,84,158,1)), color-stop(50%,rgba(59,121,171,1)), color-stop(100%,rgba(0,84,158,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(0,84,158,1) 0%,rgba(59,121,171,1) 50%,rgba(0,84,158,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(0,84,158,1) 0%,rgba(59,121,171,1) 50%,rgba(0,84,158,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(0,84,158,1) 0%,rgba(59,121,171,1) 50%,rgba(0,84,158,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(0,84,158,1) 0%,rgba(59,121,171,1) 50%,rgba(0,84,158,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00549e', endColorstr='#00549e',GradientType=0 ); /* IE6-9 */



	*background-color: #004177;
	border: 0px solid #bbb;
	*border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.2), 0 0px 0px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 0px 0 rgba(255,255,255,.2), 0 0px 0px rgba(0,0,0,.05);
	box-shadow: inset 0 0px 0 rgba(255,255,255,.2), 0 0px 0px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #fff;
	background-color: #002542;
	*background-color: #002542;
}
.btn:active,
.btn.active {
	background-color: #002542 \9;
}
.btn-sm {
	padding: 2px 6px;
	margin-bottom: 0;
	font-size: 11px;
	line-height: 14px;
}
li .btn-sm {
	margin:0 0 5px 8px;	
}
input,
textarea,
.uneditable-input {
	width: 92%;
}
.page-header {
	padding-bottom: 0px;
	border-bottom: 1px solid #00467f;
}
#content .blog img, #content .item-page img, #aside img {
	-webkit-box-shadow: 4px 4px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    4px 4px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         4px 4px 7px 0px rgba(50, 50, 50, 0.75);
border:1px solid #939393;
}
#content .item-page .googlemap img {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 0px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 0px 0px rgba(50, 50, 50, 0.75);
border:0px solid #939393;
}
.contactAddress {
	width:220px;
	float:left;
}
.googlemap {
	float:left;	
}
#content .item-page img {
margin-bottom:15px;
}
#content .item-page img.pull-left {
	max-width:175px;
}
img.pull-left, p.pull-left, table.pull-left {
	margin-right:20px;	
}
.img_caption {
	margin-top:8px;	
}
.span9 .pull-left.item-image {
	float:none; /* fixes featured image in article with no right sidebar */	
}
.row-fluid .blog .category-desc>p>img {
	display:block;
	margin-bottom:15px;
}
/* start of fiberkraft unique styles */
p.redNotice {
	color:red;
	font-weight:bold;
}
a.headerphone, a.headeremail {
		margin:5px 20px 0 0;
}

a.headerphone {
	font-size:30px;
	color:#00437e;
	font-weight:800;
	text-decoration:none;
	
}
 a.headerphone:hover {
	color:#00549e;
	
}
 a.headeremail {
	font-size:18px;
	color:#4d4d4d;
	font-weight:700;
	text-decoration:none;
}
 a.headeremail:hover { color:#000000; }
/* home page hero banner */
#heroWrapper {
width:100%;
max-width:1084px;
margin:0 auto;	
text-align:center;
}
#heroWrapper .heroItem {
	width:30.5%;
	max-width: 336px;
	height:298px;
	border:1px solid #ffffff;
/*	float:left;*/
display:inline-block;
	position:relative;
	margin-bottom:10px;
}
#heroWrapper .heroItem h2 {
	font-family:'Times New Roman', times, serif;
	font-style:italic;
	font-size:36px;
	color:#ffffff;
	display:block;
	width:100%;
	text-align:center;
	    margin: 0;
    line-height: 1.5em;
	font-weight:normal;
}
/*#heroWrapper #heroLegal.heroItem h2 {

background: -moz-linear-gradient(top,  rgba(97,30,8,0.8) 0%, rgba(97,30,8,0.8) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,30,8,0.8)), color-stop(100%,rgba(97,30,8,0.8))); 

background: -webkit-linear-gradient(top,  rgba(97,30,8,0.8) 0%,rgba(97,30,8,0.8) 100%); 

background: -o-linear-gradient(top,  rgba(97,30,8,0.8) 0%,rgba(97,30,8,0.8) 100%); 

background: -ms-linear-gradient(top,  rgba(97,30,8,0.8) 0%,rgba(97,30,8,0.8) 100%);

background: linear-gradient(to bottom,  rgba(97,30,8,0.8) 0%,rgba(97,30,8,0.8) 100%); 

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc611e08', endColorstr='#cc611e08',GradientType=0 );
}
#heroWrapper #heroAccounting h2 {

background: -moz-linear-gradient(top,  rgba(68,91,23,0.9) 0%, rgba(68,91,23,0.9) 100%); 

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,91,23,0.9)), color-stop(100%,rgba(68,91,23,0.9))); 

background: -webkit-linear-gradient(top,  rgba(68,91,23,0.9) 0%,rgba(68,91,23,0.9) 100%); 

background: -o-linear-gradient(top,  rgba(68,91,23,0.9) 0%,rgba(68,91,23,0.9) 100%); 

background: -ms-linear-gradient(top,  rgba(68,91,23,0.9) 0%,rgba(68,91,23,0.9) 100%); 

background: linear-gradient(to bottom,  rgba(68,91,23,0.9) 0%,rgba(68,91,23,0.9) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6445b17', endColorstr='#e6445b17',GradientType=0 ); 
}*/
#heroWrapper #heroLegal.heroItem h2, #heroWrapper #heroAccounting h2, #heroWrapper #heroMarketing h2 {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#013883+0,013883+100&0.8+0,0.8+100 */

background: -moz-linear-gradient(left,  rgba(1,56,131,0.8) 0%, rgba(1,56,131,0.8) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  rgba(1,56,131,0.8) 0%,rgba(1,56,131,0.8) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,  rgba(1,56,131,0.8) 0%,rgba(1,56,131,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc013883', endColorstr='#cc013883',GradientType=1 ); /* IE6-9 */


}
#heroWrapper:after {
	clear:left;	
}
#heroWrapper #heroLegal, #heroWrapper #heroAccounting {
	margin-right:2em;	
}
#heroWrapper #heroLegal {
		background-image:url(../../../images/homeHero2.jpg);
}
#heroWrapper #heroAccounting {
		background-image:url(../../../images/homeHero2b.jpg);
}
#heroWrapper #heroMarketing {
		background-image:url(../../../images/homeHero3.jpg);
}
.heroItem .heroMenu {
	position:absolute;
	bottom:0;
	left:0;	
}

#marketingBtn.heroMenu a {
    display: block;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#013883+0,013883+100&0.8+0,0.8+100 */

background: -moz-linear-gradient(left,  rgba(1,56,131,0.8) 0%, rgba(1,56,131,0.8) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(left,  rgba(1,56,131,0.8) 0%,rgba(1,56,131,0.8) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to right,  rgba(1,56,131,0.8) 0%,rgba(1,56,131,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc013883', endColorstr='#cc013883',GradientType=1 ); /* IE6-9 */

	
}
/* end hero banner */
.homebottom {
	margin:20px;	
}
.homebottom .goldGrad {
	padding:1em;	
	text-align:center;
	font-family:'Times New Roman', times, serif;
	font-style:italic;
	font-weight:bold;
	color:#575757;

}
.homebottom .goldGrad h2 {
	padding:.25em;	
	text-align:center;
		text-transform:uppercase;
		font-family:'Times New Roman', times, serif;
		color:#c85501;
		font-size:30px;
		margin:5px 0;
}
.homebottom .goldGrad p {
	line-height:normal;
}
.homebottom .goldGrad .btn {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style:normal;
	font-weight:normal;
}
.goldGrad {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f2dc+0,f6f5ec+23,ffffff+68,f5f2dc+100 */

background: rgb(245,242,220); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(245,242,220,1) 0%, rgba(246,245,236,1) 23%, rgba(255,255,255,1) 68%, rgba(245,242,220,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,242,220,1)), color-stop(23%,rgba(246,245,236,1)), color-stop(68%,rgba(255,255,255,1)), color-stop(100%,rgba(245,242,220,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(245,242,220,1) 0%,rgba(246,245,236,1) 23%,rgba(255,255,255,1) 68%,rgba(245,242,220,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(245,242,220,1) 0%,rgba(246,245,236,1) 23%,rgba(255,255,255,1) 68%,rgba(245,242,220,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(245,242,220,1) 0%,rgba(246,245,236,1) 23%,rgba(255,255,255,1) 68%,rgba(245,242,220,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(245,242,220,1) 0%,rgba(246,245,236,1) 23%,rgba(255,255,255,1) 68%,rgba(245,242,220,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f2dc', endColorstr='#f5f2dc',GradientType=0 ); /* IE6-9 */


}
.blackborder {
	border:1px solid #000;
	padding:1em;	
}
.homebottom .homeLogin {
	margin-top:30px;
	border-top:1px solid #333;
	padding-top:10px;
}
.blog h2 {
	border-bottom: 1px solid #00467f;
	margin-top:18px;
}
.blog .page-header {
	border:none;	
}
.blog .page-header h2 {
	font-size:18px;
	line-height:20px;	
	border:none;
}
.blog .row-fluid {
	margin-top:8px;	
}

.custom.about {
line-height: 24px;
    padding: 10px;	
}
.custom.learnmore {
	text-align:center;
	padding:0 10px;	
}
.custom.learnmore h3 {
	margin:12px 0;
}
#content .item-page table {
    border-collapse: collapse;
}
#content .item-page table caption {
    font-size:14px;
	font-weight:bold;
}
#content .item-page th {
    border: 1px solid #fff;
	padding:2px 6px;
}
#content .item-page table, td {
    border: 1px solid black;
	padding:2px 6px;
	text-align:center;
}

#content .item-page th {
	background-color:#00467F;
	color:#fff;	
}
div.productdetail:after {
	content:"";
	display:block;
	clear:both;
}
.productdetail {
	margin:20px 0;
	padding-top:20px;
	border-top:dotted 1px #000000;
	
}
.productdetail h3 {
	width:auto;
}
.productdetail div.pull-left {
	margin-right:20px;	
}

.span6 .productdetail h3 + p {
	float:left;
	width:55%;
}
.span9 .productdetail h3 +  p {
	float:left;
	width:70%;
}
.span6 .productdetail table.pull-left {
margin-right:0;
}
.productdetail ul {
	list-style-position: inside;
	width:55%;
}
.productdetail ul li {
	padding-left:15px;
}
.customBox {
	background-color:#efe9e4;
	padding:20px;
	text-align:center;
	border:1px solid #939393;
}
.customBox p {
	text-align:left;	
}
.customBox h2 {
	margin-top:0;
	line-height:28px;
}
.blue { color:#00467f }
/* Revolution Slider Custom Styles */
.rev_slider_wrapper.fullwidthbanner-container {
	max-width: 539px!important;	
	margin:0!important;
}
/* AccordeonCK Custom Styles */
.sidebarAccordeon>h3 {
	margin:0;
	padding:3px 0;
	text-align:center;
	background-color:#00467f;
	color:#FFF;	
	font-size:14px;
	font-weight:normal;
}
.accordeonck.sidebarAccordeon {
	background-color:#bbad94;
	overflow:auto;
}

.accordeonck.sidebarAccordeon img.toggler {
	margin: 4px 4px 0 0;
}
/* Chronoforms Custom Styles */

.gbs3 .form-horizontal .form-group.gcore-form-row:before {
    content: " ";
    display: block!important;
}


.sidebarForm {
	background-color:#f4f3f3;
		
}
.sidebarForm p.chrono_credits {
	display:none;		
}
.chronoform {
	margin:4px;
	border:1px solid;
	padding:8px;
		
}
.chronoform h3 {
	line-height:24px;
	margin-top:0;
}
.sidebarForm .gcore-label-top {
	margin-bottom:0;	
	font-size:11px;
	font-weight:normal;
	color:#656565;
	line-height:14px;
}
.sidebarForm .gcore-line-td {
    padding: 0px !important;
    margin: 2px 0 0 0;
    width: 100% !important;
    clear: both !important;
    display: inline-block !important;
    border: 0 none !important;
    /* white-space: nowrap; */
}
.sidebarForm .gcore-line-td input, .gcore-line-td textarea {
    padding: 2px 5px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    width: auto;
	height:16px;
	line-height:18px;
	margin-bottom:5px;
	font-size:12px;
}
.g-recaptcha {
    transform: scale(.75);
    transform-origin: 0 0 0;
}

.gcore-line-td textarea {
	height:auto;	
	min-width:90%;
}
.sidebarForm .gcore-line-td input#submit {
	height:22px;	
}
.sidebarForm .gcore-input-wide {
	width:100%;	
}
.sidebarForm .gcore-input-wide input {
	width:95%;	
}
.orderform .productWrapper {
	border:1px solid #aaaaaa;
	padding:5px;
	margin:15px;
}
.orderform .productWrapper .productType.noimage {
	border-bottom:1px solid #aaaaaa;
	width:40%;
	padding-top:10px;

}
.orderform .productWrapper legend {
	width:auto;
	margin:0 8px;	
}
.orderform .productWrapper .pull-left img {
	margin-right:15px;
}
.orderform .productWrapper .orderdescription {
	width:60%;
}
.orderform .productWrapper .ordernumber {
	font-weight:bold;
}
.orderform #form-row-additional-information {
	clear:left;
}

/*.gbs3 .form-horizontal .chronoform-container .form-group:after {
	clear:none;	
}*/
.orderform .productWrapper .orderform-inner-container {
	clear:left;	
	border-bottom:1px dotted #111;
	margin-bottom:8px;
}
.moduletable.tyvekSwatches {
	margin:10px 0;	
}
.tyvekSwatches td {
	border: 0px solid #ccc;
    padding: 3px 0;
	font-size:11px;
}
.tyvekSwatches td img {
	border:1px solid;
	margin:0 3px;	
}
.gbs3 .jazzbands .gcore-form-row {
    margin-left: 0px !important;
}
.gbs3 .jazzbands .gcore-label-left {
    min-width: 90px;
    max-width: 90px;
}
.gbs3 .jazzbands .form-group:after {
    clear: none!important;
}
.gbs3 .jazzbands .gcore-form-row {
    /*margin-left: 130px!important;*/
}	
.gbs3 .jazzbands .column-one-third {
	overflow: auto;
	width: 150px;
    float: left;
}

div[itemprop="articleBody"] {
   clear:both;
}

	@media (min-width: 1200px) {
	.row {
		margin-left: -20px;
		*zoom: 1;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 1140px;
}
.span12 {
	width: 1140px;
}
.span11 {
	width: 1061.6666666667px;
}
.span10 {
	width: 963.3333333333px;
}
.span9 {
	width: 865px;
}
.span8 {
	width: 766.6666666667px;
}
.span7 {
	width: 668.3333333333px;
}
.span6 {
	width: 570px;
}
.span5 {
	width: 471.6666666667px;
}
.span4 {
	width: 373.3333333333px;
}
.span3 {
	width: 275px;
}
.span2 {
	width: 176.6666666667px;
}
.span1 {
	width: 78.3333333333px;
}
.offset12 {
	margin-left: 1180px;
}
.offset11 {
	margin-left: 1081.6666666667px;
}
.offset10 {
	margin-left: 983.3333333333px;
}
.offset9 {
	margin-left: 885px;
}
.offset8 {
	margin-left: 786.6666666667px;
}
.offset7 {
	margin-left: 688.3333333333px;
}
.offset6 {
	margin-left: 590px;
}
.offset5 {
	margin-left: 491.6666666667px;
}
.offset4 {
	margin-left: 393.3333333333px;
}
.offset3 {
	margin-left: 295px;
}
.offset2 {
	margin-left: 196.6666666667px;
}
.offset1 {
	margin-left: 98.3333333333px;
}
	.footer .container {
		width:85%;	
	}
}
@media (min-width: 980px) {

.navigation {
	margin: 27px 20px 10px 31%;
}
}
@media (max-width: 980px) {
.header .header-inner {
     position: relative; 
}
.container {
	max-width: 940px;
	width:90%;
}
a.headerphone, a.headeremail {
		margin:5px 20px 0 0;
		display:block;
}

a.headerphone {
	font-size:24px;
	
}
 a.headeremail {
	font-size:16px;
}
.row-fluid {
	width: 94%;
}
#heroWrapper .heroItem {
	width:30%;
}
}
@media (max-width: 768px) {
	.container {
	max-width: 728px;
}
.header .brand {
     float: left; 
     text-align: left; 
}
.headerphone, .headeremail {
		margin:5px 20px 0 0;
}
.header .nav.pull-right, .header-search {
    float: right;
}
.row-fluid {
	width: 93%;
}
.header {
	margin-left: 0px;
}
.googlemap {
	float:none;	
}
}
@media (max-width: 640px) {
.container {
	padding: ;
}
.header  {
 	margin-left:10px;
}
.header .brand {
 	max-width:210px;
}
.header .nav.pull-right, .header-search {
    float: right;
}
.headerphone, .headeremail {
		margin:5px 0px 0 0;
}

.headerphone a {
	font-size:24px;
	
}
.headeremail a {
	font-size:15px;
}
#heroWrapper .heroItem {
	width:90%;
	max-width:336px;
	float:none;
}
}
@media (max-width: 480px) {
.container {
	max-width: 440px;
}	
.row-fluid {
	width: 92%;
}
.header .brand {
 	max-width:180px;
	margin-left:5px;
}
.headerphone a {
	font-size:18px;
	
	
}
.headeremail a {
	font-size:12px;
}
.header .factoryDirect {
	display:none;	
}
.orderform .productWrapper {
	width:auto;
	
}
}

