/*  Page */
body
{
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #3D5866;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.ediy-postheader, .ediy-postheader a, .ediy-postheader a:link, .ediy-postheader a:visited, .ediy-postheader a:hover,
.ediy-blockheader .t, .ediy-vmenublockheader .t, .ediy-logo-text, .ediy-logo-text a,
h1.ediy-logo-name, h1.ediy-logo-name a, h1.ediy-logo-name a:link, h1.ediy-logo-name a:visited, h1.ediy-logo-name a:hover
{
  font-style: normal;
  text-decoration: none;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 28px;
}
a
{
  text-decoration: none;
  letter-spacing: 1px;
  color: #318AB9;
}
a:link
{
  text-decoration: none;
  letter-spacing: 1px;
  color: #318AB9;
}
a:visited, a.visited
{
  color: #318AB9;
}
a:hover, a.hover
{
  color: #09BDDC;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  text-transform: uppercase;
  color: #246689;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
  color: #318AB9;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-size: 22px;
  text-transform: uppercase;
  color: #DF0C16;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-size: 18px;
  text-transform: uppercase;
  color: #4E7083;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-size: 16px;
  text-transform: uppercase;
  color: #4E7083;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-size: 14px;
  text-transform: uppercase;
  color: #4E7083;
}
#ediy-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}
#ediy-page-background-gradient
{
  position: absolute;
  background-image: url('/images/template/layouts/tpl_939/images/page_g.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 900px;
}
#ediy-page-background-simple-gradient
{
  position: absolute;
  background-image: url('/images/template/layouts/tpl_939/images/page_sg.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 900px;
}
.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}
form
{
  padding: 0 !important;
  margin: 0 !important;
}
table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */
/*  Box, Sheet */
.ediy-sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 1000px;
  min-width: 55px;
  min-height: 55px;
}
.ediy-sheet-body
{
  position: relative;
  z-index: 1;
  padding: 4px;
}
.ediy-sheet-tr, .ediy-sheet-tl, .ediy-sheet-br, .ediy-sheet-bl, .ediy-sheet-tc, .ediy-sheet-bc,.ediy-sheet-cr, .ediy-sheet-cl
{
  position: absolute;
  z-index: -1;
}
.ediy-sheet-tr, .ediy-sheet-tl, .ediy-sheet-br, .ediy-sheet-bl
{
  width: 66px;
  height: 66px;
  background-image: url('/images/template/layouts/tpl_939/images/sheet_s.png');
}
.ediy-sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 33px, 33px, auto);
}
.ediy-sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 33px, 33px);
}
.ediy-sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(33px, 33px, auto, auto);
}
.ediy-sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(33px, auto, auto, 33px);
}
.ediy-sheet-tc, .ediy-sheet-bc
{
  left: 33px;
  right: 33px;
  height: 66px;
  background-image: url('/images/template/layouts/tpl_939/images/sheet_h.png');
}
.ediy-sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 33px, auto);
}
.ediy-sheet-bc
{
  bottom: 0;
  clip: rect(33px, auto, auto, auto);
}
.ediy-sheet-cr, .ediy-sheet-cl
{
  top: 33px;
  bottom: 33px;
  width: 66px;
  background-image: url('/images/template/layouts/tpl_939/images/sheet_v.png');
}
.ediy-sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 33px);
}
.ediy-sheet-cl
{
  left: 0;
  clip: rect(auto, 33px, auto, auto);
}
.ediy-sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 33px;
  left: 33px;
  right: 33px;
  bottom: 33px;
  background-color: #ffffff;
}
.ediy-sheet
{
  margin-top: 10px !important;
  cursor:auto;
}
#ediy-page-background-simple-gradient, #ediy-page-background-gradient, #ediy-page-background-glare
{
  min-width: 1000px;
}
/* end Box, Sheet */
/*  Menu */
.navmenu a, .navmenu a:link, .navmenu a:visited, .navmenu a:hover
{
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
}
.navmenu, .navmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}
.navmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}
.navmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}
.navmenu li li
{
  float: none;
}
.navmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}
.navmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}
.navmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}
.navmenu:after, .navmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.navmenu, .navmenu ul
{
  min-height: 0;
}
.navmenu ul
{
  background-image: url(/images/template/layouts/tpl_939/images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}
.navmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}
.navmenu
{
  padding: 4px 20px 4px 20px;
}
.nav
{
  position: relative;
  height: 37px;
  z-index: 100;
}
.nav .l, .nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 37px;
  background-image: url('/images/template/layouts/tpl_939/images/nav.png');
}
.nav .l
{
  left: 0;
  right: 20px;
}
.nav .r
{
  right: 0;
  width: 992px;
  clip: rect(auto, auto, auto, 972px);
}
/* end Menu */
/*  MenuItem */
.navmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 29px;
  cursor: pointer;
  text-decoration: none;
}
.navmenu li
{
  margin-right: 4px;
  margin-left: 4px;
}
.navmenu ul li
{
    margin:0;
    clear: both;
}
.navmenu a .r, .navmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 87px;
  background-image: url('/images/template/layouts/tpl_939/images/menuitem.png');
}
.navmenu a .l
{
  left: 0;
  right: 9px;
}
.navmenu a .r
{
  width: 418px;
  right: 0;
  clip: rect(auto, auto, auto, 409px);
}
.navmenu a .t
{
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  color: #FCFDFD;
  padding: 0 13px;
  margin: 0 9px;
  line-height: 29px;
  text-align: center;
}
.navmenu a:hover .l, .navmenu a:hover .r
{
  top: -29px;
}
.navmenu li:hover>a .l, .navmenu li:hover>a .r
{
  top: -29px;
}
.navmenu li:hover a .l, .navmenu li:hover a .r
{
  top: -29px;
}
.navmenu a:hover .t
{
  color: #131B20;
}
.navmenu li:hover a .t
{
  color: #131B20;
}
.navmenu li:hover>a .t
{
  color: #131B20;
}
.navmenu a.active .l, .navmenu a.active .r
{
  top: -58px;
}
.navmenu a.active .t
{
  color: #172126;
}
/* end MenuItem */
/*  MenuSeparator */
.nav .navmenu-separator
{
  display: block;
  width: 1px;
  height: 29px;
  background-image: url('/images/template/layouts/tpl_939/images/menuseparator.png');
}
/* end MenuSeparator */
/*  MenuSubItem */
.navmenu ul a
{
  display: block;
  text-align: center;
  white-space: nowrap;
  height: 26px;
  width: 240px;
  overflow: hidden;
  line-height: 26px;
  background-image: url('/images/template/layouts/tpl_939/images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #328DBD;
}
.nav ul.navmenu ul span, .nav ul.navmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}
.navmenu ul a, .navmenu ul a:link, .navmenu ul a:visited, .navmenu ul a:hover, .navmenu ul a:active, .nav ul.navmenu ul span, .nav ul.navmenu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 26px;
  color: #163F55;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  margin:0;
  padding:0;
}
.navmenu ul li a:hover
{
  color: #FEE7E8;
  border-color: #328DBD;
  background-position: 0 -26px;
}
.navmenu ul li:hover>a
{
  color: #FEE7E8;
  border-color: #328DBD;
  background-position: 0 -26px;
}
.nav .navmenu ul li a:hover span, .nav .navmenu ul li a:hover span span
{
  color: #FEE7E8;
}
.nav .navmenu ul li:hover>a span, .nav .navmenu ul li:hover>a span span
{
  color: #FEE7E8;
}
/* end MenuSubItem */
/*  Header */
div.ediy-header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 992px;
  height: 148px;
  overflow: hidden;
}
div.ediy-header-jpeg
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 992px;
  height: 148px;
  background-image: url('/images/template/layouts/tpl_939/images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */
/*  Layout */
.ediy-content-layout
{
  display: table;
  padding: 0;
  border: none;
  width: 992px;
}
.ediy-content-layout .ediy-content-layout
{
  width: auto;
  margin:0;
}
div.ediy-content-layout div.ediy-layout-cell, div.ediy-content-layout div.ediy-layout-cell div.ediy-content-layout div.ediy-layout-cell
{
   display: table-cell;
}
div.ediy-layout-cell div.ediy-layout-cell
{
   display: block;
}
div.ediy-content-layout-row
{
  display: table-row; 
}
.ediy-content-layout
{
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}
.ediy-layout-cell, .ediy-content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
/* end Layout */
/*  Box, Block, VMenuBlock */
.ediy-vmenublock
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.ediy-vmenublock-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}
.ediy-vmenublock-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
.ediy-vmenublock
{
  margin: 10px;
}
/* end Box, Block, VMenuBlock */
/*  Box, Box, VMenuBlockContent */
.ediy-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.ediy-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}
.ediy-vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
.ediy-vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.ediy-vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}
.ediy-vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
/* end Box, Box, VMenuBlockContent */
/*  Box, Block */
.ediy-block
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.ediy-block-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}
.ediy-block
{
  margin: 10px;
}
/* end Box, Block */
/*  BlockHeader */
.ediy-blockheader
{
  position: relative;
  z-index: 0;
  height: 32px;
  margin-bottom: 0;
}
.ediy-blockheader .t
{
  height: 32px;
  color: #B9CBD5;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  text-transform: uppercase;
  margin:0;
  padding: 0 10px 0 10px;
  white-space: nowrap;
  line-height: 32px;	
}
.ediy-blockheader .l, .ediy-blockheader .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 32px;
  background-image: url('/images/template/layouts/tpl_939/images/blockheader.png');
}
.ediy-blockheader .l
{
  left: 0;
  right: 6px;
}
.ediy-blockheader .r
{
  width: 992px;
  right: 0;
  clip: rect(auto, auto, auto, 986px);
}
/* end BlockHeader */
/*  Box, BlockContent */
.ediy-blockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 15px;
  min-height: 15px;
}
.ediy-blockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 8px;
}
.ediy-blockcontent-tr, .ediy-blockcontent-tl, .ediy-blockcontent-br, .ediy-blockcontent-bl, .ediy-blockcontent-tc, .ediy-blockcontent-bc,.ediy-blockcontent-cr, .ediy-blockcontent-cl
{
  position: absolute;
  z-index: -1;
}
.ediy-blockcontent-tr, .ediy-blockcontent-tl, .ediy-blockcontent-br, .ediy-blockcontent-bl
{
  width: 14px;
  height: 14px;
  background-image: url('/images/template/layouts/tpl_939/images/blockcontent_s.png');
}
.ediy-blockcontent-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 7px, 7px, auto);
}
.ediy-blockcontent-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 7px, 7px);
}
.ediy-blockcontent-bl
{
  bottom: 0;
  left: 0;
  clip: rect(7px, 7px, auto, auto);
}
.ediy-blockcontent-br
{
  bottom: 0;
  right: 0;
  clip: rect(7px, auto, auto, 7px);
}
.ediy-blockcontent-tc, .ediy-blockcontent-bc
{
  left: 7px;
  right: 7px;
  height: 14px;
  background-image: url('/images/template/layouts/tpl_939/images/blockcontent_h.png');
}
.ediy-blockcontent-tc
{
  top: 0;
  clip: rect(auto, auto, 7px, auto);
}
.ediy-blockcontent-bc
{
  bottom: 0;
  clip: rect(7px, auto, auto, auto);
}
.ediy-blockcontent-cr, .ediy-blockcontent-cl
{
  top: 7px;
  bottom: 7px;
  width: 14px;
  background-image: url('/images/template/layouts/tpl_939/images/blockcontent_v.png');
}
.ediy-blockcontent-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 7px);
}
.ediy-blockcontent-cl
{
  left: 0;
  clip: rect(auto, 7px, auto, auto);
}
.ediy-blockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  background-color: #CFDCE2;
}
.ediy-blockcontent-body
{
  color: #4E7083;
  font-size: 12px;
}
.ediy-blockcontent-body a:link
{
  color: #2B78A1;
}
.ediy-blockcontent-body a:visited, .ediy-blockcontent-body a.visited
{
  color: #2B78A1;
}
.ediy-blockcontent-body a:hover, .ediy-blockcontent-body a.hover
{
  color: #09BDDC;
}
.ediy-blockcontent-body ul
{
  list-style-type: none;
  color: #3B5563;
  margin: 0;
  padding: 0;
}
.ediy-blockcontent-body ul li
{
  line-height: 1em;
  padding: 0 0 0 14px;
  background-image: url('/images/template/layouts/tpl_939/images/blockcontentbullets.png');
  background-repeat: no-repeat;
}
/* end Box, BlockContent */
/*  Button */
.ediy-button-wrapper .ediy-button
{
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none !important;
  color: #FFFFFF !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 29px;
  height: 29px;
  margin: 0;
  padding: 0 14px !important;
  overflow: visible;
  cursor: default;
  z-index: 0;
}
.ediy-button img, .ediy-button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}
.ediy-button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 29px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}
.firefox2 .ediy-button-wrapper
{
  display: block;
  float: left;
}
input, select, textarea, select
{
  vertical-align: middle;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
}
.ediy-block select 
{
    width:96%;
}
.ediy-button-wrapper.hover .ediy-button, .ediy-button:hover
{
  color: #000000 !important;
  text-decoration: none !important;
}
.ediy-button-wrapper.active .ediy-button
{
  color: #FEE7E8 !important;
}
.ediy-button-wrapper .l, .ediy-button-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 87px;
  margin: 0;
  padding: 0;
  background-image: url('/images/template/layouts/tpl_939/images/button.png');
}
.ediy-button-wrapper .l
{
  left: 0;
  right: 7px;
}
.ediy-button-wrapper .r
{
  width: 407px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}
