/*
Theme Name: Judy Askins
Author: Linda Porasso
Author URI: http://avactis-store-styles.com
Tags: fixed width, left sidebar, two columns, valid XHTML, widgets
*/

/* begin Page */

body
{
  margin: 0 auto;
  padding: 0;
  background-color: #CDCCB7;
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}



.PageBackgroundSimpleGradient
{
  background-image: url('images/Page-BgSimpleGradient.jpg');
  background-repeat: repeat-x;
  height: 1px;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}


/* end Page */

div.pics img {
  padding: 10px;
  border: double 6px #636363;
}

/* begin Box, Sheet */
.Sheet
{
  overflow: hidden;
  min-width:35px;
  min-height:35px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 870px;
}


.Sheet-body
{
  position: relative;
  z-index: 0;
  margin: 10px;
}

.Sheet-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 17px;
  height: 17px;
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -17px;
  width: 34px;
  height: 34px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 17px;
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -17px;
  left: 0;
  width: 34px;
  height: 34px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 17px;
  height: 17px;
}

.Sheet-br div
{
  position: absolute;
  z-index: -1;
  top: -17px;
  left: -17px;
  width: 34px;
  height: 34px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 17px;
  right: 17px;
  height: 17px;
}

.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 34px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 17px;
  right: 17px;
  height: 17px;
}

.Sheet-bc div
{
  position: absolute;
  z-index: -1;
  top: -17px;
  left: 0;
  width: 100%;
  height: 34px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 17px;
  left: 0;
  width: 17px;
  bottom: 17px;
}

.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 17px;
  right: 0;
  width: 17px;
  bottom: 17px;
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -17px;
  width: 34px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 17px;
  left: 17px;
  right: 17px;
  bottom: 17px;
  background-image: url('images/Sheet-c.png');
}


.Sheet
{
  margin-top: -10px !important;
}
/* end Box, Sheet */

/* begin Header */
div.Header
{
  margin: 0 auto;
  position: relative;
  width: 850px;
  height: 362px;
}


div.Header  div.Header-c
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/Header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* begin Logo */
.logo
{
  display : block;
  position: absolute;
  left: {LogoLeft}px;
  top: {LogoTop}px;
  width: {LogoWidth}px;
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  display: block;
  text-align: {HorizontalAlign};
{LogoNameFont}
  padding:0;
  margin:0;
  color: #000000 !important;
}

.logo-text, .logo-text a
{
  display: block;
  padding:0;
  margin:0;
  text-align: {HorizontalAlign};
{LogoSloganFont}
  color: #000000 !important;
}
/* end Logo */

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

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
  text-align:left;
  text-decoration:none;
  outline:none;
  letter-spacing:normal;
  word-spacing:normal;
}

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

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

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

.artmenu li li
{
  float: none;
}

.artmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background:none;
}

.artmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.artmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.artmenu:after, .artmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.artmenu, .artmenu ul
{
  min-height: 0;
}

.artmenu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

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


/* menu structure */

.nav
{
  position: relative;
  margin: 0  auto;
  width: 850px;
  height: 35px;
  z-index: 100;
}

.artmenu
{
  padding: 6px 6px 6px 6px;
}


.nav .l, .nav .r, .nav .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 35px;
}

.nav .l
{
  left: 0;
  right: 0px;
}


.nav .r
{
  right: 0;
  width: 0px;
}


.nav .r div
{
  width: 850px;
  right: 0;
}


.nav .l, .nav .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/nav.png');
}

/* end Menu */

/* begin MenuItem */
.artmenu ul li
{
  clear: both;
}

.artmenu a , .artmenu a span
{
  height: 23px;
  display: block;
}


