/* ================================================================================================================= */
/* THIS DOCUMENT HOLDS PRIMARY STYLES FOR THE PUBLIC AND LOGGED IN PUBLIC AREAS  */
/* This file is purely to allow rapid change to the main colour options for these areas. */
/* All individual page styles and subsets of this main file can be found in relevant css files in the css folder. */
/* ================================================================================================================= */

/* -------------------------------------------------------- */
/* ############## COMMON TO ALL PUBLIC AREAS ############## */
/* -------------------------------------------------------- */

/*  This CSS file formats the fonts, colors, links as well as setting how
certain elements on the page are displayed.  */

html {
    width: 100%;
	height: 100%;
	margin-bottom: 1px;
    overflow-y: scroll;
}

body {
	background: 0;
	font: normal 14px Helvetica-Neue, Verdana, Geneva, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;

	/*scrollbar-base-color:#848484;*/
	scrollbar-3dlight-color:#FFF;
    scrollbar-arrow-color:#454545;
    scrollbar-track-color:white;
    scrollbar-darkshadow-color:white;
    scrollbar-face-color:#f0f0f0;
    scrollbar-highlight-color:#FFF;
    scrollbar-shadow-color:#FFF;
	-webkit-overflow-scrolling: touch;

    /* settings for full page cover if required */
    /* -webkit-background-size: cover; /* For WebKit*/
    /* -moz-background-size: cover;    /* Mozilla*/
    /* -o-background-size: cover;      /* Opera*/
    /* background-size: cover;         /* Generic*/
}

 /* divider div to seperate sections in a page */
.div-container {
	margin-bottom: 20px;
	background: #FFF;
	padding: 0 20px 10px;
	border: 1px solid #ccd0d4;
}

 /* plain version of div-container */
.div-container-simple {
    position: relative;;
	margin-top: 15px;
	background: 0;
	padding: 0;
}


hr {
	background-color: #999;
	border: none;
	height: 1px;
	width: 100%;}

img {
	border: none;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	*/
}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;
	text-align: justify;
}

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */
/* ............................. */
a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
	outline: none;
    -webkit-transition: color 0.3s;
    -moz-transition:    color 0.3s;
    -ms-transition:     color 0.3s;
    -o-transition:      color 0.3s;
    transition:         color 0.3s;}

a:hover {
	outline: none;
	color: #333;
	font-weight: normal;
}

/* a tag style.. style submit to look like <a> tags */
.submit-to-anchor-style {
    border: 0 !important;
    background: 0;
    cursor: pointer;
    color: #999 !important;
	font-weight: normal !important;
	text-decoration: none;
	outline: none !important;
    -webkit-transition: color 0.3s !important;
    -moz-transition:    color 0.3s !important;
    -ms-transition:     color 0.3s !important;
    -o-transition:      color 0.3s !important;
    transition:         color 0.3s !important;
}

.submit-to-anchor-style:hover {
    background: 0 !important;
    outline: none;
	color: #333;
	font-weight: normal;
}
/* ............................. */

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	/*font: bold 22px Georgia, Georgia, serif; */
	font: normal 22px Tahoma, Geneva, sans-serif;
	color: #333;
	text-align: left;
	margin-top:5px;
}

h2 {
	font: normal 20px Tahoma, Geneva, sans-serif;
    color: #999;
	text-align: left;
}

h3 {
	color: #999;
	font: normal 18px Tahoma, Geneva, sans-serif;
	text-align: left;
}

h4 {
	color: #999;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;
}

h5 {
	color: #333;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;
}

h6 {
	color: #333;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* ............................... */
/* Basic Tooltip */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;

/* Position the tooltip */
position: absolute;
z-index: 1;
}

.tooltip:hover .tooltiptext {
visibility: visible;
}
/*  .. use like this in page.. //
<div class="tooltip">Hover over me
  <span class="tooltiptext">Tooltip text</span>
</div>
*/
/* ............................... */


::-webkit-input-placeholder { /*Edge*/
    font-size: 14px;
    color: #999999;}

:-ms-input-placeholder { /*Internet Explorer*/
    font-size: 14px;
    color: #999999;}

::placeholder {
    font-size: 14px;
    color: #999999;}

.clear {
	clear: both;}

#global {
	position: absolute;
	left: 180px;
	top: 95px;
	z-index: 1;
	width: 370px;
	text-align: left;
	padding-right: 10px;
	color: #3E3F40;
	height: 20px;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;}

#global a {
	color: #cc0000;
	font-weight: normal;
	text-decoration: none;}

#global a:hover {
	color: #7e664e;
	font-weight: normal;
	text-decoration: underline;}

