@charset "utf-8";
/* CSS Document */

* {	margin: 0 auto;
	padding : 0 auto;
	}
	
body {	margin : 0 auto;
		padding : 0 auto;
		background: #c9c9c9 url(../images/bg.jpg) repeat-x top left;
		color: #333;
		font-family : verdana;
		font-size: 11px;
		}

h1 {
	font-weight:lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	letter-spacing: -1pt;
	}
	
h2 {
	font-weight:lighter;
	font-family: Georgia;
	font-size: 30px;
	letter-spacing: -1pt;
	margin-bottom: 20px;
	}
p {	margin-top: 10px;
	letter-spacing: normal;
	line-height: 20px;
	font-family: verdana;
	text-align: justify;
	}
/* ATAS */		
#bungkusatas {
	width: 1055px;
	height: 369px;
	clear: both;
	background: url(../images/bg-atas.png) no-repeat top left;
	position:static;
	}
#banner-inti { 
	width : 689px;
	height: 276px;
	left: 98px;
	top: 71px;
	position: relative;
	}
	
/* ATAS - BANNER SESUAIKAN PAGE */	
#banner-inti.bhome {
	background: url(../images/banner-home.jpg) no-repeat top right;
	}
#banner-inti.bcompany {
	background: url(../images/banner-company.jpg) no-repeat top right;
	}
#banner-inti.thefarms {
	}
#banner-inti.ourconcepts {
	}
#banner-inti.environtment {
	}

	
/* ATAS - NAVIGASI */	
#navigasi {
	width: 689px;
	height: 36px;
	background: url(../images/bg-nav.png) no-repeat bottom right;
	position: relative;
	left: 0px;
	top: 240px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	}	
#navigasi span {
	position: relative;
	left: 10px;
	top: 11px;
	}
#navigasi span a {
	text-decoration: none;
	color: #fff;
	}	
#navigasi span a:hover {
	color: orange;
	}
	
	
/* TENGAH */	
#bungkustengah {
	width: 1055px;
	height:350px;
	clear: both;
	background: url(../images/bg-content.png) repeat-y top left;
	}

#tengahkiri {
	position: relative;
	float: left;
	left: 93px;
	top: 10px;
	padding: 10px;
	border-right: 1px solid #ebebeb;
	width : 455px;
	height: 220px;
	}
#tengahkanan 	{
	poisition : relative;
	float: right;
	margin-top: 10px;
	margin-right: 97px;
	width : 377px;
	height: 334px;
	text-align: left;
	background: url(../images/gambardepan.jpg) no-repeat top left;
	}


/* BAWAH */	
#bungkusbawah {
	width: 1055px;
	height: 78px;
	clear: both;
	background: url(../images/bg-bawah.png) no-repeat top left;
	}