@charset "utf-8";
/* ------------------------------------------------------------------------
CSS sheet for Organic Hydroponic Systems
Author: Jeff Sanders
Date Created: 5/11/10
All inquiries for this document should be directed to support@giantseedcreative.com.
--------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
MAIN DESIGN ELEMENTS
--------------------------------------------------------------------------*/
* { margin: 0px; padding: 0px; }
html {
	height: 100%;
}

body {
	height: 100%;
	background: url(../images/background.jpg) top left repeat-x;
}
#outerwrap {
	position: relative;
	min-height: 100%;
}
* html #outerwrap {
	height: 100%;
}

#innerwrap {
	padding: 0px 30px 400px 30px;
	margin: 0px auto;
	min-height: 400px;
	width: 940px;
	background: url(../images/headerbg.jpg) top left no-repeat;
}
#innerwrap ul {
	list-style-type: none;
	margin-bottom: 10px;
}
#innerwrap li {
	font: 14px/20px Verdana, Geneva, sans-serif;
}
#innerwrap a {
	color: #037E09;
}

/* header */
#header {
	position: relative;
	margin: 0px auto;
	height: 158px;
	background: url(../images/headbg2.jpg) bottom center no-repeat;
}
	#header img {
		border: none;
	}
	#header h1 {
		position: absolute;
		top: 15px;
		width: 401px;
		height: 130px;
		text-indent: -10000px;
		background: url(../images/logo.gif);
		overflow: hidden;
	}
	#header ul {
		position: absolute;
		top: 70px;
		right: 0px;
		list-style-type: none;
	}
	#header li {
		margin-left: 10px;
		float: left;
	}
#main {
	width: 575px;
	float: left;
}
#aside {
	width: 340px;
	height: 400px;
	float: right;
}
	#aside .info {
		border: 1px solid #ccc;
		margin-bottom: 20px;
	}
	#aside h2 {
		padding: 5px 10px;
		margin-top: 0px;
		background: #D1EFD3;
	}
	#aside p {
		padding: 0px 10px;
	}
	#aside ul {
		padding: 0px 10px;
	}
/* footer */
#outerfoot {
	position: relative;
	height: 240px;
	background: #6A9722 url(../images/footerbg.jpg) top left repeat-x;
	margin-top: -369px;
	clear: both;
}
#innerfoot {
	margin: 0px auto;
	padding-top: 165px;
	width: 1000px;
}
	#innerfoot .left {
		width: 48%;
		text-align: left;
		float: left;
	}
	#innerfoot .right {
		width: 48%;
		text-align: right;
		float: right;
	}
	#innerfoot .right img {
		border: none;
	}
	#innerfoot p {
		color: #fff;
	}

/* ------------------------------------------------------------------------
TEXT ELEMENTS
--------------------------------------------------------------------------*/
h2 {
	margin: 10px 0px;
	font: 22px Verdana, Geneva, sans-serif;
}
p {
	margin: 10px 0px;
	font: 14px/20px Verdana, Geneva, sans-serif;
	color: #333;
}

/* ------------------------------------------------------------------------
SLIDESHOW ELEMENTS
--------------------------------------------------------------------------*/
#slideshow {
	margin-bottom: 20px;
	width: 340px;
	height: 232px;
	border: 1px solid #ccc;
}
	#slideshow img {
		padding: 10px;
	}

/* ------------------------------------------------------------------------
FORM ELEMENTS
--------------------------------------------------------------------------*/
input[type="text"] {
	margin-left: 10px;
	margin-right: 10px;
	padding: 6px 5px;
	width: 230px;
	float: left;
	border: 1px solid #ccc;
	color: #666666;
} 
