﻿*{
	margin: 0;
	padding: 0;
}
html, body{
	min-height:100%;
	position:relative;
}
body {
	background-color: #F7F3EE;
	font-size: 62.5%; /* Base font size: 10px */;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	background-repeat: repeat;
	border-top: 7px solid #E6AF3B;
	background-image: url('../img/pw_maze_white.png');
	position:relative;
}
body img { 
	border: 0px; 
	text-decoration: none; 
}

#wrapper{
	background-color: #F7F3EE;
	position: relative;
	height: 100%;
	margin: 0 auto;
	width: 960px;
	padding: 0 30px;
	
	box-shadow: -5px 0 15px -5px #DAD3CD, 5px 0 15px -5px #DAD3CD;
	-moz-box-shadow: -5px 0 15px -5px #DAD3CD, 5px 0 15px -5px #DAD3CD;
	-webkit-box-shadow: -5px 0 15px -5px #DAD3CD, 5px 0 15px -5px #DAD3CD;
	overflow:hidden;
}

/* Shadow Effect */
.effect
{
  position: relative;
}
.effect:before, .effect:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 7px;
  width: 50%;
  top: 80%;
  max-width:250px;

  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.effect:after
{
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
  right: 7px;
  left: auto;
}

/* Texbox Placeholders*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {/* WebKit browsers */
    color: #fff;
	text-shadow: #333 1px 1px;
}
input:-moz-placeholder, textarea:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
    color: #fff;
	text-shadow: #333 1px 1px;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: #fff;
    text-shadow: #333 1px 1px;
    opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
    text-shadow: #333 1px 1px;
}

.label {
	color: #333;
	font-size: 1.4em;
	position: relative;
	text-shadow: #fff 1px 1px;
	display:inline-block;
	padding:5px 0;
}

a.go-to-top {
	background: url('../img/arrow_up.png') no-repeat center;
	width: 42px;
	height: 42px;
	position: fixed;
	bottom: 4em;
	right: 5em;
	text-indent: -9999px;
	cursor: pointer;
	outline: 0;
	text-decoration: none;
	display: none;
	z-index: 999;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.go-to-top:hover {
	filter: alpha(opacity=90);
	opacity: 0.9;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition:  all 0.5s ease;
}



#site-path {
	margin: 0px 0 30px 0;
}

#site-path p{
	font-size: 1.5em !important;
	color: #333333 !important;
	text-shadow: #fff 1px 1px !important;
	margin:0 !important;
}
#site-path p a{
	text-decoration: none;
	color: #EAAF35;
	font-weight: bold;
	text-shadow: #fff 1px 1px;
}
/* ===========================
	Header
   =========================== */

#header{
	width: 960px;
	margin: 0px auto;
	position: relative;
}
#logo{
	margin:25px 0;
	position:relative;
	overflow:hidden;
	float:left;
	width:500px;
}

#logo img{
	width:110px;
	float:left;
	margin-right:20px;
}
#logo h1{
	font-family:  Constantia, Georgia, "Times New Roman", Times, serif;;
	font-size: 2.7em;
	float: left;
	margin: 23px 0 0 0;
	text-shadow: #fff 1px 1px;
}
#logo h1 a{
	text-decoration:none;
	color: #5A3E1E;
}

#logo h1 span{
	font-size:1.2em;
}
#logo h4{
	color: #5A3E1E;
	font-size: 1.4em;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: left;
	text-shadow: #fff 1px 1px;
	font-weight: normal;
	float:left;
}
.call-us{
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-shadow: #333 1px 1px;
	font-weight: normal;
	padding: 12px 15px 10px;
	background-color: #E6AF3B;
	color: #fff;
	font-size: 1.2em !important;
	position:absolute;
	right:0;
	top:-5px;
}


.shop-online{
	position:absolute;
	right:0;
	top:90px;
	overflow:hidden;
}
.shop-online a{
	text-decoration: none;
	color: #5B4F43;
	font-size:1.7em;
	vertical-align:top;
	margin-top:-1px;
	position:relative;
	float:left;
}
.shop-online img{
	height:20px;
	width:25px;
	margin:0 5px 0 0;
	float:left;
}
.shop-online a:hover{
	text-decoration:underline;
}


/* ===========================
	Menu
   =========================== */
#nav{
	width: 960px;
	position: relative;
	height: 50px;
	margin:0 auto 10px;
	background-color: #5B4F43;
	background-repeat: repeat-x;
	background-image: url('../img/nav_bg.jpg');
	display:inline-block;
}