.artmenu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 2px;
  margin-left: 2px;

}
.artmenu a
{
  background-image: url('images/item-left.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.artmenu a span
{
  background-image: url('images/item-right.png');
  background-position: right top;
  background-repeat: no-repeat;
}
.artmenu a span span
{
  font-family:  "Lucida Console", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  color: #CFD2C6;
  padding: 0 15px;
  margin: 0 3px;
  line-height: 23px;
  text-align: center;
  background-image: url('images/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;

}


.artmenu a:hover
{
  background-position: left -23px;
}

.artmenu li:hover>a
{
  background-position: left -23px;
}
.artmenu li:hover a span
{
  background-position: right -23px;
}

.artmenu a:hover span
{
  background-position: right -23px;
}


.artmenu a:hover span span
{
  color: #3B3E32;
  background-position: left -23px;
}

.artmenu li:hover a span span
{
  color: #3B3E32;
  background-position: left -23px;
}


.artmenu a.active
{
  background-position: left -46px;
}

.artmenu a.active span
{
  background-position: right -46px;
}

.artmenu a.active span span
{
  color: #E9EBE6;
  background-position: left -46px;
}

/* end MenuItem */

/* begin MenuSeparator */
.nav .separator
{
  display: block;
  width: 1px;
  height: 23px;
  background-image: url('images/item-separator.png');
}
/* end MenuSeparator */

/* begin Box, Block */
.Block
{
  overflow: hidden;
  min-width:3px;
  min-height:3px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Block-body
{
  position: relative;
  z-index: 0;
  margin: 7px;
}

.Block-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background-image: url('images/Block-s.png');
}

.Block-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 1px;
  height: 1px;
}

.Block-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -1px;
  width: 2px;
  height: 2px;
  background-image: url('images/Block-s.png');
}

.Block-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

.Block-bl div
{
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 2px;
  height: 2px;
  background-image: url('images/Block-s.png');
}

.Block-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 1px;
}

.Block-br div
{
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  width: 2px;
  height: 2px;
  background-image: url('images/Block-s.png');
}

.Block-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 1px;
  right: 1px;
  height: 1px;
}

.Block-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url('images/Block-h.png');
}

.Block-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 1px;
  right: 1px;
  height: 1px;
}

.Block-bc div
{
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url('images/Block-h.png');
}

.Block-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 1px;
  left: 0;
  width: 1px;
  bottom: 1px;
}

.Block-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-image: url('images/Block-v.png');
}

.Block-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 1px;
  right: 0;
  width: 1px;
  bottom: 1px;
}

.Block-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  background-image: url('images/Block-v.png');
}

.Block-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-image: url('images/Block-c.png');
}


.Block
{
  margin: 7px;
}

.Block table.table
{
  border-collapse: collapse;
  margin: 1px;
}

.Block table.table th, .Block table.table td
{
  padding: 2px;
}


.Block table.table td
{
  vertical-align: top;
}
/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
  position: relative;
  overflow: hidden;
  height: 30px;
  z-index: 0;
  line-height: 30px;
  padding: 0 8px;
  margin-bottom: 7px;

}

.BlockHeader-text
{
  white-space : nowrap;
  color: #000000;
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}


.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.BlockHeader .l
{
  left: 0;
  right: 1px;
}


.BlockHeader .r
{
  right: 0;
  width: 1px;
}


.BlockHeader .r div
{
  width: 864px;
  right: 0;
}


.BlockHeader .l, .BlockHeader .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/BlockHeader.png');
}



.header-tag-icon
{
  display:inline-block;
  background-position:left top;
  background-image: url('images/BlockHeaderIcon.png');
  padding:0 0 0 22px;
  background-repeat: no-repeat;
  min-height: 13px;
  margin: 0 0 0 5px;
}




/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
  overflow: hidden;
  min-width:3px;
  min-height:3px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.BlockContent-body
{
  position: relative;
  z-index: 0;
  margin: 8px;
}

.BlockContent-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background-image: url('images/BlockContent-s.png');
}

.BlockContent-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 1px;
  height: 1px;
}

