html{
	width:100%;
	height:100%;
    margin:0px;
    padding:0px;
}

body {
    margin:0px;
    padding:0px;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	width:100%;
	min-width:990px;
}

body.small{
	font-size: 100%;
}

body.mid{
	/*font-size: 120%;*/
	font-size: 150%;
}

body.large{
	/*font-size: 130%;*/
	font-size: 200%;
}


img{
	border:0px;
}


/********************#top_zone*****************/
#top_zone{
    padding:0px;
    margin:0px;
    border:0px;
	width:990px;
	background-position: 0 0;
	/* background-image: url('../images/mainv_bg.jpg'); */
}
/********************#top_zone end*****************/

/********************#banner_zone*****************/
#banner_zone{
	width:990px;
}
#banner_zone .swiper-pagination-custom{
	position:absolute;
	text-align:center;
	left:0;
	bottom:15px;
	width:100%;
	z-index:10;
}
#banner_zone .swiper-pagination-custom .swiper-pagination-bullet{
	width:8px;
	height:8px;
	background-color:#fff !important;
	border:1px solid #5C8333;
	opacity:1;
	margin:0 7px;
	position:relative;
}
#banner_zone .swiper-pagination-custom .swiper-pagination-bullet:hover{
	background-color:#5C8333 !important;
	border-color:#fff !important;
}
#banner_zone .swiper-pagination-custom .swiper-pagination-bullet-active{
	width:13px;
	height:13px;
	top:2px;
}
#banner_zone .swiper-container .btnPlay{
	display:inline-block;
	position:absolute;
	right:5px;
	bottom:5px;
	width:29px;
	height:29px;
	text-indent:-9999px;
	z-index:10;
	/* background:url('../images/icon-pause.png') no-repeat 0 0; */
}
#banner_zone .swiper-container .btnPlay:hover{
	/* background:url('../images/icon-pause-hover.png') no-repeat 0 0; */
}
#banner_zone .swiper-container .btnPlay.pause{
	/* background:url('../images/icon-play.png') no-repeat 0 0; */
}
#banner_zone .swiper-container .btnPlay.pause:hover{
	/* background:url('../images/icon-play-hover.png') no-repeat 0 0; */
}
/********************#banner_zone end*****************/

/********************#main_zone*****************/
#main_zone{
    padding:0px;
    margin:0px;
    border:0px;
	width:990px;
}
/********************#main_zone end*****************/

/********************#footer_zone*****************/
#footer_zone{
    padding:0px 0px 10px;
    margin:10px 0px 0px;
    border:0px;
	width:100%;
	background-position: left top;
	background-repeat:repeat-x;
	/* background-image: url('../images/footer_dotline.gif'); */
	font-size: 75%;
	color:#000;
}
/********************#footer_zone end*****************/



.access{position:absolute;left:0px;width:0px;height:0px;overflow:hidden;}


a{position:relative;}
a:focus .tblank,
a:hover .tblank{display:block;}
.searchquery{ width:150px;}

.tblank { 
	display:none;
	position:absolute;
	z-index:100;
	margin-top:4px;
	margin-left:24px;
	padding:4px 12px;
	border:1px solid #000000;
	background-color:#ffffff;
	text-align:center;
	white-space:nowrap;
	color:#000000;
}