#nav ul{
	list-style:none;
	float:left;
	position:relative;
}
#nav ul li{
	display:inline-block;
	position:relative;
}
#nav ul li a{
	text-decoration: none;
	line-height: 51px;
	color: #FFF9DD;
	font-size: 1.8em;
	padding-right: 32px;
	text-shadow: #000 1px 1px;
}

#nav ul li:first-child a{
	padding-left: 20px;
}

#nav ul li:last-child a{
	padding-right: 0;
}

#nav ul li a:hover, #nav .current{
	color: #EAAF35;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* ===========================
	Menu Dropdown
   =========================== */
#nav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background-color: #5B4F43;
	padding:0;
	margin-top:-1px;
	height:auto;
	z-index:99;
	border-top:1px dotted #ccc;

}

#nav ul ul li
{
	float:none;
	width:250px;
	background-color: #5B4F43;
	padding:8px 0 9px !important;
	border-bottom:1px dotted #ccc;
	box-sizing:border-box;
}

#nav ul ul a
{
	line-height:23px;
	padding:0 15px !important;
}
#nav ul ul a:first-child
{
	padding-left: 0;
}


#nav ul li:hover > ul
{
	display:block;
	
}


/* ===========================
	Mobile Menu
   =========================== */
   
#mobile-menu-wrapper{
	display:none;
	height: auto;
	border-top: 1px solid #e6e6e6;
	overflow:hidden;
	
	margin:0 auto 10px;
	background-color: #5B4F43;
	background-repeat: repeat-x;
	background-image: url('../img/nav_bg.jpg');
}
#mobile-menu{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	height:auto;
}
#mobile-menu ul{
	list-style:none;
	-webkit-transition: max-height 0.6s ease;
	-moz-transition: max-height 0.6s ease;
	-o-transition: max-height 0.6s ease;
	transition:  max-height 0.6s ease;
}
#mobile-menu ul li{
	display:inline-block;
	box-sizing:border-box;
	width:100%;

	text-align:center;
	border-bottom:1px dotted #fff;
	position:relative;
}
#mobile-menu ul li:first-child{
	border-top:1px dotted #ccc;
}

#mobile-menu ul li:last-child{
	border-bottom: none;
}

#mobile-menu ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 1.9em;
	display:inline-block;
	width:100%;
	padding:15px 0;
}
#mobile-menu ul li a:hover{
	color: #E6AF3B;
}


.handle{
	width:100%;
	text-align:left;
	box-sizing: border-box;
	padding:15px 20px;
	cursor:pointer;
	font-size: 1.9em;
	color:#fff;
}
.menu-bars{
	padding: 2px 5px;
	float:right;
}
.menu-bars > div{
	width:20px;
	height:4px;
	background:#fff;
	margin:3px 0;
	border-radius: 5px;
}

/* ===========================
	Banner
   =========================== */

#banner{
	width: 960px;
	margin: 0px auto 30px;
	position:relative;
	height:auto;
}
#banner img{
}
#banner h2{
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 1.7em;
	background: #EBE7E2;
	padding: 10px 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-shadow: #fff 1px 1px;
	color: #8F7C69;
	font-weight:normal;
	display:inline-block;
	width:960px;
}

#content{
	width: 960px;
	margin: 0px auto 70px;
	overflow: hidden;
	position: relative;
	min-height:100%;
	height:100%;
}

#content h2{
	font-size: 3.2em;
	margin-bottom: 20px;
	color: #5A3E1E;
	text-shadow: #fff 1px 1px;
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	box-shadow: 0 1px 0 0 #fff;
}
#content h2 span{
	font-size:1.2em;
}

#content p{
	font-size: 1.7em;
	line-height: 30px;
	text-align: justify;
	color: #887159;
	text-shadow: #fff 1px 1px;
}


#main{
	width:720px;
	float:left;
	margin-right:30px;
}
#side{
	width:210px;
	float:left;
}
.vert-border{
	  height: 100%;
	  width: 1px;
	  position: absolute;
	  border-right: 1px dotted #999;
	  box-shadow: 1px 0 0 0 #fff;
	  -moz-box-shadow: 1px 0 0 0 #fff;
	  -webkit-box-shadow: 1px 0 0 0 #fff;
	  right: 224px;
 }

#footer-wrapper{
	background-color: #5B4F43;
}
#footer{
	width: 960px;
	margin: 0 auto;
	font-size: 1.6em;
	line-height: 60px;
	text-align: justify;
	color: #fff;
	text-shadow: #000 1px 1px;
	height:60px;
	text-align:center;
}


.quick-response{
	padding: 10px 15px;
	overflow: hidden;
	background-color: #EBE7E2;
	box-sizing:border-box;
}
.quick-response h3{
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	margin-top: 3px;
	font-size: 2.3em;
	text-align: center;
	color: #8F7C69;
	text-shadow: 1px 1px #fff;
	box-shadow: 0 1px 0 0 #fff;
}

