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

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

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

body
{
  margin: 0 auto;
  padding: 0;
  color: #0D1216;
  background-color: #FFF;
  /*background-image: url('/media/images/Bottom_texture.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;*/
}

img {
    /* for IE */
    -ms-interpolation-mode: bicubic;
    /* for old ff */
    image-rendering:optimizeQuality;
}

.margin-top-20 {margin-top: 20px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-40 {margin-top: 40px;}

.margin-bottom-10 {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-40 {margin-bottom: 40px;}


.padding-0 {padding: 0;}
.padding-r15 {padding-right: 15px;}
.padding-l15 {padding-left: 15px;}

.txt-center { text-align: center}

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

.art-postcontent p
{
    margin: 12px 0 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-size: 22px;
  margin-top: 4px;
  color: #000;
}

.art-postcontent a
{
  text-decoration: none;
  color: #2D5E7B;
}

.art-postcontent a:link
{
  text-decoration: none;
  color: #2D5E7B;
}

.art-postcontent a:visited, .art-postcontent a.visited
{

  color: #2D5E7B;
}

.art-postcontent  a:hover, .art-postcontent a.hover
{

  text-decoration: underline;
  color: #3E81A8;
}


.art-postcontent h1
{
   margin: 21px 0 21px 0;
   color: #EF0111;

}

.art-postcontent h2
{
    color: #3E81A8;
   margin: 19px 0 19px 0;
   font-size: 24px;
}

.art-postcontent h3
{
   margin: 19px 0 19px 0;
  color: #3F5469;
  font-size: 19px;
}

.art-postcontent h4
{
	text-align:center;
   color: #3B4F63;
   font-size: 16px;
}

.art-postcontent h5
{
   margin: 26px 0 26px 0;
   color: #3B4F63;
   font-size: 13px;
}

.art-postcontent h6
{
   margin: 35px 0 35px 0;
   color: #3B4F63;
   font-size: 11px;
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

#art-main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}

#art-page-background-glare
{
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-attachment: fixed;
}

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

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



.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 */

/* begin Box, Sheet */
.art-sheet
{
  position: relative;
  margin: 0 auto;
  min-width: 25px;
  min-height: 25px;
}

.art-sheet-body
{
  position: relative;
  padding: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.art-sheet
{
  top: -4px !important;
  margin-bottom: -4px !important;
  cursor:auto;
  width: 985px;
}


/* end Box, Sheet */

/* begin Header */
div.art-header
{
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;

}


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



div.art-header-jpeg
{
  position: absolute;
  top: 0;
  left:-50%;
  width: 977px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
}


/* end Header */

/* begin Logo */
div.art-logo
{
  display: block;
  position: absolute;
  left: 222px;
  top: 0px;
  width: 581px;
}

h1.art-logo-name
{
  display: block;
  text-align: left;
}

h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover
{
  font-size: 28px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #ECF4F8 !important;
}


h2.art-logo-text,
h2.art-logo-text a,
h2.art-logo-text a:link,
h2.art-logo-text a:visited,
h2.art-logo-text a:hover
{
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #DDEBF3 !important;
}

h2.art-logo-text
{
  display: block;
  text-align: left;
}
/* end Logo */

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

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
    outline: none;
}

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

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

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

.art-menu li li
{
  float: none;
}

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

.art-menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.art-menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

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

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

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




/* menu structure */

.art-menu
{
  padding: 0 0 0 0;
}

.art-nav
{
  position: relative;
  min-height: 26px;
  z-index: 100;
}


/* end Menu */

/* begin MenuItem */
.art-menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 26px;
  cursor: pointer;
  text-decoration: none;
}


.art-menu ul li
{
    margin:0;
    clear: both;
}


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

.art-menu a .l
{
  left: 0;
  right: 0;
}

.art-menu a .r
{
  width: 400px;
  right: 0;
  clip: rect(auto, auto, auto, 400px);
}

.art-menu a .t, .art-menu ul a, .art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
  text-align: left;
  text-decoration: none;
}

.art-menu a .t
{
  color: #4D6680;
  padding: 0 17px;
  margin: 0 0;
  line-height: 26px;
  text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
  top: -31px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
  top: -31px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
  top: -31px;
}
.art-menu a:hover .t
{
  color: #7F5305;
}

.art-menu li:hover a .t
{
  color: #7F5305;
}

.art-menu li:hover>a .t
{
  color: #7F5305;
}

/* end MenuItem */

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

/* begin MenuSubItem */
.art-menu ul a
{
  display: block;
  text-align: center;
  white-space: nowrap;
  height: 20px;
  width: 180px;
  overflow: hidden;
  line-height: 20px;
  background-image: url('../media/images/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 0;
  border-style: solid;
}

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

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #872F03;
  font-size: 12px;
  margin:0;
  padding:0;
}

.art-menu ul li a:hover
{
  color: #000000;
  background-position: 0 -20px;
}

.art-menu ul li:hover>a
{
  color: #000000;
  background-position: 0 -20px;
}

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

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


/* end MenuSubItem */

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

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

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

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

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

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

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

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

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

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

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

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

.art-button-wrapper.hover .art-button-l, .art-button-wrapper.hover .art-button-r
{
  top: -37px;
}

.art-button-wrapper.active .art-button-l, .art-button-wrapper.active .art-button-r
{
  top: -74px;
}

.art-button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Block, VMenuBlock */
.art-vmenublock
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-vmenublock-body
{
  position: relative;
  padding: 0;
}


.art-vmenublock
{
  margin: 10px;
}

/* end Box, Block, VMenuBlock */

/* begin BlockHeader, VMenuBlockHeader */
.art-vmenublockheader
{
  margin-bottom: 0;
}

.art-vmenublockheader, .art-vmenublockheader h3.t
{
  position: relative;
  height: 26px;
}

.art-vmenublockheader h3.t,
.art-vmenublockheader h3.t a,
.art-vmenublockheader h3.t a:link,
.art-vmenublockheader h3.t a:visited,
.art-vmenublockheader h3.t a:hover
{
  color: #6382A1;
  font-size: 14px;
}

.art-vmenublockheader h3.t
{
  margin:0;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  line-height: 26px;
}

/* end BlockHeader, VMenuBlockHeader */

/* begin Box, Box, VMenuBlockContent */
.art-vmenublockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-vmenublockcontent-body
{
  position: relative;
  padding: 0;
}


.art-vmenublockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.art-vmenublockcontent-body
{
  position: relative;
  padding: 0;
}


/* end Box, Box, VMenuBlockContent */

/* begin VMenu */
ul.art-vmenu, ul.art-vmenu li
{
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 0;
}

ul.art-vmenu ul
{
  display: none;
}

ul.art-vmenu ul.active
{
  display: block;
}
/* end VMenu */

/* begin VMenuItem */
ul.art-vmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 30px;
  cursor: pointer;
  text-decoration: none;
}