.BlockContent-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -1px;
  width: 2px;
  height: 2px;
  background-image: url('images/BlockContent-s.png');
}

.BlockContent-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

.BlockContent-bl div
{
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 2px;
  height: 2px;
  background-image: url('images/BlockContent-s.png');
}

.BlockContent-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 1px;
}

.BlockContent-br div
{
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -1px;
  width: 2px;
  height: 2px;
  background-image: url('images/BlockContent-s.png');
}

.BlockContent-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 1px;
  right: 1px;
  height: 1px;
}

.BlockContent-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url('images/BlockContent-h.png');
}

.BlockContent-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 1px;
  right: 1px;
  height: 1px;
}

.BlockContent-bc div
{
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url('images/BlockContent-h.png');
}

.BlockContent-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 1px;
  left: 0;
  width: 1px;
  bottom: 1px;
}

.BlockContent-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-image: url('images/BlockContent-v.png');
}

.BlockContent-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 1px;
  right: 0;
  width: 1px;
  bottom: 1px;
}

.BlockContent-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  background-image: url('images/BlockContent-v.png');
}

.BlockContent-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-image: url('images/BlockContent-c.png');
}


.BlockContent-body {
  color:#5E634F;
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0px;
}

.BlockContent-body a:link
{
  color: #6E745D;
  font-family:  Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  letter-spacing: 0px;
}

.BlockContent-body a:visited
{
  color: #899074;
  font-family:  Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  letter-spacing: 0px;
}

.BlockContent-body a:hover
{
  color: #D9431E;
  font-family:  Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  letter-spacing: 0px;
}


.BlockContent-body ul
{
  list-style-type: none;
  color: #262820;
  margin:0;
  padding:0;
}

.BlockContent-body li
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0px;
}

.BlockContent-body ul li
{
  padding:0px 0 0px 13px;
  background-image: url('images/BlockContentBullets.png');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.Post
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Post-body
{
  position: relative;
  z-index: 0;
  margin: 10px;
}


.Post
{
  margin: 10px;
}

/* Start product images */

div.product
{
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: double;
  border-width: 6px;
  border-color: #555555;
  width: 160px;
}

img.product a:link, img.product a:visited, img.product a:hover, img.product a:active,
{
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: double;
  border-width: 6px;
  border-color: #555555;
  width: 160px;
  cursor: hand;
}
/* Start images */
a img
{
  border: 0;
}

img.metadata-icon
{
  border:none;
  vertical-align: middle;
}

/* Finish images */

/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeaderIcon-wrapper
{
  text-decoration:none;
  margin: 0.2em 0;
  padding: 0;
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  word-spacing:normal;
  font-variant:normal;
  text-decoration:none;
  font-variant:normal;
  text-transform:none;
  text-align:left;
  text-indent:0;
  line-height:inherit;
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #2B2D24;
}
/* end PostHeaderIcon */

/* begin PostHeader */
a.PostHeader:link
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #383B30;
}

a.PostHeader:visited
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #4B4F40;
}

a.PostHeader:hover
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #665D33;
}
/* end PostHeader */

/* begin PostMetadata */

.PostMetadataHeader
{

  background-color: #D8DBD2;
  border-color: #D4CDAA;
  border-style: solid;
  border-width: 1px;
  padding:3px;
}


.PostMetadataHeader
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  letter-spacing: 0px;
  margin-bottom: 3px;
  color: #303329;
}

.PostMetadataHeader a:link
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  letter-spacing: 0px;
  color: #665D33;
}

.PostMetadataHeader a:visited
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  letter-spacing: 0px;
  color: #515544;
}

.PostMetadataHeader a:hover
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-decoration: underline;
  letter-spacing: 0px;
  color: #7C6C1D;
}
/* end PostMetadata */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #383B30
}

.PostContent {
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #383B30;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family:  Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  letter-spacing: 1px;
  color: #1B1C17
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family:  Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  letter-spacing: 1px;
  color: #1B1C17
}

