/* @group reset - eric myer reset v2.0 | 20110126
-----------------------------------------------------------------*/
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: baseline;
}
/* HTML5 display-role reset for older browsers
-----------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #999;
}
td {
	border-color: #999;
}

/* Fix Google Search bug
-----------------------------------------------------------------*/
.gsc-control-cse {
	position: absolute;
	left: -999999px;
	bottom: 80px;
}

/* Set tags and general classes
-----------------------------------------------------------------*/
body {
	background: #c9c9c9 url("../images/bg.png") repeat-x top;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #151515;
	line-height: 1.3;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 13px;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	color: #333132;
	letter-spacing: -1px;
	width: 100%;
	padding-bottom: 4px;
	border-bottom: 1px solid #dd6464;
	margin-bottom: 15px;
}
/*h1 span {
	color: #cc0000;
}*/
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #333132;
	margin-bottom: 7px;
}
h3 {
	font-weight: bold;
	color: #cc0000;
	font-size: 14px;
}

hr.redbold {
	margin: 12px 0;
	border: 0;
	border-bottom: 2px solid #cc0000;
	padding: 0;
}
hr.redthin {
	margin: 12px 0;
	border: 0;
	border-bottom: 1px solid #dd6464;
	padding: 0;
}

input[type="text"], input[type="number"] {
	border: 0;
	padding: 4px;
	height: 15px;
	background-color: #d1d1d1;
	color: #3b3b3b;
	font-size: 12px;
}

.bold, strong {
	font-weight: bold;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clearing {
	clear: both;
}

.hide {
	display: none;
}

.hidden {
	visibility: hidden;
}

.error, .red {
	color: red;
}

/* Common
-----------------------------------------------------------------*/
#pagewrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

header #logo {
	float: left;
	margin: 37px 0 20px 18px;
	width: 171px;
}

header #logos-bar {
	margin: 77px 0 5px 0;
	font-size: 0;
	position: relative;
}
header #logos-bar img {
	height: 51px;
	width: auto;
	display: inline-block;
	margin: 0 31px;
}
header #logos-bar img.lb-small {
	height: 35px;
	margin-bottom: 8px;
}
header #logos-bar > div {
	padding: 15px 21px;
	display: inline-block;
	box-sizing: border-box;
}
header #logos-bar > div:first-of-type {
	/*background-color: #d7d7d7;*/
	margin-right: 5px;
	/*width: 207px;*/
	position: absolute;
	top: -120px;
}
header #logos-bar > div:first-of-type img {
	height: 85px;
}
header #logos-bar > div:last-of-type {
	background-color: #eaeaea;
	/*width: calc(100% - 214px);*/
	width: 100%;
}

header #phone-text {
	float: right;
	margin: 7px 30px 0 0;
	text-transform: uppercase;
	font-weight: bold;
}
header #social {
	float: right;
	margin: 9px 15px 0 0;
}
header #social img {
	float: left;
	margin-left: 5px;
	width: 18px;
}
header #phone {
	float: right;
	margin: 2px 30px 0 0;
}
header #phone span {
	font-size: 25px;
	font-weight: bold;
}
header .icon {
	float: left;
	padding: 1px 6px 0 0;
}
header #phone .icon {
	padding-top: 9px;
}
header #brochures, header #technical, header #trade, header #search {
	position: absolute;
	top: 93px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1;
	font-weight: bold;
	font-size: 12px;
}
header #brochures p, header #technical p, header #trade p {
	float: right;
}
header #brochures a, header #technical a, header #trade a {
	color: #151515;
}
header #brochures a:hover, header #technical a:hover, header #trade a:hover {
	text-decoration: none;
	color: #cc0000;
}
header #brochures {
	right: 447px;
}
header #technical {
	right: 319px;
}
header #trade {
	right: 210px;
}
header #search {
	right: 10px;
}
header #search input {
	float: right;
}
header #search input[type="text"] {
	width: 132px;
}

