/* CSS Document */

body{
	padding:0;
	margin:0;
	background:url(../images/pattern.gif) 0 0 repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
	font-size:0;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------top--------------------*/
#topMain{
	width:100%;
	height:139px;
	background:url(../images/top_bg.gif) 0 14px repeat-x;
}
#top{
	width:935px;
	margin:0 auto;
	position:relative;
	height:139px
}
#top img.logo{
	display:block;
	position:absolute;
	left:0;
	top:45px;
}
#top a.member2{
	display:block;
	background:url(../images/member_login2.gif) 0 0 no-repeat;
	width:189px;
	height:110px;
	position:absolute;
	left:300px;
	top:0;
	border:none;
	font-size:0;
	line-height:0;	
}
#top p.memberLogin{
	background:url(../images/member_login_bg.gif) no-repeat 0 0;
	width:197px; 
	height:110px; 
	position:absolute; 
	display:block;
	left:279px; 
	top:0; 
	padding:0 0 0 35px;
	font-size:0; 
	line-height:0;
	}
#top p.memberLogin a{
	background:url(../images/member_login2.gif) no-repeat 0 0;
	width:150px;
	height:109px;
	display:block;
	border:none;
}
#top p.memberLogin a:hover{
	background:url(../images/member_login2_hover.gif) no-repeat 0 0;
	}
#top ul{
	width:188px;
	height:17px;
	position:absolute;
	left:746px;
	top:0;
}
#top ul li{
	float:left;
}
#top ul li a.subscribe{
	display:block;
	background:url(../images/subscribe_bg.gif) 0 0 no-repeat;
	width:94px;
	height:17px;
	font:bold 10px/17px "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#337676;
	background-color:inherit;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
}
#top ul li a.subscribe:hover{
	color:#000;
	background-color:inherit;
}
#top ul li a.sitemap{
	display:block;
	background:url(../images/sitemap_bg.gif) 0 0 no-repeat;
	width:93px;
	height:17px;
	font:bold 10px/17px "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#337676;
	background-color:inherit;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
}
#top ul li a.sitemap:hover{
	color:#000;
	background-color:inherit;
}
#top form{
	position:absolute;
	left:546px;
	top:49px;
	background:url(../images/serch_bg.gif) 0 0 no-repeat;
	width:331px;
	height:39px;
	padding:14px 8px 0 50px;
}
#top form input.txtBox1{
	width:184px;
	height:23px;
	border-bottom:#D4D0C8 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-top:#808080 solid 1px;
	border-left:#808080 solid 1px;
	background-color:#fff;
	color:#000;
	font:normal 10px/23px Arial, Helvetica, sans-serif;
	padding:0 0 0 21px;
	float:left;
}
#top form label{
	font:bold 12px/25px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	float:left;
	width:60px;
}
#top form input.go{
	width:57px;
	height:25px;
	background:url(../images/btn_go.gif) 0 0 no-repeat #fffffe;
	font:bold 12px/25px Arial, Helvetica, sans-serif;
	color:#000;
	cursor:pointer;
	border:none;
	float:right;
	text-transform:uppercase;
	display:block;
}
	
/*------------------------------------------------top--------------------*/

/*------------------------------------------------nav--------------------*/
#navMain{
	width:100%;
	height:31px;
	background:url(../images/nav_bg.gif) 0 0 repeat-x;
}
#nav{
	width:935px;
	height:31px;
	margin:0 auto;
}
#nav ul{
	width:935px;
	height:31px;
	background:url(../images/nav_div.gif) left top no-repeat;
}
#nav ul li{
	float:left;
	background:url(../images/nav_div.gif) right top no-repeat;
	height:31px;
	padding:0 2px 0 0;
}
#nav ul li a{
	display:block;
	font:bold 10px/31px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:inherit;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 13px;
}
#nav ul li a:hover{
	color:#333333;
	background-color:#fff;
}
#nav ul li a.hover{
	display:block;
	font:bold 10px/31px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 13px;
	cursor:text;
}
#nav ul li.noImg{
	background-image:none;
}
#nav ul.sub-menu {
	display: none;
	width:100px;
	position: absolute;
}

