html,body{
	margin:0;
}
body{
	margin:0;
	background-color:#f8f8f8;
	font:11px Arial, Helvetica, Verdana, sans-serif;
	color:#818181;
	min-width:998px;
}
/*General reset*/
img{border:none;}
a{
	text-decoration:none;
	color:#7f7f7f;
}
a:hover{text-decoration:underline;}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
input, textarea, select{
	vertical-align:middle;
	font:100% Arial, Helvetica, sans-serif;
}
/*General setting*/
* html #wrapper{height:100%;}
#wrapper{
	width:100%;
	min-height:100%;
	overflow:hidden;
	position:relative;
}
.w1{
	left:50%;
	float:left;
	position:relative;
	width:1024px;
}
.w2{
	float:left;
	left:-50%;
	position:relative;
	width:1024px;
	background: url(../images/bg-wrapper.gif) no-repeat;
}
/*heading*/
#header{
	width:870px;
	padding:0 78px 0 76px;
	position:relative;
	z-index:2;
}
#header .header-holder{
	overflow:hidden;
	height:1%;
	margin:0 0 24px;
}
.faq #header .header-holder{margin:0 0 24px;}
#header .logo{
	float:left;
	background: url(../images/logo.gif) no-repeat;
	width:204px;
	height:70px;
	overflow:hidden;
	text-indent:-9999px;
	margin:25px 0 0;
}
#header .logo a{
	display:block;
	height:100%;
}
/*form*/
#header .search-form , faq #header .search-form {
	float:right;
	margin:52px 3px 0 0;
	display:inline;
	width:257px;
}
.ico-list{
	position:absolute;
	bottom:12px;
	right:77px;
}
#header .search-form input.text{
	width:210px;
	padding:5px 7px 4px;
	border:1px solid #e1e1e1;
	background:#f8f8f8;
	color:#231f20;
	font-size:10px;
	float:left;
	margin:0 5px 0 0;
}
#header .search-form .submit{
	float:left;
}
/*navigation*/
#nav,
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav{
	width:100%;
}
#nav:after{
	content:"";
	display:block;
	clear:both;
}
#nav li{
	float:left;
	padding:0 5px;
}
#nav ul li,
#nav ul a{
	margin:0;
	float:none;
	color:#554c4e;
}
#nav li.hover,
#nav li:hover{position:relative;}
#nav li.hover div,
#nav li:hover div{display:block;}
#nav div.drop{
	width:220px;
	position:absolute;
	left:-7px;
	top:100%;
	z-index:2;
	display:none;
}
#nav li div.drop .top,
#nav li div.drop .bottom{
	background: url(../images/bg-drop-t.png) no-repeat;
	height:6px;
	display:block;
	overflow:hidden;
}
#nav li div.drop .bottom{
	background: url(../images/bg-drop-b.png) no-repeat;
	height:86px;
}
#nav .dropdown{
	background: url(../images/bg-drop-c.png) repeat-y;
	height:1%;
}
#nav .dropdown:after{
	content:"";
	display:block;
	clear:both;
}
#nav div.drop ul{
	margin-bottom:-56px;
	float:left;
}
#nav div.drop ul a {
	position:relative;
	z-index:10;
}
#nav div ul:after {
	content:"";
	clear:both;
	display:block;
}
#nav li a span{
	background: url(../images/bg-nav-l.gif) no-repeat;
	float:left;
	padding:3px 9px 2px 11px;
}
.faq #nav li a span{padding:3px 7px 2px 9px;}
#nav li a em{
	background: url(../images/bg-nav-r.gif) no-repeat;
	float:left;
	width:3px;
	height:20px;
}
#nav li a{
	color:#554c4e;
	font-size:12px;
	cursor:pointer;
}
#nav li.active a,
#nav a:hover,
#nav li:hover a,
#nav li.hover a,
#nav li:visited a,
#nav li.visited a{
	color:#fff;
	text-decoration:none;
}
#nav li.active span,
#nav li a:hover span,
#nav li:hover span,
#nav li.hover span{
	background: url(../images/bg-nav-l-hover.gif) no-repeat;
}
#nav li:hover em,
#nav li.hover em,
#nav .active em,
#nav li a:hover em{
	background: url(../images/bg-nav-r-hover.gif) no-repeat;
}
#nav ul li{
	border-top:1px solid #dedede;
	margin:0 0 0 24px;
	padding:9px 0 9px 7px;
	position:relative;
	width:150px;
	vertical-align:top;
}
#nav ul li:first-child{
	border:0;
}
#nav li:hover ul a,
#nav li.hover ul a{
	color:#554c4e;
}
#nav ul a:hover,
#nav ul li:hover a,
#nav ul li.hover a{
	color:#554c4e;
	text-decoration:underline;
}
#main{
	width:921px;
	background: url(../images/bg-main.gif) repeat-y 18px 0;
	padding:27px 10px 70px 76px;
	overflow:hidden;
}
#main .main-holder{
	 border-bottom:1px solid #d9d9d9;
	 width:870px;
	 overflow:hidden;
	 margin:1px 0 7px;
}

