@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: 13px;
		}

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;
	font-size: 11px;
	}
.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.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:330px;
	clear: both;
	background: url(../images/bg-content.png) repeat-y top left;
	padding-top: 10px;
	}

#tengah3-1 {
	width: 880px;
	height: 130px;
	border-top: 1px dashed #d4d4d4;
	border-bottom: 1px dashed #d4d4d4;
	}

.product-kiri-satu,.product-kiri-dua {
	float: left;
	width: 206px;
	height: 110px;
	background: #a09a9a;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #999;
	}
.product-kiri-satu {
	margin-left:8px;
	}
.product-kanan-satu, .product-kanan-dua {
	float: right;
	width: 206px;
	height: 110px;
	background: #a09a9a;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #999;
	}
.product-kanan-satu:hover, .product-kanan-dua:hover, .product-kiri-satu:hover, .product-kiri-dua:hover {
	border: 1px solid #222;
	}
.product-kanan-satu a img, .product-kanan-dua a img, .product-kiri-satu a img, .product-kiri-dua a img {
	border: none;
	}



#tengah3-2 {
	width: 880px;
	height: 200px;
	border-bottom: 1px dashed #d4d4d4;
	}

.product-kiri {
	width: 425px;
	height: 180px;
	float: left;
	margin-top: 10px;
	margin-left: 8px;
	clear: both;
	}

.product-kanan {
	width : 425px;
	height: 180px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	}



/* BAWAH */	
#bungkusbawah {
	width: 1055px;
	height: 78px;
	clear: both;
	background: url(../images/bg-bawah.png) no-repeat top left;
	}