/* begin Page */

/* Start Box */
.hep-box {
   zoom:expression(runtimeStyle.zoom=1,function(e){for(var i=0;i<e.length;i++)insertBefore(document.createElement('div'),firstChild).className='hep-box-'+e[ i]}('br,bl,cr,cl,tr,tl'.split(',')));
}
.hep-box-body {
   zoom:1;
}
.hep-box-tl, .hep-box-tr, .hep-box-cl, .hep-box-cr, .hep-box-bl, .hep-box-br {
   position:absolute;
   display:block;
   top:0;
   bottom:0;
   background-repeat: no-repeat;
}
.hep-box-tl,.hep-box-bl,.hep-box-cl {
   left:0;
}
.hep-box-tr,.hep-box-br,.hep-box-cr {
   right:0;
}
.hep-box-cl, .hep-box-cr {
   background-repeat:repeat-y;
}
.hep-box-tl {
   background-position: top left;
   z-index:-3;
}
.hep-box-tr {
   background-position: top right;
   z-index:-3;
}
.hep-box-cl {
   background-position: center left;
   z-index:-3;
}
.hep-box-cr {
   background-position: center right;
   z-index:-3;
}
.hep-box-bl {
   background-position: bottom left;
   z-index:-3;
}
.hep-box-br {
   background-position: bottom right;
   z-index:-3;
}

.hep-box .hep-box-tl,.hep-box .hep-box-tr,.hep-box .hep-box-cl,.hep-box .hep-box-cr,.hep-box .hep-box-bl,.hep-box .hep-box-br{
   z-index:-2;
}
.hep-box .hep-box .hep-box-tl,.hep-box .hep-box .hep-box-tr,.hep-box .hep-box .hep-box-cl,.hep-box .hep-box .hep-box-cr,.hep-box .hep-box .hep-box-bl,.hep-box .hep-box .hep-box-br{
   z-index:-1;
}
/* End Box */

/* Start Bar */
.hep-bar {
   zoom:expression(runtimeStyle.zoom=1,function(e){for(var i=0;i<e.length;i++)insertBefore(document.createElement('div'),firstChild).className='hep-bar-'+e[ i]}('r,l'.split(',')));
}
.hep-bar-l, .hep-bar-r {
   position:absolute;
   z-index:-1;
   top:0;
   bottom:0;
   content:' ';
   background-repeat:repeat-y;
}
.hep-bar-l {
   left:0;
   background-position: top left;
}
.hep-bar-r {
   right:0;
   background-position: top right;
}
/* End Bar */

/* end Page */

/* begin Header */
.hep-header {
   zoom:expression(runtimeStyle.zoom=1,insertBefore(document.createElement('div'),firstChild).className='hep-header-png');
   z-index: 1;
}

.hep-header-png
{
   position: absolute;
   z-index:-2;
   top: 0;
   width:100%;
   height: 151px;
   background-image: url('../images/header.png');
   background-repeat: no-repeat;
   background-position:top center;
}

/* end Header */

/* begin Box, Sheet */
.hep-sheet>.hep-box-tl, .hep-sheet>.hep-box-tr{
   background-image: url('../images/sheet_t.png');
}
.hep-sheet>.hep-box-bl, .hep-sheet>.hep-box-br {
   background-image: url('../images/sheet_b.png');
}
.hep-sheet>.hep-box-tl, .hep-sheet>.hep-box-bl, .hep-sheet>.hep-box-cl{
   right:1px;
}
.hep-sheet>.hep-box-tr, .hep-sheet>.hep-box-br, .hep-sheet>.hep-box-cr{
   width: 1px;
}
.hep-sheet>.hep-box-cl, .hep-sheet>.hep-box-cr{
   top:1px;
   bottom:1px;
   background-image:url('../images/sheet.png');
}
/* end Box, Sheet */

/* begin Layout */
.hep-content-layout, .hep-content-layout-row, .hep-layout-cell 
{
   display: block;
   zoom: 1;
}
.hep-layout-cell
{
   position:relative;
   float: left;
   clear: right;
}
/* end Layout */

/* begin VMenuItem */
ul.hep-vmenu, ul.hep-vmenu ul, ul.hep-vmenu li{
   zoom: 1;
}
ul.hep-vmenu>li>a{
   zoom:expression(runtimeStyle.zoom=1,function(e){for(var i=0;i<e.length;i++)insertBefore(document.createElement('span'),firstChild).className='hep-vmenu-'+e[ i]}('r,l'.split(',')));
}
ul.hep-vmenu>li>a>span.hep-vmenu-l, ul.hep-vmenu>li>a>span.hep-vmenu-r
{
   position: absolute;
   display: block;
   z-index:-1;
   background-image: url('../images/vmenuitem.png');
   top:0;
   height:28px;
}

