body {
	behavior:url(assets/mouseover.htc);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F4F5D6;
}

#bannerHome {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 260px;
	margin: 0px auto;
	background-image: url(/images/banner_home.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}	

#buttonsHome {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 315px;
	margin: 0px auto;
	background-image: url(/images/bg_buttons.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

/* Buttons */
#but_property {
	position: absolute;
	width: 125px;
	height: 130px;
	top: 10px;
	left: 5px;
	background-image: url(/images/buttons_property.gif);
}

#but_property a {
	display: block;
	width: 125px;
	height: 135px;
	font-size: 1pt;
	color: #A43210;}

#but_property:hover {
	background-image: url(/images/buttons_property_a.gif);
}

#but_produce {
	position: absolute;
	width: 125px;
	height: 130px;
	top: 10px;
	left: 138px;
	background-image: url(/images/buttons_produce.gif);
}

#but_produce a {
	display: block;
	width: 125px;
	height: 135px;
	font-size: 1pt;
	color: #A43210;}

#but_produce:hover {
	background-image: url(/images/buttons_produce_a.gif);
}

#but_products {
	position: absolute;
	width: 125px;
	height: 130px;
	top: 10px;
	left: 272px;
	background-image: url(/images/buttons_products.gif);
}

#but_products a {
	display: block;
	width: 125px;
	height: 135px;
	font-size: 1pt;
	color: #A43210;}

#but_products:hover {
	background-image: url(/images/buttons_products_a.gif);
}

#but_info {
	position: absolute;
	width: 125px;
	height: 130px;
	top: 10px;
	left: 404px;
	background-image: url(/images/buttons_info.gif);
}

#but_info a {
	display: block;
	width: 125px;
	height: 135px;
	font-size: 1pt;
	color: #A43210;}

#but_info:hover {
	background-image: url(/images/buttons_info_a.gif);
}

#but_classifieds {
	position: absolute;
	width: 125px;
	height: 130px;
	top: 10px;
	left: 537px;
	background-image: url(/images/buttons_classifieds.gif);
}

#but_classifieds a {
	display: block;
	width: 125px;
	height: 135px;
	font-size: 1pt;
	color: #A43210;}

#but_classifieds:hover {
	background-image: url(/images/buttons_classifieds_a.gif);
}

#but_prolinks {
	position: absolute;
	width: 125px;
	height: 130px;
	top: 10px;
	right: 5px;
	background-image: url(/images/buttons_prolinks.gif);
}

#but_prolinks a {
	display: block;
	width: 125px;
	height: 135px;
	font-size: 1pt;
	color: #A43210;
}

#but_prolinks:hover {
	background-image: url(/images/buttons_prolinks_a.gif);
}

#navHome {
	position: absolute;
	top: 250px;
	left: 10px;
	height: 100px;
	margin: 0px;
	z-index: 5;
	font-size: 0.75em;
	color: #FFFFFF;
	font-weight: bold;
}

#navHome ul {
	margin: 0px;
	padding: 0px;
}

#navHome li {
	margin: 0px;
	display: inline;
	margin-right: 5px;
}

#navHome a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px;
}

#navHome a:hover {
	background-color: #CCCCCC;
	color: #000000;
}





