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

}

.metal-bg {
	background-image: url('metal-bg.jpg'), url('headerGradient.png'); 
	background-position: center 145px;
	background-repeat: no-repeat, repeat-x;
}

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

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

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.125em;
}

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

a:hover, a:focus {
	color: #ed1c24;
}

a img {
	border: none;
}

/* globally relevant baseline styles */
.button {
	display: inline-block;
	margin: 0;
	padding: 5px;
	padding-left: 45px;
	border: none;
	background: transparent url('button-bg.png') left center no-repeat;
	color: #525256;
	font-size: 1em; 
	line-height: 1.5em; 
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button:hover, .button:focus {
	text-decoration: underline;
	background: transparent 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: 187px;
	background: transparent;
	z-index: 10;
	border-top: 10px solid #FFF;
}

.banner {
	background: transparent url() top center no-repeat;
	width: 980px;
	height: 137px;
	margin: 0 auto;
	position: relative;
}

.logo {
	display: block;
	position: absolute;
	width: 325px;
	height: 69px;
	top: 40px;
	left: 10px;
}

#searchform {
	position: absolute;
	top: 50px;
	right: 5px;
}

#search {
	width: 205px;
	height: 36px;
	background: #FFF url('icon-search.png') right center no-repeat;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	padding-left: 15px;
}

.main-navigation:after {
	background-image: url('nav-right.png');
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	bottom:-10px;
	right: 0px;
}

.main-navigation:before {
	background-image: url('nav-left.png');
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0px;
}

.main-navigation {
	position: relative;
	width: 1000px; /* 980px */
	padding: 0;
	margin: 0 auto;
	background: #999 url('') left top repeat-x;
	color: #000;
	text-align: center;
	
	/*gradient */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(213,213,213,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(213,213,213,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(213,213,213,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(213,213,213,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(213,213,213,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(213,213,213,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */

}

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

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

.main-navigation li a:last-child
{
    padding-right: 63px !important;
}

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

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

.main-navigation a:link, .main-navigation a:visited, .main-navigation a:active {
	display: inline-block;
	padding: 0 2em;
	color: #000;
	text-decoration: none;
}

.main-navigation a:hover, .main-navigation a:focus {
	color: #ed1c24;
	text-decoration: underline;
}

.main-navigation .sel > a, .main-navigation .sel .sel > a {
	color: #FFF;
	
	/* Gradient */
	background: rgb(242,97,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,97,102,1) 1%, rgba(225,54,61,1) 49%, rgba(216,15,22,1) 49%, rgba(193,0,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(242,97,102,1)), color-stop(49%,rgba(225,54,61,1)), color-stop(49%,rgba(216,15,22,1)), color-stop(100%,rgba(193,0,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,97,102,1) 1%,rgba(225,54,61,1) 49%,rgba(216,15,22,1) 49%,rgba(193,0,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,97,102,1) 1%,rgba(225,54,61,1) 49%,rgba(216,15,22,1) 49%,rgba(193,0,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,97,102,1) 1%,rgba(225,54,61,1) 49%,rgba(216,15,22,1) 49%,rgba(193,0,7,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,97,102,1) 1%,rgba(225,54,61,1) 49%,rgba(216,15,22,1) 49%,rgba(193,0,7,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26166', endColorstr='#c10007',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: #FFF;
	
	/*gradient */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(213,213,213,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(213,213,213,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(213,213,213,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(213,213,213,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(213,213,213,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(213,213,213,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
	
}

.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;
	border-bottom: 1px solid #bcbcbc;
}

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

.midsection {
	z-index: 5;
}

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

.content {
	width: 960px; /* 980px */
	padding: 10px;
	background: #FFF url('content-bg.jpg') left top repeat-x;
}

.equipment {
	padding: 30px 0;
	height: 210px;
}

.equipment div {
	width: 310px;
	height: 225px;
	float: left;
	padding-right: 15px;
	background: url('image-shadow.png') 50% 85% no-repeat;
}

.equipment div .button {
	position: absolute;
	bottom: 0;
	left: 0;
}

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

.content p{
	margin: 10px 0;
	font-size: 14px;
}

.divider-line {
	height: 5px;
	width: 960px;
	float: left;
	background: url('divider.jpg');
	margin: 30px 0;
}

.large-divider {
	height: 10px;
	width: 980px;
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
} 

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

.leftwing {
	right: 100%;
}

.rightwing {
	left: 100%;
	
}

.base {
	margin-bottom: 0px;
	z-index: 10;
	background: url('base-bg.jpg') left top repeat-x;
}

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

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

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

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

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

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

.footer:before {
	background-image: url('footer-shadow-left.png');
	width: 47px;
	height: 202px;
	content: "";
	position: absolute;
	top:0;
	left: -47px;
}

.footer:after {
	background-image: url('footer-shadow-right.png');
	width: 47px;
	height: 202px;
	content: "";
	position: absolute;
	top:0;
	right: -47px;
}

.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: 30px;
}

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

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

.slideshow-wrapper{
	width: 980px;
	height: 400px;
	background: url('slider-bg.jpg') center center no-repeat;
}


.slideshow-wrapper:after {
	background-image: url('slideshow-shadow.png');
	width: 962px;
	height: 19px;
	content: "";
	position: absolute;
	bottom:-19px;
	z-index: 100;
}

.phone {
	position: absolute;
	right: 25px;
	bottom: 20px;
	background: url('icon-phone.png') left top no-repeat;
	padding-left: 40px;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
}

.slideshow img
{
	display: none;
}

.slideshow img:first-child
{
	display: block;
}

/* slideshow overrides */
/* ss dimensions */
.slideshow { 
	position: relative;
	width: 938px;
	height: 315px; 
	margin: 0 auto;
	top: 19px;
}

.orbit-wrapper .slideshow {
	
}

.slider {

}

div.orbit-wrapper {
	width: 938px !important;
	height: 315px !important; 
}

div.orbit {
	width: 938px !important;
	height: 315px !important;
}

.orbit-bullets li {
	width: 11px;
	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;
}

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

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

/* 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 */
/*
div.slider-nav span {

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

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

.orbit-wrapper .orbit-caption {

}

*/

/* 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;
	margin-top:20px;
	margin-bottom: 30px;	
}

.rcon {
	float: right;
	width:455px;
	margin-top:20px;
	margin-bottom: 30px;
}

/* 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 #bcbcbc;
	-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(206, 8, 15, 1);
	padding-top:10px;
	padding-bottom:10px;
}

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

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

.button2 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;
}

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

.prodleft {
	float:left;
	width:450px;
}

.prodright {
	float:right;
	width:450px;
}