.faq #main{
	padding:0 0 59px 0;
	width:100%;
	overflow:visible;
}
/*container*/
.container{
	color:#fff;
	width:100%;
	margin:-2px 0 0;
	padding:6px 0 0;
	position:relative;
	background:url(../images/bg-container.gif) no-repeat 13px 0;
}
.container-holder{
	padding:0 0 6px 19px;
	background:url(../images/bg-container-b.gif) no-repeat 13px 100%;
}
.section{
	width:988px;
	background:url(../images/bg-section.gif) repeat-y;
}
.section-holder{
	overflow:hidden;
	width:998px;
	padding:13px 0 10px;
	min-height:410px;
	background:url(../images/bg-section-b.gif) no-repeat 0 100%;
}
* html .section-holder{
	height:410px;
	overflow:visible;
}
/*FAQs page tabs*/
.faq .tab-menu{
	float:left;
	width:404px;
}
.faq .menu{
	float:right;
	width:455px;
	padding:9px 0px 0px 0px;
	min-height:386px;
	overflow:hidden;
}
* html .faq .menu{
	overflow:visible;
	height:410px;
}
.faq .tab-holder{
	padding:6px 0 0;
	width:378px;
	overflow:hidden;
	background:url(../images/bg-tab-content-t.png) no-repeat;
}
.faq .tab-frame{
	width:100%;
	padding:0 0 4px;
	background:url(../images/bg-tab-content-c.png) repeat-y;
}
.faq .tab-bottom{
	height:4px;
	background:url(../images/bg-tab-content-b.png) no-repeat;
}
.faq .tabset li{
	font-weight:normal;
}
.faq .tabset li a{
	border:0;
	text-decoration:none;
	cursor:pointer;
	line-height:15px;
	padding:0 0 0 4px;
	position:relative;
	background:url(../images/bg-tab-l.png) no-repeat;
}
.faq .tabset .active{
	background:url(../images/bg-tab-l-active.png) no-repeat;
}
.faq .tabset .active span{
	font-weight:bold;
	background:url(../images/bg-tab-c-active.png) repeat-x;
}
.faq .tabset .feed span{padding:4px 23px 4px 10px;}
.faq .tabset span{
	color:#fff;
	float:left;
	position:relative;
	padding:4px 39px 4px 13px;
	background:url(../images/bg-tab-c.png) repeat-x;
}
.faq .tabset em{
	float:left;
	width:4px;
	height:23px;
	background:url(../images/bg-tab-r.png) no-repeat;
}
.faq .tabset .active em{
	background:url(../images/bg-tab-r-active.png) no-repeat;
}
.faq .tab-content{
	margin:0;
	padding:0 0 4px 12px;
	font-size:12px;
	line-height:18px;
	overflow:hidden;
	height:1%;
	position:relative;
	border:0;
	background:none;
}
.faq .tab-content p{margin:0;}
.faq .tab-content .more{
	text-transform:none;
	letter-spacing:normal;
	color:#fff;
	margin:0 0 0 14px;
}
.faq .tab-content .question .more{
	margin:0;
}
.faq .tab-content .question{
	background:url(../images/divider2.png) no-repeat;
	position:relative;
	height:1%;
	margin:-1px 0 1px;
	padding:13px 20px 9px 14px;
}
.faq .arrow{
	position:absolute;
	bottom:0;
	right:23px;
}
.faq .arrow a{
	background:url(../images/bg-next.png) no-repeat;
	display:block;
	width:26px;
	height:29px;
	cursor:pointer;
}
.faq .block{
	overflow:hidden;
	width:100%;
	margin:0 0 28px;
	position:relative;
}
/*flash*/
.flash-holder{
	background: url(../images/bg-flash-holder-t.gif) no-repeat 13px 0;
}
.flash-wrap{
	background: url(../images/bg-flash-holder-b.gif) no-repeat 13px 100%;
	padding:6px 18px 6px 18px;
	margin:-2px 0 29px;
	height:384px;
}
.flash-holder img{
	display:block;
}
.info-holder{
	background:url(../images/bg-place-holder.gif) no-repeat 19px 0;
}
.info-wrap{
	background:url(../images/bg-place-holder-t.gif) no-repeat 13px 0;
	position:relative;
}
/*info-place*/
.info-place{
	background:url(../images/bg-place-holder-b.gif) no-repeat 13px 100%;
	height:141px;
	margin-top:-2px;
	padding:7px 19px 0 19px;
}
.info-place img{
	float:left;
	margin-left:58px;
}
.info-place h1{
	margin:38px 0 0 0;
	line-height:22px;
	width:430px;
	font-size:14px;
	color:#fff;
	float:left;
}
/*tabs*/
.tabs-area{
	width:358px;
	float:left;
	margin:0 7px 21px 3px;
	display:inline;
	position:relative;
}
.tabset {
	margin:0 0 -1px 9px;
	padding:0;
	height:1%;
	overflow:hidden;
	position:relative;
}
.tabset li {
	list-style: none;
	margin: 0 10px 0 0;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
.tabset li a {
	float: left;
	border:1px solid #e6e6e6;
	border-width:1px 1px 0;
	text-decoration: none;
	color: #999;
	padding: 3px 18px;
	background-color: #fff;
	outline:none;
}
.tabset li a.active {color:#88bb44;}
.tab-content{
	padding:19px 26px 15px;
	background:#fff url(../images/bg-tab-content.gif) no-repeat 0 100%;
	border:1px solid #e3e3e3;
	margin:-1px 0 0;
	line-height:18px;
}
.tabs-area1 h2{
	margin:0;
	font-size:11px;
	line-height:20px;
}
.tabs-area1{
	width:497px;
	float:left;
	position:relative;
}
.tabs-area1 .tab-content{
	background:#fff url(../images/bg-tab-content1.gif) no-repeat 0 100%;
}
.tab-content p{margin:0 0 14px;}
.tab-content span{
	display:block;
	margin:0 0 21px;
}
.tab-content .post{
	font-size:11px;
	font-weight:bold;
	color:#8b4;
}
.tab-content .more{
	text-transform:uppercase;
	text-decoration:underline;
	letter-spacing:1px;
}
.tab-content .more:hover{text-decoration:none;}
.tab-content .next{
	background: url(../images/bullet-next.gif) no-repeat;
	width:22px;
	height:22px;
	position:absolute;
	bottom:10px;
	right:14px;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.tab-content .data{
	width:100%;
	overflow:hidden;
	margin:0 0 21px;
}
/*breadcrumbs*/
.breadcrumbs{
	margin:0 0 35px;
	padding:0 0 30px;
	list-style:none;
	overflow:hidden;
	height:1%;
	border-bottom:1px solid #e1e1e1;
}
.breadcrumbs li{
	float:left;
	background: url(../images/breadcrumb-separator-arrow.png) no-repeat 0 5px;
	margin:0 14px 0 -14px;
	padding:0 13px 0 26px;
}
.breadcrumbs .last{
	text-decoration:none;
}
.breadcrumbs a{
	text-decoration:underline;
	color:#231f20;
}
.breadcrumbs a:hover{text-decoration:none;}
/*content*/
#content{
	float:left;
	width:645px;
	font-size:12px;
	color:#333;
	margin-left:2px;
	display:inline;
	line-height:21px;
}
#content .info-block{
	padding:0 0 32px 12px;
	margin-bottom:32px;
	width:633px;
	border-bottom:1px solid #e1e1e1;
}
#content .sub-block{
	margin-bottom:6px;
	border:none;
}
#content h2{
	margin:0 0 19px;
	font-size:14px;
}
#content h2.heading{
	margin-bottom:6px;
}
#content h3{
	margin:0 0 6px;
	font-size:12px;
	line-height:18px;
}
#content p{
	margin:0 0 21px;
}
#content .visual{
	float:right;
	width:340px;
}
#content .visual img{
	display:block;
	margin:-7px 0 39px 15px;
}
#content .info-box{
	background: url(../images/bg-info-box-c.gif) repeat-y;
	margin-left:20px;
}
#content .holder{
	background: url(../images/bg-holder-t.gif) no-repeat;
}
#content .frame{
	background: url(../images/bg-frame-b.gif) no-repeat 0 100%;
	width:278px;
	overflow:hidden;
	padding:16px 21px 4px 21px;
}
#content h4{
	margin:0 0 7px;
	color:#666;
	font-size:11px;
}
#content .info-box .tech-list{
	margin:0 0 10px 10px;
	padding:0;
	list-style:none;
	color:#666;
	font-size:11px;
	line-height:22px;
}
#content .info-box .tech-list li{
	background: url(../images/bullet1.gif) no-repeat 0 8px;
	padding:0 0 1px 10px;
}
#content .info-box .tech-list a{
	color:#94cb4a;
	font-weight:normal;
	text-decoration:underline;
}
#content .info-box .tech-list a:hover{
	text-decoration:none;
}
/*table*/
#content .value{
	margin:-10px 0 18px;
}
#content .value thead{
	background-color:#d8e769;
}
#content .value thead th{
	padding:3px 7px;
}
#content .value tbody td{
	text-align:center;
	padding:3px 0;
}
#content .value .column{
	text-align:left;
	padding-left:3px;
	padding:5px;
}
#content .value tbody .line{
	background-color:#ee4;
}
#content .value tbody tr{
	background-color:#ee7;
}
#content .back{
	color:#693;
	background: url(../images/arrow-black.gif) no-repeat 0 5px;
	padding-left:17px;
	margin-left:2px;
	text-decoration:underline;
}
#content .back:hover{
	text-decoration:none;
}
#content .info-block ul{
	margin:0;
	padding:5px 0 19px 19px;
	list-style:none;
}
#content .info-block ul li{
	background: url(../images/bullet2.gif) no-repeat 0 8px;
	padding-left:14px;
	padding-bottom:6px;
}

