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


body{
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:12px;
	line-height:170%;
	margin:0px;
	background:#acacac url(images/bg.jpg) no-repeat top center;
}

a,a:link,a:visited{
	color:#F06;
	text-decoration:none;
}

a img{
	border:0px;
}

a:hover{
	color:#C06;
	text-decoration:underline;
}


#bg{
	/*background:url(images/ovoer.png) no-repeat top left fixed;*/
	width:100%;
	margin:0px;
}

#bg2{
	background:url(images/ovoer.png) no-repeat top right fixed;
	width:100%;
	margin:0px;
}


#mainContainer{
	width:902px;
	background:#fff;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	padding:10px;
	margin:0px auto;
	margin-top:5px;
	margin-bottom:10px;
	border:#999 solid 1px;
}


#header{
	background:url(images/header.jpg) no-repeat;
	height:197px;
	width:902px;

}

#logo{
	background:url(images/logo.png) no-repeat;
	height:99px;
	width:239px;
	margin-left:20px;
	margin-top:20px;
	position:absolute;
}

#logo h1{
	float:left;
	margin-left:-9999px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
}


#boxNav{
	height:30px;
	width:850px;
	margin-left:40px;
	margin-top:160px;
	position:absolute;
}


#nav{
	padding-top:-5px;
	padding-left:0px;
	}


#nav ul{
	padding:0px;
	margin:0px;
	}
	
#nav ul li{
	display:inline;
	list-style:none;
	}
	
#nav ul li span{
	display:block;
	width:2px;
	}	
	
#nav ul li a{
	padding:4px 5px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border-right:#060 solid 1px;
	padding-right:6px;
	}
	
	
#nav ul li a:hover,#nav ul li a.current{
	color:#FF6;
	}

#container{
	background:url(images/bgContent.gif) repeat-x top;
	width:902px;
	padding-top:10px;
	border-top:#FFF solid 2px;
}


#mainContent{
	float:left;
	width:640px;
}

#boxRight{
	float:right;
	width:250px;
	margin-left:10px;
	background:url(images/bgRight.png) no-repeat top left;
}

#boxRight ul{
	margin:0px;
	padding:0px;
}

#boxRight ul li{
	list-style:none;
	background:none;
}


.clear{
	clear:both;
}


.boxMenu{
	padding:10px;
	padding-bottom:20px;
}

.boxMenu h1{
	background:url(images/attachment.png) no-repeat;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0px;
	margin-bottom:10px;
	margin-left:10px;
	padding-left:35px;
	color:#9f0b0f;
	padding-top:10px;
	padding-bottom:10px;
	height:10px;
}


.boxMenu ul{
	margin:0px;
	padding:0px;
}

.boxMenu ul li{
	list-style:none;
	color:#39b54a;
	font-size:12px;
	border-bottom:#ebebeb solid 1px;
	width:200px;
	margin-left:20px;
}


.boxMenu ul li a{
	background:url(images/list.gif) no-repeat left;
	color:#39b54a;
    display:block;
	padding:5px 30px;
}

.boxMenu ul li a:hover{
	background:url(images/list2.gif) no-repeat left;
	text-decoration:none;
	color:#F30;
}

#mainTag{
	background:url(images/mainTag.jpg) repeat-x;
	height:24px;
	margin-bottom:20px;
	margin-top:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	padding:5px;
	padding-left:10px;
	border-bottom:#CCC dashed 1px;
    text-shadow:0 0 4px #444;
}

.boxContent{
	margin-left:10px;
	padding-bottom:30px;
}

#footer{
	background:#9f0b0f;
	height:30px;
	-moz-border-radius-bottomleft :5px; 
	-webkit-border-bottom-left-radius:5px; 
    -moz-border-radius-bottomright :5px; 
    -webkit-border-bottom-right-radius:5px;
	text-align:right;
	color:#FFF;
	font-size:11px;
	padding-top:10px;
	padding-right:10px;
}

/*SLider
--------------------------------------------------*/

#boxSlide{
	background:#f2f2f2;
	padding:10px;
	margin-bottom:5px;
	border:#ccc solid 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
	height:200px;
	margin-top:0px;
}

#slider {

	/* You MUST specify the width and height */
	position:relative;	
	overflow:hidden;
}


#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:700px;
	height:220px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:250px;
	height:90px;
	margin-left:370px;
	overflow:hidden;

}
	
#excerpt {
	/* Opacity setting for different browsers */
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding-right:10;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	filter:alpha(opacity=50);
	-moz-opacity:0.5;  
	-khtml-opacity: 0.5;
	opacity: 0.5;  
	background-color:#fff;
	width:250px;
	height:100px;
	overflow:hidden;
	font-family:arial;
	font-size:12px;
	color:#000;	
}



	#excerpt li {
		padding:5px;
	}
	
#excerpt li span{
	font-size:18px;
}

img.alignright{
	float:right;
	margin-left:10px;
	border:#CCC solid 0px;
	padding:4px;
}


img.alignleft{
	float:left;
	margin-right:10px;
	border:#CCC solid 0px;
	padding:4px;
}


.listContent{
	margin-bottom:10px;
	padding-bottom:20px;
	border-bottom:#CCC dashed 1px;
}

.listContent h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#060;
	margin:0px;
	margin-bottom:0px;
}

.listContent span{
	color:#999;
	font-style:italic;
	font-size:11px;
}

.pic1{
	float:left;
	margin-right:10px;
	margin-top:-5px;
}

.data1{
	float:left;
	width:510px;
}

.boxRek{
	padding:10px;
	text-align:center;
	padding-top:20px;
	border:#ebebeb solid 1px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	width:180px;
	margin-left:15px;
	margin-top:20px;

}

.list-produk{
	float:left;	
	width:170px;
	height:190px;
	border:#a2f3f3 solid 1px;
	background:#f0f9fd;
	margin:10px;
	padding:8px;
	text-align:center;
	font-size:12px;
	-moz-border-radius-topleft :5px; 
	-webkit-border-top-left-radius:5px; 
    -moz-border-radius-topright :5px; 
    -webkit-border-top-right-radius:5px;
}

.list-produk h2{
	font-size:14px;
	font-weight:bold;
	margin-top:-3px;
}

.produkPic{
	width:170px;
	height:150px;
}

.picborder{
	border:#CCC solid 1px;
	padding:10px;
	margin:10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;

}

.boxshare{
	background:#f2f2f2;
	border:#CCC solid 1px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	padding:10px;
	margin-top:20px;
	margin-bottom:10px;

}

.databox{
	float:left;
	width:500px;
}

.boxForm{
	background:#CFF;
	padding:10px;
	border:#CCC solid 1px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding-left:20px;
}

.boxForm h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin:0px;
	margin-bottom:10px;
}

textarea{
	width:500px;
	height:200px;
}

#boxTop{
	height:40px;
	padding-bottom:10px;
}

#contTop{
	width:910px;
	height:40px;
	margin:0px auto;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding:5px;
	margin-top:10px;
	border:#999 solid 0px;
}

#boxSearch{
	padding-left:5px;
	padding-top:4px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:20px;
	background:#b8080b;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#boxtopleft{
	float:left;
	width:450px;
	margin-left:5px;
}

.inputcari{
	background:url(images/bginputsearch.gif) repeat-x bottom;
	width:170px;
	height:25px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border:#000 solid 1px;
	padding-left:5px;
	font-size:11px;
	color:#333;
	
}

#inputcari{
	margin-top:-5px;
}