/* -------------------------------------------------------------- 
      
-------------------------------------------------------------- */
@import url("reset.css");
@import url("forms.css");
@import url("typography.css");
@import url("nav.css");

body {
	background:#6f5846;
	color:#42372b;
	}
h1 {display:none;}
.wraper {
	width: 816px;
	margin: 10px auto;
	text-align:left;
	}
#header {
	background:url(../images/bg-header.gif) center top no-repeat;
	}
#content {
	background:url(../images/bg-content.gif) repeat-y;
	}

.logo {
	width: 150px;
	float:left;
	margin-left: 20px;
	margin-top: 7px;
	}
.nav {
	width:632px;
	float:left;
	margin-top: 62px;
	margin-bottom: 3px;
	}

.latest-prod {
	width:220px;
	float:left;
	margin-right: 4px;
	background:#000;
	margin-left:1px;
	}
.latest-prod .title {
	text-align:center;
	color:white;
	font-weight:bold;
	font-size: 11px;
	padding: 5px 0 3px;
	line-height: 21px;
	}
.flashy {
	width: 590px;
	float:left;
	}
.thumb a{
	width: 108px;
	float:left;
	height:108px;
	display:block;
	border-right: 2px solid #000;
	}
.thumb  {
	}
.thumb a:hover {
	}
.c-top {
	padding-top: 5px;
	}
.c-mid {
	background:url(../images/bg-c-mid.gif) center repeat-y;
	}
.c-mid-bg {
	background:url(../images/footer.jpg) center bottom no-repeat;
	}
.c-mid-shadow {
	background:url(../images/shadow.png) top repeat-x;
	color:white;
	text-align:right;
	padding:30px;
	font-size: 17px;
	line-height:17px;
	}
.c-mid-shadow p {
	margin:0;
	padding: 7px 0;
	}
#footer {
	font-size: 11px;
	padding-left: 15px;
	color:#baafa6;
	}
.theme-header {
	text-align:center;
	}
.c-mid-page {
	background:url(../images/bg-bottom-page.gif) bottom no-repeat;
	padding-bottom: 35px;
	}
.c-holder {
	background:url(../images/bg-c-top.gif) top repeat-x;
	width:814px;
	margin: 0 auto;
	}
.sidebar {
	width: 220px;
	float:left;
	}
.c-wide {
	width: 556px;
	float:left;
	background:url(../images/bg-bottom-cwide.gif) left bottom no-repeat;
	color:#7f814b;
	}
.isi-page {
	background:url(../images/bg-title.gif) 1px top no-repeat;
	padding: 20px;
	}
.isi-page h2 {
	text-transform:uppercase;
	color:#6f5846;
	background:#dfd4cd;
	padding: 0 7px;
	border:1px white solid;
	border-width: 0 1px;
	display:inline;
	font-size: 19px;	letter-spacing:-0.07em;

	}
.isi-page h2 span {
	color:#a7ad00;
	letter-spacing:-0.07em;
	}
.holder-item {
	width : 118px;
	padding-bottom: 5px;
	height:124px;
	float:left;
	margin-right: 15px;
	margin-left: 20px;
	margin-bottom: 15px;
	}
.item-produk {
	background:url(../images/bg-thumb.gif) top no-repeat;
	padding: 5px 0;
	text-align:center;
	}
.item-produk .thumb a {
	border-right:none;
	margin-left: 5px;
	}
.holder-item p {
	text-align:center;
	line-height:12px;
	font-size: 10px;	color:#5e602e;
	font-weight:normal;
	}
.holder-item p a{
	color:#5e602e;
	text-decoration:none;
	}
.holder-item p a:hover{
	color:#614a38;
	}

.paging{
	padding:10px 5px;
	color:#685237;
	border-top: solid 1px #A79587;
	font-size:10px;
	text-align:right;
}

.paging a{
	padding:2px 3px;
	margin:5px 2px 0px 2px;
	border:1px solid #b7b7b7;
	background:#FFFFFF;
	color:#6F5846;
	text-decoration:none;
}

.paging a:hover{
	border:1px solid #470000;
	background:#6F5846;
	color:#FFFFFF;
	text-decoration:none;
}

.detail-prod img {
	border: solid 1px #7f814b;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
	}
.garis {
	border-bottom: solid 1px white;
	}
.desc {
	padding: 5px;
	}
.desc p {
	margin:0;
	padding:5px 0;
	}



h3, h3 a {
	font: 15px  Arial, Helvetica, sans-serif;
	color:#6F5846;
	margin:0;
	padding:0 0 3px;
	text-decoration:none;
	}
.newsdata {
	font-size: 11px;
	color:#8a6c4a;
	padding-bottom: 3px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 5px;
	margin-top: 15px;
	}
	
.sitemap {
	font-size: 110%;
	line-height: 21px;
	font-weight:bold;
	}

.sitemap li {
	list-style: none;
	font-weight:normal;
	border-bottom: dotted 1px #9A9084;

	}

.sitemap li ul {
	font-size: 90%;
	}

.sitemap li ul li ul li, .sitemap li ul li {
	padding-left: 16px;
	border: dotted 1px #a7ad00;
	border-bottom-width:0;
	}
.sitemap a {
	text-decoration:none;
	color:#470000;
	}
.sitemap a:hover {
	color:#000000;
	}
.bordr {
	border-bottom: dotted 1px #bbb;
	}