@charset "UTF-8";
/* CSS Document */
		
/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

a img {border:0 none; }
a {text-decoration:none; color:#333;}
a:hover {text-decoration:none; }
li {list-style:none;}

body {
	margin:0 auto 20px;
	padding:0 auto;
	text-align:center;
	font-family:Helvetica, Georgia, Tahoma, sans-serif;
	background:url(../images/backgroundTile.png);
	background-attachment:fixed;
	background-color:#E0E3E1;
}
#wrapper {
	position:relative;
	margin:0 auto;
	padding:1% 1% 0 1%;
	width:88.8%;
	max-width:1232px;
	background:#fff;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .3);
	   -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .3);
	        box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .3);
	text-align:left;
}
header{
	margin:0;
	padding:0 1% 1% 1%;
	width:98%;
	height:auto;
	overflow:visible;
	text-align:left;
}
.menuToggle {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:none;
	color:#777777;
	margin:10px 0;
	padding:0;
	width:100%;
	height:auto;
	overflow:visible;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.menuToggle:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.menuToggle:active {
	position:relative;
	top:1px;
}
header img {
	width:25%;
	max-width:300px;
	min-width:194px;
	height:auto;
}
#contentWrap {
	position:relative;
	width:98%;
	margin:0 auto;
	overflow:hidden;
}
nav{
    float:left;
    width:25%;
    position:relative;
	color:#fff;
	font-size: 1.2em;
	border-top:#67cb33 solid 9px;
	background:#000;
}
nav ul{
	margin:0;
	padding:0;
}
nav li a:link, nav li a:visited, nav li a:hover, nav li a:active{
	text-decoration:none;
	color:#FFF;
	display:block;
	height:27px;
	margin:0;
	padding:12px 0 0 10px;
	font-size:12px;
}
nav li a:link, nav li a:visited, nav li a:active{
background-image: linear-gradient(bottom, rgb(3,1,0) 2%, rgb(51,51,51) 64%, rgb(85,85,85) 76%);
background-image: -o-linear-gradient(bottom, rgb(3,1,0) 2%, rgb(51,51,51) 64%, rgb(85,85,85) 76%);
background-image: -moz-linear-gradient(bottom, rgb(3,1,0) 2%, rgb(51,51,51) 64%, rgb(85,85,85) 76%);
background-image: -webkit-linear-gradient(bottom, rgb(3,1,0) 2%, rgb(51,51,51) 64%, rgb(85,85,85) 76%);
background-image: -ms-linear-gradient(bottom, rgb(3,1,0) 2%, rgb(51,51,51) 64%, rgb(85,85,85) 76%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.02, rgb(3,1,0)),
	color-stop(0.64, rgb(51,51,51)),
	color-stop(0.76, rgb(85,85,85))
);
}

nav li a:hover, #home .home, #ourstory .ourstory, #whypremier .whypremier, #products .products, #equipment .equipment, #contact .contact, #quotereq .quotereq, #filesend .filesend{
background-image: linear-gradient(bottom, rgb(24,46,12) 2%, rgb(54,102,28) 64%, rgb(77,145,40) 76%);
background-image: -o-linear-gradient(bottom, rgb(24,46,12) 2%, rgb(54,102,28) 64%, rgb(77,145,40) 76%);
background-image: -moz-linear-gradient(bottom, rgb(24,46,12) 2%, rgb(54,102,28) 64%, rgb(77,145,40) 76%);
background-image: -webkit-linear-gradient(bottom, rgb(24,46,12) 2%, rgb(54,102,28) 64%, rgb(77,145,40) 76%);
background-image: -ms-linear-gradient(bottom, rgb(24,46,12) 2%, rgb(54,102,28) 64%, rgb(77,145,40) 76%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.02, rgb(24,46,12)),
	color-stop(0.64, rgb(54,102,28)),
	color-stop(0.76, rgb(77,145,40))
);
}
#centerContent {
    float:left;
    width:44%;
    position:relative;
    overflow:hidden;
	margin:0 3%;
	color:#000;
}
#rightContent {
    float:left;
    width:19%;
    position:relative;
    overflow:hidden;
	margin:0;
	padding:3%;
	color:#fff;
	font-size: 0.9em;
	border-top:#67cb33 solid 9px;
	background:#000;
}
#rightContent img{
	width:98%;
	height:auto;
	padding:2%;
}
#rightContent h2{
	font-size:1em;
}
h1, h2, h3{
	margin:0;
	padding:0 0 .5em 0;
}
h3 {
	font-size:1em;
}
p, li{
	font-size:.9em;
	line-height:1.25em;
}
h3 {
	margin:30px 0 0 0;
	padding-bottom:0;
}
h3 + p {
	margin:0;
	padding-top:0px;
}
.quoteName {
	text-align:right;
	font-style:italic;
	font-weight:bold;
	margin:0;
	padding:0 0 20px 0;
}
.redText{
	color:red;
}
.bottomPhoto{
	margin-top:15%;
}
.homePhoto{
	width:100%;
	position:relative;
	bottom:0;
}
.imageRight{
	float:right;
	margin:0 0 10px 10px;
}
nav, #centerContent, #rightContent{
	padding-bottom: 1000em;
	margin-bottom: -1000em;
}

footer{
	margin:0 auto;
	padding:3% 0;
	clear:both;
	text-align:center;
	font-size:.85em;
}

@media all and (max-width:640px){
#wrapper {
	margin:0;
	width:100%;
}
#container1, #container2, #container3 {
    background: #fff;/*changed*/
float:none;
clear:both;
}
header{
	text-align:center;
}
.menuToggle {
	display:inline-block;/*new*/
	clear:both;/*new*/
}
nav {
  float:none;/*changed*/
  width:98%;/*changed*/
	  display:none;/*new*/
	margin-bottom:20px;
	padding-bottom:0;
}
#centerContent{
  float:none;/*changed*/
  width:95%;/*changed*/
}
#rightContent{
  float:none;/*changed*/
  width:70%;/*changed*/
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
}
h1{
	font-size:1em;
}
.imageRight{
	float:none;
	clear:both;
	margin:0 auto;
}
footer{
	padding:3%;
}
nav li a:link, nav li a:visited, nav li a:hover, nav li a:active{
display:inline;
width:47%;
float:left;
border-left:#67cb33 1px solid;
padding-left:9px;
}

}