﻿/* element styles */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 1em; /* 16px */
	color: #34373d;
	background: #EFEFEF url('bg.jpg') left top repeat;
}

p, div, h1, h2, h3 {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 0.5em 0;
}

h1 {
	font-size: 35px;
	font-family: 'Roboto Condensed', sans-serif;
}

h2 {
	font-size: 1.25em;
	font-family: 'Roboto Condensed', sans-serif;
}

h3 {
	font-size: 1.125em;
	font-family: 'Roboto Condensed', sans-serif;
}

a:link, a:visited, a:active {
	color: #1e1f21;
	
}

a:hover, a:focus {
	color: #124db3;
}

a img {
	border: none;
}

/* globally relevant baseline styles */
.button2 {
	display: inline-block;
	margin: 0;
	padding: 0px;
	padding-left: 20px;
	border: none;
	background: url('button-bg.png') left center no-repeat;
	color: #1e1f21;
	font-size: 1em; 
	line-height: 50px; 
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	width: 320px;
	height: 50px;
}



.button2:hover, .button2:focus {
	text-decoration: underline;
	background: url('button-bg.png') left center no-repeat;
}

.pages {
	text-align: center;
	font-weight: bold;
}

.pages a:link, .pages a:visited {
	
}

.pages .current {
	
}

.struct {
	display: none;
}

.g-recaptcha
{
	margin: 0 auto 1em;
	width: min-content;
}

/* float clearing usually applied to <br /> sometimes div or span  */
.clear {
	display: block;
	width: 99%;
	height: 1px;
	clear: both;
}

/*** section styles ***/
.header, .midsection, .base {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.header {
	height: 215px;
	background: transparent url() top left repeat-x;
	z-index: 10;
}

.banner {
	background: url('content-bg.jpg') top center repeat;
	width: 980px;
	height: 190px;
	margin: 0 auto;
	position: relative;
	top: 25px;
}

.logo {
	display: block;
	position: absolute;
	top: 45px;
	left: 40px;
	height: 79px;
	width: 263px;
}

.phone {
	position: absolute;
	top: 40px;
	right: 30px;
	width: 200px;
	background: url('icon-phone.png') left center no-repeat;
	padding-left: 40px;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}

.bold {
	font-weight: bold;
}

#searchform {
	position: absolute;
	top: 85px;
	right: 30px;
}

#search {
	height: 40px;
	width: 224px;
	border: none;
	color: #4d4d4d;
	padding-left: 15px;
	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	background: #FFF url('icon-search.png') 95% 50% no-repeat;
}

#search::-webkit-input-placeholder {
  color: #4d4d4d;

}

#search:-moz-placeholder {
  color: #4d4d4d;

}

#search::-moz-placeholder {
  color: #4d4d4d;
}

#search:-ms-input-placeholder {
  color: #4d4d4d;
  left: 15px;
}

