/* begin Page */
/* Created by Artisteer v3.0.0.37922 */

#mndz-main, table{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li{
    margin: 0;
    padding: 0;
}

.mndz-postcontent,
.mndz-postcontent li,
.mndz-postcontent table,
.mndz-postcontent a,
.mndz-postcontent a:link,
.mndz-postcontent a:visited,
.mndz-postcontent a.visited,
.mndz-postcontent a:hover,
.mndz-postcontent a.hovered{
    font-family: Arial, Helvetica, Sans-Serif;
}

.mndz-postcontent p{
    margin: 12px 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 29px;
  text-decoration: none;
}

.mndz-postcontent a{
  text-decoration: none;
  color: #646549;
}

.mndz-postcontent a:link{
  text-decoration: none;
  color: #646549;
}

.mndz-postcontent a:visited, .mndz-postcontent a.visited{
  color: #646549;
}

.mndz-postcontent  a:hover, .mndz-postcontent a.hover{
  text-decoration: underline;
  color: #848560;
}

.mndz-postcontent h1{
   color: #646549;    
}

h1{
   margin: 21px 0; 
}

.mndz-postcontent h2
{
   color: #848560;    
}

h2{
   margin: 19px 0;
   font-size: 22px; 
}

h2 a, h2 a:link, h2 a:hover, h2 a:visited{
   font-size: 22px; 
}

.mndz-postcontent h3{
   color: #41576C;    
}

h3{
   margin: 19px 0;
   font-size: 17px; 
}

h3 a, h3 a:link, h3 a:hover, h3 a:visited{
   font-size: 17px; 
}

.mndz-postcontent h4{
   color: #3D5266;    
}

h4{
   margin: 20px 0;
   font-size: 14px; 
}

h4 a, h4 a:link, h4 a:hover, h4 a:visited{
   font-size: 14px; 
}

.mndz-postcontent h5{
   color: #3D5266;    
}

h5{
   margin: 26px 0;
   font-size: 12px; 
}

h5 a, h5 a:link, h5 a:hover, h5 a:visited{
   font-size: 12px; 
}

.mndz-postcontent h6{
   color: #56738F;    
}

h6{
   margin: 35px 0;
   font-size: 10px; 
}

h6 a, h6 a:link, h6 a:hover, h6 a:visited{
   font-size: 10px; 
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

#mndz-main{
  position: relative;
  z-index: 0;
  width: 100%;
  overflow:hidden;
  left: 0;
  top: 0;
  cursor:default;
}

#mndz-page-background-glare{
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-attachment: fixed;
  min-width: 800px;
}

#mndz-page-background-glare-image{
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-attachment: fixed;
  background-image: url('../images/page_gl.png');
  background-repeat: no-repeat;
  background-position: top center;
}

html:first-child #mndz-page-background-glare{
  border: 1px solid transparent; /* Opera fix */
}

body{
  padding: 0; 
  margin:0;
  color: #0F1419;
  height:100%;
  background-color: #3F4643;
  background-image: url('../images/Bottom_texture.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top left;
  min-width: 800px;
}

.cleared{
  clear: both;
  font-size: 1px;
  overflow:hidden;
  display:block;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Menu */
/* menu structure */

.mndz-hmenu a, .mndz-hmenu a:link, .mndz-hmenu a:visited, .mndz-hmenu a:hover
{
    outline: none;
}

.mndz-hmenu, .mndz-hmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.mndz-hmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.mndz-hmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.mndz-hmenu li li
{
  float: none;
}

.mndz-hmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
  min-height: 0;
  background-image: url('../images/spacer.gif');
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.mndz-hmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.mndz-hmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.mndz-hmenu:after, .mndz-hmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.mndz-hmenu{
  min-height: 0;
  position:relative;
  padding: 10px 6px 10px 6px;
}

.mndz-hmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

div.mndz-nav-center
{
  position: relative;
  float: right;
  right: 50%;
}

ul.mndz-hmenu
{
  position: relative;
  float: left;
  left: 50%;
}

.firefox2 ul.mndz-hmenu
{
  float: none;
}

/* menu structure */

.mndz-nav
{
  position: relative;
  width:800px;
  margin:0 auto;
  min-height: 48px;
  z-index: 100;
    margin-top: 17px;
    margin-bottom: -3px;
}

.mndz-nav-outer
{
    position:absolute;
    width:100%;
}

.mndz-nav-wrapper 
{
    position: relative;
    width:800px;
    margin:0 auto;
}
.mndz-nav-inner 
{
    margin: 0 4px;
}

.mndz-nav-l, .mndz-nav-r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-image: url('../images/nav.png');
}

.mndz-nav-l
{
  left: 0;
  right: 12px;
}

.mndz-nav-r
{
  right: 0;
  width: 800px;
  clip: rect(auto, auto, auto, 788px);
}

/* end Menu */

/* begin MenuItem */
.mndz-hmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 28px;
  cursor: pointer;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.mndz-hmenu ul li
{
    margin:0;
    clear: both;
}

.mndz-hmenu a .r, .mndz-hmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 94px;
  background-image: url('../images/menuitem.png');
}

