/* begin Page */

/* Created by Artisteer v3.0.0.38499 */

#w3-page-background-glare-image
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"../images/page_gl.png',sizingMethod='crop')");
  zoom: 1;
}

img
{
  filter: expression(artFixPNG(this));
}

.cleared 
{
    width:1px;
}
/* end Page */

/* begin Menu */
.w3-hmenu ul
{
  width: 1px;
  height: 1%;
}

.w3-hmenu li.w3-hmenuhover
{
  z-index: 10000;
}

.w3-hmenu .w3-hmenuhoverUL
{
  visibility: visible;
  top: 100%;
  left: 0;
}

.w3-hmenu .w3-hmenuhoverUL .w3-hmenuhoverUL
{
  top: 0;
  left: 100%;
}

.w3-hmenu, .w3-hmenu ul a
{
  height: 1%;
}

.w3-hmenu li li
{
  float: left;
  width: 100%;
}

.w3-nav
{
  zoom: 1;
  height: 42px;
}

.w3-nav-l, .w3-nav-r
{
  font-size: 1px;
  height: 42px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"../images/nav.png',sizingMethod='crop')");
}

.w3-nav-l
{
  width: expression(this.parentNode.offsetWidth-12+'px');
}

.w3-nav-r
{
  left: expression(this.parentNode.offsetWidth-900+'px');
  clip: rect(auto auto auto 888px);
}

/* end Menu */

/* begin MenuItem */
.w3-hmenu a
{
  display:inline-block;
}

.w3-hmenu a:hover, .w3-hmenuhoverA {
	visibility:visible;
}

.w3-hmenu a .r, .w3-hmenu a .l
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"../images/menuitem.png',sizingMethod='crop')");
}

.w3-hmenu a .r
{
  left:100%;
  margin-left:-408px;
  clip: rect(auto auto auto 404px);
}

.w3-hmenu a .l
{
  width: expression(this.parentNode.offsetWidth-4+'px');
}

.w3-hmenuhover .w3-hmenuhoverA .t
{
  color: #DBD5D1;
}

.w3-hmenuhover .w3-hmenuhoverA .l, .w3-hmenuhover .w3-hmenuhoverA .r
{
  top: -26px;
}
/* end MenuItem */

/* begin MenuSeparator */
.w3-nav .w3-hmenu-separator
{
  font-size: 1px;
  zoom: 1;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"../images/menuseparator.png',sizingMethod='crop')");
}

/* end MenuSeparator */

/* begin MenuSubItem */
.w3-hmenu ul a
{
  color: #C9BFBA !important;
}

.w3-hmenu ul a:hover {
  color: #000000 !important;
}	

.w3-hmenu ul .w3-hmenuhover .w3-hmenuhoverA
{
  color: #000000 !important;
  border-color: #A1700C;
  background-position: 0 -26px;
}

.w3-nav .w3-hmenu ul a:hover span, .w3-nav .w3-hmenu ul a:hover span span
{
  color: #000000 !important;
}	

.w3-nav .w3-hmenu ul .w3-hmenuhover .w3-hmenuhoverA span, .w3-nav .w3-hmenu ul .w3-hmenuhover .w3-hmenuhoverA span span
{
  color: #000000 !important;
}

/* end MenuSubItem */

/* begin Box, Sheet */
.w3-sheet, .w3-sheet-body
{
  zoom: 1;
}

.w3-sheet-tr, .w3-sheet-tl, .w3-sheet-br, .w3-sheet-bl, .w3-sheet-tc, .w3-sheet-bc,.w3-sheet-cr, .w3-sheet-cl
{
  font-size: 1px;
  background: none;
}

.w3-sheet-tr, .w3-sheet-tl, .w3-sheet-br, .w3-sheet-bl
{
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"../images/sheet_s.png',sizingMethod='scale')");
}

.w3-sheet-tl
{
  clip: rect(auto 18px 18px auto);
}

.w3-sheet-tr
{
  left:expression(this.parentNode.offsetWidth-36+'px');
  clip: rect(auto auto 18px 18px);
}

.w3-sheet-bl
{
  top: expression(this.parentNode.offsetHeight-36+'px');
  clip: rect(18px 18px auto auto);
}

.w3-sheet-br
{
  top: expression(this.parentNode.offsetHeight-36+'px');
  left:expression(this.parentNode.offsetWidth-36+'px');
  clip: rect(18px auto auto 18px);
}

.w3-sheet-tc, .w3-sheet-bc
{
  width: expression(this.parentNode.offsetWidth-36+'px');
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"../images/sheet_h.png',sizingMethod='scale')");
}

.w3-sheet-tc
{
  clip: rect(auto auto 18px auto);
}

.w3-sheet-bc
{
  top: expression(this.parentNode.offsetHeight-36+'px');
  clip: rect(18px auto auto auto);
}

.w3-sheet-cr, .w3-sheet-cl
{
  height: expression(this.parentNode.offsetHeight-36+'px');
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"../images/sheet_v.png',sizingMethod='scale')");
}

.w3-sheet-cr
{
  left:expression(this.parentNode.offsetWidth-36+'px');
  clip: rect(auto auto auto 18px);
}

.w3-sheet-cl
{
  clip: rect(auto 18px auto auto);
}

.w3-sheet-cc
{
  font-size: 1px;
  width: expression(this.parentNode.offsetWidth-36+'px');
  height: expression(this.parentNode.offsetHeight-36+'px');
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"../images/sheet_c.png',sizingMethod='scale')");
}
#w3-page-background-top-texture, #w3-page-background-middle-texture
{
  width: expression(document.body.clientWidth>900?"100%":"900px");
}

