/*====================
	Title: Kredit Karten
	Date: 26.08.09
====================*/
body{
	font-family: Verdana,Arial,Georgia, Lucida,Helvetica,sans-serif,Tahoma,"Trebuchet MS";
	text-align:center;
	background:#333333;
	font-size:11px;
	color:#999999;
}
:focus{
	outline:none;
}
*{
	margin:0; padding:0;
}
img,fieldset{
	border:none;
}
ul,ol,li{
	list-style:none;
}	
a{
	color:#0000EE;
	text-decoration:none;
	/* font-size:10px; */
}
a:hover{
	color:#0000EE;
	text-decoration:underline;
}
.hide,a b{
     position: absolute;
     left: -9999px;
}
h1{
	font-weight:normal;
}
/*---------------- page structure ----------*/
.wraper{
	width:890px;
	margin:0 auto;
	text-align:left;
	padding:20px 0;
}
/*---------------- header ----------*/
.header{
	width:810px; height:134px;
	padding:0 40px;
	background:#FFF url(../images/header-bg.jpg) no-repeat top;
}
.logo{
	width:282px; height:67px;
	float:left;
	display:block;
	margin-top:32px;
}
.nav{
	float:right;
	padding-top:50px;
}
.nav li{
	float:right;
	margin-left:7px;
}
.nav a{
	display:block;
	height:34px;
}
.card{
	width:156px;
	background:url(../images/card.jpg) no-repeat top;
}
.card:hover,#selected{
	background:url(../images/card.jpg) no-repeat 0 -34px;
}
.philosophy{
	width:90px;
	background:url(../images/philosophy.jpg) no-repeat top;
}
.philosophy:hover{
	background:url(../images/philosophy.jpg) no-repeat 0 -34px;
}
.contact{
	width:81px;
	background:url(../images/contact.jpg) no-repeat top;
}
.contact:hover{
	background:url(../images/contact.jpg) no-repeat 0 -34px;
}
/*---------------- mainbody ----------*/
.mainBody{
	width:810px;
	padding:0 40px 20px 40px;
	background:#FFF;
}
.banner{
	width:810px;
	border-top:1px solid #999999;
	padding-top:15px;
	margin-bottom:22px;
	display:block;
}
.addArea{
	width:810px;
	overflow:hidden;
	border-bottom:1px solid #999999;
	padding-bottom:27px;
	margin-bottom:15px;
}
.addArea dd{
	float:left;
	display:block;
	margin-right:20px;
}
dd.last{
	margin-right:0;
}
.title{
	padding-bottom:20px;
}
.btnList{
	width:810px;
	overflow:hidden;
	padding-bottom:10px;
}
.btnList dd{
	width:276px;
	float:left;
}
.btnList dd.last{
	width:258px;
}
.btnList dd.altlast{
	height:104px;
	background:url(../images/last-item-bg.gif) no-repeat;
}
.btnList p{
	width:256px;
	overflow:hidden;
	padding-bottom:8px;
}
.btnList a{
	width:256px; height:29px;
	display:block;
	overflow:hidden;
	background:url(../images/radio-box-bg.gif) no-repeat;
	color:#474c50;
	font-size:11px;
	font-family:"Trebuchet MS";
	line-height:29px;
}
.btnList a:hover,.btnList .default{
	background:url(../images/radio-box-hover.gif) no-repeat;
	text-decoration:none;
	color:#003366;
}
.btnList input{
	width:14px; height:14px;
	float:left;
	margin:9px;
	display:inline;
}
.btnList dd.last h2{
	width:230px;
	font-size:14px;
	color:#454545;
	font-weight:bold;
	font-family:"Trebuchet MS";
	line-height:26px;
	border-bottom:1px solid #dfdfdf;
	margin:6px 0 15px 12px;
}
.btnList dd.last .retriveBtn{
	width:230px; height:34px;
	background:none;
	display:block;
	margin-left:13px;
}
.outerTable{
	width:810px;
	background:url(../images/table-fill.gif) repeat-y;
	margin-bottom:10px;
}
.innerTable{
	width:810px;
	background:url(../images/table-top.gif) no-repeat top left;
}
.table{
	font-family:"Trebuchet MS";
	color:#333333;
	background:url(../images/table-bottom.gif) no-repeat bottom left;
}
.table th{
	height:39px;
	font-size:14px;
	font-weight:bold;
}
.table td{
	height:104px;
	font-size:12px;
	vertical-align:top;
}
.table .fast{
	padding-left:14px;
}
.table .altdd{
	border-bottom:1px solid #cccccc;
}
.table p{
	padding-top:12px;
	line-height:14px;
}
.table input{
	width:14px; height:14px;
}
.table a{
	font-weight:bold;
	color:#333333;
	font-size:12px;
	font-family:"Trebuchet MS";
}
.table a:hover{
	color:#333333;
}
.subtitle{
	border-bottom:1px solid #999999;
	padding-bottom:10px;
	margin:20px 0;
}
.table2 td{
	padding-top:6px;
	font-size:14px;
	color:#333333;
	font-family:"Trebuchet MS";
	vertical-align:top;
}
.table2 .altdd{
	text-align:right;
	padding:6px 10px 0 0;
}
.table2 p{
	width:190px; height:110px;
	padding:10px 0 0 10px;
	border:1px solid #cccccc;
	font-size:11px;
}
.table2 img{
	margin-bottom:10px;
}

.table3 td{
    padding-top:6px;
    font-size:14px;
    color:#333333;
    font-family:"Trebuchet MS";
    vertical-align:top;
}
.table3 .altdd{
    text-align:right;
    padding:6px 10px 0 0;
}
.table3 p{
    width:700px; height:100px;
    padding:10px 0 0 10px;
    border:1px solid #cccccc;
    font-size:11px;
}
.table3 img{
    margin-bottom:10px;
}
/*---------------- footer ----------*/
.footer{
	width:810px; height:48px;
	padding:0 40px;
	background:#FFF url(../images/footer-bg.gif) no-repeat bottom left;
}
.footer p{
	border-top:1px solid #999999;
	/*padding-top:14px;*/
}

.footer a{
	text-decoration:none;
	color: #666;
	/* font-size:10px; */
}
a:hover{
	text-decoration:underline;
}

.listsCon{
	width:815px;
	overflow:hidden;
	}
.listsCon ul{
	float:left;
	margin-left:10px;
	margin-bottom: 0;
	padding-bottom: 0;
	}
.listsCon ul:first-child{
	margin-left:0;
	}
.lists1{ width:108px;}
.lists2{ width:179px;}
.lists3{ width:178px;}
.lists4{ width:143px;}
.lists5{ width:162px;}
.listsCon li{
	background:url(../images/bullets.gif) no-repeat 0 3px;
	padding-left:8px;
	margin-bottom:5px;
	font:normal 11px/11px Verdana;
	color:#6d727c;
	}
.listsCon li a{
	font:normal 11px/11px Verdana;
	color:#6d727c;
	text-decoration:none;
	}
.listsCon li a:hover{
	color:#6d727c;
	text-decoration:underline;
	}
.formdiv {
    border-bottom: 1px solid #E2E2E2;
    clear: both;
    height: 12px;
    margin-bottom: 12px;
}


