@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}

html {
}

html, body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;v
	color:#666;
	
		background: url(images/fullBG4.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:500px;
	margin-bottom:-75px; /* the bottom margin is the negative value of the footer's height */
	margin-left:100px;
}

#splash_header{
	height:500px;
}

#splash_logo{
	padding-top:50px;
}

#header{
	margin-top:30px;
	height:50px;
	margin-bottom:50px;
}

#logo{
	width:310px;
	height:50px;
	background-image:url(images/envirovision_logo2.png);
	float:left;
}

#nav{
	margin-top:15px;
}

#nav ul{
	display:inline;
	padding:0;
}

#nav ul li{
	display:inline;
}

#nav ul li.nav_spacing{
	margin-left:15px;
}



a:img {border:none;}
.highlight  {color:#0CF; }      /* unvisited link */ /* visited link */
a:link, a:visited  {color:#333; text-decoration:none;}      /* unvisited link */ /* visited link */
a:hover, a:active  {color:#78a22f; text-decoration:none;}  /* mouse over link */ /* selected link */ 

#content{
	line-height:130%;
}

#contentSplash{
	margin-top:20px;
	line-height:130%;
	color:#333;
}

#content ul.products{
	display:inline;
	padding:0;
	margin-top:34px;
}

#content ul.products li{
	display:inline;
	font-weight:bold;
}

#product_list{
	float:left;
	margin-top:15px;
}

#product_list h2{
	color:#666;
}

#product_img{
	margin-top:15px;
	margin-left:160px;
}

.margin{
	margin-left:25px;
}

.left{
	float:left;
}

.caption{
	text-align:center;
	margin-top:-15px;
}

.first{
	margin-left:90px;
}

.second{
	margin-left:195px;
	margin-right:5px;
}

.third{
	margin-left:200px;
}

.fourth{
	margin-left:190px;
}


#info{
	width:600px;
	float:left;
}

.info_margin{
	margin-left:8px;
}

#recycle{
	float:right;
}

#materials1{
	float:left;
	width:450px;
	margin-top:15px;
}

#materials2{
	float:left;
	margin-left:200px;
	margin-top:15px;
}

#contacts{
	font-size:90%;
}

#contacts1{
	float:left;
}

#contacts2{
	float:left;
	margin-left:200px;
}

#map{
	float:right;
}

#footer, #push {
	height: 75px; /* .push must be the same height as .footer */
	background-image:url(images/footer_grass2.png);
	background-repeat:repeat-x;
	z-index:100;
}

h2{
	color:#78a22f;
}


#services1{
	width:440px;
	float:left;
	margin-right:20px;
}

#services2{
	width:440px;
	float:right;
}

#clear{
	clear:both;
}

.copyright{
	margin-top:10px;
	font-size:75%;
	color:#717174;
}

.copyrightSplash{
	margin-top:10px;
	font-size:75%;
	color:#333;
}