nav {
	height: 48px;
	background-color: #e8e9eb;
}
nav > ul {
	float: right;
}
nav li {
	float: left;
	height: 48px;
	font-size: 12px;
}
nav li a {
	display: table-cell;
	vertical-align: middle;
	height: 48px;
	color: #cc0000;
	text-transform: uppercase;
	font-weight: bold;
	width: 134px;
	text-align: center;
	border-left: 1px solid #cecfd0;
}
nav li:hover a {
	background-color: #b5b5b5;
	text-decoration: none;
}
nav li.active a {
	color: #000;
	text-decoration: none;
}
nav li ul {
	position: absolute;
	padding-top: 6px;
	left: -999em;
	background-color: #b5b5b5;
	z-index: 999;
}
nav li:hover ul {
	left: auto;
	padding-bottom: 7px;
}
nav li li {
	float: none;
	height: auto !important;
	padding: 0 6px !important;
}
nav li li a {
	display: block;
	color: #fff !important;
	line-height: 1;
	font-weight: normal;
	height: auto !important;
	padding: 8px 7px !important;
	min-width: 244px;
	width: auto;
	border: 0;
	text-align: left;
}
nav li li:hover a {
	color: #cc0000 !important;
}
nav li li:first-child a {
	padding-top: 12px !important;
	border-left: 0;
	border-top: 1px solid #cfcfd0;
}
nav li:last-child li a {
	min-width: 109px;
}

/* 3rd level */
nav li li ul {
	position: static;
	list-style-type: disc;
	padding: 0 !important;
	margin: -10px 0 0 0 !important;
}
/*
	display: none;
}
nav li li:hover ul {
	display: block;
}
*/
nav li li li {
	color: #fff;
	padding: 0 !important;
	margin: 0 0 0 30px !important;
}
nav li li li:hover {
	color: #cc0000 !important;
}
nav li li li a {
	color: #fff !important;
	height: auto !important;
	padding: 0 0 10px 0 !important;
	margin: 0 !important;
	min-width: 0px;
	text-transform: none !important;
}
nav li li li:first-child a {
	padding: 0;
	border: 0;
}
nav li li:hover li a {
	color: #fff !important;
}
nav li li:hover li:hover a {
	color: #cc0000 !important;
}
/* end 3rd level */

#content {
	position: relative;
	background-color: #e8e9eb;
}

.arrow {
	color: #cc0000;
}

.attractor-img {
	width: 210px;
}

footer {
	font-size: 11px;
	margin-top: 12px;
	padding: 15px 0 15px 15px;
	background-color: #e8e9eb;
	color: #444;
}
footer a {
	color: #444;
}
footer #camp-mon-wrapper {
	float: right;
	width: 225px;
	margin-right: 20px;
}
footer #camp-mon-wrapper input {
	width: 215px;
	padding: 4px 5px;
	background-color: #d1d1d1;
	border: 0;
	margin-bottom: 10px;
}
footer #camp-mon-wrapper button {
	padding: 6px 15px;
	color: #fff;
	font-weight: bold;
	background-color: #fb2326;
	border: 0;
}
footer #camp-mon-wrapper .cp-button {
	background-color: #f6821f !important;
}
footer ul {
	float: left;
	margin: 0 40px 20px 0;
	width: 165px;
}
footer ul li:first-child a, footer #camp-mon-wrapper p {
	display: block;
	color: #cc0000;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.autocomplete-suggestion {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	padding: .6em .2em;
	font-size: .9em !important;
}

