.content-wrapper {
	margin: 5px auto 5px auto;
	display: grid;
	/* grid-gap: 1em; */
	grid-template-areas: "header" "banner" "content-right"  "content-left"  "footer";
	max-width: 1000px;
	width: 100%;
	text-align: left;
	font-size: 1.4em;
	position: relative;
}

.header {
	grid-area: header;
	font: bold 1.4em "Trebuchet MS", georgia, times;
	color: #517a37;
	text-align: center;
	border-radius: 0px;
	padding: 0px;
	height: auto;
	min-height: 10px;
	overflow: hidden;
}

.banner {
	grid-area: banner;
	overflow: hidden;
	border-radius: 5px;
	margin-top: 5px;
	max-width: 1000px;
	width: 100%;
}
.content-left {
	grid-area: content-left;		
}
.content-right {
	grid-area: content-right;
}


.content-left, .content-right {
	position: relative;
	overflow: hidden;
	border: 1px solid #59823F;
	border-radius: 5px;
	background: url(../images/transparent-bg.png) 0 0 repeat;
	color:#00355D;
	font-family: arial, tahoma, sans-serif;
	font-size: .9em;
	padding: 20px;
	float: none;
	width: 100%;
	max-width: 768px;
}
	.content-left {
		margin: 10px 0 10px 0;
	}
	.content-right {
		margin: 10px 0 0 0;
	}

.content-left h2, .content-right h2 {
	color: #517a37;
	font: bold 1.7em "Trebuchet MS", times;
	margin: 0 0 0 0;
}
.content-left p, .content-right p {
	margin: 15px 0 15px 0;
}

/* NEWS AREA & SCROLLER */
.news2 {
	padding: 0;
	overflow: hidden;
	width: 100%;
	max-width: 300px;
	height: auto;
	min-height: 10px;
}
#news2-slider {
		height: auto;
		min-height: 10px;
		overflow: hidden;
}

.news2-item {
	border-radius: 5px;
	border: 1px solid #59823F;
	overflow: hidden;
	height: auto;
	min-height: 40px;
	padding: 0 0 0 20px;
	margin: 0 10px 10px 0;
}

.news2 h2 {
	color: #fff;
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1.2em;
	text-align: center;
	text-emphasis;
	background-color:#00335E;
	padding-left: 5px;
}
.news2 p {
	margin: 15px 0 15px 0
}		
/* END NEWS */


/* CONTENT */
	.content-right-inner ul,.contact-inner ul {
		list-style: square outside url(../images/bullet1.png);
	}
	h1.content {
	font: bold 26px "Trebuchet MS", verdana, times;
	text-transform: capitalize;
	color: #00335e;
	margin: 0px 0px 10px 0px;
}
.content-right-inner h2, .contact-inner h2 {
	font-size: 1.3em;
	line-height: 2em;
	color: #517a37;
}
.content-right-inner a {
	display:inline-block;
	width: auto;
	min-width: 10px;
	height: auto;
	min-height: 10px;
	overflow: hidden;
	text-decoration: none;
	color: #ffffff;
	background-color:#00325F;
	border: 1px solid #ffffff;
	border-radius: 2px;
	padding: 5px 10px 5px 10px;
	margin: 5px 5px 5px 0px;
}
.content-right-inner a:hover {
	cursor: pointer;
	background-color:#129BDD;
}

.contact-inner h2, .content-right-inner h2 {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #6E6D6D;
	line-height: 1.6em;
}

/* PRODUCT CATALOGUE STYLES */
.products-inner > ul {
	list-style: none;
	list-style-position: outside;
	margin:0;
}
li.product-summary {
display:block;
clear:left;
float:left;
max-width:600px;
width: 100%;
height:auto;
min-height:10px;
overflow:hidden;
padding:0 0 10px 0;
margin:0 0 20px 0;
border-bottom:2px solid #80B014;
text-align:left;
}
.bin-summary-top {
position:relative;
max-width:600px;
width: 100%;
height:auto;
min-height:10px;
float:left;
}
h2.prod-name {
font-weight:bold;
font-size:1.6em;
line-height:2em;
margin:0 0 10px 0;
color:#649400;
clear: both;
}
.bin-add {
max-width:600px;
width: 100%;
height:auto;
min-height:10px;
padding:10px 0 10px 0px;
clear:both;
text-align:left;
font-size:1.2em;
font-weight:bold;
}
.bin-cart {
float:right;
margin:10px 0 10px 0;
padding:5px;
width:auto;
min-width:60px;
height: auto;
min-height:10px;
overflow:hidden;
font-size:1.4em;
line-height:2em;
text-align:center;
cursor:pointer;
background-color:#129BDD;
color:#FFFFFF;
text-decoration:none;
-moz-border-radius:5px; 	-webkit-border-radius:5px; border-radius:5px; 
border:0 none;
}
.bin-cart:hover {
background-color:#00325F;
}
span.price-qual {
font-weight:bold;
font-size:1.4em;
line-height:2em;
float:right;
padding:0 20px 0 0;
}
span.bin-price {
font-weight:bold;
font-size:3em;
line-height:1em;
margin-top: .4em;
margin-right: 20px;
float:right;
}

