@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: 16px;
	letter-spacing: -1pt;
	margin-bottom: 5px;
	}
p {	margin-top: 5px;
	letter-spacing: normal;
	line-height: 18px;
	text-align: justify;
	}
.modeit {
	color: #666;
	font-style:italic;
	}	
	
/* 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.bthefarms {
	background: url(../images/banner-thefarms.jpg) no-repeat top right;
	}
#banner-inti.benvironment {
	background: url(../images/banner-environment.jpg) no-repeat top right;
	}

	
/* 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:400px;
	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 : 415px;
	height: 380px;
	}
#tengahkanan 	{
	position : relative;
	float: right;
	margin-top: 10px;
	margin-right: 93px;
	padding: 10px;
	width : 405px;
	height: 360px;
	text-align: left;
	}
#boxfoto {
	width : 195px;
	height: 110px;
	float: left;
	border: 1px solid #777;
	background: #999;
	margin-bottom: 10px;
	}
#boxfoto:hover {
	border: 1px solid #222;
	}
#boxfoto a img{
	border: none;
	}

#boxfoto.knn {
	margin-left: 10px;
	}	
#boxfoto.bwh {
	margin-bottom: 0px;
	}



/* BAWAH */	
#bungkusbawah {
	width: 1055px;
	height: 78px;
	clear: both;
	background: url(../images/bg-bawah.png) no-repeat top left;
	}