/* Multiple pages
-----------------------------------------------------------------*/
#content #header-image {
	display: block;
}
#content #content-right-image {
	display: block;
	float: right;
	margin: 0 0 15px 15px;
	width: 200px;
}
#content #content-top-image {
	display: block;
	margin: 15px 0;
	max-width: 680px;
}
#content #main {
	float: left;
	background-color: #fff;
	padding: 20px 25px;
	width: 680px;
	min-height: 450px;
}
#content #main ul {
	list-style-type: disc;
	margin-bottom: 13px;
}
#content #main ol {
	list-style-type: decimal;
	margin-bottom: 13px;
}
#content #main ol ol {
	list-style-type: lower-alpha;
}
#content #main li {
	margin: 5px 0 0 16px;
}
#content #breadcrumb {
	color: #939598;
	font-size: 12px;
}
#content #breadcrumb a {
	color: #939598;
	font-size: 12px;
}
#content #rightcol {
	float: left;
	padding: 20px 15px 0 15px;
	width: 200px;
}
#content #right-boxes {
	width: 210px;
	margin-left: -5px;
}
#content #right-boxes div {
	margin-top: 10px;
	border: 1px solid #151515;
	padding: 11px;
	background-color: #fff;
}
#content #right-boxes div p {
	margin-top: 7px;
	margin-left: 40px;
	font-size: 12px;
	font-weight: bold;
}
#content #right-boxes #join-button {
	margin: 10px 0 0 13px;
}
#content #right-boxes input {
	float: right;
}
#content #right-boxes input[type="number"] {
	width: 115px;
}
#related-heading, #contact-heading {
	font-weight: bold;
	font-size: 24px;
	color: #cc0000;
	margin-bottom: 15px;
	letter-spacing: -1px;
}
#related-links {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 30px;
}
#related-links li {
	margin-bottom: 13px;
}
#related-links li a {
	color: #3f4042;
}
#contact-form-div {
	margin-bottom: 30px;
}
.g-recaptcha {
	overflow: hidden;
}
#contact-form-div p {
	margin-bottom: 8px;
}
#contact-form-div input, #contact-form-div select, #contact-form-div textarea {
	width: 100%;
	margin-bottom: 5px;
}
#contact-form-div textarea {
	height: 120px;
}

.product-wrapper {
	margin-top: 30px;
}
.product-wrapper .product-container {
	float: left;
	width: 160px;
	margin: 0 13px 15px 0;
	background-color: #f0f0f0;
}
.product-wrapper div:nth-child(4n+4) {
	margin-right: 0;
}
.product-wrapper div:nth-child(4n+5) {
	clear: left;
}
.product-wrapper .product-container img {
	width: 150px;
	height: 150px;
	padding: 5px;
}
.product-wrapper .product-container p {
	text-align: center;
}

.page-back {
	text-align: center;
	display: block;
	margin: 15px 0;
	padding: 8px 0;
	width: 80px;
	background-color: #e8e9eb;
	color: #963836;
	font-weight: bold;
	border: 1px solid #666;
	border-radius: 10px;
}

/* Home page
-----------------------------------------------------------------*/
#flexslider {
	height: 722px;
}
#flexslider div {
	position: absolute;
	right: 20px;
	top: 20px;
	text-transform: uppercase;
	text-align: right;
	font-family: "Droid Sans", sans-serif;
	color: #fff;
	font-size: 55px;
	font-weight: bold;
	line-height: 1.1;
}
#flexslider div span {
	opacity: 0.75;
	filter:alpha(opacity=75);
}

#flexslider .flex-direction-nav, #flexslider .flex-direction-nav .flex-next, #flexslider .flex-direction-nav .flex-prev {
	/*display: none;*/
	z-index: 99999;
	margin-top: -180px;
}
.flexslider .flex-control-nav {
	display: none;
}

#products-box, #news-box, #locator-box {
	position: absolute;
	left: 18px;
	top: 278px;
	width: 258px;
	height: 394px;
	border: 1px solid #605e5d;
	padding: 15px;
	background: rgba(255, 255, 255, 0.75);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#85ffffff,endColorstr=#85ffffff);
}
#products-box .thumb {
	width: 150px;
	height: 150px;
	margin: 15px 0 20px 54px;
}
#products-box .name {
	text-align: center;
	color: #cc0000;
	font-size: 14px;
	margin: 10px 0 15px 0;
}
#products-box .details {
	text-align: right;
	font-weight: bold;
	margin-bottom: 8px;
}
#products-box .details a {
	color: #151515;
}
#find-other {
	font-weight: bold;
}
#find-other img {
	margin-top: 10px;
}
#find-other div {
	float: left;
	margin: 12px 0 0 20px;
}

