/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	margin-top:10px;
	background: url("../img/home_bg.jpg") no-repeat top center;
	background-size: 100%;
}

/* anchors
----------------------------------------------- */
a {
	color: #333;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#000;
}

/* 960 grid system container background
----------------------------------------------- */
.container_12
{
	background: url("../img/bg90.png") repeat;
	position: relative; z-index: 2;
	overflow:auto;
	
}

#footer .container_12
{
	background: url("../img/bg80.png") repeat;
	position: relative; 
	z-index: 2;
}

/* boxes
----------------------------------------------- */
.box {
	background: url("../img/bg90.png") repeat;
	min-height:380px;
	padding:10px 10px 1px 10px;
}
.boxproduct {
	background:#FFF;
	min-height:190px;
	width:48%;
	float:left;
}

.boxproduct img{
	background: url("../img/bg90.png") repeat;
	padding:10px 10px 10px 10px;
	float:left;
	margin-right:20px;

}

.boxproduct p {
	padding:10px 10px 10px 10px;
	text-align:left;

}
.box_isi {
	background: url("../img/bg90.png") repeat;
	min-height:400px;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box_footer {
	background:#fff;
	min-height:50px;
	padding:10px 10px 1px 10px;
	background-position:bottom;
}
.box h2 {
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
#footer p{
	padding-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#616161;
	font-size:12px;
	line-height:14.8px;
}
#footer img{
	width: 18px;
	height:28px;
	float:left;
	margin-right:5px;
}
#footer .left{
	float:left;
	width:400px;
	padding-left:14px;
}
#footer .right{
	float:right;
	text-align:right;
}
#footer a{
	color:#666;
	text-decoration:none;
}
#footer a:hover{
	color:#00C;
	text-decoration:none;
}

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	padding-left:1em;
	text-align:justify;
	line-height:1.8em;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}

/* forms
----------------------------------------------- */
form {
	overflow:hidden;
}
fieldset {
	padding:1px 10px 10px 10px;
	position:relative;
	background:#fff;
	margin-bottom:10px;
	
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
	font-style:italic;
	color:#999;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}
.pesan {
	width:98%;
	font-style:italic;
	color:#999;
} /* Width */

.submit {
	float:right;	
}
.textcenter {
	text-align:center;
	margin-top:20px;
	color:#FFF;
}