@charset "utf-8";
body {
	background-color: #000000;
}

.clear
{	clear: both; }

a {outline:none; } /* menghilangkan kotak putus2 di firefox */

#layout {
  margin: 0px auto;
  text-align: left;
  width: 960px;
  border: 0px solid #fff;
/*  min-height: 560px; */
  background-color: #000;
  z-index: 1;
/*	border: 2px solid #000;
	min-height: 571px;
	width: 960px;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 1;
	left: 50%;
	top: 50%; 
	margin-top: -288px; 
	margin-left: -490px;
	background-color: #FFF444;
	*/
}	

#logo {
	z-index: 2;
	padding-top: 10px;
	padding-bottom: 10px;
/*	
	float:left;
	padding-left: 40px; */
	display: block; 
	text-align:center;
}
#search {
	z-index: 3;
	float:none;
	margin-left: 570px;
	margin-top: 0px;
}
#content {
  width: 960px;
	border-top:dashed 1px #000;
	z-index: 6;
	min-height: 388px;
/*	height: auto; */
	margin-top: 6px;
	margin-right: 20px;
	margin-left: 0px;
}
#content a {
	color: #f6d974;
	text-decoration: underline;
}
#content a:hover {
	color: #B49042;
	text-decoration: none;
}


#submenu {
	z-index: 7;
	background-color: #fee27c;
	border-top 1px solid #bc8c00;
/*	border-left: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000; */
	height: 18px;
	width: auto;
/*	background:url('bglogo.jpg'); */
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 4px;
	margin-left: 4px;
}

#footer {
	z-index: 8;
	width:auto;
	margin-top: 6px;
	margin-right: 20px;
	margin-left: 36px;
	margin-bottom: 6px;
}
form {
	height: expression('1%'); /* IE Pick-a-boo bug fix */
	display:inline;
}

/* arrow other than collection */
.textile_nav_next a, .textile_nav_back a{
	height:20px; width:60px;
	background-color:black;
	background-position: 0 0px;
	background-repeat: no-repeat;
	display: block;
	float:left;
}
	
.textile_nav_back a{background:url('../images/back.gif');}
.textile_nav_next a{background:url('../images/next.gif');}
.textile_nav_next a:hover, .textile_nav_back a:hover
	 {	background-position: 0 20px;}
.textile_nav_next  a.active, .textile_nav_back a.active
	 {	background-position: 0 20px; }

/* Arrow for Collection */
.textile_nav_next_coll a, .textile_nav_back_coll a{
	height:30px; width:90px;
	background-color:black;
	background-position: 0 0px;
	background-repeat: no-repeat;
	display: block;
	float:left;
}
	
.textile_nav_back_coll a{background:url('../images/back2.gif');}
.textile_nav_next_coll a{background:url('../images/next2.gif');}
.textile_nav_next_coll a:hover, .textile_nav_back_coll a:hover
	 {	background-position: 0 30px;}
.textile_nav_next_coll  a.active, .textile_nav_back_coll a.active
	 {	background-position: 0 30px; }
	 
	 
/* Form */
input, select, textarea, file, dropdown {
	padding-left: 2px;
	font-weight:normal;
	background-color: #f8edc5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1d1d1d;
	margin-top: 1px;
	margin-bottom: 1px;
	border: 1px solid #969696;
}

.form td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
#fontcollection
{
height:5px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
}
#clearcollection
{
background:#867022;
height:1px;
}