#news-box {
	left: 334px;
	overflow-y: auto;
}
#news-box .title {
	margin-bottom: 3px;
}
#news-box .title a {
	color: #151515;
	text-decoration: underline;
}
#news-box .post-date {
	margin-bottom: 1px;
	color: #555;
	font-size: 12px;
}
#news-box .news {
	color: #555;
	font-style: italic;
}
#locator-box {
	left: 650px;
	height: 180px;
	/*top: 492px;*/
	top: 278px;
}
#locator-box input {
	float: right;
	margin-top: -8px;
}
#locator-box input[type="number"] {
	border: 0;
	padding: 4px;
	width: 115px;
	height: 15px;
	background-color: #d1d1d1;
	color: #3b3b3b;
	font-size: 12px;
}
#rewards-tile {
	position: absolute;
	left: 650px;
	top: 278px;
}

/* News page
-----------------------------------------------------------------*/
.news-thumb {
	float: left;
	width: 90px;
}
.news-content-div {
	float: right;
	width: 575px;
}

.news-date {
	color: #939598;
	font-size: 12px;
	margin-bottom: 10px;
}
.news-break {
	margin: 25px 75px 20px 75px;
	border: 0;
	border-bottom: 1px solid #ddd;
}
.pagination {
	text-align: center;
	margin-bottom: 13px;
}
.pagination a {
	margin: 0 10px;
}

/* Construction page
-----------------------------------------------------------------*/
#step-one, #industry-step-two {
	width: 682px;
	margin: 15px 0 0 -10px;
	padding: 15px 10px;
	background: url("../images/construction/step-one.png") no-repeat;
}
#step-one div, #industry-step-two div {
	float: left;
	width: 210px;
	height: 48px;
	margin-bottom: 15px;
	padding-right: 5px;
}
#step-one div:nth-child(3n+2) {
	width: 217px;
}
#step-one div:nth-child(3n+3) {
	width: 245px;
	padding-right: 0;
}
#step-one div img, #industry-step-two div img {
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 10px;
}
#step-one div p, #industry-step-two div p {
	float: left;
	line-height: 48px;
	text-transform: uppercase;
	color: #cc0000;
	font-weight: bold;
	font-size: 12px;
}

#step-two {
	width: 682px;
	min-height: 24px;
	margin: 15px 0 0 -10px;
	padding: 15px 10px;
	background: url("../images/construction/step-two.png") no-repeat;
	display: none;
}
#step-two-options li, #industry-step-three-options li {
	margin-bottom: 3px;
}
#step-two-options li a, #industry-step-three-options li a {
	color: #cc0000;
	font-weight: bold;
	font-size: 15px;
}

#step-two-options li a.active, #industry-step-three-options li a.active {
	color: #000;
}

#step-three {
	width: 682px;
	min-height: 24px;
	margin: 15px 0 0 -10px;
	padding: 15px 10px;
	background: url("../images/construction/step-three.png") no-repeat;
	display: none;
}

#construction-list {
	margin-top: 15px;
}
#construction-list a {
	font-weight: bold;
	font-size: 14px;
	color: #cc0000;
}

/* Construction -> Industry Sectors page
-----------------------------------------------------------------*/
#step-one.industry div:nth-child(3n+1) {
	width: 257px;
}
#step-one.industry div:nth-child(3n+2) {
	width: 190px;
}
#step-one.industry div:nth-child(3n+3) {
	width: 225px;
}

#industry-step-two {
	background: url("../images/construction/step-two.png") no-repeat;
	display: none;
}

#applications-page {
	display: none;
}

#applications-content table {
	width: 100%;
	margin-top: 15px;
}
#applications-content table th {
	padding: 5px;
	background-color: #999;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
#applications-content table td {
	padding: 5px;
}

