@charset "utf-8";
/* CSS Document */

/*************************************
border
*************************************/

/*************************************
header
*************************************/

/*************************************
content_pane
*************************************/
#content_pane{
	padding: 0px;
	top: -55px;
	margin-bottom: -55px;
	/*min height hack for ie6*/
	min-height: 400px;
	height:auto !important;
	height: 400px;
	/*min height hack for ie6*/
}
/*************************************
content
*************************************/
#content{
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}
	#rotatingImagesContainer{
		background-color: black;	
		position: relative;
	}
		#rotatingImagesText{
			margin: 0px;
			position:absolute;
			top: 90px;
			left: 26px;
			z-index:100;
		}
		#rotatingImagesFooter{
			background:url(/images/home/footer_bar.jpg) no-repeat;	
			height: 23px;
			position:relative;
		}
			#rotatingImagesControls{
				position: absolute;
				top: 0px;
				right: 0px;
				background:url(/images/home/footer_action_bg.jpg) no-repeat;
				width: 300px;
				height: 21px;
			}
				#rotatingImagesControls p{
					text-align: center;
					margin: 2px 0 0 0;
					font-size:10px;
				}
					#rotatingImagesControls p span{
						margin: 0px 4px;
						cursor:pointer;
					}
		#rotatingImages{
				
		}
			#rotatingImages img{
				display: none;
			}
			#rotatingImages img:first-child{
				display: block;
			}
/*************************************
foot_box
*************************************/
#foot_box{
	
}
	#footer_top{
		padding-left: 35px;
		text-indent: -9000px;
		padding-top: 5px;
		position: relative;
	}
		#box1{
			background:url(../images/home/advantage.jpg) no-repeat;
			height: 90px;
			width: 232px;
			display: block;
			float: left;
		}
			#box1:hover{
				background-position: 0px -90px;
			}
		#box2{
			background:url(../images/home/company.jpg) no-repeat;
			height: 90px;
			width: 232px;
			display: block;
			margin-left: 460px;
			
		}
			#box2:hover{
				background-position: 0px -90px;
			}
		#box3{
			background:url(../images/home/products.jpg) no-repeat;
			height: 90px;
			width: 232px;
			display: block;
			float: left;
		}
			#box3:hover{
				background-position: 0px -90px;
			}
		#newProducts{
			position: absolute;
			display: block;
			top: -42px;
			left: 35px;
			background: url(/images/home/new.png) no-repeat;
			height: 140px;
			width: 155px;
			
		}
			#newProducts:hover{
				background-position: 0px -140px;
			}
		#greenInitative{
			top: 5px;
			right: 25px;
		}