#nav ul.sub-menu li {
	text-align: left;
	height:31px;
	padding:0 2px 0 0;
	z-index:100;
}
#nav ul.sub-menu li a{
	width:100px;
	display:block;
	background-color:#fff;
	color:#333333;
	text-transform:uppercase;
	text-decoration:none;;
	z-index:100;
	
}
#nav ul.sub-menu li a:hover{
	visibility:visible;
	display:block;
	color:#990000;
	background-color:#fff;
	text-transform:uppercase;
	z-index:100;
	
}
#nav li:hover ul.sub-menu {
	display: block;
	visibility:visible;
	z-index:1;
}

/*------------------------------------------------nav--------------------*/

/*------------------------------------------------black--------------------*/
#blackMain{
	width:100%;
	height:163px;
	background:url(../images/black_1px.gif) 0 0 repeat-x #333333;
	padding:0 0 6px 0;
	margin:0;
	color:#9C9C9C;
}
#black{
	width:935px;
	height:163px;
	background:url(../images/charge.gif) right top no-repeat;
	margin:0 auto;
	position:relative;
}
#black h1{
	display:block;
	width:646px;
	font:bold 32px/33px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#61A3A3;
	background-color:inherit;
	/*margin:32px 0 16px 0;*/
	padding:32px 0 16px 0;
}
#black h1 span.charge{
	width:169px;
	height:33px;
	background:url(../images/charge_icon.gif) 0 0 no-repeat;
	padding:0 0 0 31px;
	color:#fff;
	background-color:inherit;
}
#black p{
	display:block;
	width:697px;
	font-size:14px;
	line-height:22px;
}
#black p span.yellow{
	font-weight:bold;
	color:#FCC73E;
	background-color:inherit;
}
#black a.more{
	font-weight:bold;
	color:#BCBC84;
	background-color:inherit;
	text-decoration:underline;
	margin:0 0 0 15px;
}
#black a.more:hover{
	color:#fff;
	background-color:inherit;
}
#black img.date{
	position:absolute;
	left:737px;
	top:0;
}
#black a.whatNew{
	display:block;
	background:url(../images/member_login.gif) 0 0 no-repeat;
	width:122px;
	height:124px;
	position:absolute;
	left:771px;
	top:30px;
	border:none;
}
#black a.whatNew:hover{
	background:url(../images/member_login_hover.gif) 0 0 no-repeat;
}
	
/*------------------------------------------------black--------------------*/

/*------------------------------------------------grey--------------------*/
#greyMain{
	width:100%;
	background:url(../images/grey_1px.gif) 0 0 repeat-x;
	height:80px;
	padding:13px 0 0 0;
}
#grey{
	width:935px;
	margin:0 auto;
}
#grey .sp{
	width:293px;
	height:74px;
	padding:0 0 0 95px;
	background:url(../images/special_report_icon.gif) 0 0 no-repeat;
	background-color:inherit;
	display:block;
	float:left;
}
#grey .sp p{
	font:bold 36px/74px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#85854E;
}
#grey .nor{
	background-color:inherit;
	display:block;
	width:546px;
	float:left;
}
#grey .nor a{
	text-decoration:none;
}
#grey .nor p{
	padding:14px 0 0 0;
	font:normal 12px/19px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
#grey .nor p span{
	font-size:12px;
	line-height:19px;
	font-weight:bold;
	color:#C57005;
	background-color:inherit;
}
/*------------------------------------------------grey--------------------*/