#applications-content table.industry-table td {
	background-color: #eff0f1;
	border: 1px solid #fff;
}
#applications-content table.industry-table td.industry-head {
	background-color: #963836;
	color: #fff;
}
#applications-content table.industry-table td:first-child {
	font-weight: bold;
}
#applications-content table.industry-table td:nth-child(1) {
	width: 200px;
}
#applications-content table.industry-table td:nth-child(2) {
	width: 327px;
}
#applications-content table.industry-table td:nth-child(3) {
	width: 150px;
}

/* Construction -> Product page
-----------------------------------------------------------------*/
.product-logo {
	float: right;
	margin: 0 0 10px 10px;
	max-width: 100px;
	max-height: 50px;
}
.product-image {
	clear: right;
	float: right;
	margin: 0 0 10px 10px;
	text-align: center;
	font-size: 11px;
	color: #333;
}
.product-image img {
	margin-bottom: 2px;
	border: 1px solid #ddd;
	width: 150px;
	height: 150px;
}

.data-sheet-div {
	float: left;
	margin: 15px 20px 15px 0;
	border: 1px solid #ccc;
	padding: 10px;
}

.video-640 {
	width: 100%;
	height: auto;
	max-width: 640px;
	margin: 20px 0;
}

/* Equipment page
-----------------------------------------------------------------*/
#step-one.equip div:nth-child(3n+1) {
	width: 200px;
}
#step-one.equip div:nth-child(3n+2) {
	width: 252px;
}
#step-one.equip div:nth-child(3n+3) {
	width: 220px;
}

/* Decorative Concrete page
-----------------------------------------------------------------*/
#home-owner-attr {
	margin: 0 20px 15px 0;
}
.dec-con-attr {
	float: left;
	position: relative;
	width: 330px;
	height: 259px;
}
.dec-con-attr img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	opacity: 1;
	filter:alpha(opacity=100);
}
.dec-con-attr p {
	position: absolute;
	left: 10px;
	top: 6px;
	color: #cc0000;
	font-size: 21px;
	z-index: 20;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.dec-con-attr:hover img {
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.dec-con-attr:hover p {
	opacity: 1;
	filter:alpha(opacity=100);
}

/* Decorative Concrete -> Visualiser page
-----------------------------------------------------------------*/
#main ul#steps {
	list-style-type: none;
}
#steps li {
	float: left;
	margin-right: 8px;
	font-size: 18px;
	color: #999;
}
#steps li.active {
	color: #cc0000;
}

#vis-steps {
	margin-top: 10px;
	border: 1px solid #cc0000;
	padding: 10px;
}

#vis-selection {
	position: relative;
	float: left;
	width: 256px;
	height: 189px;
	margin-left: 194px;
	background-color: #323132;
	border: 7px solid #f2f2f2;
	-moz-box-shadow: 2px 2px 2px #aaa;
	-webkit-box-shadow: 2px 2px 2px #aaa;
	box-shadow: 2px 2px 2px #aaa;
}
#vis-selection img {
	position: absolute;
	left: 0;
	top: 0;
	width: 256px;
	height: 189px;
}
#vis-selection img#base-pattern {
	z-index: 10;
}
#vis-selection img#stencil-pattern {
	z-index: 20;
}
#step-one-tile, #step-two-tile, #step-three-tile {
	display: none;
	float: right;
	clear: right;
	width: 115px;
}
#step-one-tile a, #step-two-tile a, #step-three-tile a {
	float: left;
	display: block;
	width: 47px;
	height: 47px;
	border: 4px solid #f2f2f2;
	-moz-box-shadow: 2px 2px 2px #aaa;
	-webkit-box-shadow: 2px 2px 2px #aaa;
	box-shadow: 2px 2px 2px #aaa;
}
#step-one-tile a:hover, #step-two-tile a:hover, #step-three-tile a:hover {
	text-decoration: none;
}
#step-one-tile p, #step-two-tile p, #step-three-tile p {
	float: left;
	margin-left: 15px;
	line-height: 54px;
	color: #999;
	font-size: 14px;
}

