.background_color {
	background-color: white;
}


.button_div {
	text-decoration: none;
	background-image: url("/images/btn_green.jpg");
	background-repeat: no-repeat;
	text-align: center;
	height:60px;
	width: 138px;
	float: left;
	margin-right: 39px;
	padding-top: 10px;
	
}

.button_div_rightmost {
	margin:0px;
}
.button_p {
	line-height: 60px;
}
.nav_link {
	color: white;
}

.nav_link_black {
	color: black;
	text-decoration: none;
}

.li_product_nav {
	padding-left: 50px;
	padding-bottom: 30px;
	float: left;
	list-style: none;
}
.preloadedImages {
	position: absolute;
	display: none;
	max-width: 1px;
	max-height: 1px;
	overflow: hidden;
}

.content_div {
	color: black;
	max-width: 850px;

}

.image_link {
	border: none;
}

.image_norepeat {
	background-repeat: no-repeat;
}

.floating_left_nav
{
	position: absolute;
	top: 400px;
	left: 60px;
	width: 120px;
	background-color: #00FF00;
	color: blue;
	padding: 10px;

	
}

.poll_div {
	position: absolute;
	top: 20px;
	left: 100px;
	display: none;
	height: 800px;
}