/* CHECKOUT STYLES */
div.checkout-top-buttons, div.checkout-bottom-buttons  {
max-width:600px;
width: 100%;
height:auto;
min-height:10px;
overflow:hidden;
margin:0 auto;
}

div.checkout-title {
max-width:600px;
width: 100%;
height:auto;
min-height:10px;
overflow:hidden;
margin:0 auto;
}

div.checkout-panel {
max-width:600px;
width: 100%;
height:auto;
min-height:10px;
overflow:hidden;
margin:0 auto;
}

h1.checkout {
font-size:1.3em;
line-height: 1.3em;
font-weight: bold;
text-align:left;
color: #649400
}
h2.checkout {
font-size:1.2em;
line-height: 1.2em;
text-align:left;
color:#86B11E;
}
#button-checkout {
background-color:#129BDD;	
}
#button-checkout:hover {
background-color:#00325F;
}	
	
#logo-1a {
	display: none;
	clear:right;
	margin: 5px auto 5px auto;
}
	#br1 {
		display: inline;
	}
	#br2 {
		display: none;
	}
#pay-button {
	display: block;
	text-decoration: none;
	width:300px;
	height: 83px;
	margin: 10px auto 5px auto;
	background: url(../images/payonline.png) no-repeat 0 0;
	background-size: contain;
}
#banner-img {
	max-width: 100%;
	height: auto;
}
.banner-link {
	cursor: pointer;
	text-decoration: none;
}

/* DOCUMENT DOWNLOAD STYLES */
ul.documents {
	list-style: none;
	list-style-position: outside;
	max-width:1000px;
	width: 100%;
	float: left;
	margin:0px;
	padding: 0;
}
li.section {
display:block;
clear:left;
float:left;
max-width:1000px;
width: 100%;
height:auto;
min-height:10px;
overflow:hidden;
padding:0 0 10px 0;
margin:0 0 0px 0;
text-align:left;
}
li.document {
display:block;
clear:left;
float:left;
max-width:1000px;
width: 100%;
height:auto;
min-height:10px;
overflow:hidden;
padding:0 0 10px 52px;
margin:0 0 0px 0;
text-align:left;
}
li.document:hover {
	background-color:#eeeeee;
}
a.download-link {
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	margin-left: -52px;
	cursor: pointer;
	background: url(../images/arrow_down.png) no-repeat 0 0;	
}
a.download-link:hover {
	background-position: 0 100%;
}

h2.filename {
font-weight:bold;
font-size:1.6em;
line-height:2em;
margin:0;
color:#00335e;
clear: both;
}
h2.section-name {
font-weight:bold;
font-size:1.6em;
line-height:2em;
margin:0 0 0px 0;
color:#649400;
clear: both;
border-bottom: 1px solid #649400;
}

/* CAREERS */
ul.careers {
	list-style: none;
	list-style-position: outside;
	max-width:1000px;
	width: 100%;
	float: left;
	margin:0px;
	padding: 0;
}
li.career {
display:block;
clear:left;
float:left;
max-width:1000px;
width: 100%;
height:auto;
min-height:10px;
overflow:hidden;
padding:0 0 10px 70px;
margin:20px 0 0px 0;
text-align:left;
}

h2.jobname {
font-weight:bold;
font-size:1.6em;
line-height:2em;
margin:0;
color:#00335e;
clear: both;
border-bottom: 1px solid #00335e;
}
a.jobspec-link {
	display: block;
	height: 70px;
	width: 64px;
	float: left;
	margin: 10px 0 0 -70px;
	cursor: pointer;
	background: url(../images/arrow_down2.png) no-repeat  20px 100%;
	font-size: 0.8em;
	text-align: center;
	color:#00335e;
}
a.jobspec-link:hover {
	background-position: -156px 100%;
}