#back-button {
	float: left;
	margin: 20px 0 0 20px;
	display: none;
}
#advance-button {
	float: right;
	margin: 20px 20px 0 0;
}

#step-four-copy h3 {
	margin: 25px 0 10px 0;
}

#vis-steps #step-two-options, #vis-steps #step-two-b-options, #vis-steps #step-three-options, #step-four-copy {
	display: none;
}
#vis-steps #step-two-options span {
	clear: left;
	display: block;
	margin: 9px 0 0 65px;
	font-size: 10px;
	color: #777;
}
.vis-options {
	margin: 15px 0;
}
.vis-options h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 7px;
	color: #151515;
}
.vis-options div {
	float: left;
	padding: 6px;
	background-color: #fff;
}
.vis-options div:nth-child(11n+1) {
	clear: left;
}
.vis-options div.vis-selected {
	background-color: #eee;
	padding: 4px;
	margin: 2px;
	-moz-box-shadow: 2px 2px 2px #aaa;
	-webkit-box-shadow: 2px 2px 2px #aaa;
	box-shadow: 2px 2px 2px #aaa;
}
.vis-options div a {
	display: block;
	width: 47px;
	height: 47px;
}
.vis-options div a:hover {
	text-decoration: none;
}

/* Decorative Concrete -> Gallery page
-----------------------------------------------------------------*/
#gallery-thumbs img {
	float: left;
	width: 145px;
	height: 109px;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 7px;
}

/* Contact page
-----------------------------------------------------------------*/
#contact-left {
	float: left;
	width: 310px;
	margin-right: 65px;
}
#contact-left h3, #contact-right h3 {
	font-size: 16px;
	margin-bottom: 12px;
}
#contact-left #cp-number, #contact-right #cp-number {
	font-size: 18px;
	margin-top: -12px;
}
#contact-right {
	float: left;
	width: 295px;
}
#contact-right img {
	float: left;
	margin-bottom: 12px;
}
#contact-right input {
	float: left;
}
#contact-right input[type="number"] {
	width: 115px;
}
#contact-postcode-wrapper {
	display: none;
}
#map-container {
	margin-top: 35px;
}
#mapcanvas {
	width: 670px;
	height: 450px;
	margin-bottom: 5px;
}

#geoloc {
	margin: 0 15px 20px 0;
}

/* Trade Stores page
-----------------------------------------------------------------*/
#store-results {
	margin-top: 20px;
}
.trade-store {
	float: left;
	width: 340px;
	margin: 0 0 40px 0;
	line-height: 1.5;
}
.trade-store h3 {
	text-transform: uppercase;
}
.trade-store img {
	width: 300px;
	height: 100px;
	margin-bottom: 5px;
}
.trade-store-wrapper {
	box-sizing: border-box;
	float: left;
	width: 50%;
	height: 500px;
	overflow-y: scroll;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-right: 10px;
}
.trade-store-wrapper h3 {
	color: #333;
	margin-bottom: 10px;
}
.trade-store-wrapper .ts-address {
	margin-bottom: 10px;
}
.trade-store-wrapper .ts-phone {
	margin-bottom: 10px;
	color: #cc0000;
}
#half-map #mapcanvas {
	float: left;
	width: 50%;
	height: 500px;
	margin: 0;
}
#trade-form label {
	float: left;
	margin-right: 20px;
}
#trade-form input {
	float: left;
}
#trade-form input[type="number"] {
	width: 115px;
}
#trade-form button {
	float: left;
	margin-left: 20px;
}

/* Brochure pages
-----------------------------------------------------------------*/
.brochure-container {
	float: left;
	width: 160px;
	margin: 0 13px 15px 0;
	background-color: #f0f0f0;
}
.brochure-wrapper div:nth-child(4n+4) {
	margin-right: 0;
}
.brochure-wrapper div:nth-child(4n+5) {
	clear: left;
}
.brochure-container img {
	width: 150px;
	height: 212px;
	padding: 5px;
}
.brochure-container p {
	text-align: center;
}