.quick-response p{
	font-size:1.6em !important;
	line-height:23px !important;
}

.quick-response-tb
{
	padding: 9px 10px;
	width: 100%;
	outline: none;
	position: relative;
	font-size: 1.3em;
	border: none;
	margin: 7px 0 0 0;
	background: #AB9C8F;
	font-family: Verdana;
	color: #fff;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	box-sizing:border-box;

}
.quick-response-tb:focus{
	box-shadow: 0 0 2px 2px #E8A61E inset;
	
}
.quick-response-dd
{
	padding: 9px 10px;
	width: 100%;
	outline: none;
	position: relative;
	font-size: 1.4em;
	border: none;
	margin: 7px 0 0 0;
	background: #AB9C8F;
	font-family: Verdana;
	color: #fff;
	text-shadow: #333 1px 1px;
	box-sizing:border-box;
}

.quick-response-btn
{
    padding: 9px 10px;
	width: 100%;
	background:#6A5C4F;
	font-family:Verdana;
	color:#fff;
	font-size: 1.5em;
	border:none;
	outline:none;
	float:left;
	clear:both;
	margin:-10px 0 7px;
	text-decoration:none;
	text-shadow: #333 1px 1px;
	text-align:center;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition:  all 0.3s ease;
	
	box-sizing:border-box;
}
.quick-response-btn:hover
{
	cursor: pointer;
	background: #AB9C8F;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.quick-response-validator
{
	font-weight: bold;
	font-size: 1.1em;
	margin: 3px 0 5px 10px;
	font-family: Verdana;
	float: left;
	color: #CC3300 !important;
	
}
.quick-response-validator-captcha
{
	font-weight: bold;
	font-size: 1.1em;
	margin: -40px 0 15px 10px;
	font-family: Verdana;
	float: left;
	color: #CC3300 !important;
	overflow:hidden;
	padding:10px 0;
}
.quick-response-result
{
	font-size: 1.4em;
	color: #E8A61E !important;
	font-weight: bold;
	line-height: 24px;
}

/* ===========================
   ====== reCaptcha ====== 
   =========================== */
#dvCaptcha{
	float:left;
	margin:20px 0 10px;
	box-sizing: border-box;
	clear:both;
	display:inline-block;
}
   
#dvCaptcha-QR{
	float:left;
	margin:10px 0 0px;
	box-sizing: border-box;
	clear:both;
	display:inline-block;
	
	transform:scale(0.60);
	-webkit-transform:scale(0.60);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}



#intro{
	overflow:hidden;
	position:relative;
	margin:0;
}
#intro p{
	margin:0 0 20px 0;
}
.facility img{
	width:100%;
	margin-bottom:5px;
	border:1px solid #ccc;
	box-sizing: border-box;
	padding:5px;
	background:#fff;
}
.facility h3{
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
}
.intro-catalog{
	position:relative;
	overflow:hidden;
	box-sizing: border-box;
	margin:10px 0;
}
.intro-catalog-sub{
	position:relative;
	overflow:hidden;
	width:100%;
	background-color:#EBE7E2;
	margin:0 auto 15px;
	box-sizing:border-box;
	padding: 18px 20px;
	display:inline-block;
}

.intro-catalog-sub a img{
	width:160px;
	border:1px solid #C9C0B8;
	padding:4px;
	background:#fff;
	margin: 0 20px 10px 0;
	float: left;
	box-sizing:border-box;	
}

.intro-catalog-sub h3{
	font-size: 2.4em;
	padding:0 7px;
	margin:0 0 10px 0;
	text-shadow: 1px 1px #fff;
	line-height:32px;
	position:relative;

}
.intro-catalog-sub h3 a{
	text-decoration:none;
	color:#6A5C4F;
}
.intro-catalog-sub a:hover{
	color:#999;
	text-shadow: 1px 1px #fff;
}
.intro-catalog-sub .read {
	position: relative;
	text-decoration: none;
	display: block;
	text-decoration: none;
	float: none;
	color: #D39616;
	background: ;
	font-size: 1.8em;
	padding: 0 7px;
	margin: 15px auto 0;
	line-height: 28px;
}





#home-pallets{
	
}
#home-pallets p{
	margin-bottom:20px;
}

.home-pallets-sub{
	width: 350px;
	background: #E7E1DE;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	float: left;
	margin: 0 20px 20px 0;
	height: auto;
}
.home-pallets-sub:nth-child(2n+2){
	margin-right:0 !important;
}
.home-pallets-sub img{
	width:180px;
	margin-bottom:15px;
}
.home-pallets-sub h3{
	font-size: 2em;
	color:#6A5C4F;
	text-shadow: #fff 1px 1px;
	line-height:27px;
}