.mndz-hmenu a .l
{
  left: 0;
  right: 4px;
}

.mndz-hmenu a .r
{
  width: 408px;
  right: 0;
  clip: rect(auto, auto, auto, 404px);
}

.mndz-hmenu a .t, .mndz-hmenu ul a, .mndz-hmenu a:link, .mndz-hmenu a:visited, .mndz-hmenu a:hover
{
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.mndz-hmenu a .t
{
  color: #435970;
  padding: 0 14px;
  margin: 0 4px;
  line-height: 28px;
  text-align: center;
}

.mndz-hmenu a:hover .l, .mndz-hmenu a:hover .r
{
  top: -33px;
}

.mndz-hmenu li:hover>a .l, .mndz-hmenu li:hover>a .r
{
  top: -33px;
}

.mndz-hmenu li:hover a .l, .mndz-hmenu li:hover a .r
{
  top: -33px;
}
.mndz-hmenu a:hover .t
{
  color: #7F5305;
}

.mndz-hmenu li:hover a .t
{
  color: #7F5305;
}

.mndz-hmenu li:hover>a .t
{
  color: #7F5305;
}

.mndz-hmenu a.active .l, .mndz-hmenu a.active .r
{
  top: -66px;
}

.mndz-hmenu a.active .t
{
  color: #646216;
}
/* end MenuItem */

/* begin MenuSeparator */
.mndz-hmenu .mndz-hmenu-li-separator
{
  display: block;
  width: 9px;
  height:28px;
}
.mndz-nav .mndz-hmenu-separator
{
  display: block;
  margin:0 auto;
  width: 1px;
  height: 28px;
  background-image: url('../images/menuseparator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */
.mndz-hmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 26px;
  width: 180px;
  overflow: hidden;
  background-image: url('../images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #FEF2D2;
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 26px;
  color: #716E19;
  font-size: 11px;
  margin:0;
  padding:0;
}

.mndz-nav ul.mndz-hmenu ul span, .mndz-nav ul.mndz-hmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.mndz-hmenu ul a:link, .mndz-hmenu ul a:visited, .mndz-hmenu ul a:hover, .mndz-hmenu ul a:active, .mndz-nav ul.mndz-hmenu ul span, .mndz-nav ul.mndz-hmenu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 26px;
  color: #716E19;
  font-size: 11px;
  margin:0;
  padding:0;
}

.mndz-hmenu ul li a:hover{
  color: #000000;
  border-color: #DDD964;
  background-position: 0 -26px;
}

.mndz-hmenu ul li:hover>a{
  color: #000000;
  border-color: #DDD964;
  background-position: 0 -26px;
}

.mndz-nav .mndz-hmenu ul li a:hover span, .mndz-nav .mndz-hmenu ul li a:hover span span{
  color: #000000;
}

.mndz-nav .mndz-hmenu ul li:hover>a span, .mndz-nav .mndz-hmenu ul li:hover>a span span{
  color: #000000;
}

/* end MenuSubItem */

/* begin Box, Sheet */
.mndz-sheet{
  position: relative;
  margin: 0 auto;
  min-width: 25px;
  min-height: 25px;
  margin-top: 7px;
  margin-bottom: -3px;
  cursor:auto;
  width: 800px;
}

.mndz-sheet-body{
  position: relative;
  padding: 4px;
    padding-top:4px;
    padding-bottom:4px;
}

.mndz-sheet-tr, .mndz-sheet-tl, .mndz-sheet-br, .mndz-sheet-bl, .mndz-sheet-tc, .mndz-sheet-bc,.mndz-sheet-cr, .mndz-sheet-cl
{
  position: absolute;
}

.mndz-sheet-tr, .mndz-sheet-tl, .mndz-sheet-br, .mndz-sheet-bl
{
  width: 36px;
  height: 36px;
  background-image: url('../images/sheet_s.png');
}

.mndz-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 18px, 18px, auto);
}