/* Technical Data/MSDS page
-----------------------------------------------------------------*/
.tech-data-div {
	float: left;
	width: 32%;
	margin-right: 1%;
}

/* CAD Detail Drawings page
-----------------------------------------------------------------*/
#cad-list {
	width: 94%;
}
#cad-list th {
	text-align: left;
	color: #cc0000;
	padding: 8px 5px;
}
#cad-list td {
	padding: 8px 5px;
}
#cad-list tr:nth-child(even) {
	background-color: #e8e9eb;
}
#cad-list tr td:nth-child(2), #cad-list tr td:nth-child(3) {
	width: 40px;
}

/* Parchem Club page
-----------------------------------------------------------------*/
#club-rewards-banner {
	display: block;
	margin: 0 auto 20px auto;
	width: 540px;
}

#joinForm {
	margin: 25px 0 0 80px;
}

#joinForm label {
	display: inline-block;
	width: 125px;
}
#joinForm input[type="text"], input[type="email"], select, #contact-form-div input, #contact-form-div textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #111;
	padding: 5px;
	margin-bottom: 10px;
	width: 275px;
	height: auto;
	max-width: 100%;
	box-sizing: border-box;
	border: 1px solid #aaa;
	background-color: #fff;
}
#joinForm input[type="submit"] {
	display: block;
	width: 100px;
	margin: 30px 0 30px 110px;
}
#contact-form-div textarea {
	height: 120px;
}

.disclaimer {
	font-size: 85%;
}

/* Obelix Page
-----------------------------------------------------------------*/
#obelix {
	width: 100%;
}
.obelix-wrapper .brochure-container {
	float: right;
	width: 135px;
	margin: 0 0 25px 13px;
	background-color: #f0f0f0;
}
.obelix-wrapper .brochure-container img {
	padding: 5px 0;
	height: auto;
	width: 92%;
	margin: 0 auto;
	display: block;
}
.obelix-wrapper .brochure-container p {
	margin-bottom: 5px;
	font-size: 12px;
}
#watch-videos {
	text-align: center;
	font-weight: bold;
	background-color: #d9d9d9;
	padding-top: 10px;
	margin-bottom: 20px;
}
#watch-videos p {
	font-size: 15px;
}
#watch-videos div {
	float: left;
	margin: 0 2% 20px 2%;
	width: 46%;
}
#watch-videos img {
	width: 100%;
}

#brand-store-wrapper {
	margin-top: 20px;
}
#brand-store-wrapper > div {
	width: calc(50% - 10px);
	border: 1px solid #333;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
}
#brand-store-wrapper > div:nth-of-type(odd) {
	margin-right: 20px;
}
#brand-store-wrapper > div > img {
	margin: 20px auto 10px auto;
	display: block;
}
#brand-store-wrapper > div p {
	font-size: 18px;
	margin: 0 0 10px 0;
	text-align: center;
}
#brand-store-wrapper > div button {
	margin: 25px auto;
	display: block;
	border: 0;
	background: #e8e9eb;
	color: #333;
	font-weight: bold;
	padding: 10px 20px;
	font-size: 18px;
}
#brand-store-wrapper > div button:hover {
	background: #d8d9db;
}
#brand-store-wrapper > div a:hover {
	text-decoration: none;
}

button {
	cursor: pointer;
}

#contact-popover-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: none;
	z-index: 9999999;
	background: rgba(200, 200, 200, .5);
}
#contact-popover-wrapper > div {
	position: relative;
	width: 620px;
	padding: 25px;
	border: 2px solid #cc0000;
	border-radius: 10px;
	background: #fff;
}
#contact-popover-wrapper h3 {
	margin-bottom: 15px;
}
#contact-popover-close {
	position: absolute;
	top: 15px;
	right: 20px;
	color:  #cc0000;
	font-weight: bold;
	font-size: 28px;
}
#contact-popover-close:hover {
	text-decoration: none;
}
	

/* Error Page
-----------------------------------------------------------------*/
#error-404 {
	width: 288px;
	margin: 30px 0 0 190px;
}