/* begin Page */
#jmart-page-background-glare {
   zoom: 1;
}

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

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

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

/* end Page */

/* begin Menu */
.jmart-nav {
   position: expression(runtimeStyle.position='relative');
}
.jmart-nav>.jmart-bar-l, .jmart-nav>.jmart-bar-r{
   background-image: url('../images/nav.png');
}
.jmart-nav>.jmart-bar-l{
   right: 0;
}
.jmart-nav>.jmart-bar-r{
   width: 0;
}
.jmart-hmenu ul li {
   float: left !important;
   width:100%;
}
.jmart-hmenu>li 
{
   display: inline !important;
   zoom: 1;
   float: none !important;
   vertical-align: top;
}

/* end Menu */

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

ul.jmart-hmenu>li>a>span.jmart-hmenu-l
{
   left: 0;
   right: 0;
   background-position: top left;
}

ul.jmart-hmenu>li>a>span.jmart-hmenu-r
{
   width: 0;
   right: 0;
   background-position: top right;
}

ul.jmart-hmenu>li>a:hover>span.jmart-hmenu-l, ul.jmart-hmenu>li:hover>a>span.jmart-hmenu-l {
   background-position: center left;
}
ul.jmart-hmenu>li>a:hover>span.jmart-hmenu-r, ul.jmart-hmenu>li:hover>a>span.jmart-hmenu-r {
   background-position: center right;
}
ul.jmart-hmenu>li>a:hover, ul.jmart-hmenu>li:hover>a{
   color: #E0DCD7;
}

/* end MenuItem */

/* begin MenuSeparator */
ul.jmart-hmenu>li:first-child {
   padding-right:1px;
}
ul.jmart-hmenu>li>span.jmart-hmenu-separator
{
   position:absolute;
   display: block;
   top:0;
   left:  -1px;
   width: 1px;
   height: 52px;
   background: url('../images/menuseparator.png') center center no-repeat;
}
/* end MenuSeparator */

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

.jmart-header-jpeg
{
   position: absolute;
   z-index:-1;
   top: 0;
   width:100%;
   height: 250px;
   background-image: url('../images/header.jpg');
   background-repeat: no-repeat;
   background-position: center center;
}
/* end Header */

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

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

/* begin Box, Block */
.jmart-block>.jmart-box-tl, .jmart-block>.jmart-box-tr{
   background-image: url('../images/block_t.png');
}
.jmart-block>.jmart-box-bl, .jmart-block>.jmart-box-br {
   background-image: url('../images/block_b.png');
}
.jmart-block>.jmart-box-tl, .jmart-block>.jmart-box-bl, .jmart-block>.jmart-box-cl{
   right:7px;
}
.jmart-block>.jmart-box-tr, .jmart-block>.jmart-box-br, .jmart-block>.jmart-box-cr{
   width: 7px;
}
.jmart-block>.jmart-box-cl, .jmart-block>.jmart-box-cr{
   top:7px;
   bottom:7px;
   background-image:url('../images/block.png');
}
/* end Box, Block */

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

/* end BlockHeader */

/* begin Box, BlockContent */
.jmart-blockcontent>.jmart-box-tl, .jmart-blockcontent>.jmart-box-tr{
   background-image: url('../images/blockcontent_t.png');
}
.jmart-blockcontent>.jmart-box-bl, .jmart-blockcontent>.jmart-box-br {
   background-image: url('../images/blockcontent_b.png');
}
.jmart-blockcontent>.jmart-box-tl, .jmart-blockcontent>.jmart-box-bl, .jmart-blockcontent>.jmart-box-cl{
   right:4px;
}
.jmart-blockcontent>.jmart-box-tr, .jmart-blockcontent>.jmart-box-br, .jmart-blockcontent>.jmart-box-cr{
   width: 4px;
}
.jmart-blockcontent>.jmart-box-cl, .jmart-blockcontent>.jmart-box-cr{
   top:4px;
   bottom:4px;
   background-image:url('../images/blockcontent.png');
}
/* end Box, BlockContent */

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

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

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

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

.jmart-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 */
.jmart-sidebar2 
{
   width: auto;
   float:none;
}
/* end LayoutCell, content */

/* Plugin compatilibity. */

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

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