.about-us{
	width:240px;
	float:left;
	margin:9px 30px 10px 0;
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
}


.map-wrapper{
	padding-top: 25px;

}
#us-map, #world-map{
	width:100%;
	height: 500px;
	margin-bottom: 30px;
	position:relative;
}

.select-map{
	margin: 20px 0;
	overflow: hidden;

}
.select-tab{
	width:345px;
	background-color: #E8A61E;
	float:left;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:2em;
	color: #333333;
}
.select-tab img{
	height:30px;
	vertical-align:middle;
	margin-left:10px;
}

.select-tab a{
	text-decoration: none;
	color: #333333;
}
.select-tab:hover{
	box-shadow: 0 0 0 1px #666 inset;
}


.selected{
	background-color: #AB9C8F;
	box-shadow: 0 0 0 1px #666 inset;
	
}

#sales{
	line-height:24px;
	margin-top:11px;
}
#sales h3{
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	margin-top: 6px;
	font-size: 2.5em;
	text-align: left;
	color: #9D8B79;
	text-shadow: 1px 1px #fff;
	box-shadow: 0 1px 0 0 #fff;
}
.sales-group{
	float:left;
}

.sales-sub{
	margin-bottom:23px;
	position:relative;
	font-size: 1.6em;
	text-shadow:1px 1px #fff;
	line-height: 28px;
}
.sales-sub h4{
	font-size: 1.3em;
	color: #333;
	font-weight: normal;
	
}
.sales-sub span {
	color: #4D4D4D;
	font-family: sans-serif;
	
}
.sales-sub a{
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #E8A61E;
	font-weight: bold;
	font-size: .9em;
}
.sales-sub a:hover{
	text-decoration: underline;
}


.sales-rep{
	font-size: 1.7em;
	line-height: 28px;
	border: 4px solid #B6A99E;
	background-color: #6D5F52;
	padding: 18px;
	margin: 30px 0 20px 0;
	color: #FFF9DD;
	text-shadow:1px 1px #000;
}
.sales-rep h3{
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom:15px;
	line-height: 25px;
}

.sales-rep a{
	text-decoration: none;
	color: #E8A61E;
	font-weight: bold;
	font-size: .9em;
}
.sales-rep a:hover{
	text-decoration: underline;
}


.video-box{
	position: relative;
	width: 298px;
	float:left;
	margin:5px 30px 10px 4px;
}
.video-box video{
	position: relative;
	border: 4px solid #fff;
	box-shadow: 0px 0px 1px 1px #999;
	z-index:99;
	width: 290px;
}

#contact-form
{
    overflow:hidden;
    margin:20px 0;
    padding-bottom:30px;
    border-bottom: 1px dotted #999;
    box-shadow: inset 0 -1px  0 0 #fff;
}
.contacts-tb
{
	padding: 10px 10px 10px 10px;
	width: 97%;
	outline: none;
	position: relative;
	font-size: 1.4em;
	border: none;
	margin: 7px 0 0 0;
	background: #AB9C8F;
	font-family: Verdana;
	color: #fff;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.contacts-tb:focus{
	box-shadow: 0 0 2px 2px #E8A61E inset;
}
.contacts-btn
{
    padding:10px 20px;
	background:#6A5C4F;
	font-family:Verdana;
	color:#fff;
	font-size: 1.5em;
	border:none;
	outline:none;
	float:right;
	clear:both;
	margin-top:7px;
	text-decoration:none;
	text-shadow: #333 1px 1px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition:  all 0.3s ease;
}
.contacts-btn:hover
{
	cursor: pointer;
	background: #AB9C8F;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.validator
{
	font-weight: bold;
	font-size: 1.1em;
	margin: 3px 0 5px 10px;
	font-family: Verdana;
	float: left;
	color: #CC3300;
	clear:both;
}
.contacts-result
{
	font-size: 1.4em;
	color: #E8A61E;
	font-weight: bold;
	line-height: 24px;
}

#company-details{
	line-height: 24px;
	margin: 0 0 20px 0;
	position: relative;
	text-align: justify;
	text-shadow: #fff 1px 1px;
	overflow:hidden;
	padding-top: 30px;
	
	width: 322px;
	float:left;

}
#company-details span{
	color:#000;
}
#company-details p{
	float:left;
}
#company-details a  {
	text-decoration: none;
	color: #E8A61E;
	text-shadow: #fff 1px 1px;
	font-weight:bold;
}
#contact-us a:hover {
	text-decoration: underline;
}
#company-details img {
	height:27px;
	float:left;
	margin-right:5px;
}
#company-map-wrapper{
	width: 332px;
	text-align:center;
	overflow:hidden;
	float:right;
	padding-top: 30px;
}
#company-map-wrapper a{
	font-size: 1.2em;
	text-decoration: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #333;
	font-weight: bold;
	text-shadow: #fff 1px 1px;

}
#company-map{
	width: 332px;
	height:205px;
	margin: 0 0 12px 0;
	float:left;
}