@media only screen and (min-width: 500px)  {
	.content-wrapper{
		grid-template-areas: "header" "banner" "content-right"  "content-left"  "footer";
		font-size: 1.2em;
	}
	.banner {
		margin-top: 5px;
	}
	.header {
		text-align: left;
	}
	#logo-1a {
		display: inline;
		clear: none;
		margin:0px 20px 20px 0px ;
	}
	#br1 {
		display: inline;
	}
	#br2 {
		display: none;
	}
	#pay-button{
		display: block;
		text-decoration: none;
		width:259px;
		height: 74px;
		float: right;
		margin: -10px 0 5px 10px;
		background: url(../images/payonline.png) no-repeat 0 0;
		background-size: contain;
	}
	.content-left {
		grid-area: content-left;
		position: relative;
		max-width: 768px;
		width: 100%;
		border-radius: 5px;
		margin: 10px 0 10px 0;
	}
	.content-right {
		grid-area: content-right;
		position: relative;
		max-width: 768px;
		width: 100%;
		border-radius: 5px;
		margin: 10px 0 0 0;
	}

	.news1{
		height: auto;
		min-height: 10px;
		width: 1000px;
		width:100%;
	}
	.news1 h2 {
		text-align: left;
		padding-left: 20px;
	}

	/* SECONDARY CONTENT PAGES */
	.news2{
		height: auto;
		min-height: 10px;		
		max-width: 768px;
		width:100%;
		margin: 0 auto;
	}
	.news2 h2 {
		text-align: left;
		padding-left: 5px;
	}

	/* Bins */
	h2.prod-name {
		clear: none;
	}

}

	

@media only screen and (min-width: 768px)  {
	.content-wrapper {
		margin: 5px auto 5px auto;
		grid-gap: 10px;
		grid-template-columns: 250px auto;
		grid-template-areas: "header header header" "banner banner banner" "content-left content-right content-right"  "footer  footer footer";
		font-size: 1.1em;
	}
	.header {
		text-align: left;
		font-size: 1.6em;
		line-height: 1.1em;
		padding-top: 5px;
		position: relative;
	}
	.banner {
		margin: 0px;
	}
	#logo-1a {
		display: inline;
		margin: 0px 20px 0px 0px!important;
		float: left;
	}
	#br1 {
		display: none;
	}
	#br2 {
		display: none;
	}
	#pay-button{
		display: block;
		text-decoration: none;
		width:259px;
		height: 74px;
		float: right;
		margin: -20px 0 5px 10px;
		background: url(../images/payonline.png) no-repeat 0 0;
		background-size: contain;
	}
		
	.content-left {
		grid-area: content-left;
		position: relative;
		max-width: 250px;
		width: 100%;
		border-radius: 5px;
		float: left;
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.content-right {
		grid-area: content-right;
		position: relative;
		max-width: 800px;
		width: 100%;
		border-radius: 5px;
		float: right;
		margin-top: 10px;
	}
	.content-right-inner {
		max-width: 1000px;
		width: 100%;
		max-height: 2000px;
		height: 100%;
	}

	.news2{
		height: auto;
		min-height: 10px;		
		max-width: 250px;
	}
	.news2 h2 {
		text-align: left;
		padding-left: 5px;
	}

	/* Bins */
	h2.prod-name {
		clear: none;
	}
}

@media only screen and (min-width: 900px)  {
	.nav {
		font-size: 1.4em;	
	}

	.content-wrapper {
		margin: 5px auto 5px auto;
		grid-gap: 10px;
		grid-template-columns: 300px auto auto;
		grid-template-areas: "header header header" "banner banner banner" "content-left content-right content-right"  "footer  footer footer";
		font-size: 1.1em;
	}
	.header {
		text-align: left;
		font-size: 1.6em;
		line-height: 1.1em;
		position: relative;
	}
	.banner {
		margin:0;
	}

	#logo-1a {
		display: inline;
		margin: 0px 50px 0px 0px;
		float: left;
	}
	#br1 {
		display: none;
	}
	#br2 {
		display: none;
	}
	#pay-button{
		display: block;
		text-decoration: none;
		width:259px;
		height: 74px;
		float: right;
		margin: -30px 0 5px 10px;
		background: url(../images/payonline.png) no-repeat 0 0;
		background-size: contain;
	}
		
	.content-left {
		width: auto;
		max-width: 300px;
		border-radius: 5px;
		float: left;
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.content-right {
		width: auto;
		max-width: 690px;
		border-radius: 5px;
		float: right;
		margin-top: 10px;
	}

	.news2{
		height: auto;
		min-height: 10px;		
		max-width: 250px;
	}
	.news2 h2 {
		text-align: left;
		padding-left: 5px;
	}


	/* Bins */
	h2.prod-name {
		clear: none;
	}
}
