/* Subsection 1: CSS Reset */
body,
h1, h2, h3,
p, ul, li, form, input,
table, tr, td,
/*header, nav, article, section, dialog, figure, aside, footer*/ {
border:0;
margin:0;
padding:0;
font-size:100%;
}
/* Subsection 2: Standard HTML tags redefinition */
body,
form, input {
color:#000;
font-family:Helvetica, Arial, sans-serif;
font-size:12px;
}

body {
	/*background-color: #f2f5d3;*/
	background-color: #FFFFFF;
}

h1{	font-size:24px;	}
h2{	font-size:18px;	}
h3{	font-size:13px;	}
a {	color: #5A9F00; border:none; text-decoration: none;}
a:hover {	color: #000000;	}
a img { border: none; 	}

/*Subsection 3: HTML 5 tags 
header{ }
nav{ }
article{ }
section{ }
aside{ }
footer{ }
*/

#wrap {
	margin: 0px auto;
	width: 1072px;
	height: 784px;
	padding-top: 30px;
	padding-left: 80px;
	background-image: url('http://www.greenplanetprods.com/files/images/bg.png');
	background-position:center;
}
#header { 
	width: 984px;
	height: 104px;
	padding-left: 20px;
}
#menu {
	float: right;
	width: 520px;
	height: 32px;
	margin-top: 39px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu ul li {
	display:inline;
	margin-left: 8px;
}
.index {
	margin-top:15px;
	border: 2px;
	border-style: solid;
	border-color: #97CB52;
}
#content {
	height: 471px;
	width: 470px;
	background-image: url('http://www.greenplanetprods.com/files/images/secondary_bg.png');
	margin-top: 15px;
	padding-left: 510px;
	padding-top: 20px;
	padding-right: 15px;
}
#content-home{
	height: 291px;
	padding-top: 115px;
	padding-bottom:85px;
	padding-left: 75px;
	width: 920px;
	background: none;
}
#content-home object{
	padding-left: 15px;
}
#content-about {
	height: 471px;
	width: 470px;
	background-image: url('http://www.greenplanetprods.com/files/images/secondary_bg.png');
	margin-top: 15px;
	padding-left: 510px;
	padding-top: 20px;
	padding-right: 15px;
}
#content-about p {
	line-height: 14px;
}
#content-reel {
	height: 471px;
	width: 600px;
	background-image: url('http://www.greenplanetprods.com/files/images/secondary_bg.png');
	margin-top: 15px;
	padding-left: 380px;
	padding-top: 20px;
	padding-right: 15px;
}
#bot-nav {
	width: 500px;
	bottom: 0px;
	margin-top: 10px;
}
#bot-nav2 {
	width: 610px;
	bottom: 0px;
	margin-top: 10px;
}
#bot-nav .right {
	margin-left: 300px;
}
#bot-nav .right2 {
	margin-left: 265px;
}
#bot-nav2 .right3 {
	margin-left: 430px;
}
#footer-index {
	width: 899px;
	height: 114px;
	display: inline;
	margin-top: 22px;
	margin-left: 30px;
	float: left;
}
#footer {
	width: 995px;
	height: 114px;
	display: inline;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
}
#footer img {
	margin-right: 18px;
}
#imgcontainer {
	height:491px; 
	margin-top:15px;	
	border: 0px;
	border-style: solid; 
	border-color: #97CB52;
}