/*footer*/
#footer{
	width:879px;
	margin:-58px auto 0;
	position:relative;
	height:61px;
	background: url(../images/bg-footer.gif) no-repeat 3px 0;
	padding:0 55px 20px 60px;
	overflow:hidden;
}
.faq #footer{
	padding:0 35px 20px 60px;
	width:899px;
}
.social-link{
	margin:0;
	padding:6px 0 0;
	list-style:none;
	float:left;
}
.social-link li{
	margin:0 6px 0 0;
	display:inline;
	float:left;
}

#content a:link, a:active, a:visited {
	color:#693;
	text-decoration:underline;
}

#content a:hover {
	color:#693;
	text-decoration:none;
}

.social-link li a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:24px;
	height:24px;
	outline:none;
}
.social-link .youtube{background: url(../images/ico1.gif) no-repeat;}
.social-link .blogger{background: url(../images/ico2.gif) no-repeat;}
.social-link .new-blog{background: url(../images/ico3.gif) no-repeat;}
.detail-list{
	margin:0;
	padding:8px 0 12px 10px;
	list-style:none;
	border-left:1px solid #f4f4f4;
	border:0;
	float:left;
}
.detail-list li{
	float:left;
	margin:0 7px 0 0;
	display:inline;
}
.detail-list li a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
.detail-list li .print{
	background: url(../images/ico4.gif) no-repeat;
	width:21px;
	height:18px;
}
.detail-list li .send{
	background: url(../images/ico5.gif) no-repeat;
	width:20px;
	height:15px;
	margin:3px 0 0;
}
.copyright{
	float:right;
	font-size:10px;
	color:#ccc;
	margin:11px 0 0;
}
.faq .copyright{padding:0 28px 0 0;}
.faq .flash-area{
	width:530px;
	height:434px;
	float:left;
}
.copyright p{
	margin:0;
	float:left;
}
.copyright ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}
.copyright ul li{
	float:left;
	border-left:1px solid #ccc;
	margin:0 1px 0 -1px;
	padding:0 4px;
}
.copyright ul a{
	font-size:10px;
	color:#ccc;
	font-weight:bold;
	text-decoration:underline;
}
.copyright ul a:hover{text-decoration:none;}

.button {
    border: 1px solid #000;
    background: #99cc33;
	color:#ffffff;
	width:100px;
	font-weight:900;
}

table.contact {
	border-width: 0;
	padding:0;
	border-style: none;
	border-collapse: collapse;
	background-color: #dddddd;
}

table.contact tr td {
	vertical-align:top;
	padding:3px;
	background-color:#ffffff;
}

.handcursor{
cursor:hand;
cursor:pointer;
}


#faq-dynamic {
	margin-bottom:2.0em;
	}


#faq-dynamic h3 {
	margin:1.3em 0 0.3em 0;
	padding:0;
}

#faq-dynamic img {
	position:relative;
	margin-right:0.8em;
}

#faq-chart-title {
	font-style:italic;
	margin-left:68px;
}

#faq-table-title {
	font-style:italic;
	margin-left:32px;
}

#faq-push {
	margin-left:21px;
}
