@charset "utf-8";
/* CSS Document */

a.hoover:link    { color:white; text-decoration: none; }
a.hoover:visited { color:white; }
a.hoover:hover   { -webkit-background-clip: text; color:#f58220; }
body             { background-image:url(../images/nice_snow_@2X.png); }
h2               { color:#FF5500; }

*{padding: 0px; margin: 0px;}
.fl{float:left;}
.fr{float:right;}

#container{
	background-color: #FFF;
	border-radius: 20px;
	border: none;
	box-sizing: border-box;
	margin: 20px auto;
	padding: 20px;
	width: 990px;
}

#kolomkanan{
	border: none;
	float: right;
	width: 250px;
}

#contactBox{
	background-color: #034ea2;
	color: white;
	padding:10px 10px;
	text-align: left;
}
#contactBox td{
	vertical-align: top;
}
#contactBox a{
	color: inherit;
	font-size: 14px !important;
	text-decoration: none;
}

.grey-content{
	background-color: #e5ebf3;
	border: none;
	padding: 20px;
	width: 660px;
}

#isi{ width:690px; }
#isi,
#location-photo,
#location-details{ border: none; float: left; }
#location-photo{ height: 300px; margin: 0px 0px 0px 0px; }
#location-details{ margin-left: 20px; width: 410px; }

#footer{	
	background-color: #034EA2;
	color: #FFFFFF;
	font-size: .8em;
	padding: 15px 10px;
	text-align: center;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px; 
}

#contact{
	border: none;
	height: 200px;
	margin-bottom: 10px;
	margin-left: 300px;
	margin-top: 0px;
	padding-bottom: 200px;
	padding-top: 20px;
	width: 300px;
}
	
#garismenu{
	background-color:#FF5500;
	border:1px;
	height:5px;
	width:950px;
}

#kolomlogo{
	border: none;
	float: left;
	height: 65px;
	padding-top: 25px;
	width: 300px;
}

#introductionContents p{
	font-size: 1em;
	line-height: 1.6em;
	margin: 10px 0px;
}

.customP{
	font-size: 1em;
	line-height: 1.6em;
	margin: 10px 0px 24px;
}

.tripleli > li{
	display: inline-block;
	width: calc((100% - 10px) / 3);
}

.tripleli > li::before{ content: "⮞ "; }
.product-gallery{ margin-top: 20px; }
.product-gallery a img{ height: 121px; width: calc((100% - 14px) / 4) }
#business-partners { text-align: center; }
#business-partners p { margin-bottom: 7px; font-weight: bold; font-size: 1.3em;}
#business-partners img{
	border-radius: 7px;
	border: 1px solid #AAAA;
	display: inline-block;
	height: 100px;
	margin: 7px;
}