.mndz-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 18px, 18px);
}

.mndz-sheet-bl{
  bottom: 0;
  left: 0;
  clip: rect(18px, 18px, auto, auto);
}

.mndz-sheet-br{
  bottom: 0;
  right: 0;
  clip: rect(18px, auto, auto, 18px);
}

.mndz-sheet-tc, .mndz-sheet-bc{
  left: 18px;
  right: 18px;
  height: 36px;
  background-image: url('../images/sheet_h.png');
}

.mndz-sheet-tc{
  top: 0;
  clip: rect(auto, auto, 18px, auto);
}

.mndz-sheet-bc{
  bottom: 0;
  clip: rect(18px, auto, auto, auto);
}

.mndz-sheet-cr, .mndz-sheet-cl
{
  top: 18px;
  bottom: 18px;
  width: 36px;
  background-image: url('../images/sheet_v.png');
}

.mndz-sheet-cr{
  right: 0;
  clip: rect(auto, auto, auto, 18px);
}

.mndz-sheet-cl{
  left: 0;
  clip: rect(auto, 18px, auto, auto);
}

.mndz-sheet-cc{
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background-color: #F9FAFB;
}

#mndz-page-background-top-texture, #mndz-page-background-middle-texture{
  min-width: 800px;
}

/* end Box, Sheet */

/* begin Header */
div.mndz-header{
  margin: 0 auto;
  position: relative;
  width:100%;
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
}

div.mndz-header-clip{
  position: absolute;
  width:100%;
  left:0;
  overflow:hidden;
  height:300px;
}

div.mndz-header-center
{
	position: relative;
	width: 792px;
	left:50%;
}

div.mndz-header-png{
  position: absolute;
  left:-50%;
  top: 0;
  width: 792px;
  height: 300px;
  background-repeat: no-repeat;
  background-position:center center; 
}

div.mndz-header-jpeg{
  position: absolute;
  top: 0;
  left:-50%;
  width: 792px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* begin Logo */
div.mndz-logo{
  display: block;
  position: absolute;
  top: 156px;
  left: 0;
  margin-left: 12px;
}

#headline, #slogan {
    display: block;
    min-width: 150px;
    text-align: left;
}
/* end Logo */

/* begin Layout */
.mndz-content-layout{
  display: table;
  position:relative;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
  width:100%;
  margin-top:0;
  margin-bottom:0;
}
.mndz-layout-cell, .mndz-content-layout-row{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none;
  margin:0;
  padding:0;
}

.mndz-content-layout .mndz-content-layout{width: auto;margin:0;}
.mndz-content-layout .mndz-layout-cell, .mndz-content-layout .mndz-layout-cell .mndz-content-layout .mndz-layout-cell{display: table-cell;}
.mndz-layout-cell .mndz-layout-cell{display: block;}
.mndz-content-layout-row {display: table-row;}
.mndz-layout-glare{position:relative;}/* end Layout */

/* begin Box, Block */
.mndz-block
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 10px;
}

.mndz-block-body
{
  position: relative;
  padding: 0;
}

/* end Box, Block */

/* begin BlockHeader */
.mndz-blockheader
{
  margin-bottom: 0;
  position: relative;
  height: 25px;
}

.mndz-blockheader h3.t
{
  position: relative;
  height: 25px;
  color: #6382A1;
  font-size: 13px;
  margin:0;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  line-height: 25px;
}

.mndz-blockheader h3.t a,
.mndz-blockheader h3.t a:link,
.mndz-blockheader h3.t a:visited, 
.mndz-blockheader h3.t a:hover
{
  color: #6382A1;
  font-size: 13px;
}

/* end BlockHeader */