/*------------------------------------------------bottom--------------------*/
#botMain{
	width:100%;
	background:url(../images/body_bg.gif) 0 0 repeat-x #fff;
	padding:11px 0 33px 0;
	color:#000;
}
#bot{
	width:935px;
	margin:0 auto;
}
/*------------------------------------------------left--------------------*/
#left{
	width:290px;
	margin:0 10px 0 0;
	float:left;
}
#left h2{
	display:block;
	font:normal 28px/50px "Trebuchet MS",Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
}
#left h3{
	display:block;
	font-size:12px;
	font-weight:bold;
	line-height:10px;
	color:#768C05;
	background-color:inherit;
	margin:0 0 14px 0;
}
#left ul{
	padding:0 0 17px 0;
	margin:0;
	font-size:0;
}
#left ul li{
	padding:0;
	margin:0;
	height:24px;
	display:block;
	font-size:0;
	line-height:24px;
}
#left ul li a{
	display:block;
	background:url(../images/arrow.gif) 0 8px no-repeat;
	font-size:13px;
	font-weight:normal;
	line-height:24px;
	color:#4A9494;
	background-color:inherit;
	text-decoration:underline;
	padding:0 0 0 17px;
}
#left ul li a:hover{
	color:#000;
	background-color:#E2E4E4;
}
#left h4{
	display:block;
	width:269px;
	height:16px;
	padding:0 0 0 21px;
	background:url(../images/star.gif) 0 3px no-repeat;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	margin:0 0 24px 0;
}
#left img{
	width:285px;
	height:auto;
}
	
/*------------------------------------------------left--------------------*/

/*------------------------------------------------mid--------------------*/
#mid{
	width:213px;
	float:left;
	background-color:#FFF9E5;
	color:#5A5A5A;
	border:#D6CEB3 solid 1px;
	padding:10px 5px 0 5px;
	margin: 0 10px 0 0;
	font-size:11px;
	font-weight:normal;
	line-height:17px;
	color:#5A5A5A;
}
#mid h2{
	display:block;
	width:214px;
	height:36px;
	font:bold 18px/36px "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#3E8181;
	background-color:#FFFDF6;
	padding:0 0 0 0;
	margin:0 0 5px 0;
	text-align:center;
	/*text-transform:uppercase;*/
}
#mid p.orange{
	display:block;
	width:213px;
	font-size:14px;
	font-weight:bold;
	line-height:19px;
	color:#C57005;
	background-color:#FFF9E5;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#mid p.black{
	display:block;
	width:203px;
	font-size:11px;
	font-weight:normal;
	line-height:17px;
	color:#5A5A5A;
	background-color:#FFF9E5;
	margin:0;
	padding:0 0 0 11px;
}
#mid p.kurs{
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	text-align:center;
	color:#000000;
}
#mid p.kurs span{
	font-size:13px;
	line-height:17px;
	font-weight:bold;
	text-align:center;
	color:#C57005;
}
#mid h3.handphone{
	display:block;
	width:189px;
	height:36px;
	font:bold 18px/36px "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#3E8181;
	background:url(../images/phone.png) 15px center no-repeat;
	padding:0 0 0 25px;
	margin:0 0 0 0;
	text-align:center;
	/*text-transform:uppercase;*/
}
#mid h3.blackberry{
	display:block;
	width:184px;
	height:36px;
	font:bold 18px/36px "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#3E8181;
	background:url(../images/blackberry.png) 35px center no-repeat;
	padding:0 0 0 30px;
	margin:0 0 0 0;
	text-align:center;
	/*text-transform:uppercase;*/
}
/*------------------------------------------------mid--------------------*/