fieldset {
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	padding: 10px 50px;
	margin: 20px 0 5px;}

legend {
	background-color: #fff;
	border: 1px solid #CCC;
	border-radius: 2px;
	color: #292a30;
	padding: 5px 15px;
	margin: 0;}

label {
	width: 150px;
	float: left;
	text-align: right;
	margin: 20px 5px 5px 5px;
	clear: both;}

input[type=text], input[type=password] {
	margin: 10px 5px 10px 0;
    min-height: 20px;
    border: 1px solid #333;
    border-radius: 3px;
    padding: 10px 10px;
	background: #FFF;}

input[type=submit] {
    padding: 10px 25px;
    background: #fff;
    color: #333;
    border: 1px solid #333;
    border-radius: 3px;
    font-weight: bold;;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -moz-transition:    background-color 0.3s;
    -ms-transition:     background-color 0.3s;
    -o-transition:      background-color 0.3s;
    transition:         background-color 0.3s;}

input[type=submit]:hover {
    background: #eee;
    border: 1px solid #333;
    color: #333 !important;
}

textarea {
    font-family: 'Open Sans', sans-serif;
	padding: 5px;
	margin: 15px 5px 15px 0;
	background-color: #FFF;
	border: 1px solid #333;
    border-radius: 3px;
}

input:focus, textarea:focus  {
  border: 1px solid #333;
}

.button {
	text-align: center;
	margin: 5px 0 0 155px;
	border: none;
	clear: both;}

/*  The catalog is set into a simple two-column table. The
items below set the properties for the catalog display.  */

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 50%;}

/*  The calendar sits within a div so that it can be
centered in the sidebar area.  */
.calendar {
	text-align: center;
	margin: 0 0 20px 0;}

/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	padding: 5px;
	border: 1px solid #c2c2c2;}

.imageleft-noborder {
	margin: 0 10px 0 0;
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px;
	float: right;}

.imageleft-border {
	margin: 0 10px 0 0;
	float: left;
	padding: 5px;
	border: 1px solid #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px;
	float: right;
	padding: 5px;
	border: 1px solid #c2c2c2;}

.float {
    float: left;}

 /* GENERAL styles for use where required ...*/
.go-right {
    display: inline-block;
    text-align: right;
    width:calc(100% - 70px); /*Replace with fixed value if calc not supported*/}

.inline-block {
    min-width: 300px;
    display: inline-block;}

.no-background {
    background: 0 !important;}

.background-white {
	background: #FFF !important;}

.divider-smaller {
	height: 5px;
	margin: 0;}

.divider-small {
	height: 10px;
	margin: 0;}

.divider-medium {
	height: 15px;
	margin: 0;}

.divider-large {
	height: 20px;
	margin: 0;}

.divider-larger {
	height: 25px;
	margin: 0;}

.bold {
	font-weight: bold;}

.underline {
    text-decoration: underline;
}

.underline-small {
	margin-top: 0px;
	height: 0;
	width: 30px;
	padding: 0;
	border-bottom: 2px solid #474747;
}

.underline-medium {
	margin-top: 0px;
	height: 0;
	width: 40px;
	padding: 0;
	border: 1px solid #a3ae9e;
}

.underline-large {
    margin-top: 0;
	height: 0;
	width: 60px;
	padding: 0;
	border: 1px solid #a3ae9e;
}

.font-medium {
    font-size: 90%
}

.font-smaller {
    font-size: smaller;
}

.font-small {
    font-size: 75%;
}

.no-border {
	border: none !important;}

.no-padding {
	padding: 0 !important;}

.padding-top {
	padding-top: 0 !important;}

.padding-small-top {
    padding-top: 5px;}

.padding-medium-top {
    padding-top: 10px;}

.padding-large-top {
    padding-top: 15px;}

.padding-bottom {
	padding-bottom: 0 !important;}

.padding-small-bottom {
    padding-bottom: 5px;}

.padding-medium-bottom {
    padding-bottom: 10px;}

.padding-large-bottom {
    padding-bottom: 15px;}

.no-margin {
	margin: 0;}

.margin-top {
	margin-top: 0;}

.margin-bottom {
	margin-bottom: 0;}

.line {
	height: 1px;
	border-bottom: 1px solid #9abcc3;}

.left {
	text-align: left !important;}

.center {
	text-align: center;}

.right {
	text-align: right;}

.highlight {
   	font-weight: normal;
    color: #32373c;}

.spacer-small {
	background: #f5f5f5;
   	padding: 10px 0;}

.spacer-medium {
	background: #f5f5f5;
	padding: 20px 0;}

.spacer-large {
	background: #f5f5f5;
	padding: 30px 0;}
/* ---------------- end generic ----------------------*/

/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */
#wrapper {
	position: relative;
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* ========== Header Area and In page Logo's ============  */

/*  The items below set the properties of the top header. The global
navigation and main navigation links are positioned to sit on top
of the header image  */

/* for pages where logo is displayed inside page content ..*/
.logo-in-page {
    padding: 20px 0;
    background: #313330;
    margin-bottom: 10px;
    border-radius: 3px;
}

#head-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    width: 100%;
    margin-bottom: 45px;
	background: #282828;
    padding: 15px 0 8px;
    z-index: 200;
    -webkit-box-shadow: 0px 7px 13px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 7px 13px 0px rgba(0,0,0,0.32);
    box-shadow: 0px 7px 13px 0px rgba(0,0,0,0.32);
    /*background: linear-gradient(rgba(112, 122, 107, .9), rgba(255,255,255,.85)), url(../images/timber-pics/bg_head.jpg); */  /* using rgba to deal with z-index..*/
    /*background-size: cover; */
    /*background: linear-gradient(to right, #816752, #816752, #816752, #816752, #816752); */
}

#header {
    width: 1160px;
    position: relative;
    margin: 0 auto 0;
	padding: 0;
    z-index: 2;
}

#header-image {
	margin-right: 0;
	margin-left: 0;
    background: 0;
    border-top: 0;
    max-width: 300px; 
}

#header-image img {
    max-width: 300px;
	float: left;
}

 /* page links when logged in */
