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

#grid_maint_maincont {
	height: 820px;
	width: 905px;
	background-image: url(../images/hs_background_mainta.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#grid_renov_maincont {
	height: 620px;
	width: 905px;
	background-image: url(../images/PlanBackground_Finala.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#grid_irrigat_maincont {
	height: 620px;
	width: 905px;
	background-image: url(../images/hs_background_irrigat.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#grid_seasonal_maincont {
	height: 700px;
	width: 905px;
	background-image: url(../images/hs_background_seasonala.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#grid_maincont_cont{
	height: 610px;
	width: 870px;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 20px;
}


#grid_leftcont {
	width: 300px;
	height: 200px;
	top: 25px;
	position: absolute;
	left: 20px;
	background-color: #CCC;	
}


#grid_bottom {
	position: relative;
	top: 20px;
	left: 10px;
	width: 885px;
	height: 175px;
	background-color: #CCC;
}


#grid_content {
	position: relative;
	top: 10px;
	left: 320px;
	width: 575px;
	height: 200px;
}

