html, body { height: 100%; }

body {
	background-color: #9f8d6c;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 960px;
	font-family: Georgia, Times, serif;
}

p {
	color: #53514a;
	font-size: .9em;
	line-height: 1.2em;
	}
	

address {
	color: #53514a;
	font-size: .9em;
	line-height: 1.2em;
	font-style: italic;
}

.bullets li {
	color: #53514a;
	font-size: .9em;
	line-height: 1.2em;
	margin-left: -.75em;
}

h1 {
	clear: both;
	font-size: 1em;
	margin-bottom: -5px;
	font-style: italic;
	font-weight: bold;	
	color: #2a2927;
	line-height: 1em;
		}
		
hr {
	color: #966d22;
	background-color: #966d22;
	height: 1px;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	z-index: 1;
	text-align: left;
	background-color: #d9cbb2;
	min-height: 100%;
}


#header {
	height: 200px;
}

#nav {
	position: relative;
	float: left;
	width: 175px;
	background-color: #d9cbb2;
	margin-top: 38px;
}

#nav ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}

#nav ul a {
	display: block;
	width: 175px;
	height: 30px;
	text-decoration: none;
	
	}
	
#nav ul span{
	visibility: hidden;
}
	
#nav ul li.products a { background: url(../images/products.gif) no-repeat; }
	#nav ul li.products a:hover { background: url(../images/products_roll.gif) no-repeat; }
	#nav ul li.products-active { background: url(../images/products_roll.gif) no-repeat; }

#nav ul li.products_grn a { background: url(../images/products.gif) no-repeat; }
	#nav ul li.products_grn a:hover { background: url(../images/products_roll_grn.gif) no-repeat; }
	#nav ul li.products_grn-active { background: url(../images/products_roll_grn.gif) no-repeat; }

#nav ul li.locations a { background: url(../images/locations.gif) no-repeat; }
	#nav ul li.locations a:hover { background: url(../images/locations_roll.gif) no-repeat; }
	#nav ul li.locations-active { background: url(../images/locations_roll.gif) no-repeat; }

#nav ul li.locations_grn a { background: url(../images/location.gif) no-repeat; }
	#nav ul li.locations_grn a:hover { background: url(../images/location_roll_grn.gif) no-repeat; }
	#nav ul li.locations_grn-active { background: url(../images/location_roll_grn.gif) no-repeat; }

#nav ul li.employment a { background: url(../images/employment.gif) no-repeat; }
	#nav ul li.employment a:hover { background: url(../images/employment_roll.gif) no-repeat; 	}
	#nav ul li.employment-active { background: url(../images/employment_roll.gif) no-repeat; }

#nav ul li.employment_grn a { background: url(../images/employment.gif) no-repeat; }
	#nav ul li.employment_grn a:hover { background: url(../images/employment_roll_grn.gif) no-repeat; }
	#nav ul li.employment_grn-active { background: url(../images/employment_roll_grn.gif) no-repeat; }

#nav ul li.agreements a { background: url(../images/agreements.gif) no-repeat; }
	#nav ul li.agreements a:hover { background: url(../images/agreements_roll.gif) no-repeat; }
	#nav ul li.agreements-active { background: url(../images/agreements_roll.gif) no-repeat; }
	
#nav ul li.msds a { background: url(../images/msds.gif) no-repeat; }
	#nav ul li.msds a:hover { background: url(../images/msds_roll.gif) no-repeat; }
	#nav ul li.msds-active { background: url(../images/msds_roll.gif) no-repeat; }
	
#nav ul li.msds_grn a { background: url(../images/msds.gif) no-repeat; }
	#nav ul li.msds_grn a:hover { background: url(../images/msds_roll_grn.gif) no-repeat; }
	#nav ul li.msds_grn-active { background: url(../images/msds_roll_grn.gif) no-repeat; }

#nav ul li.contact a { background: url(../images/contact.gif) no-repeat; }
	#nav ul li.contact a:hover { background: url(../images/contact_roll.gif) no-repeat; }
	#nav ul li.contact-active { background: url(../images/contact_roll.gif) no-repeat; }

#nav ul li.contact_grn a { background: url(../images/contact.gif) no-repeat; }
	#nav ul li.contact_grn a:hover { background: url(../images/contact_roll_grn.gif) no-repeat; }
	#nav ul li.contact_grn-active { background: url(../images/contact_roll_grn.gif) no-repeat; }

#nav ul li.news a { background: url(../images/news.gif) no-repeat; }
	#nav ul li.news a:hover { background: url(../images/news_roll_grn.gif) no-repeat; }
	#nav ul li.news-active { background: url(../images/news_roll_grn.gif) no-repeat; }

#maincontent { margin-top: 10px; }
	#maincontent img { padding-left: 15px; }

#columns {
	width: 600px;
	min-height: 750px; !important
	height: 100%;
	float: left;
	background: #f3ead9 url(../images/gradient.jpg) repeat-x top left;
}
	
#data {
	padding: 10px;
	width: 155px;
	float: right;	
}
#column1 {
	padding: 10px 10px 10px 15px;
	width: 275px;
	float: left;
	background: inherit;
}
#column2 {
	padding: 10px 10px 10px 15px;
	width: 275px;
	float: right;
	background: inherit;
	}
.products {
	clear: both;
	display: block;
	height: 100%;
}
	
.products h2 {
	color: #2a2927;
	font-weight: lighter;
	margin-bottom: -.8em;
	padding-top: 8px;
	font-size: 1em;
	
}

.products img {
	float: left;
	padding: 5px 8px 5px 0px;
	vertical-align: middle;
	}


#footer {
	clear: both;

}

#footer_image {
width: 950px;
	height: 145px;
	z-index: 99;
	position: fixed;
	bottom: 0%;
	background-image: url(../images/footer_pic.gif);
}



#weather  { }
	#weather img { width: 100px; 
		margin-top: 20px;
	}
