@charset "utf-8";
/* CSS Document */

/*general site stuff*/

/*
* {
	border:1px solid red;
	}
	*/

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
	margin-top:0px;
	}
	
div.floatPos {
	position:relative;
	float:left;
	}
	
div#header {
	height:200px;
	width:1000px;
	}
	
div#container {
	width:1000px;
	height:850px;
	margin:auto;
	}
div#logo {
	height:100px;
	width:450px;
	margin-top:25px;
	margin-left:7px;
	}

/*menu stuff*/
div#menu {
	width:400px;
	height:40px;
	margin-top:-50px;
	font-size:18px;
}
#tabsJ {
      float:left;
      width:100%;
      /*background:#F4F4F4;*/
      font-size:93%;
      line-height:normal;
	  /*border-bottom:1px solid #24618E;*/
      }
#tabsJ ul {
	margin-top:-50px;
	padding:0px 0px 0px 10px;
	list-style:none;
      }
#tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabsJ a {
      float:left;
      background:url("images/tableft.png") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
#tabsJ a span {
      float:left;
      display:inline-block;
      background:url("images/tabright.png") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#174100;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
#tabsJ a:hover span {
      color:#FFF;
      }
#tabsJ a:hover {
      background-position:0% -42px;
      }
#tabsJ a:hover span {
      background-position:100% -42px;
      }

/*a:link {color:#174100; text-decoration:none;}
a:hover {color:#174100; text-decoration:underline;}
a:active {color:#174100; text-decoration:underline;}
a:visited {color:#174100; text-decoration:none;}*/

/*index stuff*/
div#indexContent {
	width:1000px;
	height:730px;
	background-image: url(images/indexContent.jpg);
	background-repeat:no-repeat;
	}
div#slogan {
	height:150px;
	width:455px;
	font-family:"Times New Roman", Times, serif;
	font-size:23px;
	color:#fff;
	padding-left:20px;
	padding-top:35px;
	}
div#indexImage {
	height:255px;
	width:380px;
	margin-top:-50px;
	margin-left:40px;
	}
div#leftSide {
	height:435px;
	width:242px;
	margin-top:50px;
	}
div#leftButton {
	height: 101px;
	width: 250px;
	margin-left:-30px;
	padding-left:5px;
	margin-top:-15px;
	padding-top:15px;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color:#fff;
	}
div#center {
	height:305px;
	width:280px;
	font-family:"Times New Roman", Times, serif;
	font-size:23px;
	color:#174100;
	margin-left:20px;
	margin-top:50px;
	padding-top:15px;
	}
div#rightSide {
	height:305px;
	width:300px;
	margin-top:50px;
	margin-left:20px;
	}
div#rightContent {
	margin-left:18px;
	margin-top:-15px;
	font-family:Times;
	font-size:17px;
	color:#174100;
}
div#emailAddress {
	height:180px;
	width:306px;
	margin-left:15px;
	font-size:21px;
	padding-top:30px;
}
div#c2a {
	height:180px;
	width:306px;
	background-image:url(images/requestMore.png);
	background-repeat:no-repeat;
	margin-left:15px;	
	padding-top:55px;
	padding-left:45px;
	color:#FFF;
	font-size:13px;
}	
div#bazaar {
	background-image:url(images/GreenBazaarBadge.jpg);
	background-repeat:no-repeat;
	height:35px;
	width:300px;
	margin:0 0 0 20px;
	font-size:14px;
	padding:140px 0 0 20px;
	color:#174100;
}
div#bazaar a:link {font-size:20px; text-decoration:none; color:#174100;}
div#bazaar a:hover {font-size:20px; text-decoration:underline; color:#174100;}
div#bazaar a:active {font-size:20px; text-decoration:underline; color:#174100;}
div#bazaar a:visited {font-size:20px; text-decoration:none; color:#174100;}

.Submit {
	margin-left:70px;
	margin-top:5px;
}

/*green stuff*/
div#greenCenter {
	height:600px;
	width:700px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#174100;
	margin-left:40px;
	margin-top:20px;
	padding-top:15px;
}

/*about stuff*/
div#aboutLeft {
	height:500px;
	width:200px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#174100;
	margin-left:30px;
	margin-top:20px;
	padding-top:15px;
}
div#aboutCenter {
	height:500px;
	width:600px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#174100;
	margin-left:20px;
	margin-top:20px;
	padding-top:15px;
}

/*products stuff*/
div#productsCenter {
	width:800px;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color:#174100;
	padding-left:30px;
	padding-top:20px;
}

/*services stuff*/
div#servicesCenter {
	width:900px;
	font-family:"Times New Roman", Times, serif;
	color:#174100;
	margin-left:20px;
	padding-left:0px;
	padding-top:20px;
}
div.servicesHeader {
	font-size:26px;
	color:#fff;
	padding-left:20px;
	padding-top:10px;
}
div.servicesBody {
	font-size:20px;
	padding-left:20px;
	padding-top:5px;
	padding-right:10px;
	height:280px;
}
div#serviceBox {
	width:290px;
	height:500px;
	background-image:url(images/servicesBox.jpg);
	background-repeat:no-repeat;
}
.servicesContact {
	padding-left:110px;
}
.servicesNote {
	padding-left:20px;
}

/*video stuff*/
div#videoCenter {
	width:800px;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color:#174100;
	padding-left:30px;
	padding-top:20px;
}

/*contact stuff*/
div#Contact {
	height:305px;
	width:280px;
	font-family:"Times New Roman", Times, serif;
	font-size:23px;
	color:#174100;
	margin-left:20px;
	margin-top:50px;
	padding-top:15px;
}
div#leftContact {
	height:405px;
	width:380px;
	margin-top:50px;
	padding-left:40px;
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	color:#174100;
	}
div#formRight {
	height:500px;
	width:400px;
	margin-top:50px;
	margin-left:110px;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#174100;
}
div#thankYou {
	width:850px;
	margin-top:50px;
	margin-left:50px;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#174100;
}

/*rebates stuff*/
div#rebatesCenter {
	width:800px;
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color:#174100;
	padding-left:30px;
	padding-top:20px;
}
div.rebatesHeader {
	font-size:26px;
	color:#174100;
	padding-left:20px;
	padding-top:10px;
}
div.rebatesBody {
	font-size:21px;
	color:#174100;
	padding-left:20px;
	padding-top:20px;
}

div.rebatesQuestion a:link {color:#174100; text-decoration:none;}
div.rebatesQuestion a:hover {color:#174100; text-decoration:underline;}
div.rebatesQuestion a:active {color:#174100; text-decoration:underline;}
div.rebatesQuestion a:visited {color:#174100; text-decoration:none;}

div.rebatesQuestion {
	font-size:18px;
	font-weight:bold;
	padding-left:20px;
}
div.rebatesAnswer {
	font-size:18px;
	padding-left:40px;
}
div.rebatesButton {
	width:200px;
	font-size:16px;
}
div.faqItem {
	margin-top:0px;
}

/*footer stuff*/
#footerMenu {
	width:40%;
	height:30px;
	margin:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding:20px 0 10px 20px;
	
}
#footerAddress {
	width:50%;
	height:30px;
	color:#174100;
	margin:auto;
	padding:20px 30px 10px 10px;
}

#footerMenu a {color:#174100; text-decoration:underline;}
#footerMenu a:link {color:#174100; text-decoration:underline;}
#footerMenu a:hover {color:#90a000; text-decoration:underline;}