#side-extra{
	border-top: 1px dotted #999;
	padding: 20px 0 5px;
	box-shadow: inset 0 1px 0 0 #fff;
	float:left;
	position:relative;
}

#side-extra h2{
	padding: 10px 15px 10px 15px;
	font-size: 1.9em;
	font-weight: normal;
	background-color: #E6AF3B;
	margin-bottom: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:inline-block;
	width:100%;
	box-sizing:border-box;
}
#side-extra h2 a{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px #333;
	width:100%;
	display:inline-block;
}

.marking{
	margin:20px auto 0;
}
.marking img{
	width:100%;

	padding:4px;
	background:#fff;
	margin:0 20px 0 0;
	border:1px solid #ccc;
	box-sizing:border-box;
}

/* Products */

.products{
	margin-top:30px;
}
.products-sub{
	width: 276px;
	margin: 0 20px 20px 0;
	float: left;
	background-color: #EBE7E2;
	text-align:center;
	padding:15px;
	/**height:360px;**/
	height:360px;
}
.products-sub:nth-child(3n+3){
	margin-right:0 !important;
}
.products-sub a img{
	width:266px;
	padding:4px;
	background:#fff;
	border:1px solid #ccc;
	margin-bottom:15px;
}
.products-sub h3{
	font-size: 1.9em;
	color: #6D5F52;
	text-shadow: 1px 1px #fff;
	line-height:28px;
}


/* Pallets */

.pallets, .bins, .racks{
	margin-top:30px;
}
.pallets-sub{
	width: 276px;
	margin: 0 20px 20px 0;
	float: left;
	background-color: #EBE7E2;
	text-align:center;
	padding:15px;
	/**height:360px;**/
	height:360px;
}
.bins-sub{
	width: 276px;
	margin: 0 20px 20px 0;
	float: left;
	background-color: #EBE7E2;
	text-align:center;
	padding:15px;
	/**height:360px;**/
	height:auto;
}
.racks-sub{
	width: 276px;
	margin: 0 20px 20px 0;
	float: left;
	background-color: #EBE7E2;
	text-align:center;
	padding:15px;
	/**height:360px;**/
	height:auto;
}

.pallets-sub:nth-child(3n+3),  .bins-sub:nth-child(3n+3),  .racks-sub:nth-child(3n+3){
	margin-right:0 !important;
}
.pallets-sub a img{
	width:266px;
	padding:4px;
	background:#fff;
	border:1px solid #ccc;
	margin-bottom:15px;
}
.bins-sub a img, .racks-sub a img{
	width:266px;
	padding:4px;
	background:#fff;
	border:1px solid #ccc;

}

.pallets-sub h3, .bins-sub h3, .racks-sub h3{
	font-size: 1.9em;
	color: #6D5F52;
	text-shadow: 1px 1px #fff;
	line-height:28px;
}







.ps-mobile{
	display:none;
}

/*Catalog*/
.catalog{
	width:210px;
	text-align:center;
	background-color:#EBE7E2;
	margin:0 auto 15px;
	box-sizing:border-box;
	padding: 18px 15px;
	position:relative;
	height:auto;
	overflow:hidden;
}
.catalog h3{
	font-size:2.3em;
	line-height:28px;
	margin:0 0 15px 0;
	color:#8F7C69;
	text-shadow: 1px 1px #fff;
}
.catalog a{
	position:relative;
	text-decoration:none;
	display:block;
	line-height:28px;
}
.catalog a img{
	width:90px;
	border:1px solid #C9C0B8;
	padding:4px;
	background:#fff;
	margin: 0 auto 10px;
	float:none;
}
.catalog .download-link{
	text-decoration:none;
	text-align:center;
	float:none;
	color:#6A5C4F;
	background:;
	font-size: 1.8em;
	padding:0 7px;
	margin:0 auto;
	text-shadow: 1px 1px #fff;
}
.catalog .download-link:hover{
	color:#999;
	text-shadow: 1px 1px #fff;
}