/* begin Box, BlockContent */
.mndz-blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.mndz-blockcontent-body
{
  position: relative;
  padding: 5px;
  color: #2E3D4C;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.mndz-blockcontent-body li, 
.mndz-blockcontent-body a,
.mndz-blockcontent-body a:link,
.mndz-blockcontent-body a:visited,
.mndz-blockcontent-body a:hover
{
  color: #2E3D4C;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.mndz-blockcontent-body p
{
  margin: 6px 0;
}

.mndz-blockcontent-body a, .mndz-blockcontent-body a:link
{
  color: #646549;
  text-decoration: underline;
}

.mndz-blockcontent-body a:visited, .mndz-blockcontent-body a.visited
{
  color: #7691AD; 
  text-decoration: none;
}

.mndz-blockcontent-body a:hover, .mndz-blockcontent-body a.hover
{
  color: #848560;
  text-decoration: none;
}

.mndz-blockcontent-body ul li
{
  line-height: 125%;    
  color: #3D5266;
  padding: 0 0 0 12px;
  background-image: url('../images/blockcontentbullets.png');
  background-repeat: no-repeat;
}/* end Box, BlockContent */

/* begin Button */
.mndz-button-wrapper a.mndz-button,
.mndz-button-wrapper a.mndz-button:link,
.mndz-button-wrapper input.mndz-button,
.mndz-button-wrapper button.mndz-button{
  text-decoration: none;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #86821D !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 31px;
  height: 31px;
  margin: 0 !important;
  padding: 0 16px !important;
  overflow: visible;
  cursor: pointer;
}

.mndz-button img, .mndz-button-wrapper img{
  margin: 0;
  vertical-align: middle;
}

.mndz-button-wrapper{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 31px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .mndz-button-wrapper{
  display: block;
  float: left;
}

input, select, textarea{
  vertical-align: middle;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.mndz-block select 
{
    width:96%;
}

.mndz-button-wrapper.hover .mndz-button, .mndz-button-wrapper.hover a.mndz-button:link, .mndz-button:hover
{
  color: #7F5305 !important;
  text-decoration: none !important;
}

.mndz-button-wrapper.active .mndz-button, .mndz-button-wrapper.active a.mndz-button:link{
  color: #304050 !important;
}

.mndz-button-wrapper .mndz-button-l, .mndz-button-wrapper .mndz-button-r{
  display: block;
  position: absolute;
  height: 103px;
  margin: 0;
  padding: 0;
  background-image: url('../images/button.png');
}

.mndz-button-wrapper .mndz-button-l
{
  left: 0;
  right: 10px;
}

.mndz-button-wrapper .mndz-button-r
{
  width: 409px;
  right: 0;
  clip: rect(auto, auto, auto, 399px);
}

.mndz-button-wrapper.hover .mndz-button-l, .mndz-button-wrapper.hover .mndz-button-r
{
  top: -36px;
}

.mndz-button-wrapper.active .mndz-button-l, .mndz-button-wrapper.active .mndz-button-r{
  top: -72px;
}

.mndz-button-wrapper input{
  float: none !important;
}

.mndz-post{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 0;
}

.mndz-post-body{
  position: relative;
  padding: 10px;
}

a img{
  border: 0;
}

.mndz-article img, img.mndz-article, .mndz-blockcontent img, .mndz-footer-text img{
  border: solid 0 #B2C2D1;
}

.mndz-article img, img.mndz-article{
  margin: 7px;
}

.mndz-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.mndz-article table, table.mndz-article
{
  border-collapse: collapse;
  margin: 1px;
}

.mndz-article th, .mndz-article td
{
  padding: 2px;
  border: solid 1px #8099B3;
  vertical-align: top;
  text-align: left;
}

.mndz-article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
h2.mndz-postheader
{
  color: #464733;
  margin: 5px 0;
}

h2.mndz-postheader a, h2.mndz-postheader a:link
{
  text-align: left;
  text-decoration: none;
  color: #55563E;
}

h2.mndz-postheader a:visited, h2.mndz-postheader a.visited
{
  color: #5C7A99;
}

h2.mndz-postheader a:hover,  h2.mndz-postheader a.hovered
{
  color: #848560;
}

/* end PostHeaderIcon */

/* begin PostIcons, PostHeaderIcons */
.mndz-postheadericons,
.mndz-postheadericons a,
.mndz-postheadericons a:link,
.mndz-postheadericons a:visited,
.mndz-postheadericons a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  color: #3D5266;
}

.mndz-postheadericons
{
  padding: 1px;
}

.mndz-postheadericons a, .mndz-postheadericons a:link
{
  text-decoration: none;
  color: #646549;
}

.mndz-postheadericons a:visited, .mndz-postheadericons a.visited
{
  font-style: italic;
  font-weight: normal;
  color: #646549;
}

.mndz-postheadericons a:hover, .mndz-postheadericons a.hover
{
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
  color: #848560;
}
/* end PostIcons, PostHeaderIcons */

/* begin PostBullets */
.mndz-post ol, .mndz-post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.mndz-post li
{
  font-size: 12px;
  color: #2E3D4C;
  padding: 0;
}

.mndz-post li ol, .mndz-post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

/* end PostBullets */

/* begin PostQuote */
.mndz-postcontent blockquote,
.mndz-postcontent blockquote a,
.mndz-postcontent blockquote a:link,
.mndz-postcontent blockquote a:visited,
.mndz-postcontent blockquote a:hover
{
  color: #191806;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

.mndz-postcontent blockquote p
{
   margin: 2px 0 2px 15px;
}

.mndz-postcontent blockquote
{
   border: solid 0 #E7E492;
  margin: 10px 10px 10px 50px;
  padding: 0 0 0 28px;
  background-color: #F5F4D1;
  background-image: url('../images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
  /* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
  clear:both;
}

/* end PostQuote */

/* begin PostIcons, PostFooterIcons */
.mndz-postfootericons,
.mndz-postfootericons a,
.mndz-postfootericons a:link,
.mndz-postfootericons a:visited,
.mndz-postfootericons a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  color: #3D5266;
}

.mndz-postfootericons
{
  padding: 1px;
}

.mndz-postfootericons a, .mndz-postfootericons a:link
{
  text-decoration: none;
  color: #646549;
}

.mndz-postfootericons a:visited, .mndz-postfootericons a.visited
{
  color: #646549;
}

.mndz-postfootericons a:hover, .mndz-postfootericons a.hover
{
  color: #848560;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.mndz-footer
{
  position: relative;
  margin-top:0;
  margin-bottom:0;
  width: 100%;
}

.mndz-footer-b 
{
  position: absolute;
  left:5px;
  right:5px;
  bottom:0;
  height:5px;
  background-image: url('../images/footer_b.png');
}

.mndz-footer-r, .mndz-footer-l
{
  position: absolute;
  height:5px;
  background-image: url('../images/footer_s.png');
  bottom: 0;
}

.mndz-footer-l
{
  left: 0;
  width:5px;
}

.mndz-footer-r
{
  right: 0;
  width:10px;
  clip: rect(auto, auto, auto, 5px);
}

.mndz-footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  background-color: #D6DEE6;
}

.mndz-footer-body
{
    position:relative;
    padding: 5px;
}

.mndz-footer-text p
{
  padding:0;
  margin:0;
  text-align: center;
}

.mndz-footer-text,
.mndz-footer-text a,
.mndz-footer-text a:link,
.mndz-footer-text a:visited,
.mndz-footer-text a:hover
{
    color: #192129;
    font-size: 10px;
}

.mndz-footer-text
{
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.mndz-footer-text a,
.mndz-footer-text a:link
{
  color: #585940;
  text-decoration: none;
}

.mndz-footer-text a:visited
{
  color: #394D60;
}

.mndz-footer-text a:hover
{
  color: #93946B;
  text-decoration: underline;
}

/* end Footer */

/* begin PageFooter */
.mndz-page-footer, 
.mndz-page-footer a,
.mndz-page-footer a:link,
.mndz-page-footer a:visited,
.mndz-page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #B7B89D;
}

.mndz-page-footer
{
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #9FB2C6;
}
/* end PageFooter */

/* begin LayoutCell, content */

/* end LayoutCell, content */

/*--- slider begin ---*/
#header {width:100%; overflow:hidden; text-align:center}
#faded {}
#faded .rap { height:373px; margin-top:0px; overflow: hidden}

ul.pagination { position:absolute; z-index:1; margin-top:-420px; margin-left:807px; background:url(images/bg_buttons.png) no-repeat; width:149px; height:35px; padding:12px 0 0 21px;}
ul.pagination li {float:left; padding-right:2px; font-size:0; background:url(images/spacer.png) no-repeat}
ul.pagination li a {background:url(images/button.gif) no-repeat; height:4px; width:4px; display:block; padding:10px; line-height:0; color:#61583f;}
ul.pagination li a:hover, ul.pagination li.current a { background:url(images/button_active.gif) no-repeat; color:#f2f1d8}

/*--- slider end ---*/
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