.ediy-button-wrapper.hover .l, .ediy-button-wrapper.hover .r
{
  top: -29px;
}
.ediy-button-wrapper.active .l, .ediy-button-wrapper.active .r
{
  top: -58px;
}
.ediy-button-wrapper input
{
  float: none !important;
}
/* end Button */
/*  Box, Post */
.ediy-post
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.ediy-post-body
{
  position: relative;
  z-index: 1;
  padding: 3px;
}
.ediy-post
{
  margin: 7px;
}
a img
{
  border: 0;
}
.ediy-metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}
pre
{
  overflow: auto;
  padding: 0.1em;
}
/* end Box, Post */
/*  PostHeaderIcon */
.ediy-postheader
{
  margin: 0.2em 0;
  padding: 0;
  font-size: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #226081;
}
.ediy-postheader a, .ediy-postheader a:link, .ediy-postheader a:visited, .ediy-postheader a:hover
{
  font-size: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  color: #226081;
}
/* end PostHeaderIcon */
/*  PostHeader */
.ediy-postheader a:link
{
  color: #2A759D;
}
.ediy-postheader a:visited, .ediy-postheader a.visited
{
  color: #4B6B7C;
}
.ediy-postheader a:hover, .ediy-postheader a.hovered
{
  text-decoration: underline;
  color: #09BDDC;
}
/* end PostHeader */
/*  PostContent */
.ediy-postcontent p
{
  margin: 0.5em 0;
}
.ediy-postcontent, .ediy-postcontent p, ul.navmenu, ul.navmenu ul, ul.ediy-vmenu, ul.ediy-vmenu ul
{
  text-align: justify;
}
.ediy-postcontent
{
  margin: 0;
}
/* end PostContent */
/*  PostBullets */
ol, ul
{
  color: #091820;
  margin: 1em 0 1em 2em;
  padding: 0;
  margin-left: 12px;
  font-size: 12px;
}
li ol, li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}
li
{
  margin: 0.2em 0;
  padding: 0;
}
ul
{
  list-style-type: none;
}
ol
{
  list-style-position: inside;
}
.ediy-post li
{
  padding: 0 0 0 12px;
  line-height: 1em;
}
.ediy-post ol li, .ediy-post ul ol li
{
  background: none;
  padding-left: 0;
}
.ediy-post ul li, .ediy-post ol ul li
{
  background-image: url('/images/template/layouts/tpl_939/images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 12px;
}
/* end PostBullets */
/*  PostQuote */
blockquote,
blockquote p,
.ediy-postcontent blockquote p
{
  color: #0B1013;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}
blockquote,
.ediy-postcontent blockquote
{
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 28px;
  background-color: #D2DEE4;
  background-image: url('/images/template/layouts/tpl_939/images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
}
/* end PostQuote */
/*  Footer */
.ediy-footer
{
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 992px;
  margin: 0 auto;
}
.ediy-footer .ediy-footer-inner
{
  height: 1%;
  position: relative;
  z-index: 0;
  padding: 20px;
  text-align: center;
}
.ediy-footer .ediy-footer-background
{
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url('/images/template/layouts/tpl_939/images/footer.png');
  width: 992px;
  height: 150px;
  bottom: 0;
  left: 0;
}
.ediy-footer .ediy-footer-text p
{
  margin: 0;
}
.ediy-footer .ediy-footer-text
{
  display: inline-block;
  color: #000000;
  font-size: 11px;
}
.ediy-footer .ediy-footer-text a:link
{
  color: #205A79;
  text-decoration: underline;
}
.ediy-footer .ediy-footer-text a:visited
{
  text-decoration: none;
  color: #395260;
}
.ediy-footer .ediy-footer-text a:hover
{
  color: #09BDDC;
  text-decoration: none;
}
/* end Footer */
/*  PageFooter */
.ediy-page-footer, .ediy-page-footer a, .ediy-page-footer a:link, .ediy-page-footer a:visited, .ediy-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: #429CCD;
}
.ediy-page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #6990A5;
}
/* end PageFooter */
/*  LayoutCell, sidebar1 */
.ediy-content-layout .ediy-sidebar1
{
  width: 22%;
}
/* end LayoutCell, sidebar1 */
/*  LayoutCell, content */
.ediy-content-layout .ediy-content
{
  width: 78%;
}
.ediy-content-layout .ediy-content .ediy-block
{
  background-color: #FFFFFF;
}
.ediy-content-layout .ediy-content-wide
{
  width: 100%;
}
/* end LayoutCell, content */
img.image
{
    margin:0;
    padding:0;
    border:none;
}

a:link, a:visited 	
{ 
	TEXT-DECORATION: none;
	COLOR: #000099;
}

a:active, a:hover 	
{ 
	cursor:hand; 
	TEXT-DECORATION: underline;
	COLOR: #000099;
}

a.newsticker:link, a.newsticker:visited
{  
	font-size: 10px;
}

a.newsticker:active, a.newsticker:hover
{  
	font-size: 10px;
}

.DISPTABLE
{
   font-size:10pt;
}

.DISPTABLE TD
{
   font-size:10pt;
}

.DISPTABLE TH
{
   font-size:10pt;
}

#tblGuestBook {
   border: 1px solid #eeeeee;
}