/*Spotlight*/
.spotlight{
	width:210px;
	text-align:center;
	background-color:#EBE7E2;
	margin:0 auto 15px;
	box-sizing:border-box;
	padding: 18px 15px;
	position:relative;
	height:auto;
	overflow:hidden;
}
.spotlight h3{
	font-size:2.3em;
	line-height:28px;
	margin:0 0 15px 0;
	color:#8F7C69;
	text-shadow: 1px 1px #fff;
}
.spotlight a{
	position:relative;
	text-decoration:none;
	display:block;
	
	text-decoration:none;
	text-align:center;
	float:none;
	color:#6A5C4F;
	background:;
	font-size: 1.8em;
	padding:0 7px;
	margin:0 auto;
	text-shadow: 1px 1px #fff;
	line-height:28px;
}
.spotlight a:hover{
	color:#999;
	text-shadow: 1px 1px #fff;
}

.spotlight a img{
	width:160px;
	border:1px solid #C9C0B8;
	padding:4px;
	background:#fff;
	margin: 0 auto 10px;
	float:none;
	box-sizing:border-box;	
}


/*Customer*/
.customer img{
	width: 330px;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	box-sizing:border-box;	
	float:right;
	margin: 7px 0 10px 30px;
}

.customer .download{
	text-decoration: none;
	text-align: center;
	margin:0 auto 30px;
	color: #fff;
	background: #E6AF3B;
	font-size: 2em;
	padding: 15px 20px;
	text-shadow: 1px 1px #6A5C4F;
}
.customer .download:hover{
	color: #4B4238;
	text-shadow: 1px 1px #fff;
}
.customer {
	text-align:center;
}

/*Brochures*/
.brochures{
	width: 472.5px;
	background-color: #EBE7E2;
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 20px;
	float: left;
	margin: 20px 15px 15px 0;
	box-sizing: border-box;
	position:relative;
}
.brochures:nth-child(odd){
	margin-right:0 !important;
}

.brochures img{
	width: 110px;
	height: 160px;
	float:left;
	border:5px solid #fff;
	margin:0 20px 0 0 ;
	box-shadow: 0px 0px 5px 1px #999;
}

.brochures h3{
	font-size: 2.4em;
	line-height: 35px;
	margin: 0 0 40px 0;
	color: #7A6A5A;
	text-shadow: 1px 1px #fff;
	font-weight: normal;
}

.brochures .btn-link-view, .brochures .btn-link-dl{
	text-decoration: none;
	text-align: center;
	margin: 0 10px 10px 0;
	color: #fff;
	background: #E6AF3B;
	font-size: 1.6em;
	padding: 5px 12px 7px;
	text-shadow: 1px 1px #6A5C4F;
	width: 100px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #9D8C7B;
	position:absolute;
	bottom:15px;
	height:22px;
	line-height:22px;
}

.brochures .btn-link:hover{
	color: #4B4238;
	text-shadow: 1px 1px #fff;

}
.brochures .btn-link-dl{
	left:300px;
}


.racks-chart{
	overflow-x:auto;
	 width: 100%;
}

.racks-chart a{
	text-decoration:none;
	color: #e6af3b;
}


.racks-chart table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 1.6em;
    margin-bottom: 20px;
}