ul.art-vmenu li.art-vmenu-separator
{
  display: block;
  padding: 2px 0 2px 0;
  margin: 0;
  font-size: 1px;
}

ul.art-vmenu .art-vmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  border: none;
}

ul.art-vmenu a .r, ul.art-vmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  height: 100px;
  background-image: url('../media/images/vmenuitem.png');
}

ul.art-vmenu a .l
{
  left: 0;
  right: 4px;
}

ul.art-vmenu a .r
{
  width: 985px;
  right: 0;
  clip: rect(auto, auto, auto, 981px);
}

ul.art-vmenu a .t, ul.art-vmenu ul a
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

ul.art-vmenu a .t
{
  display: block;
  position:relative;
  top:0;
  line-height: 30px;
  color: #7691AD;
  padding: 0 11px 0 11px;
  margin-left:0;
  margin-right:0;
}

ul.art-vmenu a.active .l, ul.art-vmenu a.active .r
{
  top: -70px;
}

ul.art-vmenu a.active .t
{
  color: #963403;
}

ul.art-vmenu a:hover .l, ul.art-vmenu a:hover .r
{
  top: -35px;
}

ul.art-vmenu a:hover .t
{
  color: #7F5305;
}


/* end VMenuItem */

/* begin VMenuSubItem */
ul.art-vmenu ul, ul.art-vmenu ul li
{
  margin: 0;
  padding: 0;
}

ul.art-vmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 20px;
  overflow: visible;
  background-image: url('../media/images/vsubitem.gif');
  background-position: 25px 0;
  background-repeat: repeat-x;
  padding-left: 25px;
}

ul.art-vmenu ul li
{
  padding: 0;
}

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

ul.art-vmenu ul a, ul.art-vmenu ul a:link, ul.art-vmenu ul a:visited, ul.art-vmenu ul a:hover, ul.art-vmenu ul a:active, ul.art-vmenu ul span, ul.art-vmenu ul span span
{
  line-height: 20px;
  color: #214559;
  font-size: 11px;
  margin-left: 0;
}

ul.art-vmenu ul
{
    margin:0 0 0 0;
}

ul.art-vmenu ul ul
{
  margin:0 0 0 0;
}

ul.art-vmenu ul li.art-vsubmenu-separator
{
  display: block;
  margin: 0;
  font-size: 1px;
  padding: 0 0 0 0;
 }

ul.art-vmenu ul .art-vsubmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  margin: 0;
  border: none;
}

ul.art-vmenu ul li.art-vmenu-separator-first
{
    padding-bottom:2px;
}

ul.art-vmenu ul li li a
{
  background-position: 50px 0;
  padding-left: 50px;
}

ul.art-vmenu ul li li li a
{
  background-position: 75px 0;
  padding-left: 75px;
}

ul.art-vmenu ul li li li li a
{
  background-position: 100px 0;
  padding-left: 100px;
}

ul.art-vmenu ul li li li li li a
{
  background-position: 125px 0;
  padding-left: 125px;
}


ul.art-vmenu ul li a.active
{
  color: #2E3D4C;
  background-position: 25px -50px;
}

ul.art-vmenu ul li li a.active
{
  background-position: 50px -50px;
}

ul.art-vmenu ul li li li a.active
{
  background-position: 75px -50px;
}

ul.art-vmenu ul li li li li a.active
{
  background-position: 100px -50px;
}

ul.art-vmenu ul li li li li li a.active
{
  background-position: 125px -50px;
}



ul.art-vmenu ul li a:hover, ul.art-vmenu ul li a:hover.active
{
  color: #1B242D;
  background-position: 25px -25px;
}


ul.art-vmenu ul li li a:hover, ul.art-vmenu ul li li a:hover.active
{
  background-position: 50px -25px;
}

ul.art-vmenu ul li li li a:hover, ul.art-vmenu ul li li li a:hover.active
{
  background-position: 75px -25px;
}

ul.art-vmenu ul li li li li a:hover, ul.art-vmenu ul li li li li a:hover.active
{
  background-position: 100px -25px;
}

ul.art-vmenu ul li li li li li a:hover, ul.art-vmenu ul li li li li li a:hover.active
{
  background-position: 125px -25px;
}
/* end VMenuSubItem */

/* begin Box, Block */
.art-block
{
  position: relative;
  margin: 0 auto;
  min-width: 15px;
  min-height: 15px;
}

.art-block-body
{
  position: relative;
  padding: 8px;
}

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

.art-block-tr, .art-block-tl, .art-block-br, .art-block-bl
{
  width: 14px;
  height: 14px;
  background-image: url('../media/images/block_s.png');
}

.art-block-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 7px, 7px, auto);
}

.art-block-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 7px, 7px);
}

.art-block-bl
{
  bottom: 0;
  left: 0;
  clip: rect(7px, 7px, auto, auto);
}

.art-block-br
{
  bottom: 0;
  right: 0;
  clip: rect(7px, auto, auto, 7px);
}

.art-block-tc, .art-block-bc
{
  left: 7px;
  right: 7px;
  height: 14px;
  background-image: url('../media/images/block_h.png');
}

.art-block-tc
{
  top: 0;
  clip: rect(auto, auto, 7px, auto);
}

.art-block-bc
{
  bottom: 0;
  clip: rect(7px, auto, auto, auto);
}

.art-block-cr, .art-block-cl
{
  top: 7px;
  bottom: 7px;
  width: 14px;
  background-image: url('../media/images/block_v.png');
}

.art-block-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 7px);
}

.art-block-cl
{
  left: 0;
  clip: rect(auto, 7px, auto, auto);
}

.art-block-cc
{
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  background-color: #E2E8EE;
}