#tblGuestBook TH
{   
   background: url(/images/template/layouts/tpl_571/images/silverbck.jpg);
}

#tblGuestBook A
{   
   font-size:10pt;
}
.DIVDISP
{
   TEXT-ALIGN: center;
   TEXT-DECORATION: none;
}

.navText
{
   TEXT-ALIGN: left;
   FONT-FAMILY: Arial;
   TEXT-DECORATION: none;
   FONT-SIZE: 9pt;
   COLOR: #ef6500;
   FONT-WEIGHT: bolder;
}

.navTextLinks A
{
   COLOR: #ef6500;
   font-size:8pt;
   TEXT-DECORATION: none;
}

.navTextLinks A:VISITED
{
   COLOR: #ef6500;
   font-size:8pt;
   TEXT-DECORATION: none;
}

.navTextLinks A:HOVER
{
   COLOR: #ef6500;
   font-size:8pt;
   TEXT-DECORATION: underline;
}

.item-original-price
{
   COLOR: #000000;
   font-size:10pt;
   FONT-WEIGHT: bold;
}

.item-discount
{
   COLOR: #0000ff;
   font-size:9pt;
   FONT-WEIGHT: normal;
}

.item-sale-price
{
   COLOR: #ff0000;
   font-size:12pt;
   FONT-WEIGHT: bold;
}
.item-stockmessage
{
   COLOR: #ff0000;
   font-size:9pt;
   FONT-WEIGHT: bold;
}