/* end Box, Sheet */

/* begin Layout */
.w3-content-layout, .w3-content-layout-row {display: block;}
.w3-content-layout, .w3-content-layout-row {zoom: 1;}
/* end Layout */

/* begin Box, Block, VMenuBlock */
.w3-vmenublock, .w3-vmenublock-body
{
  zoom: 1;
}
/* end Box, Block, VMenuBlock */

/* begin BlockHeader, VMenuBlockHeader */
.w3-vmenublockheader
{
  zoom: 1;
}

/* end BlockHeader, VMenuBlockHeader */

/* begin Box, Box, VMenuBlockContent */
.w3-vmenublockcontent, .w3-vmenublockcontent-body
{
  zoom: 1;
}
.w3-vmenublockcontent, .w3-vmenublockcontent-body
{
  zoom: 1;
}
/* end Box, Box, VMenuBlockContent */

/* begin VMenuItem */
ul.w3-vmenu .w3-vmenu-separator, ul.w3-vmenu .w3-vmenu-separator-span, ul.w3-vmenu li.w3-vsubmenu-separator, ul.w3-vmenu .w3-vsubmenu-separator-span
{
  zoom: 1;
  overflow: hidden;
  float: left;
  width: 100%;
}

ul.w3-vmenu a:hover
{
  visibility: visible;
}

ul.w3-vmenu li
{
  zoom:1;
}

ul.w3-vmenu a .r, ul.w3-vmenu a .l
{
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"../images/vmenuitem.png',sizingMethod='crop')");
}

ul.w3-vmenu a .r
{
  left:expression(this.parentNode.offsetWidth-900+'px');
  clip: rect(auto auto auto 896px);
}

ul.w3-vmenu a .l
{
  width: expression(this.parentNode.offsetWidth-4+'px');
}

/* end VMenuItem */

/* begin VMenuSubItem */
ul.w3-vmenu ul a
{
  color: #553B06 !important;
  position: relative;
  zoom: 1;
}
ul.w3-vmenu ul li{
  position: relative;
  zoom: 1;
}

ul.w3-vmenu ul a.active
{
  color: #080807 !important;
}

ul.w3-vmenu ul a:hover {
  color: #DDD7D4 !important;
}	

ul.w3-vmenu ul a:hover span, ul.w3-vmenu ul a:hover span span
{
  color: #DDD7D4 !important;
}	
/* end VMenuSubItem */

/* begin Box, Block */
.w3-block, .w3-block-body
{
  zoom: 1;
}
/* end Box, Block */

/* begin BlockHeader */
.w3-blockheader
{
  zoom: 1;
}

.w3-blockheader .l, .w3-blockheader .r
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"../images/blockheader.png',sizingMethod='crop')");
}

.w3-blockheader .r
{
  left:expression(this.parentNode.offsetWidth-892+'px');
  clip: rect(auto auto auto 885px);
}

.w3-blockheader .l
{
  width: expression(this.parentNode.offsetWidth-7+'px');
}
/* end BlockHeader */

/* begin Box, BlockContent */
.w3-blockcontent, .w3-blockcontent-body
{
  zoom: 1;
}
.w3-blockcontent-body ul li
{
  height: 1%;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"../images/blockcontentbullets.png',sizingMethod='crop')");
}

/* end Box, BlockContent */

/* begin Button */
.w3-button-wrapper, .w3-button-wrapper .w3-button-l, .w3-button-wrapper .w3-button-r
{
  zoom: 1;
}

.w3-button-wrapper .w3-button
{
  float: left;
}

.w3-button-wrapper .w3-button-l, .w3-button-wrapper .w3-button-r
{
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"../images/button.png',sizingMethod='crop')");
}

.w3-button-wrapper .w3-button-r
{
  left:expression(this.parentNode.offsetWidth-409+'px');
  clip: rect(auto auto auto 399px);
}

.w3-button-wrapper .w3-button-l
{
  width: expression(this.parentNode.offsetWidth-10+'px');
}
/* end Button */

/* begin Box, Post */
.w3-post, .w3-post-body
{
  zoom: 1;
}
/* end Box, Post */

/* begin PostQuote */
.w3-postcontent blockquote
{
  height: 1%;
  background-image: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"../images/postquote.png',sizingMethod='crop')");
}
/* end PostQuote */

/* begin Footer */
.w3-footer-body
{
    padding-right: 0;
  zoom:1;
}

.w3-footer{
  zoom:1;
}

.w3-footer-text
{
  height: 32px;
}

.w3-footer-t
{
  zoom: 1;
  font-size: 1px;
  height: expression(this.parentNode.offsetHeight-0+'px');
  width: 100%;
}

.w3-rss-tag-icon
{
  zoom: 1;
  font-size: 1px;
  background: none;
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+artGetStyleUrl()+"../images/livemarks.png',sizingMethod='crop')");
}

/* end Footer */

/* begin LayoutCell, content */

.w3-sidebar2 {width: auto;}
.w3-content-layout .w3-layout-cell, .w3-content-layout .w3-layout-cell .w3-content-layout .w3-layout-cell
{
  display: block;
  position:relative;
  float: left;
  clear: right;
}
.w3-content-layout .w3-layout-cell, .w3-content-layout .w3-layout-cell .w3-content-layout .w3-layout-cell {zoom:1;}

/* end LayoutCell, content */

form#form-login ul li
{
  behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="");
}

/* Plugin compatilibity. */

/* 150675, googlemap */
div.map img
{
  behavior: none;
  filter: none;
}