#topbar-menu {
	float: right;
	background: 0;
    margin-top: 25px;
	margin-right: 0;
}

#topbar-menu a {
  font-family: 'Open Sans', sans-serif;
  display: inline;
  padding: 0 0 0 12px;
  margin-left: 5px;
  background: 0;
  font-size: 100%;
  color: #fff;
}

#topbar-menu a:hover {
    color: #999;
}

#topbar-menu a:first-child {
   border: 0;
}


 /* Logged in details .. holds the logged in customer details and options at top of page in head area */
#login-container {
    position: absolute;
	top: 65px;
	right: 0;
    font-size: 90%;
	padding: 0;
    text-transform: capitalize;
	background: 0;
	color: #fff;
	text-align: right;
    opacity: 0.7;
}

#login > div {
    display: inline;
    margin-left: 20px;
}

#login a {
    color: #fff;
    text-decoration: underline;
}

#login a:hover {
    color: #999;
}

#login input {
	padding: 0;
	margin: 0;
}

 /* Not logged in index page, contact us .. main menu links*/
#topbar-div {
	position: absolute;
	top: 15px;
	left: 25px;
	z-index: 99;}

#topbar-title {
	position: absolute;
	top: 2px;
	right: 30px;
    text-transform: uppercase;
}	

#topbar-links-table {
	border-collapse: collapse;}

#topbar-links-table td {
	text-align: center;
	padding-right: 20px;
	color: #000;
   /* scale text to required custom height and size */
   /* transform:scale(0.9,1.1); /* W3C */
   /* -webkit-transform:scale(0.9,1.1); /* Safari and Chrome */
   /* -moz-transform:scale(1,1.1); /* Firefox */
   /* -ms-transform:scale(0.9,1.1); /* IE 9 */
   /* -o-transform:scale(0.9,1.1); /* Opera */ }

#topbar-links-table a {
   color: #000;
   font-weight: normal;
   font-size: 100%;}

#topbar-links-table a:hover {
    color: #CCC;
    text-decoration: none;}

.slogan {
    text-transform: uppercase;
    font-size: 115%;
    color: #000;
}

/* Error messages ..*/
div[name=error-message-one] {
    position: absolute;
	left: 25px;
    top: 60px;
	padding: 0;
}

div[name=error-message-one] p {
	padding: 0;
	margin: 0;
	color: #cc0000;
}