/* Adds special style to a visited link. */
a:visited
{
  font-family:  Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #36392D
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover
{
  font-family:  Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #1B1C17
}
/* Finish Content link style */

/* Start Content td link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
TD a
{
  font-family:  Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  letter-spacing: 1px;
  color: #1B1C17
}

/* Adds special style to an unvisited link. */
TD a:link
{
  font-family:  Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  letter-spacing: 1px;
  color: #1B1C17
}

/* Adds special style to a visited link. */
TD a:visited
{
  font-family:  Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #36392D
}

/* :hover - adds special style to an element when you mouse over it. */
TD a:hover
{
  font-family:  Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #1B1C17
}
/* Finish Content TD link style */

/* Resert some headings default style & links default style for links in headings*/
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
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #1B1C17;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #515544;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #878E71;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #494C3D;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #494C3D;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #494C3D;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */

ul
{
  list-style-type: none;
  color: #2B2D24;
  margin:0;
  padding:0;
}

li
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}



.Post ul li
{
  padding:0px 0px 0px 13px;
  background-image: url('images/PostBullets.png');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */

blockquote p
{
  color:#10110E;
  font-family:  Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-left: 15px;
  margin-right: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 150%;
}

blockquote
{
  border:1px solid #B7BBAA;

  margin:10px 10px 10px 50px;
  padding:5px 5px 5px 41px;

  background-color:#D8DBD2;

  background-image:url('images/PostQuote.png');
  background-position:left top;
  background-repeat:no-repeat;
}



/* Finish blockuote */
/* end PostQuote */

/* begin PostMetadata */

.PostMetadataFooter
{

  background-color: #D8DBD2;
  border-color: #D4CDAA;
  border-style: solid;
  border-width: 1px;
  padding:3px;
  text-align: right;
}


.PostMetadataFooter
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  letter-spacing: 0px;
  color: #303329;
}

.PostMetadataFooter a:link
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  letter-spacing: 0px;
  color: #665D33;
}

.PostMetadataFooter a:visited
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  letter-spacing: 0px;
  color: #515544;
}

.PostMetadataFooter a:hover
{
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-decoration: underline;
  letter-spacing: 0px;
  color: #7C6C1D;
}
/* end PostMetadata */

/* begin Button */
button.Button, a.Button
{
  position:relative;
  display:inline-block;
  width: auto;
  outline:none;
  border:none;
  background:none;
  line-height:31px;
  height:31px;
  margin:0;
  padding:0;
  overflow: visible;
  cursor: default;
  text-decoration: none;
}


/*This HACK needed for ie7 (button position)*/
*:first-child+html button.Button, *:first-child+html a.Button
{
  display:list-item;
  list-style-type:none;
  float:left;
}


.Button .btn
{
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  z-index: 0;
  height: 31px;
  color: #000000;
  white-space: nowrap;
  float: left;
}

.Button .t
{
  height: 31px;
  white-space: normal;
  padding: 0 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  line-height: 31px;
  text-decoration: none;
}

input, select
{
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
}

.Button .active
{
  color: #FBF9EE;
}

.Button .hover,  a.Button:hover
{
  color: #000000;
  text-decoration:none;
}

.Button .active .r
{
  top: -62px;
}

.Button .hover .r
{
  top: -31px;
}

.Button .r
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 13px;
  height: 93px;
}


.Button .r span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:421px;
  height: 93px;
}


.Button .active .l
{
  top: -62px;
}

.Button .hover .l
{
  top: -31px;
}

.Button .l
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 13px;
  height: 93px;
}


.Button .l, .Button .r span
{
  background-image: url('images/Button.png');
}

/* end Button */

/* begin Footer */
.Footer
{
  position:relative;
  z-index:0;
  overflow:hidden;
  width: 850px;
  margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
  height:1%;
  position: relative;
  z-index: 0;
  padding: 8px;
  text-align: center;
}