.art-block
{
  margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-blockheader
{
  margin-bottom: 0;
}

.art-blockheader, .art-blockheader h3.t
{
  position: relative;
  height: 26px;
}

.art-blockheader h3.t,
.art-blockheader h3.t a,
.art-blockheader h3.t a:link,
.art-blockheader h3.t a:visited,
.art-blockheader h3.t a:hover
{
  color: #56738F;
  font-size: 14px;
}

.art-blockheader h3.t
{
  margin:0;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  line-height: 26px;
}

/* end BlockHeader */

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

.art-blockcontent-body
{
  position: relative;
  padding: 5px;
}


.art-blockcontent-body,
.art-blockcontent-body li,
.art-blockcontent-body a,
.art-blockcontent-body a:link,
.art-blockcontent-body a:visited,
.art-blockcontent-body a:hover
{
  color: #283643;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

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

.art-blockcontent-body a
{
  color: #2B5973;

}

.art-blockcontent-body a:link
{
  color: #2B5973;

}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited
{
  color: #6685A3;
  text-decoration: none;
}

.art-blockcontent-body a:hover, .art-blockcontent-body a.hover
{
  color: #387599;
  text-decoration: none;

}

.art-blockcontent-body ul li
{
  line-height: 125%;
  color: #364759;

  padding: 0 0 0 12px;
  background-image: url('../media/images/blockcontentbullets.png');
  background-repeat: no-repeat;
}/* end Box, BlockContent */

/* begin Box, Post */
.art-post
{
  position: relative;
  margin: 0 auto;
  min-width: 33px;
  min-height: 33px;
}

.art-post-body
{
  position: relative;
  padding: 16px;
  border: 1px solid lightgray;
}

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

.art-post-tr, .art-post-tl, .art-post-br, .art-post-bl
{
  width: 32px;
  height: 32px;
  background-image: url('../media/images/post_s.png');
}

.art-post-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 16px, 16px, auto);
}

.art-post-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 16px, 16px);
}

.art-post-bl
{
  bottom: 0;
  left: 0;
  clip: rect(16px, 16px, auto, auto);
}

.art-post-br
{
  bottom: 0;
  right: 0;
  clip: rect(16px, auto, auto, 16px);
}

.art-post-tc, .art-post-bc
{
  left: 16px;
  right: 16px;
  height: 32px;
  background-image: url('../media/images/post_h.png');
}

.art-post-tc
{
  top: 0;
  clip: rect(auto, auto, 16px, auto);
}

.art-post-bc
{
  bottom: 0;
  clip: rect(16px, auto, auto, auto);
}

.art-post-cr, .art-post-cl
{
  top: 16px;
  bottom: 16px;
  width: 32px;
  background-image: url('../media/images/post_v.png');
}

.art-post-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 16px);
}

.art-post-cl
{
  left: 0;
  clip: rect(auto, 16px, auto, auto);
}

.art-post-cc
{
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background-image: url('../media/images/post_c.png');
}

.art-post
{
  margin: 15px;
}

a img
{
  border: 0;
}

.art-article img, img.art-article
{
  border: solid 0 #B2C2D1;
  margin: 7px;
}

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

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

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

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

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

/* end Box, Post */

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

h2.art-postheader,
h2.art-postheader a,
h2.art-postheader a:link,
h2.art-postheader a:visited,
h2.art-postheader a.visited,
h2.art-postheader a:hover,
h2.art-postheader a.hovered
{
  font-size: 24px;
}

h2.art-postheader a, h2.art-postheader a:link
{
  text-align: left;
  text-decoration: none;
  color: #275068;
}

h2.art-postheader a:visited, h2.art-postheader a.visited
{

  color: #5C7A99;
}


h2.art-postheader a:hover,  h2.art-postheader a.hovered
{


  color: #3E81A8;
}

/* end PostHeaderIcon */

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

.art-post li
{
  font-size: 13px;
}

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

.art-post li
{
  color: #2C3B49;

  padding: 0;
}


/* end PostBullets */

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

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

.art-postcontent blockquote
{
   border: solid 0 #FC9764;
  margin: 10px 10px 10px 50px;
  padding: 0 0 0 28px;
  background-color: #E2E8EE;
  background-image: url('../media/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;
}

/* end PostQuote */

/* begin Footer */
.art-footer
{
  position: relative;
  overflow: hidden;
  width: 100%;
}

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

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

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

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

.art-footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  background-image: url('../media/images/footer_t.png');
  background-position: left bottom;
}

.art-footer-body
{
    position:relative;
    padding: 15px;
}

.art-footer-body .art-rss-tag-icon
{
  position: absolute;
  left:   6px;
  bottom:15px;
  z-index:1;
}

.art-rss-tag-icon
{
  display: block;
  background-image: url('../media/images/rssicon.png');
  background-position: center right;
  background-repeat: no-repeat;
  height: 32px;
  width: 24px;
  cursor: default;
}

.art-footer-text p
{
  padding:0;
  margin:0;
}

.art-footer-text p.copy { margin-top: 10px; }

.art-footer,
.art-footer a,
.art-footer a:link,
.art-footer a:visited,
.art-footer a:hover
{
    color: #0D1216;
    font-size: 11px;
}

.art-footer-text
{
  min-height: 32px;
  padding: 0 10px 0 10px;
  color:#FFF;
  font-size:1.2em;
  position: relative;
  float: right;

}

.art-footer,
.art-footer-text,
.art-footer p
{
  text-align: right;
}

.art-footer a,

.art-footer a:link
{
  color: #84B5D2;  text-decoration: none;
}

.art-footer a:visited
{
  color: #96ABC0;

}

.art-footer a:hover
{
  color: #CFE2ED;

  text-decoration: underline;
}
/* end Footer */

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

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

/* begin LayoutCell, content */




/* end LayoutCell, content */

/* begin LayoutCell, sidebar1 */

.art-content-layout .art-sidebar1
{
  width: 264px;
}

/* end LayoutCell, sidebar1 */




.overview-table .art-layout-cell
{
    width:25%;
}


.overview-table-inner
{
    margin:0px;
}

table.table
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
    vertical-align:top;
}

table.table, table.table tr, table.table td
{
    border:none;
    margin:0;
    padding:0;
    background-color:Transparent;
}

img.image
{
    margin:0;
    padding:0;
    border:none;
}

#listmenu {
	height: auto;
	margin: 15px 0 0 15px;
	overflow: auto;
	padding: 0 0 10px 15px;
	width: auto;
}