.item-qty
{
   COLOR: #000000;
   font-size:9pt;
   FONT-WEIGHT: bold;
}

.button
{
   font-size:10pt;
   cursor:hand;
}


#pad {
    padding:5px;
}

#divProdGroups {
    padding:10px;
    font-size: 8pt;
    font-weight: bold;
}

.wrapper {
	width: 100%;
}
.cells {
	width: 165px;
	height: 230px;
	background-color: #ffffff;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}
#wire h3, #wire p {margin:0 10px; letter-spacing:1px;}
#wire h3 {font-size:1.5em;color:#06a; border:0;}
#wire p {padding-bottom:0.5em;}
#wire {background: transparent; margin:1em; width: 150px;}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#ffffff; border-left:1px solid #cccccc; border-right:1px solid #cccccc;}
.xb1 {margin:0 5px; background:#cccccc;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {display:block; background:#ffffff; border:0 solid #cccccc; border-width:0 1px; height: 200px; text-align: center;}

a.groupbox {
   font-size: 9pt;
   font-weight: normal;
   text-decoration: none;
}

a.groupbox:hover table {
   border: 3px outset #cccccc;
}

a.groupbox:hover {
   font-size: 9pt;
   font-weight: normal;
   color: #ff0000;
   text-decoration: none;
}


.xmenu_menu { z-index:999;border-color:;border-style:solid;border-width: 0px 0px 0px 0px;background-color:;position:absolute;left:0px;top:0px;visibility:hidden;}
.xmenu_main, a.xmenu_main:link, a.xmenu_main:visited{ text-align:left;color:;text-decoration:none;border-style:none;padding:5px 2px 5px 2px;cursor:hand;display:block;font-size:px;font-weight:;font-family: ;}
a.xmenu_main:hover, a.xmenu_main:active{color:;text-decoration:none;border-style:none;padding:5px 2px 5px 2px;cursor:hand;display:block;font-size:px;font-weight:;font-family: ;}
.xmenu_plain, a.xmenu_plain:link, a.xmenu_plain:visited{text-align:left;color:;text-decoration:none;background-color:;border-style:solid;border-color:;border-width:0px 0px 0px 0px;padding:5px 2px 5px 2px;cursor:hand;display:block;font-size:px;font-family:;}
a.xmenu_plain:hover, a.xmenu_plain:active{color:;text-decoration:none;background-color:;border-color:;border-style:solid;border-width:0px 0px 0px 0px;padding:5px 2px 5px 2px;cursor:hand;display:block;font-size:px;font-family:;}
a.xmenu_l:link, a.xmenu_l:visited{text-align:left;background:  url() no-repeat right;color:;text-decoration:none;border-style:solid;border-color:;border-width:0px 0px 0px 0px;padding:5px 2px 5px 2px;cursor:hand;display:block;font-size:px;font-family:;}
a.xmenu_l:hover, a.xmenu_l:active{text-align:left;background:  url() no-repeat right;color:;text-decoration:none;border-style:solid;border-color:;border-width:0px 0px 0px 0px;padding:5px 2px 5px 2px;cursor:hand;display:block;font-size:px;font-family:;}
