* {
    padding: 0px;
    margin: 0px;
}
body {
    font-family: tahoma;
    color: #444444;
    padding: 0px;
    margin:0px;
    text-align: center;
    background-color: #ffffff;
}
img {
    border: none;
}
#container {
    width: 950px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
#top {
    width: 950px;
    height: 57px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(images/bg-menu.jpg) repeat-x;
    border: solid 1px #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#logo {
    width: 247px;
    height: 37px;
    margin: 2px auto 0 10px;
    float: left;
    display: inline;
}

/* menu */
.menu {
    height:57px;
    width: 634px;
    float: right;
    display: inline;
}
.menu ul {
    width: auto;
    padding: 0px;
    margin: 0px;
    display: block;
    list-style: none;
    float: left;
    margin-left:140px;
}
.menu li {
    float: left;
    line-height: 57px;
    
}
.menu li a {
    margin: 0 10px;
    color: #444444;
    font-size: 20px;
    display: block;
    text-decoration: none;
}
.menu li a:hover {
    text-decoration: underline;
}

/* info-top */
.header {
    width: 950px;
    height: 265px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    background-color: #edf1fb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.head-info {
    width: 600px;
    height: auto;
    padding: 10px 20px 0px 10px;
    float: left;
    display: inline;
}
.head-info h1{
    font-size: 18px;
    line-height: 30px;
    color: #444444;
}
.head-info p{
    font-size: 14px;
    line-height: 20px;
    font-family: arial;
    padding-left: 7px;
}
.box-btn {
    width: 300px;
    height: 100px;
    background-color: #f4f7ff;
    border: solid 1px  #d8e3fc;
    text-align: center;
    font-size: 14px;
    margin: 10px auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.box-btn img {
    padding: 10px 0px;
}
.box-btn a {
    color: #0099ff;
}
.head-pic {
    width:306px;
    height: auto;
    float: left;
    display: inline;
}

/* content */
.content {
    width: 950px;
    height: auto;
    float: left;
    font-family: arial;
    text-align: left;
}
#isi {
    margin: 20px;
}
#isi p {
    font-size: 12px;
    margin-bottom: 15px;
}
#isi h2 {
    font-size: 16px;
    margin: 10px 0;
}
#kotak-form {
    width: 98%;
    height: auto;
    margin: 10px 0;
    padding: 10px;
    float: left;
    background-color: #f4f7ff;
    border: solid 1px #d8e3fc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#kotak-form p {
    float: left;
    margin: 10px 0;
}
#kotak-form form h3 {
    margin-bottom: 10px
}
.navigasi {
    width: 950px;
    height: 35px;
    font-family: arial;
    background: url(images/bg-nav.jpg) repeat-x;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 35px;
}
.navigasi ol {
    padding-left: 30px;
}
.navigasi li {
    float: left;
    height: 35px;
    margin-right: 30px;
    padding-right: 10px;
    color: #c8cacf;
    border-right:1px solid #efeded;
}
.navigasi li.current {
    color: #444444;
    font-weight: bold;
}
.left {
    width: 410px;
    height: auto;
    float: left;
    display: inline;
}
.right {
    width: 540px;
    height: auto;
    float: left;
    display: inline;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
}
.right ul {
    padding-left: 25px;
}
.right li {
    list-style: url(images/li.jpg);
    padding-bottom: 7px;
}
form div.input {
	clear:left;
	float:left;
	margin:0 0 0.5em 1em;
	width:95%;
	font-size: 12px;
}
form div.input label, form div.input .label {	float:left;
	padding:0 1em 1.5em 0;
	text-align:right;
	width:12em;
}
form p.actions {
	clear:left;
	padding:1.5em 0 0 12em;
}
.bungkus-kompare {
    /*width: 260px;
    height: 250px;*/
    margin: 10px 10px 0;
    padding: 10px;
    float: left;
    background-color: #f4f7ff;
    border: solid 1px #d8e3fc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
}
.box-kompare {
    /*width: 220px;
    height: 160px;
	padding:20px;*/
    float: left;
    border: solid 1px #d8e3fc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
}
.box-kompare td{
	padding:5px;
	text-align:center;
	border: solid 1px #d8e3fc;
}
.box-kompare thead{
	background-color: #335DCB;
	color: #E3E7F3;
}
.box-kompare ul{
	margin-left:20px;
}
.tbl-kompare a {
    width: 100px;
    height: 30px;
    padding: 3px 10px;
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #444444;
    text-align: center;
    display: block;
    margin: 10px auto;
    background: url(images/bg-tblkompare.gif) repeat-x;
    border: solid 1px #d8e3fc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
}
.tbl-kompare a:hover {
    text-decoration: none;
}
/* footer post */
.box-footer {
    width: 950px;
    height: auto;
    min-height: 200px;
    margin-bottom: 20px;
    display: inline;
    float:left;
    background-color: #f4f7ff;
    border: solid 1px #d8e3fc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.box-fc {
    width: 310px;
    height: auto;
    float: left;
    display: inline;
    margin: 3px;
    text-align: left;
}
.box-fc h2 {
    font-size: 18px;
    font-family: arial;
    padding: 3px;
    
}
.footer {
    width: 950px;
    height: 30px;
    float: left;
}