th, td {
    text-align: center;
    padding: 8px;
    border: 1px solid #ddd;
    color:#5A3E1E;
}
.chart-header{
	text-align:center;
	color:#fff;
	background-color:#5A3E1E;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

@media screen and (min-width : 481px) and (max-width : 1024px)
{
	body{
		font-size: 70%; /* Base font size: 11px */;
	}
	#wrapper{
		height: 100%;
		width: auto;
		padding: 0;
	}
	a.go-to-top {
		bottom: 2em;
		right: 2em;
	}

	#header{
		width:95%;
		margin:0 auto;
		float:none;
	}
	#logo{
		float:none;
		margin:25px auto;
	}
	
	#logo img{
		width:90px;
	}
	#logo h1{
		font-size: 2.3em;
		float: left;
	}
	.call-us{
		position:relative;
		right:auto;
		top:-5px;
		margin:0 auto;
		box-sizing:border-box;	
		display:block;
		text-align:center;
		float:none;
		width:auto;
	}
	
	.shop-online{
		position:relative;
		display:block;
		top:auto;
		right:auto;
		margin:0 auto 20px; 
		width:260px;
	}

	#nav{
		display:none;
	}
	#mobile-menu-wrapper{
		display:block;
		width:95%;
	}
	#mobile-menu ul{
		max-height:0;
	}
	.show-mobile-menu{
		max-height:500px !important;
	}
	#banner{
		width:95%;
		height:auto;
		margin:0 auto 20px;
	}
	#banner img{
		width:100%;
		height:auto;
	}
	#banner h2{
		width:100%;
		margin:0 auto;
	}
	
	#content{
		width:95%;
		height:auto;
		margin:0 auto 50px;	
		text-align:center;
	}

	#main, #side {
		width: 100%;
		height:auto;
		min-height: auto;
		margin:0 auto 30px auto;
		float:none;
	}
	#main p{
		font-size: 1.7em;
	}
	#main-col {
		width:100%;
		margin:0 auto;
	}	
	#intro h3{
		font-size: 1.6em;	
		line-height:30px;
	}
	.intro-catalog{
		text-align:justify;
	}
	.vert-border{
	 	display:none;
	}
	
	.quick-response{
		width:400px;
		margin: 0 auto;
	}

	.quick-response h3{
		text-align: center;
	}
	.quick-response-tb
	{
		width: 100%;
		box-sizing:border-box;
	}
	.quick-response-dd
	{
		width: 100%;
		box-sizing:border-box;
	}
	.quick-response-btn
	{
	    width: 100%;
		box-sizing:border-box;
	}
	
		
	.about-us{
		width:240px;
		float:none;
		margin: 0 auto 30px;
		text-align:center;
	}
	
	.pallets{
		text-align:center;
	}
	.pallets-sub, .bins-sub{
		margin: 0 20px 20px 0;
		float: none;
		display:inline-block;
	}
	.pallets-sub:nth-child(3n+3), .bins-sub:nth-child(3n+3){
		margin-right:20px !important;
	}
	
	.pp{
		display:none;
	}
	.ps-mobile{
		display:inline-block;
	}
	
	.video-box{
		width: 298px;
		float:none;
		margin:30px auto 20px ;
	}
	
	.select-tab{
		width:345px;
		float:none;
		margin: 0 auto;
	}
	
	#us-map, #world-map{
		height: 300px;
		margin: 10px 0 50px 0;

	}
	
	.sales-group{
		width:100%;
		margin-right:0;
		text-align:left;
	}

	#company-details{
		width:100%;
		padding-top:0;
	}
	#company-map-wrapper{
		float:left;
		padding-top:0;
		margin-bottom:30px;
	}
	
	#side-extra{
		width:300px;
		text-align:left;
	}

	#side-extra h2{
		width:250px;
		text-align:left;
		clear:left;
	}
	#side-extra h2 a{
		width:250px;
		text-align:left;
	}
	
	.catalog{
		width:400px;
		margin-bottom:25px;
	}
	.spotlight{
		width:400px;
		margin-bottom:25px;
	}

	.customer img{
		width: 330px;
		float:none;
		margin: 10px 0 10px;
	}
	
	.brochures{
		width: 100%;
		float: none;
		margin: 30px auto ;
		text-align:left;
	}
	
	.brochures:nth-child(odd){
		margin-right:auto !important;
	}

	#footer {
		width: 95%;
		height:auto;
		padding:15px 0;
		line-height:35px;
	}

}
@media screen and (min-width : 150px) and (max-width : 815px)
{
	.intro-catalog-sub{
		text-align:center;
		padding:20px 50px;
		float:none;
		margin: 0 auto 15px;
		display:block;
	}
	
	.intro-catalog-sub a img{
		margin: 0 0 10px 0;
		float: none;
	}
	
	.intro-catalog-sub h3{
		line-height:37px;	
	}

}
@media screen and (min-width : 150px) and (max-width : 480px)
{
	body{
		font-size: 70%; /* Base font size: 11px */;
	}
	#wrapper{
		height: 100%;
		width: auto;
		padding: 0;
	}
	a.go-to-top {
		bottom: 1.5em;
		right: 1.5em;
	}

	#header{
		width:90%;
		margin:0 auto;
		float:none;
	}
	#logo{
		float:none;
		margin:25px auto;
		text-align:center;
		width:100%;
	}
	
	#logo img{
		width:90px;
		float:none;
	}
	#logo h1{
		font-size: 2.1em;
		float: none;
	}
	#logo h4{
		float: none;
		text-align:center;
	}

	.call-us{
		position:relative;
		right:auto;
		top:-5px;
		margin:0 auto;
		box-sizing:border-box;	
		display:block;
		text-align:center;
		float:none;
		width:auto;
		line-height:25px;
	}
	.call-us h3{
	    font-size:1.1em;
	}
	.shop-online{
		position:relative;
		display:block;
		top:auto;
		right:auto;
		margin:0 auto 20px; 
		width:260px;
	}

	#nav{
		display:none;
	}
	#mobile-menu-wrapper{
		display:block;
		width:90%;
	}
	#mobile-menu ul{
		max-height:0;
	}
	.show-mobile-menu{
		max-height:500px !important;
	}
	#banner{
		width:90%;
		height:auto;
		margin:0 auto 20px;
	}
	#banner img{
		width:100%;
		height:auto;
	}
	#banner h2{
		width:100%;
		margin:0 auto;
		line-height:25px;
		font-size: 1.6em;
	}
	
	#content{
		width:90%;
		height:auto;
		margin:0 auto 50px;	
		text-align:center;
	}
	#main, #side {
		width: 100%;
		height:auto;
		min-height: auto;
		margin:0 auto 30px auto;
		float:none;

	}
	#main h2, #side h2{
		font-size:2.8em;
	}

	#main p{
		font-size: 1.8em !important;
		line-height:33px;
	}
	#main-col {
		width:100%;
		margin:0 auto;
	}	
	
	#intro h3{
		font-size: 1.6em;	
		line-height:30px;
	}
	
	.intro-catalog-sub{
		padding:20px 20px;
	}
	
	.vert-border{
	 	display:none;
	}
	
	.quick-response{
		width:100%;
		margin: 0 auto;
	}
	.quick-response h3{
		text-align: center;
	}
	.quick-response-tb
	{
		width: 100%;
		box-sizing:border-box;
	}
	.quick-response-dd
	{
		width: 100%;
		box-sizing:border-box;
	}
	.quick-response-btn
	{
	    width: 100%;
		box-sizing:border-box;
	}
	
	.about-us{
		width:220px;
		float:none;
		margin: 0 auto 30px;
		text-align:center;
	}
	
	.pallets{
		text-align:center;
	}
	.pallets-sub, .bins-sub{
		width: 236px;
		margin: 0 auto 20px auto !important;
		float: none;
		height:auto;
		display:inline-block;
	}
	.pallets-sub:nth-child(3n+3), .bins-sub:nth-child(3n+3){
		margin-right:auto !important;
	}
	.pallets-sub a img, .bins-sub a img{
		width:226px;
		padding:4px;
		background:#fff;
		border:1px solid #ccc;
		margin-bottom:15px;
	}
	.pallets-sub h3{
		font-size: 1.9em;
		color: #6D5F52;
		text-shadow: 1px 1px #fff;
	}
		
	.pp{
		display:none;
	}
	.ps-mobile{
		display:inline-block;
	}

	.video-box{
		width: 268px;
		float:none;
		margin:30px auto 20px ;
	}
	.video-box video{
		position: relative;
		border: 4px solid #fff;
		box-shadow: 0px 0px 1px 1px #999;
		z-index:99;
		width: 260px;
	}
	
	#us-map, #world-map{
		height: 200px;
		margin: 10px 0 50px 0;
	}
	.select-tab{
		width:100%;
		float:none;
		margin: 0 auto;
		font-size: 1.7em;
	}
	
	#company-details{

		width: 100%;
	}

	#company-map-wrapper{
		width: 100%;
		margin-bottom:30px;
	}
	#company-map{
		width: 100%;
	}

	#sales h3{
		text-align:center;
	}
	.sales-group{
		width:100%;
		margin-right:0;
	}
	
	#side-extra{
		width:100%;
	}

	#side-extra h2{
		width:100%;
		text-align:left;
		float:none;
		font-size:1.7em;
		box-sizing:border-box;
	}
	#side-extra h2 a{
		width:100%;
	}
	
	.catalog{
		width:100%;
		margin-bottom:25px;
	}
	.spotlight{
		width:100%;
		margin-bottom:25px;
	}

	
	.customer img{
		width: 100%;
		padding: 4px;
		margin: 10px 0;
	}
	
	.brochures{
		width: 100%;
		float: none;
		margin-right: 0 ;
		text-align: center
	}
	
	.brochures img{
		width: 120px;
		height: 170px;
		float:none;
		border:5px solid #fff;
		margin:0 0 20px 0;
		box-shadow: 0px 0px 5px 1px #999;
	}
	
	.brochures h3{
		font-size:2.6em;
		line-height:35px;
		margin:0 0 20px 0;
		color:#8F7C69;
		text-shadow: 1px 1px #fff;
		font-weight:normal;
	}
	
	.brochures .btn-link-view, .brochures .btn-link-dl{
		position:relative;
		margin:0 auto 10px auto;
		padding: 7px 10px 8px;
		display:block;
		width:150px;
		box-sizing: border-box;
		height:auto;
		bottom:auto;
		left:auto;
		float:none;
	}
	
	
	#dvCaptcha{
		float:left !important;
		margin:30px auto 0 !important;
		transform:scale(0.85);
		-webkit-transform:scale(0.85);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		text-align:center;
		display:inline-block;
	}

	#rfvCaptcha{
		margin-top:-30px;
	}

	



	#footer {
		width: 90%;
		height:auto;
		padding:15px 0;
		line-height:35px;
	}


}




