ul.hep-vmenu>li>a>span.hep-vmenu-l{
   left: 0;
   right: 0;
   background-position: top left;
}
ul.hep-vmenu>li>a>span.hep-vmenu-r{
   width: 0;
   right: 0;
   background-position: top right;
}
ul.hep-vmenu>li>a.active>span.hep-vmenu-l {
   background-position: bottom left;
}
ul.hep-vmenu>li>a.active>span.hep-vmenu-r {
   background-position: bottom right;
}
ul.hep-vmenu>li>a:hover>span.hep-vmenu-l  {
   background-position: center left;
}
ul.hep-vmenu>li>a:hover>span.hep-vmenu-r {
   background-position: center right;
}

ul.hep-vmenu .hep-vmenu-separator, ul.hep-vmenu .hep-vmenu-separator-bg
{
   display: block;
   position:absolute;
   left:0;
   right:0;
}
ul.hep-vmenu>li>.hep-vmenu-separator, ul.hep-vmenu>li>ul>.hep-vmenu-separator{
   height: 0;
   top:-1px;
   z-index:1;
   border-bottom: solid 1px #353D45;
}

ul.hep-vmenu>li:first-child>.hep-vmenu-separator,ul.hep-vmenu>li:first-child>.hep-vmenu-separator-bg{
   display:none;
}

/* end VMenuItem */

/* begin VMenuSubItem */
ul.hep-vmenu ul a{
   zoom:expression(runtimeStyle.zoom=1,insertBefore(document.createElement('span'),firstChild).className='hep-vmenu-icon');
}
ul.hep-vmenu ul a>span.hep-vmenu-icon
{
   display: block;
   position:absolute;
   top:11px;
   width: 3px;
   height: 3px;
   overflow: visible;
   background-image: url('../images/vsubitemicon.png');
   background-position: top left;
   background-repeat: no-repeat;
   left:  15px;
}

ul.hep-vmenu ul a:hover>span.hep-vmenu-icon{
   background-position: center left;
}
ul.hep-vmenu ul a.active:hover>span.hep-vmenu-icon{
   background-position: center left;
}
ul.hep-vmenu ul a.active>span.hep-vmenu-icon{
   background-position: bottom left;
}

ul.hep-vmenu ul ul a>span.hep-vmenu-icon{
   left:30px;
}
ul.hep-vmenu ul ul ul a>span.hep-vmenu-icon{
   left:45px;
}
ul.hep-vmenu ul ul ul ul a>span.hep-vmenu-icon{
   left:60px;
}
ul.hep-vmenu ul ul ul ul ul a>span.hep-vmenu-icon{
   left:75px;
}

/* end VMenuSubItem */

/* begin BlockHeader */
.hep-blockheader>.hep-bar-l, .hep-blockheader>.hep-bar-r{
   background-image: url('../images/blockheader.png');
}
.hep-blockheader>.hep-bar-l{
   right: 17px;
}
.hep-blockheader>.hep-bar-r{
   width: 17px;
}

/* end BlockHeader */

/* begin PostMetadata, PostMetadataHeader */
.hep-postmetadataheader{
   zoom:1;
}
/* end PostMetadata, PostMetadataHeader */

/* begin PostIcons, PostHeaderIcons */
.hep-postheadericons span{
   zoom: 1;
}/* end PostIcons, PostHeaderIcons */

/* begin PostContent */
.hep-postcontent {
   height: 1%;
}
/* end PostContent */

/* begin PostMetadata, PostMetadataFooter */
.hep-postmetadatafooter{
   zoom:1;
}
/* end PostMetadata, PostMetadataFooter */

/* begin PostIcons, PostFooterIcons */
.hep-postfootericons span{
   zoom: 1;
}/* end PostIcons, PostFooterIcons */

/* begin Footer */
.hep-footer {
   zoom:expression(runtimeStyle.zoom=1,function(e){for(var i=0;i<e.length;i++)insertBefore(document.createElement('div'),firstChild).className='hep-footer-'+e[ i]}('r,l,t'.split(',')));
}
.hep-footer-body 
{
   zoom: 1;
   padding-right: 0;
}

.hep-footer-t
{
   position: absolute;
   z-index:-1;
   left:0;
   right:0;
   top:0;
   bottom:0;
   background-image: url('../images/footer.png');
   background-position:bottom left;
}

/* end Footer */

/* begin LayoutCell, content */
.hep-sidebar2 
{
   width: auto;
   float:none;
}
/* end LayoutCell, content */

/* Plugin compatilibity. */

/* 154150, news pro gk1 */
.gk_npro_full_scroll1
{
   position: relative;
}

.nspro_bg_wrap .hep-button-wrapper a
{
   float: none !important;
}
