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

* {  margin:0;  padding:0;
 }
img {  border: none;
 }


/* 
-----------------------------------------
Fonts 
-----------------------------------------
*/
body {
	font-family: Helvetica, Arial, sans-serif;
}
#feature h1 {
	font-size: 34px;
	font-weight: bold;
	padding-left: 27px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#feature h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 6px;
}
#feature li {}
#feature ol {
	padding-left: 47px;
}
#feature p {
	font-size: 12px;
	padding-bottom: 10px;
	line-height: 15px;
}
#feature img {float:right; border: none;
	padding-left: 26px;
	padding-bottom: 12px;}
.nav {
	display: inline;
	padding-right: 20px;
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {color: #fffb83;}
#homegrow h3 {
	color: #FFFFFF;
	padding-bottom: 8px;
}
#homegrow p {
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 12px;
	line-height: 15px;
	font-weight: normal;
}
#homegrown ul {
}
#homegrow li {
	list-style-type: none;
}
.hg_1 {
	float:right;
	width: 315px;
	padding-top: 20px;
	padding-right: 27px;
}
.hg_2 {
	float:right;
	width: 315px;
	padding-right: 27px;
	padding-top: 20px;
}
#footer p{
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 20px;
	padding-left: 27px;
	font-weight: bold;
	}
.pod {
	padding-left:27px;
	padding-bottom: 0px;
	float: left;
	width: 450px;
	height: 110px;
}
.pod2 {
	padding-left:27px;
	padding-bottom: 20px;

}
.pod img {float: right; padding-right: 27px;}
.27 {
	padding-left: 27px;
	padding-right: 27px;
}

/* 
-----------------------------------------
Structure 
-----------------------------------------
*/
body {
	background-color: #70b8f3;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
#topcolors {
	background-image: url(images/colors.gif);
	background-repeat: repeat-x;
	height: 5px;
}
#container {
	width: 974px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(images/hold_back.gif);
	background-repeat: no-repeat;
	height: 130px;
	position: relative;
}
#nav {
	background-image: url(images/nav_back.gif);
	background-repeat: no-repeat;
	height: 48px;
}
.navbox {
	float:right;
	padding-top: 18px;
}
#feature {
	background-image: url(images/feat_back.gif);
	background-repeat: no-repeat;
}
#homegrow {
	background-image: url(images/invest_back.jpg);
	background-repeat: no-repeat;
	height: 267px;
}
#vertfarmhome {}
#footer{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
.social2 {
	float:right;
	width: 156px;
	padding-top: 18px;
	padding-right: 22px;
}
.emailsignup {
	width: 317px;
	height: 47px;
	padding-top: 5px;
	padding-right: 22px;
	position: absolute;
	left: 635px;
	top: 60px;
}


/* 
-----------------------------------------
 REPLACEMENTS
-----------------------------------------
*/
#logo {
	width: 150px;
	height: 125px;
	position: relative;
	}
#logo span {
	background: url(images/LG365_logo.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
#learnmore {
	width: 142px;
	height: 27px;
	position: relative;
	margin-left: 47px;
	}
#learnmore span {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(images/but_learnmore.png);
	background-repeat: no-repeat;
	}
	
/*
-------------------------------------------
float clear 
-------------------------------------------
*/
.float_clear {}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