.Footer .Footer-background
{
  position:absolute;
  z-index:-1;
  background-repeat:no-repeat;
  background-image: url('images/Footer.png');
  width: 850px;
  height: 100px;
  bottom:0;
  left:0;
}



.Footer .Footer-text p
{
  margin: 0;
}

.Footer .Footer-text
{
  display:inline-block;
  color:#1B190E;
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

.Footer .Footer-text a:link
{
  text-decoration: none;
  color: #1B1C17;
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

.Footer .Footer-text a:visited
{
  text-decoration: none;
  color: #1B1C17;
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-decoration: none;
}

.Footer .Footer-text a:hover
{
  text-decoration: none;
  color: #D7431D;
  font-family:  Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .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:#A59027;
}

.page-footer
{
  margin:1em;
  text-align:center;
  text-decoration:none;
  color:#887C44;
}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .sidebar1
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 254px;
}

.clear-float
{
  float:none;
  clear:both;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 595px;
}

.clear-float
{
  float:none;
  clear:both;
}
/* end LayoutCell */



.commentlist li .avatar
{
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}

#commentform textarea
{
  width: 100%;
  padding: 2px;
}

.navigation
{
	display: block;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 3em;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

/* End */
.hidden
{
	display: none;
}

/**************************************************
    ProductListSorter 
    
***************************************************/
div#product-list-sorter, div#product-list-sorter ul {
	display: inline;
	padding: 0px;
	margin: 0px;
}div#product-list-sorter ul li {
	display: inline;
    padding: 0px;
    margin: 5px;
}div#product-list-sorter ul li a {
    color: #636363;
}div#product-list-sorter ul li a:HOVER {
    color: #d9431e;
}/**************************************************

/* Page Title Style */
.PageTitle {
    font-family: Arial, Helvetica, Sans-Serif;
    color: #323232;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}   
 /* Product Styles BEGIN */
.ProductName{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0px;
}
.ProductName a{
    color: #666666;
    text-decoration: none;
}.ProductName a:hover{
    color: #BBBBBB;
    text-decoration: none;
}.ProductDescription{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #333333;
    font-size: 12px;
    font-weight: normal;
}.ProductPrice{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #323232;
    font-size: 12px;
    font-weight: bold;
}.ProductStockMessage{
    font-family: Arial, Helvetica, Sans-Serif;
    color: red;
    font-size: 12px;
    font-weight: bold;
	padding: 5px;
}.ProductOptionsTitle{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}.ProductOptions{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #333333; 
    font-size: 12px;  
    font-weight: normal;
    text-align: left;
}.ProductOptions input,
.ProductOptions textarea,
.ProductOptions select{
}
/*
 * Product Styles END
 
}/**************************************************
    Contact Us Page
    
***************************************************/
div#contact-us {
    padding: 10px; 
    line-height: 20px;
}div#contact-us img {
    float: left;
    margin: 0px 20px 10px 0px;
    width: 200px;
    height: 200px;
    border: 0px;
}div#contact-us div.Title {
    margin-top: 10px;
    font-weight: bold;
}div#contact-us div.Text {
    line-height: 14px;
    font-weight: normal;
}div#contact-us div.Label {
    float: left;
    font-weight: normal;
    width: 45px;
    margin-top: 4px;
}div#contact-us input {
    margin: 2px;
    width: 385px;
}div#contact-us input[type="submit"]{
    width: 50px;
}div#contact-us textarea {
    margin: 2px;
    width: 430px;
    height: 200px;
}

