body
{
	background-color:#e8e8e8;
	margin-top:-1%;
	font-family:arial;
}
#container
{
	width:1000px;
	margin:0 auto;
	background-color:white;
	height:auto;
	box-shadow: 1px 1px 10px #888888;
	background: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top,  #7db9e8 3%, #ffffff 72%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#7db9e8), color-stop(72%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7db9e8 3%,#ffffff 72%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7db9e8 3%,#ffffff 72%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7db9e8 3%,#ffffff 72%); /* IE10+ */
background: linear-gradient(to bottom,  #7db9e8 3%,#ffffff 72%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
header
{
	background: #87e0fd; /* Old browsers */
background: -moz-linear-gradient(top, #87e0fd 0%, #069be5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(100%,#069be5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #87e0fd 0%,#069be5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #87e0fd 0%,#069be5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #87e0fd 0%,#069be5 100%); /* IE10+ */
background: linear-gradient(to bottom, #87e0fd 0%,#069be5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#069be5',GradientType=0 ); /* IE6-9 */
	width:1000px;
	height:150px;
}
#header-left
{
	margin-left:100px;
	float:left;
}
#header-right
{
	margin-left:50px;
	float:left;
	padding-top:50px;
	color:white;
}
.menu
{
	text-decoration:none;
	color:white;
	cursor:pointer;
	
}
.menu:hover
{
	color:#069BE5;
}
#slideshow
{
	background-image:url('img/ss-bg.jpg');
	width:350px;
	height:150px;
	position:absolute;
	margin-left:650px;
	margin-top:200px;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 190, .75);
	-moz-box-shadow: 0px 0px 1px 1px rgba(255, 255, 190, .75);
	box-shadow: 0px 0px 1px 2px rgba(255, 255, 190, .75); 
}
#ss-back
{
	width:100%;
	height:350px;
	background-image:url('img/bg1.jpg');
}
#about-title
{
	margin-left:150px;
	margin-top:30px;
	font-weight:bold;
	height:30px;
}
#about-left
{
	padding-left:150px;
	float:left;
	width:240px;
	position:relative;
}
#about-right
{	
	width:460px;
	float:left;
	font-size:15px;
	position:relative;
	font-family:"Book Antiqua";
	text-align:justify;
	height:auto;

}
#bungkus-about
{
	position:relative;
	height:auto;
	min-height:290px;

}
#bungkus-visi
{
	position:relative;
	height:auto;
	min-height:150px;
margin-top:-50px;

}
#title-visi
{
	margin-left:150px;

	font-weight:bold;
	height:auto;
	width:700px;
position:relative;

}

#title-desc
{
	padding-left:150px;
	position:relative;
	text-align:justify;
	font-family:"Book Antiqua";
	width:700px;

}
footer
{
	margin-top:200px;
	background-color:#164175;
	height:50px;
	color:white;
	padding-left:150px;
	padding-top:15px;
}
#contact
{
	margin-left:150px;
}
#gambarnya
{
	-webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 190, .50);
	-moz-box-shadow: 0px 0px 1px 1px rgba(255, 255, 190, .50);
	box-shadow: 0px 0px 1px 1px rgba(255, 255, 190, .50); 
	border-radius:5px;
}
#tulisannya
{
	font-family:arial;
	font-size:20px;
	color:white;
	font-weight:bold;
	width:300px;
	background-color:rgba(0,0,0,0.5);
	border-radius:5px;
	padding:5px;
	margin-top:20px;

}
#ss_container
{
	height:150px;
}
#visi
{

}
#product-container
{
	padding-left:150px;
	width:700px;
	height:1250px;
	position:relative;
}
.product
{
	width:220px;
	margin-left:10px;
	margin-top:10px;
	height:200px;
	float:left;
}
.title-product
{
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}
.pic-product{
	border-radius:10px;
}

.logo
{
	cursor:pointer;
}