div[name=error-message-two] {
    position: absolute;
	left: 0;
    top: 140px;
	padding: 0;
}

div[name=error-message-two] p {
	padding: 0;
	margin: 0;
	color: #cc0000;
}

/* ========== sidebar / content / footer area  ============  */

/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */

#sidebar {
	float: right;
	margin-right: 25px;
	width: 190px;
	min-height: 437px;
	border-bottom-color: #FFF;
	border-color: #FFF;
	font-size: 85%;
	padding: 10px 20px 0;
	background-color: 0;
	font-weight: normal;
}

/* Main content container for pages, NOTE: some divs have additional styles as per below.  */
#content {
    position: relative;
	width: 1160px;
    min-height: calc(35vh - 70px);
	margin: auto auto;
	padding: 15px 0px 25px;
	line-height: 1.6em;
    background: #FFF;
    z-index: 100;
}

#content p {
	padding-right: 25px;
}

/* extra styling for content div above if required .. */
.content-adjustments {
	border: 0 !important;
	background: 0 !important;
}


/*  The items below set the footer properties as well as the text
and links that appear in this area  */
#footer {
	margin-top: 0;             /* take available whitespace */
	margin-bottom: -10px;      /* remove bottom whitespace */
	padding-bottom: 5px;
	height: 50px;              /* calc height when limited content */
	width: 100%;
	background: #fff;
    border-top: 1px solid #eee;
	color: #eee;
	padding: 15px 0;
	text-align: center;
    font-size: 100%;
	z-index: 100;
}

#footer img {
	/*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);*/
}

#footer a {
	color: #000;
    margin: 0;
    padding: 0 7px;
	font-weight: normal;}

#footer a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

#footer span {
	margin: 0;
	padding: 0;
	color: #000;
}

#footer span:hover {
	color: #000;
}

/* --------------------------------------------------------------------------------------  */
/* ############## PAGE SPECIFIC - LOGGED IN PUBLIC SIDE (user is logged in) #############  */
/* --------------------------------------------------------------------------------------  */

/* THIS CONTAINER HOLDS the logged in product links section  */
#logged-select-product-nav-links-container {
	position: relative;
	width: 100%;
	margin: 0 0 5px;
    background: #fff;
    z-index: 0;
}

#inner-links-container {
	width: 1160px;
	position: relative;
	margin: auto auto;
	padding: 15px 0 25px;
    background: #fff;
    border-bottom: px solid #ccc;
    line-height: 1.6em;
}

#inner-links-container p {
	padding-right: 25px;
}

/* internal div that encapsulates each group of product navigation links.. */
.logged-product-nav-innertable-links {
   min-height: 90px;
   margin-top: -15px;
}

/* divs that hold each individual product navigation link .. */
.nav-links-div {
    /* NOTE: Width is set dynamically set by JQuery found in javascript/public_general_javascript.js */
    float: left;
    padding: 7px 15px 0 0;
}

.logged-product-nav-innertable-links a {
    font-weight:normal;
	color: #001808;
    -webkit-transition: color 0.3s;
    -moz-transition:    color 0.3s;
    -ms-transition:     color 0.3s;
    -o-transition:      color 0.3s;
    transition:         color 0.3s;}

.logged-product-nav-innertable-links a:hover {
}

.nav-links-empty {
  width: 220px; float: left;
  padding-top: 7px; color: #CCC;
}

/* logged-in area. General message below the product segment navigation links */
#navigation-message-text {
    clear: left;
	padding: 5px 0 0;
}

#navigation-message-text p {
    margin-bottom: 0;
}

/* BASE LINKS BOTTOM OF PAGE .. product segment navigation links   */
.baseline-product-nav-links-container {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-top: 30px;
	padding: 30px 0 5px;
	border-top: 1px solid #DDD;
    line-height: 25px;
    text-transform: lowercase;
}

/* inner table that holds the actual links for product catergories
FOUND AT THE BOTTOM of each table page */

.baseline-product-nav-innertable-links_one > div {
	margin: 0;
    display: inline-block;
}

.baseline-product-nav-innertable-links_one > span {
    color: #999;
    margin: 0 5px;
}

/* product segment navigation - hyperlinks */
.baseline-product-nav-innertable-links_one a {
   	font-weight: normal;
    text-transform: capitalize;
    color: #000;
}

.baseline-product-nav-innertable-links_one a:hover {
    color: #999;
}