/*------------------------------------------------right--------------------*/
#right{
	width:400px;
	float:left;
}
#right h2{
	display:block;
	font:normal 28px/50px "Trebuchet MS",Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
	color:#464646;
	background-color:inherit;
}
#right h2 span.main{
	color:#D27004;
	background-color:inherit;
}
#right p{
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#646464;
}
#right ol{
	font-size:12px;
	line-height:20px;
	font-weight:normal;
}
#right p.rightTxt{
	display:block;
	width:400px;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	margin:0 0 15px 0;
	color:#646464;
	background-color:inherit;
}
#right a{
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	margin:0 0 15px 0;
	color:#4A9494;
	background-color:inherit;
	text-decoration:none;
}
#right a:hover{
	text-decoration:none;
}
#right p.round{
	display:block;
	padding:18px 27px 0 21px;
	width:352px;
	height:50px;
	font-size:13px;
	line-height:19px;
	font-weight:bold;
	color:#7B9105;
	background:url(../images/round_box_2.gif) 0 0 no-repeat;
	background-color:inherit;
	margin:0 0 20px 0;
}
#right p.round span{
	color:#494949;
	background-color:#FFFFF0;
}
#right p.readMoreDiv{
	width:83px;
	height:19px!important;
	background:url(../images/read_more_div.gif) 0 0 repeat-x;
	padding:0 0 0 317px;
	margin:0 0 16px 0;
	display:block;
	font-size:0;
	line-height:0;
}
#right p.readMoreDiv a{
	display:block;
	width:83px;
	height:19px;
	background:url(../images/read_more_bg.gif) 0 0 no-repeat;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:none;
	text-align:center;
	background-color:#fff;
	margin:0;
	
}
#right p.readMoreDiv a:hover{
	color:#000;
	background-color:#fffffe;
}
#right .blog{
	display:block;
	width:143px;
	height:68px;
	background:url(../images/blog_icon.gif) 0 0 no-repeat;
	margin:0 8px 0 0;
	float:left;
}
#right .testimonial{
	display:block;
	width:221px;
	background:url(../images/coma.gif) 0 0 no-repeat;
	/*padding:0 0 0 17px;*/
	
	float:left;
}
#right .testimonial p{
	padding:0 0 0 17px;
	font:italic 14px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#D27004;
	background-color:inherit;
}
#right .testimonial span{
	font:italic 12px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
	background-color:inherit;
}
#right .testimonial a{
	text-decoration:none;
}
#right img.coma{
	width:14px;
	height:11px;
	display:block;
	}
#right .forms{
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#646464;
	background-color:inherit;
}
#right .error_message{
	padding:10px 10px;
	margin:10px 0;
	border:solid 1px #cc0000;
	background-color:#ff6666;
	color:#fff;
	font:normal 13px/17px Arial, Helvetica, sans-serif;
}
/*------------------------------------------------right--------------------*/

/*------------------------------------------------bottom--------------------*/

/*------------------------------------------------footer--------------------*/
#footerMain{
	width:100%;
	height:123px;
	background:url(../images/footer_bg.gif) 0 0 repeat-x #E4E4B7;
	color:#000;
}
#footer{
	width:934px;
	height:123px;
	margin:0 auto;
	position:relative;
	background:url(../images/footer_logo.gif) 722px 18px no-repeat;
}
#footer ul{
	width:612px;
	position:absolute;
	left:15px;
	top:28px;
}
#footer ul li{
	float:left;
	font:normal 10px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:inherit;
	text-transform:uppercase;
}
#footer ul li a{
	padding:0 7px;
	font:normal 10px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:inherit;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer p.copyright{
	font:normal 10px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:absolute;
	left:25px;
	top:47px;
	color:#875D03;
	background-color:inherit;
}
#footer a.xhtml{
	display:block;
	width:55px;
	height:17px;
	border:#AFAF79 solid 1px;
	font:bold 11px/17px "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	position:absolute;
	left:226px;
	top:63px;
}
#footer a.xhtml:hover{
	color:#596A01;
	background-color:#fff;
}
#footer a.css{
	display:block;
	width:55px;
	height:17px;
	border:#AFAF79 solid 1px;
	font:bold 11px/17px "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	position:absolute;
	left:289px;
	top:63px;
}
#footer a.css:hover{
	color:#596A01;
	background-color:#fff;
}
#footer p.design{
	display:block;
	width:202px;
	height:19px;
	padding:0;
	position:absolute;
	left:0px;
	top:63px;
	font:bold 13px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#596A01;
	background-color:#F4F4DA;
	text-align:center;
}
#footer p.design a.link{
	font:bold 13px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#596A01;
	background-color:#F4F4DA;
	text-decoration:none;
}
#footer p.design a.link:hover{
	color:#000;
	background-color:#F4F4DA;
}
#dialog-modal{ 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:800px;
    min-height: 400px;
}
.b-close{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
}
/*------------------------------------------------footer--------------------*/