#listmenu div { float:left; padding-right:20px; margin-left:38px;}
#listmenu div:first-child { margin-left: 0px; }
#listmenu div:last-child { padding-right: 0px; }

#listmenu ul li {
	list-style:circle;
	font-size: 12px;
	line-height:20px;
}

#head1 {
	font-weight:bold;
   color: #3B4F63;
   font-size: 16px;
}


ul.downloads {
    list-style: disc inside none;
    color: black;
    font-size: 9pt;
}

.label-group .label ul.downloads li {
    text-align: left;
}





/************************ NEW STYLES *****************************/

/************************ ELEMENT STYLES *************************/
a:hover {text-decoration: none;}
a { color: #FF2A00; }
a:visited { color: #B40000; }
a.blue:visited { color: #3B4F63; }

h3 {
	color: #3B4F63;
	font-size: 16px;
	font-weight: bold;
}

table
{
    border-collapse: collapse; /* 'cellspacing' equivalent */
}

table td, table th
{
    padding: 0; /* 'cellpadding' equivalent */
}

/************************ STYLES hardcoded into index.html **************************/

.Button1,.Button1:link,.Button1:visited{text-decoration:none;display:block;position:absolute;background-color:transparent;}
.Button1:focus{outline-style:none;}
.Button1 span,.Button1:link span,.Button1:visited span{
	color:#000000;
	font-family:Arial,sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	text-transform:none;
	font-style:normal;
	left:0px;
	top:10px;
	height:13px;
	font-size:11px;
	display:block;
	position:absolute;
	cursor:pointer;
	width: 83px;
}
.Button2,.Button2:link,.Button2:visited{text-decoration:none;display:block;position:absolute;background-color:transparent;}
.Button2:focus{outline-style:none;}
.Button2 span,.Button2:link span,.Button2:visited span{
	color:#666666;
	font-family:Arial,sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	text-transform:none;
	font-style:normal;
	left:0px;
	top:10px;
	height:13px;
	font-size:11px;
	display:block;
	position:absolute;
	cursor:pointer;
	width: 100px;
}
.Button2:hover span{color:#000;}
.Button2:active span{color:#ffffff;}

a.retweet { font: 11px Helvetica,Arial; color: #000; text-decoration: none; border: 0px; }a.retweet span { color: #FFF; background: #94CC3D; margin-left: 2px; border: 1px solid #43A52A; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 2px; }a.vert { display: block; text-align: center; font-size: 11px; float: left; margin: 3px; }a.retweet strong.vert { display: block; margin-bottom: 4px; background: #F5F5F5; border: 1px solid #EEE; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 2px; }a.retweet span.vert { display: block; font-size: 11px; margin-left: 0px; }



/************************ CLASSES **************************/
ol { list-style: circle inside none; }
.art-sidebar1 a, .sidebar a, .content a, .art-content a, .footer-content a { color: #3B4F63; }


/************* About Text under 'Do not See' Graphic - index.html **************/

.about-text { margin-left:17px; margin-top:10px; padding-bottom:10px; clear: left; }
.about-text table { border: 0px; width: 681px; }
.about-text table td { vertical-align: middle; width: 80%; clear: left; }

.avery-chart { margin: 15px; }


/************* End **************/

.blue { color: #3B4F63; }
.red, #label-templates a.red { color: #D81617; /*font-size: 20px!important;*/ }

.bot-info h4, .bot-info p, .content p, .bot-info li {
    margin-bottom: 10px;
    clear: both;
}
.bold { font-weight: bold; }

.content h4 { clear: both; margin-bottom: 15px;}

.cols-2 { position: relative; float: left; width: 50%; clear: none;}
.cols-2 li { line-height: 1.5em; }
.cols-2 li.title { text-align: left; }
.cols-3, .content .cols-3 { position: relative; float: left; width: 33.3%; clear: none; }
.cols-4, .content .cols-4 { position: relative; float: left; width: 25%; clear: none; margin-right: 0px; }
.cols-6, .content .cols-6 { position: relative; float: left; width: 16.5%; clear: none; }

div ul.cols-2:last-child li { width: 50%; position: relative; float: left; }
div ul.cols-2:last-child li.title { width: 100%; float: none; }

.content .breaker {
	clear: both;
    display: block;
    margin: 0;
    padding: 0;
	overflow: visible;
}

.content {
	position: relative;
	float: left;
	width: 700px;
}

.contentFull { 
	position: relative;
	float: left;
	width: 964px;
}


.content h4, .content h4 a, .contentFull h4, .contentFull h4 a { color: #3B4F63; font-size: 16px; }


.disclaimer {
	font-size: 13px;
	font-style: italic;
	color: #ACAFB3;
}

p#disclaimer{font-size:.8em; border:none;}

.redBorder{border-top:2px solid #AF1616;}

#call-label-size {

    margin-top: 20px;

}

.view-all-materials {
    margin-top: 0px;
}

.do-not-see {
	overflow: auto;
	position: relative;
	float: left;
	width: 681px;
	margin: 0 0 10px 17px;
	text-decoration: none;

	/* Generate background gradient with css3 */
	background: #da6b00; /* Old browsers */
	background: -moz-linear-gradient(top, #da6b00 1%, #e88412 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#da6b00), color-stop(99%,#e88412)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #da6b00 1%,#e88412 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #da6b00 1%,#e88412 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #da6b00 1%,#e88412 99%); /* IE10+ */
	background: linear-gradient(top, #da6b00 1%,#e88412 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da6b00', endColorstr='#e88412',GradientType=0 ); /* IE6-9 */
}

.do-not-see: hover { text-decoration: underline; }

.do-not-see img {
    position: relative;
    float: left;
    margin-right: 1em;
}
.do-not-see h2 {
	position: relative;
    display: inline-block;
	color: #b20811;
	font-size: 2.5em;
    margin-right: 40px;
}

.intro-content .do-not-see h4,
.do-not-see h4 {
	clear: none;
    color: black;
    font-size: 1.24em;
    font-weight: normal;
    position: relative;
}

.end { margin-right: 0px; }

.materials .foil-label { text-align: center; position: relative; float: left; clear: none; margin-right: 15px; }
.materials .foil-label img { float: none; margin-right: 0px;}


.footer .icons { position: relative; float: left; width: auto; }
.footer .icons p { text-align: left; margin-left: 8px; color: white; }
.footer .icon.made-in-usa { margin-top: 12px; position: relative;}
.footer .icon.geotrust { margin: 12px 15px 0 0; }
.footer .icon.soc-media { position: relative; float: left; }
.footer .print-peel-apply { margin-top: 10px; position: relative; float: left; width: 33%; }

.footer-content .footer-col-2 { position: relative;  float: right; width: 266px }
.footer-content { clear: both; width: 100%; overflow: auto; }
.footer-content #listmenu, .footer-content .art-post { width: 675px; position: relative; float: left; }
.footer-content #fb-twitter-gplus { overflow: auto; position: relative; float: left; }

.g-plus-tweet { margin-left:25px; padding-bottom:10px; }
.g-plus-tweet table { border: 0px; width: 39%; }
.g-plus-tweet table .col1 { width: 40%; }
.g-plus-tweet table .col2 { text-align: left; width: 40%; }
.g-plus-tweet table .col3 { text-align: right; width: 3%; }
.g-plus-tweet table .col4 { text-align: right; width: 17%; }
.g-plus-tweet table .col4 div { height: 15px; width: 70px; display: inline-block; text-indent: 0pt; margin: 0pt; padding: 0pt; background: none repeat scroll 0% 0% transparent; border-style: none; float: none; line-height: normal; font-size: 1px; vertical-align: baseline; }
.g-plus-tweet table .col4 div iframe { position: static; left: 0pt; top: 0pt; width: 70px; margin: 0px; border-style: none; height: 15px; visibility: visible; border: medium none; overflow: hidden; width: 80px; height: 22px; }

.getacro img { position: relative; float: right; }

.graybox { margin: 10px 0 10px 12px; border: 1px solid lightgray; padding: 16px; overflow: auto; }
.whitebox { margin: 10px 0 10px 12px; border: 1px solid lightgray; padding: 16px; overflow: auto; background-color: white; }

.gray-content { background-color: #EEEEEE; }

.header { width: 100%; height: auto; overflow: hidden; }
.header .cart { position: relative; float: right; }
.header .cart p { position: relative; float: left; margin-top: 19px; margin-left: 0.5em; }
.header .cart .icon {
	width: 32px;
	height: 32px;
	background: url('../assets/icons/wl-icon-set1-32px.png') no-repeat -96px bottom;
	position: relative;
	float: left;
}

.header .logo { margin: 10px 0 0 20px; position: relative; float: left; }

.header-info {
	position: relative;
	float: right;
	clear: right;
	margin: 5px 5px 5px 0;
}

.header .phone {
	width: 570px;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.125em;
}

.header .supernav {
	position: relative;
	float: right;
	clear: right;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	margin: 5px 5px 5px;
	padding: 0 1em;
}

.header .supernav li { position: relative; float: right; }

.header .supernav li.nav-seperator { padding: 0 1em; }

.header .supernav li a, .header .supernav li.nav-seperator {
	height: 35px;
	line-height: 35px;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

.header .supernav li a:hover { color: black; }

.intro-content p, .intro-content h4, .intro-content ol { margin-bottom: 10px; clear: both; }

.intro-content ul { margin-bottom: 10px; clear: none; }

.icon-grid ul { position: relative; float: left; width: 16.65%; margin-bottom: 15px;}

.icon-grid ul { position: relative; float: left; width: 16.65%; margin-bottom: 15px;}
.icon-grid ul li img { width: 78px; }
.icon-grid h4 { margin-bottom: 15px; }

.label h4 { margin-bottom: 0px; }

.label-header {
	width: 266px;
	min-height: 42px;
	line-height: 42px;
	background-color: #ff2a00;
	color: #FFFFFF;
	-moz-box-shadow: -5px 5px 2px #DDD;
	-webkit-box-shadow: -5px 5px 2px #DDD;
	box-shadow: -5px 5px 2px #DDD;

	/* Generate background gradient using css3 */
	background: #ff2a00; /* Old browsers */
	background: -moz-linear-gradient(left, #b40000 1%, #ff2a00 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#b40000), color-stop(99%,#ff2a00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #b40000 1%,#ff2a00 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #b40000 1%,#ff2a00 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #b40000 1%,#ff2a00 99%); /* IE10+ */
	background: linear-gradient(left, #b40000 1%,#ff2a00 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40000', endColorstr='#ff2a00',GradientType=1 ); /* IE6-9 */
}

h2.label-header a {
	color: #FFFFFF;
    font-size: 21px;
    font-weight: normal;
    text-align: left;
    text-shadow: 0 2px 2px #555555;
}

.label-header.full {
	float: left;
    padding-right: 15px;
    position: relative;
    width: auto;
	margin-right: 0px;
}

.label-header span {
	position: relative;
	float: left;
   	padding-right: 15px;
    width: auto;
}

h2.label-header {
	color: #FFFFFF;
	font-size: 21px;
	font-weight: normal;
	padding-left: 20px;
	text-align: left;
	text-shadow: 0 2px 2px #555;
	margin: 7px 0 15px 0px;
}

.label-materials {
	margin-left:25px;
	padding-bottom:10px;
	width: 681px;
	overflow: hidden;
}


.label-materials ul li { position: relative; float: left; margin: 4px 0 0 4px;}
.label-materials ul li.pic { width: 28px; height: 28px;}
.label-materials ul li.label { width: 302px; line-height: 28px; }

.label-materials .more-btn { position: relative; float: left; margin-left: 32px;}

.labels-visual-search , .labels-visual-search div { overflow: hidden; }

.labels-visual-search div.category,
.labels-visual-search ul
{ position: relative; float: left; width: 25%; margin: 0px; }

.labels-cat a h4 { font-size: 16px; text-align: center; color: #3B4F63; }

.labels-img { text-align: center; }


.labels-visual { text-align: center; overflow: hidden; border: 1px solid lightgray; margin: 15px; padding: 16px; }
.labels-visual img { }
.labels-visual li {
	position: relative;
	float: left;
	width: 16.66%;
}
.labels-visual ul { overflow: hidden; margin-bottom: 10px; }
.labels-visual span { display: block; text-align: left; margin-left: 25px; }

.materials img { position: relative; float: left; margin-right: 15px; }
.materials div { clear: both; overflow: auto; margin-bottom: 10px; }

.more-btn {
	margin-top: 4px;
	width: 140px;
	height: 30px;
	text-align: center;
	text-shadow: 2px 2px 3px #000000;

	/* create background gradient for all browsers */
	background: #f00112; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc0b5 0%, #f00112 50%, #b40000 51%, #f00112 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc0b5), color-stop(50%,#f00112), color-stop(51%,#b40000), color-stop(100%,#f00112)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc0b5 0%,#f00112 50%,#b40000 51%,#f00112 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc0b5 0%,#f00112 50%,#b40000 51%,#f00112 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc0b5 0%,#f00112 50%,#b40000 51%,#f00112 100%); /* IE10+ */
	background: linear-gradient(top, #ffc0b5 0%,#f00112 50%,#b40000 51%,#f00112 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40000', endColorstr='#f00112',GradientType=0 ); /* IE6-9 */
}

.more-btn a { text-decoration: none; }

.more-btn a h3 {
	line-height: 28px;
	font-weight: normal;
	color: white;
	border: 1px solid #B40000;
}

.pic-group ul { position: relative; float: left; width: 40.5%; margin: 0 10% 15px 0; padding: 2%;}
.pic-group ul.end { margin-right: 0%; }
.pic-group ul li { margin-bottom: 15px; }
.pic-group ul img { max-width: 100%; }
.pic-group li:last-child { text-align: center; }

.popup .content li a, .popup .content .view-all { color: #3B4F63; font-family: Arial; }

#print-peel-apply { text-align: center; }

.redlinks a { color: #FF2A00; }

.rounded {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.rounded-tops {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}

.sidebox {
	position: relative;
	margin: 0 0 10px 0;
}

.sidebox p { margin: 6px 0; }


.sidebar {
	width: 264px;
	position: relative;
	float: right;
	overflow: visible;
    margin-top: 5px;
}


.topnav {
	font-family: "Trebuchet MS",Arial,san-serif;
	width: 977px;
	height: auto;
	margin: 7px 0 4px;
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(top, #ff0000 0%, #fa7878 37%, #8d0000 79%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(37%,#fa7878), color-stop(79%,#8d0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff0000 0%,#fa7878 37%,#8d0000 79%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff0000 0%,#fa7878 37%,#8d0000 79%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff0000 0%,#fa7878 37%,#8d0000 79%); /* IE10+ */
	background: linear-gradient(top, #ff0000 0%,#fa7878 37%,#8d0000 79%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#8d0000',GradientType=0 ); /* IE6-9 */
}

.topnav div { overflow: hidden; }

.topnav div a {
	position: relative;
	float: left;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: auto;
	overflow: hidden;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	width: auto;
}

.topnav-btn-base {
	height: 4px;
	width: auto;
	background-color: #9d9d9d;
}

.topnav-btn-seperator {
	position: relative;
	float: left;
	height: 42px;
	width: 1px;
	background-color: black;
	border-bottom: 4px solid #acacac;

	/* generate seperator background gradient using css3 */
	background: #fe2423; /* Old browsers */
	background: -moz-linear-gradient(top, #fe2423 0%, #fa8c8b 37%, #e46c6d 46%, #9f2426 79%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe2423), color-stop(37%,#fa8c8b), color-stop(46%,#e46c6d), color-stop(79%,#9f2426)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fe2423 0%,#fa8c8b 37%,#e46c6d 46%,#9f2426 79%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fe2423 0%,#fa8c8b 37%,#e46c6d 46%,#9f2426 79%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fe2423 0%,#fa8c8b 37%,#e46c6d 46%,#9f2426 79%); /* IE10+ */
	background: linear-gradient(top, #fe2423 0%,#fa8c8b 37%,#e46c6d 46%,#9f2426 79%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe2423', endColorstr='#9f2426',GradientType=0 ); /* IE6-9 */
}

.topnav div a:hover .topnav-btn-base { background-color: #403a3a; }
.topnav div a:hover .topnav-btn-seperator { border-bottom: 4px solid #acacac; }

.view-all {
	float: right;
    margin-top: 10px;
    position: relative;
}

.labels-visual-search h2 { width: auto; float: none; }
.labels-visual-search .category {
    float: left;
    width: 24.2%
}

.content.visualselect .intro-content .category, .content .jar .category { width: auto; /* margin: 15px 0.7% 0 0; */ height: 190px; clear: none;}
.content.visualselect .intro-content h4 { height: auto; }

.content .jar .category {
	border: 0px solid lightgray;
    float: left;
    overflow: hidden;
    padding: 1%;
    position: relative;
}

.category.quarter
{width: 25% !important; float: left; text-align: center;}

.category.quarter h4
{text-align: center; float: none;}

.content.labels-visual-search .label
{border: 1px solid lightgray;
    float: left;
    margin: 15px 2% 0 0;
    overflow: auto;
    padding: 1%;
    position: relative;
    width: 21.15%;
    text-align: center;}

.content.labels-visual-search .label.end
{margin-right: 0;}

.content.labels-visual-search .label ul, .content.labels-visual-search .label.end ul
{width: 100%;}

.content.labels-visual-search .label-group .label .more-btn {
    margin: 10px 30% 0;
    width: 40%;
}


.content .jar .category.end { margin-right: 0px; }

.content .jar .category a h4 { margin-bottom: 0px; }

.visualrdrect .intro-content h2.label-header { margin-right: 250px; }
.visualrdrect .intro-content h4, .visualsqrect .intro-content h4, .circular .intro-content h4 {
	margin-right: 3%;
	text-align: center;
 	width: 22%;
    clear: none;
}


/************************ INDEX PAGE STYLES **************************/


/***************** Right Sidebar Styles *******************/

#best-buy {
	background-color: #ffa914;
	padding: 13px;
	width: 222px;
	margin-bottom: 18px;
	border: 3px solid #FFFFFF;
	-moz-box-shadow: 0px 5px 2px #888;
	-webkit-box-shadow: 0px 5px 2px #888;
	box-shadow: 0px 5px 2px #888;

	/* Generate the background radial gradient with css */
	background: #f8d088; /* Old browsers */
	background: -moz-radial-gradient(80% 80%, ellipse cover, #f8d088 1%, #ffa914 99%); /* FF3.6+ */
	background: -webkit-gradient(radial, 80% 80%, 0, 80% 80%, 100%, color-stop(1%,#f8d088), color-stop(99%,#ffa914)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(80% 80%, ellipse cover, #f8d088 1%,#ffa914 99%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(80% 80%, ellipse cover, #f8d088 1%,#ffa914 99%); /* Opera 12+ */
	background: -ms-radial-gradient(80% 80%, ellipse cover, #f8d088 1%,#ffa914 99%); /* IE10+ */
	background: radial-gradient(80% 80%, ellipse cover, #f8d088 1%,#ffa914 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d088', endColorstr='#ffa914',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#best-buy-badge {
	background-image: url("../index_files/best-buy-onlyCircle.png");
	background-repeat: no-repeat;
	height: 99px;
	position: absolute;
	right: -10px;
	top: -15px;
	width: 99px;
}

#best-buy ul {
	overflow: auto;
}

#best-buy ul li {
	font-weight: 900;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #ffffff;
	text-shadow: 2px 2px 3px #000;
	position: relative;
	float: left;
	clear: both;
}

#best-buy h3 {
	color: #6b000a;
	letter-spacing: 0.245em;
	margin-top: 13px;
	clear: both;
}

#discount-of-month { margin-bottom: 18px; }
#discount-of-month h3 {
	background: none repeat scroll 0 0 #FF2A00;
	color: white;
    line-height: 2em;
    padding-left: 15px;
}
#discount-of-month .discount-bkgd {
	width:256px;
	height:auto;
	display:block;
	overflow: auto;
	margin-top:10px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0px 5px 2px #888;
	-webkit-box-shadow: 0px 5px 2px #888;
	box-shadow: 0px 5px 2px #888; }
#discount-of-month .discount-pic { width:120px; float:left; margin-left:10px; margin-top:15px; margin-bottom: 15px; }
#discount-of-month .discount-text { width:110px; float:left; margin-top:17px; margin-bottom: 17px; }
#discount-of-month .discount-text span { font-size:12px; }


#fb-twitter-gplus .fb-like { margin: 10px 15px; position: relative; float: left; }
#fb-twitter-gplus .tweet { width: auto; margin: 10px 15px; position: relative; float: left; }
#fb-twitter-gplus .g-plus { margin: 10px 15px; position: relative; float: left; }

a.retweet {
    border: 0 none;
    color: #000000;
    font: 11px Helvetica,Arial;
    position: relative;
    text-decoration: none;
    top: -7px;
}


#latest-blogs {
	width: 228px;
	padding: 13px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0px 5px 2px #888;
	-webkit-box-shadow: 0px 5px 2px #888;
	box-shadow: 0px 5px 2px #888;
	margin-bottom: 10px;
}

#latest-blogs h3 { margin: 0 0 10px; }

#latest-blogs h4 {
	 color: #3B4F63;
	 font-size: 14px;
	 font-weight: bold;
}

#latest-blogs img {
	margin: 10px 10px 5px 0;
	position: relative;
	float: left;
}

#latest-blogs ul:first-child {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px dotted #888;
}

#wl-inc p.title { font-size:16px; color:#F00; }
#wl-inc span.call-sales { font-size:16px; font-weight:bold; line-height: 18px;}
#wl-inc span.toll-free { font-size:16px; color:#F00; font-weight:bold; line-height: 18px; }

#wl-inc {
	background-color: #E2E8EE;
	border: 1px solid #ACAFB3;
	color: #283643;
}

#wl-inc.sidebox {
	padding: 13px;
	width: 228px;
}

#wl-inc a {
color: #2B5973;
line-height: 18px;
}

.info-text {
line-height: 16px;
}

#openoffice-ad {
	background-color: #e3ebf6;
	width: 256px;
	overflow: auto;

	/* Generate background gradient with css3 */
	background: #4e88c7; /* Old browsers */
	background: -moz-linear-gradient(top, #4e88c7 1%, #e3ebf6 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4e88c7), color-stop(99%,#e3ebf6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4e88c7 1%,#e3ebf6 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4e88c7 1%,#e3ebf6 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4e88c7 1%,#e3ebf6 99%); /* IE10+ */
	background: linear-gradient(top, #4e88c7 1%,#e3ebf6 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e88c7', endColorstr='#e3ebf6',GradientType=0 ); /* IE6-9 */
}

#openoffice-ad h3 {
	font-size: 19px;
	color: #284c64;
}

#openoffice-ad a { text-decoration: none; color: black; }
#openoffice-ad p { font-size: 1.22em; }

#openoffice-ad #openoffice-ad-text {
	float: left;
	position: relative;
	width: 150px;
	margin: 10px 0 0 10px;
}

#openoffice-ad img { position: relative; float: left; }



/***************** End *****************/


#facebox { display:none; }



/************* Pop-up Nav Styles **************/

#choose { display:none; padding-left:20px; }
.content .wrapper { width:820px; height:auto; }
.content .wrapper .col1 { width:400px; float:left; font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:20px; }
.content .wrapper .col1 table { width: 360px; }
.content .wrapper .col1 table td, .content .wrapper .col2 table td { vertical-align: top; }
.content .wrapper .col1 table td ul { width:130px; font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:20px; }
.content .wrapper .col2 { float:left; font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:20px; width:210px; }
.content .wrapper .col2 table, .content .wrapper .col3 table { border: 0px; width: 210px; }
.content .wrapper .col2 table td ul, .content .wrapper .col3 table td ul { width:130px; font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:20px; }
.content .wrapper .col3 { float:left; font-size:12px; font-family:Arial, Helvetica, sans-serif; line-height:20px; }


/************* End Pop-up Nav Styles ****************/


#colourlovers-exhibit {
	width: 256px;
	min-height: 88px;
	background: url('../media/images/colourlovers-bkgd.png');
	font-weight: bold;
	text-align: center;
}

#colourlovers-exhibit a { text-decoration: none; }

#colourlovers-exhibit h3 { font-size: 20px; letter-spacing: .15em; }

#colourlovers-exhibit h2.colourlovers-logo {
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	padding: 20px 0 0 20px;
	background: url("../media/images/colourlovers-heart.png") no-repeat scroll 20% 75% transparent;
}

#colourlovers-exhibit span.colour { font-weight: bold; color: #333333; }

#colourlovers-exhibit span.gray { color: #6f6f6f; }


/************* Google Search Bar Styles ****************/

#cse-search-form { width: 230px; }
#google-search {
	width:233px;
	height:32px;
	padding: 12px 0 0 15px;
	background-color: #e6e2e1;
	border: 3px solid white;
	-moz-box-shadow: 0px 5px 2px #888;
	-webkit-box-shadow: 0px 5px 2px #888;
	box-shadow: 0px 5px 2px #888;
	margin-bottom: 30px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/************* End ****************/

#cust-support {
	background-color: #f30d0d;
	height: 64px;
	border: 2px solid #787473;
	width: 251px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 2px 2px 3px #000000;
	margin-top: 30px;
}

#cust-support span {
	width: 70%;
	position: relative;
	float: right;
	text-align: center;
	margin-top: 10px;
}

#cust-support-img {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#cust-support-link { text-decoration: none; }

#label-templates {
	width: 256px;
	min-height: 88px;
	overflow: hidden;
}

#label-templates a { color: black; }
#label-templates img { position: absolute; top: 0px; left 0px; }

#label-templates-text {
	margin-top: 17px;
	color: black;
}

#label-templates-text h3 { color: #d81617; margin-left: 74px; }
#label-templates-text p { font-size: 14px; margin-left: 74px; }



#header-phone span.red { color: #d31c20; }

#colorlovers-exhibit a img { border: 0px; }
#cust-support a img { border: 0px; }
#discount-of-month > img { border: 0px; }
#huge-discounts a img { border: 0px; }
#openoffice-ad a img { border: 0px; }



/************************** Tables ****************************/
.cse .gsc-control-cse, .gsc-control-cse { padding: 0px !important; }

.search .art-content-layout { width: 96% !important; }

table .row2 { background-color: #EEEEEE; }

.template-table table { margin-bottom: 10px; }
.template-table .table-heading {
	background-color: #E2E8EE;
	padding: 5px 0;
}

.template-table .col1, .template-table .col2 { width: 15%; }
.template-table .col3 { width: 17; }
.template-table .col4, .template-table .col5 { width: 16%; }
.template-table .col6 { width: 21%; }

.template-table .item { height: 2em; }
.template-table .item td {}
.template-table .item .item-dl { text-align: center; }
.template-table .item .item-title { text-align: left; }

.exhibit table img { width: 80%; padding-bottom: 10px;}
.exhibit .cc-badge { width: 80px; }
.exhibit .oo-logo { width: 124px; }
.exhibit table tr { border: 0px; }
.exhibit .exhibit-tiles tr { border: 0px; }

.whiteheading {
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
}


/*********************** holidaytemplates.htm styles *************************/
.styleItem, .holidayTitle {
	width: 100%;
}

/*********************** Pages Folder styles *************************/
h2.red-18 {color: #d31c20; margin-bottom: 25px; margin-top: 15px; font-size: 18px;}
ul.designed-label-templates-table { margin: 0 15px 15px 15px;}
ul.designed-label-templates-table li {display:inline-table; text-align: center; width: 150px; padding: 0px 15px 15px 15px;}
ul.designed-label-templates-table-category li {display:inline-table; text-align: center; width: 280px; padding: 0px 15px 15px 15px;}

ul.designed-label-templates-table li a {text-decoration: none; color: #0D1216; font-size: 12px; line-height: 18px;}
img.thumb {width: 100%; height:150px; border-radius: 5px; box-shadow: 1px 1px 5px #888; margin-bottom: 10px;}
img.thumb-category {width: 285px; height: 350px;border-radius: 5px; box-shadow: 1px 1px 5px #888; margin-bottom: 10px;}

.articles-link-list {margin-top: 15px; margin-bottom: 15px; text-align: center}
a.go-back {font-weight: bold; background:#d31c20; color: #fff; font-size: 16px; padding: 10px 15px; text-decoration: none; display: inline-block; margin-top: 30px;}

.max-width {width: 100%;}
.left {float: left;}
.pos-absolute {position: absolute;}
.top-cont-img {position: relative; top: 20px;}
.update-list {list-style-type: square; margin-left: 20px;}
.update-list span {font-size: 12px;}
.update-list li {margin-bottom: 5px;}
.img-rounded {  border-radius: 5px; box-shadow: 1px 1px 5px #888}
.margin-r12 {margin-right: 12px;}
.inline-list li {display: inline; margin-right: 10px;}
.cant-find-banner {padding: 15px;}
.cant-find-banner img {margin-top: 5px; margin-bottom: 15px;}
.marg-top-30 {margin-top: 30px;}
.marg-bot-30 {margin-bottom: 30px !important;}
.marg-bot-20 {margin-bottom: 20px !important;}
.see-more {vertical-align: top; padding: 0;}
.circle{width:200px !important;height:200px !important;border-radius:100px !important;font-size:20px !important;color:#fff !important;line-height:200px !important;text-align:center !important;background:#d21b1f !important; vertical-align: top; padding: 0 !important; margin: auto; margin-top: 75px;}
.see-more a {color: #fff; text-decoration: none; line-height: 10;}
.gray-box {background-color: #eeeeee; border-radius: 7px; padding: 35px; padding-bottom: 25px; margin: 25px; margin-bottom: 60px;}

#category-page-table td {vertical-align: top;}
#category-page-table h2 {margin-top: 0;}
#category-page-table p {margin-bottom: 20px; color: #5a5a5a;}
.font-18 {font-size: 18px !important;}
.img-round-border {border-radius: 3px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); margin-bottom: 10px; display: block;}
.grey {color: #808080;}

/* category page */
.label-category {margin-bottom: 10px;}
.label-category .bg-red {background-color: #b1000c; color: #fff; font-weight: bold; padding: 5px; width: 10px;}
.label-category  .category-products-list {  padding-top: 10px; padding-bottom: 10px; padding-left: 15px; width: 270px; font-weight: bold; background-color: #EEEEEE;}
.label-category  a {text-decoration: none; line-height: 18px; color: #000;}
.label-category  a:hover {color: #b1000c;}
.icon-list li {display: inline-table; margin-left: 25px; margin-right: 25px; padding: 10px; text-align: center; cursor: pointer;}
.icon-list li:hover {background-color: #eeeeee; border-radius: 7px;}
.icon-list img {margin-bottom: 10px;}
.icon-list a {text-decoration: none; color: #000;}
.clear-link {cursor: default; font-weight: normal;}
.clear-link:hover {color: #000 !important;}