@charset "utf-8";

/*  ---------------------------------------
	
	home.css
	````````
	home stylesheets document for
	Texas Eco Grow
	
    ---------------------------------------  */


/*  ---------------------------------------
	Structure
	
	- - - - - - - - - - - - - - - - - - - -  */

#header {
	padding-bottom: 30px;
}
#home-masthead {
	width: 940px;
	height: 303px;
	margin: 0 auto;
	position: relative;
}
	#home-masthead h2 {
	position: static;
	color: #444646;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
	padding-top: 200px;
	padding-right: 430px;
	padding-bottom: 0;
	padding-left: 0;
	display: block;
	line-height: 28px;
	position: static;
	-moz-border-radius: 3px;
	background-image: none;
	}
	#home-masthead a {
		color: #79b91f;
	}
#home-masthead a:hover {
	text-decoration: underline;
}
	#home-masthead #home-masthead-video {
	display: block;
	height: 273px;
	width: 409px;
	position: absolute;
	top: 0;
	right: 0;
	}
	#home-masthead-video #video-container {
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 18px;
	padding-bottom: 18px;
	background-image: url(../images/video-bg.png);
	}
#content {
	padding-top: 30px;
}
	#content h3 {
	display: block;
	padding: 0 0 15px 0;
	font-size: 21px;
	font-weight: bold;
	color: #352d20;
	}
	#content h4 {
		display: block;
		padding: 0;
		color: #79b91f;
		font-size: 14px;
		font-weight: bold;
	}
	.home-fp-image a {
		display: block;
		padding: 5px;
		background: url(../images/sidebar-fp-bg.gif) no-repeat;
	}
	#content p {
		display: block;
		padding: 3px 50px 15px 0;
		font-size: 14px;
		color: #999;
		line-height: 19px;
	}
	#content ul {
		display: block;
		padding-left: 15px;
	}
		#content ul li {
			font-size: 14px;
			color: #999;
			padding-bottom: 4px;
			padding-right: 30px;
		}
			#content ul li a {
				color: #79b91f;
			}
#home-about {
	width: 275px;
	float: left;
	margin-right: 30px;
}
	#home-about p {
	padding-left: 45px;
	background: url(../images/home-about-tree-bg.png) left 3px no-repeat;
	padding-right: 0px !important;
	}
#home-about p a {
	color: #79b91f;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
#home-services {
	width: 275px;
	float: left;
	margin-right: 60px;
}
	#home-services p {
		padding-left: 45px;
		background: url(../images/home-about-tree-bg.png) left 3px no-repeat;
		padding-right: 0px !important;
	}
	#home-services p a {
	color: #79b91f;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
#home-fp {
	width: 300px;
	float: right;
}
#home-fp a {
	color: #79b91f;
	text-decoration: underline;
	font-weight: bold;
	display: block;
}
