body {
	font: 100% "Trebuchet MS", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background:url(/images/background.gif) repeat;
	color:#5f0000;

}
#wrapper {
	position: relative;
	width: 604px;
	margin: auto;
	background-color:#fff;
	text-align: left;
	font-size:0.9em;

}

#banner{
	background:url(/images/home-banner.jpg) no-repeat;
	height:257px;
	/*width:586px;
	margin:0 0 0 9px;*/
}

#main{
	padding-top:60px;
	margin:0 15px 0 18px;
	color:#292929;
	line-height:20px;
}

h4{
	color:#671717;
	font-style:italic;
}

/*------------------------------------------------------- NAV ----------------------------------------------------------------*/
ul#nav{
	margin:auto;
	width:470px;
	padding-top:10px;
	
}

ul#nav li{
	float:left;
	list-style:none;
}

ul#nav li a{
	text-decoration:none;
	color:#5f0000;
}



li#home {
	background:url(/images/home.gif) bottom right no-repeat;
	width:130px;
	height:25px;
	text-indent:-999em;
	margin-right:0px;

}
ul#nav li a{
	width:100%;
	height:100%;
	display:block;
}
#home:hover{
	background:url(/images/home.gif) top right no-repeat;
	width:130px;
	height:25px;
	
}

#where{
	background:url(/images/where-are-we.gif) bottom right no-repeat;
	width:130px;
	height:25px;
	text-indent:-999em;

}

#where:hover{
	background:url(/images/where-are-we.gif) top right no-repeat;
	width:130px;
	height:25px;
}

#contact{
	background:url(/images/contact.gif) bottom right no-repeat;
	width:130px;
	height:25px;
	text-indent:-999em;
}

#contact:hover{
	background:url(/images/contact.gif) top right no-repeat;
	width:130px;
	height:25px;
	text-indent:-999em;
}


/*-----------------------------------------------------------------------xhtml elements ------------------------------------------*/
h1 {
	text-indent:-999em;
	background:url(/images/logo.gif) no-repeat;
	height:120px;
	width:160px;
	margin:auto;
	padding:0;

}

#land a{
	background:url(/images/land.jpg) no-repeat;
	padding:105px 0 0 50px;
	position:absolute;
	top:255px;
	left:9px;	
	width:144px;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	color:#7F0014;


}

#cattle a{
	background:url(/images/cattle.jpg) no-repeat;
	padding:105px 0 0 50px;
	position:absolute;
	top:255px;
	left:158px;
	width:144px;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	color:#7F0014;

}

#beef a{
	background:url(/images/beef.jpg) no-repeat;
	padding:105px 0 0 30px;
	position:absolute;
	top:255px;
	left:306px;
	width:144px;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	color:#7F0014;
}

#people a{
	background:url(/images/people.jpg) no-repeat;
	padding:105px 0 0 50px;
	position:absolute;
	top:255px;
	left:453px;
	width:144px;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	color:#7F0014;

}

#sales-office strong{
	color:#7F0014;
}

#sales-office{
	float:left;
	padding-left:50px;
	font-size:0.9em;
	text-align:right;	
	color:#000;
}

#head-office strong{
	color:#7F0014;
}

#head-office{
	float:right;
	padding-right:40px;
	font-size:0.9em;
	text-align:left;
	color:#000;

}

#ABN{
	color:#000;
	font-size:0.8em;
	padding-bottom:20px;
	text-align:center;
	
}

