@charset "utf-8";
/* CSS Document */
body {
	font: 100% 'Open Sans',Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 14px;
	background-color: #000000;
	color: #ffffff;
}
a {
	color: #FFFFFF;	
}
a img {
	border: none;
}
img {  
	border: none;
}
.clear {
	clear:both;	
}
h1 {
	color: #ffffff;
	border-bottom: solid 1px black;
	padding-bottom: 10px;	
}
h2 {
	color: #000000;	
	margin-bottom: -10px;	
}
p {
	line-height: 30px;	
}
.header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
img {
	max-width: 100%;	
}
.logo {
	display: block;
	background-image: url(graphics/logo.png);
	background-repeat: no-repeat;
	width: 269px;
	height: 62px;
	background-size: cover;
	float: left;
}
.navigation {
	padding-top: 23px;
	float: right;
}
.navigation ul {
	list-style-type:none;
	margin:0;
	clear: none;
	padding:0;	
}
.navigation ul li {
	float:left;	
	position:relative;	
	margin-left: 55px;
}
.navigation ul li a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}
.navigation ul li a:hover {
	text-decoration: underline;
	color: #007f00;
}
.bannerOuter {
	background-image: url(graphics/banner_1.jpg);
	background-size: cover;
	width: 100%;
	height: 250px;
}
.banner {
	color: #FFFFFF;
	font-weight: 800;
	font-size:	 40px;
	text-transform: uppercase;
	line-height: 39px;
	padding-top: 50px;
}
.product {
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
	text-align:left;
	padding-top: 40px;
	padding-bottom: 40px;
}
.leftCol {
	float:left;
	width: 50%;
	text-align: center;	
}
.rightCol {
	float:left;
	width: 50%;
	padding-top: 100px;	
}
.bannerButton {
	padding-top: 20px;	
}
.button {
	font-size: 19px;
	color: #FFFFFF;
	background-color: #059900;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: none;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #FFFFFF;
}
.button:hover {
	background-color: #047f00;	
}
.categoriesOuter {
	background-color: #007f00;
	padding-top: 40px;
	padding-bottom: 40px;
}
.categories {
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
}
.threeCol {
	width: 260px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;	
}
.branding {
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;	
}
.branding .rightCol {
	padding-top: 60px;	
}
.calltoActionOuter {
	background-color: #007f00;
}
.calltoAction {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footerOuter {
	background-color: #000000;
}
.footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 40px;
	padding-bottom: 100px;	
}
.locker .banner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: inherit;
	text-transform: none;
}
.locker {
	background-image: url(graphics/open-locker.png);
	height: 470px;	
}
.locker h1 {
	color: #FFFFFF;	
}
.sectionOuter {
		
}
.sectionOuter h1 {
	background-color: #007f00;
	color: #FFFFFF;
	border: none;
	margin: 0;
	padding-top: 20px;	
	padding-bottom: 20px;
}
.section {
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
}
.twoCol {
	width: 400px;	
	float: left;
	padding-left: 40px;
	padding-right: 40px;
}
.icon {
	background-image: url(graphics/bolt.png);
	padding-top: 160px;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 40px;
	margin-bottom: 40px;	
}
.wifi {
	background-image: url(graphics/wifi.png);
}
.lock {
	background-image: url(graphics/lock.png);
}
.plug {
	background-image: url(graphics/plug.png);
}
.gear {
	background-image: url(graphics/gear.png);
}
.leaf {
	background-image: url(graphics/leaf.png);
}
.gray {
	background-color: #007f00;
}
.white {
	background-color: #000000;
}
.oneper {
	margin-top: 20px;
	margin-bottom: 20px;	
}
label {
	display: block;
	font-weight: bold;	
}
input {
	height: 20px;
	width: 200px;	
}
select {
	height: 27px;
	width: 206px;
}
textarea {
	width: 200px;
	height: 100px;
}
input[type="submit"] {
	height: 40px;
	border: none;
	font-size: 19px;
	color: #FFFFFF;
	background-color: #059900;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: none;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	border: solid 1px #FFFFFF;
}
input[type="submit"]:hover {
	background-color: #047f00;	
}
.header {
	position: relative;	
}
.chatBox {
	position: absolute;
	top: 20px;
	right: 530px;
}
@media (max-width: 988px)
{
	.chatBox {
		position: absolute;
		top: 9px;
		right: 540px;
	}
	.bannerOuter {
		height: auto;
		padding-bottom: 20px;	
	}
	.banner {
		font-size: 25px;	
	}
	.product, .categories, .branding, .calltoAction, .footer, .header, .locker .banner, .section{
		width: auto;
		padding-left: 10px;
		padding-right: 10px;	
	}
	.logo {
		width: 169px;
		height: 36px;	
	}
	.navigation ul li a {
		font-size: 12px;	
	}
	.navigation {
		padding-top: 11px;
		margin-right: 10px;	
	}
	.threeCol {
		width: 25%;
		padding-left: 3%;
		padding-right: 3%;	
	}
}
@media (max-width: 881px)
{
	.chatBox {
		display: none;	
	}
}
@media (max-width: 860px)
{
	.leftCol {
		float: none;
		width: 50%;	
	}
	.rightCol {
		float: none;
		width: auto;
	}
	.twoCol {
		width: auto;
		float: none;	
	}
}