/* Category Styles BEGIN */
.CategoryName{
    font-family: Tahoma, Verdana;
    color: #323232;
    font-size: 12px;
    font-weight: bold;
}.CategoryName a{
    color: #323232;
    text-decoration: underline;
}.CategoryName a:hover{
    color: #ff0000;
}.CategoryDescription{
    padding: 5px 0px;
    color: #333333;
    font-family: Tahoma, Verdana;
    font-size: 11px;
    font-weight: normal;
}
/* header backgrounds */
.hed1, .hed2, .hed3, .hed4 {
    height: 25px;
    vertical-align: middle; 
    padding: 0px 0px 0px 4px;
    font-size: 13px; 
    font-weight: bold;
}
/* darkest header background */
.hed1 {     
    background-color: #686b5d;
    color: #ffffff;
    padding: 5px 8px;
    text-align: left;
}
/* lightest header background */
.hed2 { 
    background-color: #b5bba2;
    color: #2c2c54;
    padding: 5px 8px;
    text-align: left;
}
/* medium header background */
.hed3 {
    padding: 2px;
    background-color: #808473;
    color: #ffffff;
    text-align: left;
}
/* lighter than medium */
.hed4 {
    padding: 2px; 
    background-color: #9da28c; 
    border-top: solid 1px #616161;
    text-align: left;
}
/*
* End These govern the headers and shaded areas in the Account sections of the cart *
*/

/*      Invoice Product Options container header       */
.invoicepo {
    padding: 2px; 
    background: #b5bba2; 
    border-top: solid 1px #A9A9A9; 
    font-weight: bold;
}
/*      Order Invoice        */ 
.OrderInfo .field {
    text-align: right;
    background: #transparent;
    color: #333333;
}.OrderInfo .value {
    text-align: left;
}.OrderInfo .products_header {
    color: #333333;
    background: #b5bba2;
}.OrderInvoice {
    color: black;
    font-size: 9pt;
}.OrderInvoice .field {
    font-weight: bold;
    text-align: right;
}.OrderInvoice .value {
    color: #666666;
    text-align: left;
}.OrderInvoice .group_header {
    color: black;
    text-decoration: underline;
    font-size: 10pt;
    font-weight: bold;
}.OrderInvoice .price_field {
    font-weight: normal;
    text-align: right;
    color: black;
}.OrderInvoice .price_value {
    font-weight: bold;
    color: black;
    text-align: left;
}
/*      End Order Invoice     */
/*
 * Checkout Styles BEGIN
 */
.Checkout {
    padding: 0px;
    margin: 2px;
    width: 100%;
    background-color: transparent;
    font-family: Tahoma, Verdana;
    color: #5e634f;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}.Checkout .Title {
    padding: 12px 0px 5px 15px;
    font-family: Tahoma, Verdana;
    color: #5e634f;
    font-size: 12px;
    font-weight: bold; 
    text-align:left;
}.Checkout .Block {
    padding: 15px;
    border: 1px #E5E5E5 solid;
}.Checkout .ColumnTitle {
    white-space: nowrap;
    color: #5e634f;
    font-weight: bold;
}.Checkout .ColumnValue {
}.Checkout .TotalLabel {
    white-space: nowrap;
    padding-right: 7px;
    font-weight: bold;
}.Checkout .TotalValue {
    font-weight: bold;
}.Checkout .Left {
    text-align:left;
}.Checkout .Right {
    text-align:right;
}.Checkout .Center {
    text-align:center;
}.Checkout input.Normal,
.Checkout textarea.Normal,
.Checkout select.Normal {
}.Checkout input.Error ,
.Checkout textarea.Error,
.Checkout select.Error {
    border: 1px solid red;
}.Checkout select.Short {
    width: 100px;
}.Checkout .Required {
}.Checkout .Error {
}.Checkout .Errors {
    padding: 15px;
    color: red;
    text-align: left;
    line-height: 20px;
}.Checkout .Empty {
    padding: 30px 0px 40px 0px;
    font-family: Tahoma, Verdana;
    color: #5e634f;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}.Checkout .ImpossibleToComputeShippingCost {
    padding: 20px;
    color: #5e634f;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}.CurrencyNotAppropriateForActivePaymentModules
{
    padding: 20px;
    color: #5e634f;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}/*
 * Checkout Styles END
 */