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

/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
	background: #000 url(../images/bodybg.jpg) repeat-x;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

a {
	text-decoration: none;
	color: #fff;
}

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

h1 {
	font-size: 30px;
	text-shadow: #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #fff 1px dotted;
	text-align: left;
}

#wrapper {
	height: 100%;
	min-height: 100%;
	position: relative;
}

#header {
	margin: 0px auto;
	width: 800px;
	background: #801d1d;
	height: 150px;
}

#navi {
	background: url(../images/navi.png) no-repeat;
	height: 50px;
	margin: 0px auto;
	padding: 0px;
    position: relative;
	width: 800px;
}

#navi li {
    list-style: none; margin: 0; padding: 0;
    position: absolute; top: 0;
}

#navi li, #navi a {display: block; height: 50px;}

#home { left: 0px; width: 101px; }
#download {left: 101px; width: 156px; }
#daftar {left:257px; width: 112px;}
#tanyajawab {left: 369px; width: 183px; }
#promo {left: 552px; width: 115px;}
#kontak {left: 667px; width: 133px; }

#home a:hover {background: transparent url(../images/navi.png) 0 -50px no-repeat;}
#download a:hover {background: transparent url(../images/navi.png) -101px -50px no-repeat;}
#daftar a:hover {background: transparent url(../images/navi.png) -257px -50px no-repeat;}
#tanyajawab a:hover {background: transparent url(../images/navi.png) -369px -50px no-repeat;}
#promo a:hover {background: transparent url(../images/navi.png) -552px -50px no-repeat;}
#kontak a:hover {background: transparent url(../images/navi.png) -667px -50px no-repeat;}

#pagehome #home a {background: transparent url(../images/navi.png) 0 -50px no-repeat;}
#pagedownload #download a {background: transparent url(../images/navi.png) -101px -50px no-repeat;}
#pagedaftar #daftar a {background: transparent url(../images/navi.png) -257px -50px no-repeat;}
#pagetanyajawab #tanyajawab a {background: transparent url(../images/navi.png) -369px -50px no-repeat;}
#pagepromo #promo a {background: transparent url(../images/navi.png) -552px -50px no-repeat;}
#pagekontak #kontak a {background: transparent url(../images/navi.png) -667px -50px no-repeat;}

#container {
	margin: 0px auto;
	width: 800px;
	height: 100%;
	min-height: 100%;
}

#content {
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	font-size: 14px;
	border-bottom: solid 2px #fff;
}

#content h2 {
	margin-bottom: 10px;
	font-size: 20px;
	color : #ebc16e;
	margin-top: 10px;
}

#content li {
	list-style: inside disc;
	line-height: 30px;
	margin-left: 30px;
}


#feature {
	height: 130px;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: none;
	border-bottom: solid 2px #fff;
}


#feature img {
	display: inline;
	float: left;
	margin-left: 120px;
}

#dlInfo {
	width: 300px;
	display: inline;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 20px;
	font-size: 16px;
}

#dlInfo h2 {
	font-size: 18px;
	margin-bottom: 5px;
}

.head1 {
	background: none;
	color: #801d1d;
}

#news {
	margin-top: 10px;
}

#footer {
	text-align: center;
	line-height: normal;
	position: relative;
	width: 800px;
	padding: 10px 0px;
	margin: 0px auto; /* negative value of footer height */
	color: white;
	clear:both;
}

.clearfix {
	clear: both;
}