.gradient-line {
	height: 10px;

	background: rgb(0,66,140); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,66,140,1) 0%, rgba(57,136,234,1) 49%, rgba(0,66,140,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,66,140,1)), color-stop(49%,rgba(57,136,234,1)), color-stop(100%,rgba(0,66,140,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,66,140,1) 0%,rgba(57,136,234,1) 49%,rgba(0,66,140,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,66,140,1) 0%,rgba(57,136,234,1) 49%,rgba(0,66,140,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,66,140,1) 0%,rgba(57,136,234,1) 49%,rgba(0,66,140,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,66,140,1) 0%,rgba(57,136,234,1) 49%,rgba(0,66,140,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00428c', endColorstr='#00428c',GradientType=1 ); /* IE6-9 */
}

.small-gradient {
	height: 1px;
}

.main-navigation {
	position: absolute;
	bottom: -25px;
	left: 10px;
	z-index: 100;
	width: 960px; /* 980px */
	padding: 0;
	margin: 0 auto;
	background: #999 url('') left top repeat-x;
	color: #FFF;
	text-align: center;
	height: 60px;
	font-family: 'Roboto Condensed', sans-serif;
	
	/*gradient */
	background: rgb(61,67,74); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(61,67,74,1) 0%, rgba(36,37,39,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61,67,74,1)), color-stop(100%,rgba(36,37,39,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(61,67,74,1) 0%,rgba(36,37,39,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(61,67,74,1) 0%,rgba(36,37,39,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(61,67,74,1) 0%,rgba(36,37,39,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(61,67,74,1) 0%,rgba(36,37,39,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d434a', endColorstr='#242527',GradientType=0 ); /* IE6-9 */

}

.main-navigation ul {
	margin: 0; 
	padding: 0;
	float: left;
}

.main-navigation  li {
	position: relative;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0;
	background: transparent url('') left center no-repeat;
}

*+html .main-navigation > ul  li { display: block; float: left; } /* IE7*/

.main-navigation > ul li:first-child {
	background-image: none; /* remove separator */
}

.main-navigation a:link, .main-navigation a:visited, .main-navigation a:active {
	display: inline-block;
	padding: 0 51px;
	height: 60px;
	color: #FFF;
	text-decoration: none;
}

.main-navigation a:hover, .main-navigation a:focus {
	color: #afaeae;
}

.main-navigation .sel > a, .main-navigation .sel .sel > a {
	color: #FFF;
	
	/*gradient */
	background: rgb(61,116,217); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(61,116,217,1) 0%, rgba(21,79,185,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61,116,217,1)), color-stop(100%,rgba(21,79,185,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(61,116,217,1) 0%,rgba(21,79,185,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(61,116,217,1) 0%,rgba(21,79,185,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(61,116,217,1) 0%,rgba(21,79,185,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(61,116,217,1) 0%,rgba(21,79,185,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d74d9', endColorstr='#154fb9',GradientType=0 ); /* IE6-9 */

}

.main-navigation li ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 190px;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #575757;
}

.main-navigation li:hover ul, .main-navigation a:focus+ul {
	height: auto;
}

.main-navigation li li {
	position: relative;
	display: block;
	width: 175px; /* 190px */
	height: auto;
	padding: 0 0 0 15px;
	line-height: 1em;
	text-align: left;
	margin:0;
	background-image: none;
}

.main-navigation li li a:link, .main-navigation li li a:visited, .main-navigation li li a:active {
	padding: 5px 0;
	width: 100%;
}

.midsection {
	z-index: 5;
	background: url('wing-bg.jpg') left top repeat-x;
}

.content-wrapper {
	width: 980px;
	margin: 0 auto;
}

.content {
	width: 900px; /* 980px */
	padding: 20px 40px;
	font-size: 16px;
	background: url('content-bg.jpg') top center repeat;

}

.content p{
	margin: 12px 0;
	line-height:1.4em;
}

.content ul {
	float: left;
	width: 846px;
}

.content-wrapper > .struct {
	display: block;
	position: absolute;
	top: 0;

}

.machining {
	padding-top: 10px;
}

.machining div{
	float: left;
	padding-right: 10px;
	width: 320px;
}

.machining .last {
	padding-right: 0;
}

.leftwing {
	right: 100%;
}

.rightwing {
	left: 100%;
}

.base {
	margin-bottom: 40px;
	z-index: 0;
}

.footer {
	position: relative;
	width: 980px; /* 980px; */
	height: 215px;
	padding: 0;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
	background: transparent url('footer-cogs.png') right center no-repeat;
	font-size: 0.75em; /* 12px from 16px */
	color: #c4c4c4;
}

.footer a {
	text-decoration: none;
	color: #c4c4c4;
}

.footer a:hover {
	text-decoration: underline;
	color: #124db3;
}

.footer-logo {
	position: absolute;
	top: 40px;
	left: 15px;
}

.contact-info {
	height: 60px; 
	width: 550px;
	left: 235px;
	top: 45px;
	font-size: 14px;
}

.contact-info ul{
	list-style-type: none;
	float: left;
	margin-top: 0;
}

.footer h2 {

}

.footer p {

}

.footer a:link, .footer a:visited, .footer a:active {
	
}

.footer a:hover, .footer a:active {

}

.copyright {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.avd {
	position: absolute;
	bottom: 20px;
	right: 0px;
	color: #5b5b5b;
	font-size: 14px;
}

.avd a:link, .avd a:visited, .avd a:active {
	color: #7e7e7e;
	text-decoration: none;
}

.avd a:hover, .avd a:focus {
	text-decoration: underline;
}

/* slideshow overrides */
/* ss dimensions */
.slideshow { 
	position: relative;
	width: 980px;
	height: 317px;
	background: #FFF url('slideshow-shadow.jpg') 50% 96% no-repeat;
	height: 410px;
}

.orbit-wrapper .slideshow {
	
}

.orbit-caption+.content
{
	margin-top:-38px;
}

.slider {
	top: 40px;
}

div.orbit-wrapper {
	width: 960px !important;
	height: 317px !important; 
	margin: 0 auto;
	
}

div.orbit {
	width: 960px !important;
	height: 317px !important;
}

.orbit-wrapper .timer {
	display: none;
}

.orbit-bullets {
	display: none;
}

div.slider-nav span {
	width: 21px;
	height: 135px;
	top: -130px;
}

div.slider-nav span.left {
	background-image: url('slider_left.jpg');
	left: -21px;
}

div.slider-nav span.right {
	background-image: url('slider_right.jpg');
	right: -21px;
}

.orbit-wrapper .orbit-caption {
	height: 71px;
	line-height: 71px;
	font-size: 30px;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	top: 272px;
}

.orbit-wrapper .orbit-caption  .caption-text{
	padding-left: 20px;
}

/* ss overlay */
/*
.slideshow:after {
	content: url('slideshow_overlay.png');
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.orbit > div {
	z-index: 0;
}
*/

/* ss nav features */
/*

.orbit-wrapper .orbit-caption {

}

.orbit-bullets {
	bottom: 10px;
	left: 0;
	margin: 0;
}

.orbit-bullets li {
	width: 10px;
	height: 10px;
	background: transparent url('slider_bullet.png') center center no-repeat;
	margin-left: 10px;
}

.orbit-bullets li.active {
	background-image: url('slider_active.png');
	background-position: center center;
}
*/

/* galleries */
div.gallery {
	padding: 0px;
	/*
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	*/
	position: relative;
	margin: 10px auto;
	overflow: hidden;
}

div.gallery ul {
	list-style-type: none;
	margin: 0 0;
	padding: 0;
	position: relative;
}

div.gallery li {
	float: left;
	margin: 5px !important;
	padding: 0;
	width: 23%;
	height: 210px;
	line-height: 210px; 
	text-align: center;
}

div.gallery a {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

.gallery img {
	display: inline; /* kauri default sets to block */
	vertical-align: middle;
}

.pagination .pages
{
	text-align: center;
}

.pagination .pages .current
{
	font-weight: bold;
}

.pagination .pages a
{
	text-decoration: none;
}

.pagination .pages a:hover,
.pagination .pages a:focus,
.pagination .pages a:active
{
	text-decoration: underline;
}

/* default form styling 
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
form.contact {
	margin-top: 8px;
}

.contact p {
	line-height: 1.75em;
}

.contact p.action {
	text-align: center;
}

.contact .action a {
	font-size: 0.875em;
}

.contact label {
	display: inline-block;
	width: 25%; 
	vertical-align: top;
}

.contact label.error {
	width: auto;
	font-size: 0.875em;
	color: #fd1a00;
	margin-left: 10px;
}

.contact input[type=text] {
	width: 45%;
	font-family: inherit;
	font-size: 0.875em;
}

.contact input[type=password], form.contact input.password, .contact .auth + input {
	width: 20%;
}
img.auth { vertical-align: middle; }

.contact textarea {
	width: 45%;
	height: 5em;
	font-family: inherit;
	font-size: 0.875em;
}

/* blog */
.articleNav {
	overflow: hidden;
}

.articleNav .previous {
	float: left;
}

.articleNav .next {
	float: right;
}

/* print order */
#print-order table {
	width: 100%;
}

#print_order th, #print-order td {
	vertical-align: top;
}

#print-order thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	padding-bottom: 4px;
}

#print-order thead th:first-child {
	text-align: left;
}

#print-order tbody th {
	font-weight: normal;
	padding-bottom: 4px;
}

#print-order tfoot tr:first-child > * {
	border-top: 1px solid #423f3f;
	padding-top: 4px;
}

#print-order tbody {
	padding: 4px 0;
}

#print-order tbody th, #print-order tfoot th {
	font-weight: normal;
	text-align: left;
}


#print-order td+td, #print-order tfoot td+td {
	text-align: center;
}

#print-order td+td+td, #print-order tfoot td+td+td {
	text-align: right;
}

#print-order th:last-child {
	text-align: right;
}

/* customers/orders */
table.orders {
	width: 100%;
	border-collapse: collapse;
}

.orders th, .orders td {
	padding: 4px;
	vertical-align: top;
}

.orders tbody *:first-line {
	
}

.orders thead tr:first-child > * {
	border-bottom: 1px solid #423f3f;
	text-indent: 0;
}

.orders tbody th {
	font-weight: normal;
	text-indent: 0;
}

.orders .ref {
	text-align: left;
}

.orders .date {
	width: 95px;
}

.orders .details {
	text-align: left;
	text-indent: 1em;
}

.orders .price {
	text-align: right;
}

.orders .link {
	text-align: right;
	width: 75px;
}

/** files **/
.file {
	position: relative;
	overflow: hidden; /* float clearing */
	padding: 15px;
	margin-bottom: 10px;
}

.file h2 {
	margin-bottom: 1em;
}

.file .button {
	position: absolute;
	top: 6px;
	right: 10px;
}

#hoverCart
{
	position: fixed;
	top: 50px;
	right: 50px;
	width: 200px;
	background-color: rgba(48, 48, 48, 0.8);
	background-color: #303030\9;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	overflow: auto;
	z-index: 1000;
}

#hoverCart h1,
#hoverCart h2,
#hoverCart h3
{
	color: #fff;
	margin: 0px 0px 5px;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}

#hoverCart a
{
	color: #fff;
}

#hoverCart .items
{
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#hoverCart .checkout
{
	float: left;
}

#hoverCart .dismiss
{
	display: block;
	text-align: right;
	float: right;
}

#hoverCart .row
{
	border-bottom: 1px solid #fff;
	position: relative;
	overflow: hidden;
	padding: 10px 0px 5px;
}

#hoverCart .row .right
{
	text-align: right;
	font-family: "Courier New", Courier, monospace;
}

#hoverCart .remove
{
	font-size: 12px;
	display: block;
}

input:disabled,
textarea:disabled
{
	opacity: 0.5;
}

/* tinymce universal formatting */
#tinymce {width: 940px; padding: 10px; background: #FFF; text-align: left; font-size: 1em; color: #666;}
#tinymce p { padding: 0 0 1em;}
#tinymce form { outline: 1px dotted #F00;}
#tinymce a { border-bottom: 1px dotted #002D4A; color: #002D4A; text-decoration: none; }

.lcon {
	float: left;
	width:350px;
}

.rcon {
	float: right;
	width:455px;
	margin-top:0px;
}

/* New Form Stuff */

.white-back {
	color:#FFF;
	background-color:#fff;
	width: 400px;
	height:500px;
	padding: 20px;
}

.form-box {
	width: 300px;
	border-left: 1px solid #EDECE1;
    border-right: 1px solid #EDECE1;
    box-shadow: 0 15px 22.5px rgba(229, 228, 225, 0.5) inset;
    position: absolute;
    z-index: 2;
}

.form-box H2 {
	text-shadow: 1px 1px 0 #FFFFFF;
	padding-left:10px;
}

.lightgrey {
    background-color: #F5F4EE;
    color: #5B5B5B;
}
	
.padded {
	padding: 30px;
}

#submission-form {
	 font-size: 14px;
	 padding: 4px 10px;
}

.banner-box {
    margin-bottom: 20px;
    position: relative;
}

.submission-form label input[type="text"], .submission-form label textarea {
    font-size: 14px;
    padding: 4px 10px;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
    color: #6CA400;
}

input[type="text"] .placeholder, input.placeholder[type="text"], input[type="password"] .placeholder, input.placeholder[type="password"], textarea .placeholder, textarea.placeholder {
    color: #6CA400;
}

input[type="text"], input[type="text"]:hover, input[type="text"]:focus, input[type="password"], input[type="password"]:hover, input[type="password"]:focus, textarea, textarea:hover, textarea:focus {
    border: 1px solid #656565;
    outline: medium none;

}

input[type="text"], input[type="password"], textarea {
    
    font: 15px/1.5 Helvetica,Arial,sans-serif;
    padding: 5px 10px;
    transition-duration: 0.1s;
    transition-property: background-image, color, border-color;
	border: 1px solid #bbbcbc;
	border-bottom: 1px solid #dbdbdb !important;
}

.lightgrey input[type="text"], .lightgrey input[type="password"], .lightgrey textarea {
    border-color: #E5E4E1;
}

.lightgrey input[type="text"]:focus, .lightgrey input[type="password"]:focus, .lightgrey textarea:focus {
    border-color: #656565;
	border-bottom: 1px solid #7b7b7b !important;
	background-color:#e96756;
}
.lightgrey input[type="text"]:focus:-moz-placeholder, .lightgrey input[type="password"]:focus:-moz-placeholder, .lightgrey textarea:focus:-moz-placeholder {
    color: #E5E4E1;
}
.lightgrey input[type="text"]:focus .placeholder, .lightgrey input.placeholder[type="text"]:focus, .lightgrey input[type="password"]:focus .placeholder, .lightgrey input.placeholder[type="password"]:focus, .lightgrey textarea:focus .placeholder, .lightgrey textarea.placeholder:focus {
    color: #E5E4E1;
}

input[type="text"][disabled], input[type="text"][disabled]:hover, input[type="password"][disabled], input[type="password"][disabled]:hover, textarea[disabled], textarea[disabled]:hover {
    opacity: 0.6;
}
input[type="checkbox"]:focus {
    outline-color: #848484;
    outline-width: 1px;
}
form label {
    clear: both;
    display: block;
    margin: 0 0 0.8em;
	/*text-align:center;*/
}
form label input[type="text"], form label input[type="password"], form label textarea, form label select.full-width {
    -moz-box-sizing: border-box;
    width: 400px;
	color:#2e2e2e;
	background-color:#fff;
}

form label textarea {
    resize: vertical;
	max-width: 400px;
}
form label select {
    max-width: 350px;
    padding: 1.875px 3.75px;
}

form label radio {
	float: left;
    padding: 1.875px 3.75px;
}

/* Trying something new for the Form */

.nform-box {
	width: 450px;
	border: 1px solid #658cd6;
	-webkit-border-radius:5px;
	border-radius: 5px;
    /*box-shadow: 0 10px 17.5px rgba(229, 228, 225, 0.5) inset; */
    position: relative;
    z-index: 2;
	background-color: rgba(36, 93, 196, 1);
	padding-top:10px;
	padding-bottom:10px;
}

.radio {
	float: left;
	font-size:1.1em;
	margin-left:15px;
	color: #fff;
}

.button {
  text-align: right;
  padding-right: 15px;
}

.button input {
	display: inline-block;
	height:40px;
	width:145px;
	background: #fff;
	color: #171717;
	font-size:15px;
	text-transform: uppercase;
	cursor:pointer;
	border: none;
	border-radius: 20px 0 20px 20px;
	-webkit-box-shadow:  2px 2px 2px 2px #58585a;
    box-shadow:  2px 2px 2px 2px #58585a;
}

.button input:hover, .button input:focus {
	background: #d2d2d2; 
}

.cncleft {
	float:left;
	width:600px;
}

.cncright {
	float:right;
	width:210px;
	margin-top:30px;
}

.cncright img {
	border: 5px solid #235dc4;
	margin-bottom:10px;
}