/* 
   IMPORTANT NOTICE
   This HTML5/CSS layout is COPYRIGHT 2012-2021 Design215 Inc. 
   
   It MAY NOT be copied or used for any other web site without the express
   written permission of Design215 Inc. 954-630-3695 www.design215.com

   Design215.com HTML5 stylesheet 
      
      
   for digitizingworld.com v08.11.2024
   
   Container layout of each page:

   body
     #pagehead
       .navbar
       .navlinks
       .navlinks2
     #container
       #pagebody
         .contentbg
           .contentbox
             .C_med (or other column classes)
           .contentbox2
             .C_med (or other column classes)
     #footer
      
   -----------------------------------------------------------------------------

   
   Page Defaults and CSS Fixes
   ----------------------------------------------------------------------------- 
*/
html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}
html,body {
  text-align:center; margin:0; padding:0; height:100%;
  box-sizing:border-box;
}

::-moz-selection {
  background: #222; color:#ffffcc;
  text-shadow: none;
}
::selection {
  background: #222; color:#ffffcc;
  text-shadow: none;
}

/*
   Fonts
   ----------------------------------------------------------------------------- 
   Define all fonts for the entire site in this section. 

*/
body {
  font-family:'Montserrat',sans-serif; font-size:10px; color:#000;
}
p,dl,ul,ol,table td,pre.p2,.xtitle,div.navlinks {
  font-family:'Montserrat',sans-serif; font-size:16px; color:#000;
  line-height:150%;
}
p.d0 {
  font-size:12px; color:#aaa;
  margin:4px 4px 0 10px; padding:0;
}  
p.p2 {
  line-height:130%;
  margin:4px 4px 0 4px; padding:0;
}
p.p4 {
  font-family:'Montserrat',sans-serif; font-size:16px; color:#000;
  line-height:150%; 
  margin:2px 2px 2px 4px;
}  
p.p5,p.c1,p.leader,table.cater2 td {
  font-family:'Montserrat',sans-serif; font-size:16px; color:#000;
  line-height:160%; letter-spacing:1px;
  margin:2px 2px 2px 4px;
} 
p.c1 {
  font-size:20px;
} 
p.p6,p.quote {
  font-family:'Montserrat',sans-serif; font-size:24px; color:#000;
  line-height:160%; letter-spacing:1px; text-align:center;
}  
p.quote {
  font-size:24px; text-transform:uppercase; color:#000;
  text-align:center; padding:0 0 20px 0;
}  
h3 {
  font-family:'Montserrat',sans-serif; font-size:16px; font-weight:bold; color:#fd5100;
  margin:2px 2px 2px 4px; padding:0;
}
h2 {
  font-family:'Montserrat',sans-serif; font-size:20px; font-weight:bold; color:#fd5100;
  margin:2px 2px 6px 4px; padding:0;
}
h2.location {
  font-family:'Montserrat',sans-serif; font-size:24px; font-weight:bold; color:#000;
  margin:2px 2px 6px 4px;
}
h2.leader2 {
  text-transform:uppercase;
}  
#stores h2 {
  font-size:36px;
}
#cater h2 {
  font-size:24px; color:#3e1111; margin:2px 2px 2px 0;
}
#menu h2 {
  font-size:24px; color:#fd5100; margin:2px 2px 2px 0;
}
#pag_article h2 {
  font-size:24px; color:#fd5100; margin:2px 2px 2px 0;
}
  
h1 {
  font-family:'Montserrat',sans-serif; 
  font-size:24px; font-weight:600; color:#000;
  margin:0 4px 4px 4px; padding:0; 
  text-transform:uppercase;
}
.center {
  text-align:center;
}  

span.price {
  font-size:24px;
}
span.price2 {
  font-family:'Montserrat',sans-serif; font-size:16px; font-weight:bold; color:#000;
}
pre,code,div.xbox3,.ckBox,.boxBlur,.boxFocus,.formula {
  font-family:'Courier New',courier,monospace; font-size:12px; color:#009900;
}

.fbutton,ul.alist li,.spopup {
  font-family:'Montserrat',sans-serif; font-size:16px;
}
p.disclaimer {
  font-family:arial,helvetica; font-size:11px;
  margin:4px 12px 0 4px; padding:0;
}
div.navlinks,
div.navlinks2,
div.custquote,
div.custquote p {
  font-family:'Montserrat',sans-serif; font-size:16px; color:#aaa;
}
div.L_xlocation p {
  font-family:verdana,helvetica,sans-serif; font-size:14px;
  line-height:160%;
  margin:0 0 0 12px;
}
div.oogreeting p {
  font-family:'Source Sans Pro',sans-serif; font-size:16px; color:#fff;
  text-align:right;
}

div.storethumb2 h3 {
  text-transform:uppercase; color:#000;
}
div.storethumb2 p {
  font-size:16px;
}

div.insta p,
div.tagline p {font-size:22px; color:#3f1b13;}

ul.clist {
  font-size:22px;
  text-shadow:2px 2px 0 #000;
}

span.req,
span.req2 {
  font-family:'PT Sans',verdana,helvetica,sans-serif; font-size:12px; font-weight:bold; color:#ff0000;
}
span.req2 {
  background:transparent url('images/reqicon.png') left center no-repeat; 
  padding-left:30px; font-weight:normal; color:#ccc;
}

span.divider {
  display:block; background:#333; color:#ccff66;
  font-family:'Josefin Sans',arial,helvetica,sans-serif; 
  font-size:18px; font-weight:normal;
  padding:10px 4px 8px 8px;
  text-align:left;
}

.hdate { /* dates under H2 headings (articles, etc) */
  position:relative; display:block;
  margin:0 10px 10px 4px; padding:0 0 2px 0;
  font-size:20px; text-transform:uppercase; font-weight:bold; color:#000;
}
#pag_news .hdate {
  font-size:16px;
}

#pcartItemCount,
#pcartItemCount a {
  font-family:'Montserrat',sans-serif; font-size:16px; color:#fff;
}

/* 
   Type Selectors
   ----------------------------------------------------------------------------- 
   Define the defaults for HTML elements in this section. 
*/

html,body {
  text-align:center; margin:0; padding:0; height:100%;
  color:#000; background:#fff;
}
body {
  display:flex; flex-direction:column;
}

a {color:#0078d7; cursor:pointer;}

a:link,
a:visited {text-decoration:none; font-weight:bold; color:#0078d7;}
a:hover {text-decoration:underline; font-weight:bold; color:#003763;}

form {
  margin:0; padding:2px 0 0 4px;
}
img {
  margin:0; padding:0; border:0;
}
ol li {
  padding:2px 0 4px 0;
}
p {
  margin:2px 6px 2px 0; padding:0;  /* default is no left margin */
}
p.ct {
  text-align:center;
}
pre {
  margin:0; padding:0;
}
sup {
  font-size:0.5em;
}
table {
  margin:2px 6px 2px 4px; padding:0;
}
table td {  /* eliminates the need for valign="top" */
  line-height:130%; 
  vertical-align:top;
}
table td.rt {  /* eliminates the need for align="right" */
  text-align:right;
}
table td.ct {  /* eliminates the need for align="center" */
  text-align:center;
}
ul {
  list-style:none;
  margin:4px 0 0 4px; padding:0;
}
ul li {
  margin:2px 2px 10px 0; padding:1px 10px 0 18px; 
  background:transparent url(images/bullet.png) 0 6px no-repeat;
}
  

form table { /* no left margin for tables inside forms */
  margin:2px 6px 2px 0; padding:0;
}

#footer p {
  font-size:14px; line-height:160%; color:#aaa;
  text-align:right; margin:0; padding:0 0 0 4px;
}
#footer p.xnav {
  font-size:16px; line-height:180%; color:#fff;
  text-align:left; margin:0; padding:8px 0 0 6px;
}
#footer a.w3 {
  font-family:verdana,helvetica,sans-serif; font-size:12px; font-weight:bold; color:#262626 !important;
}

/* 
   Custom Styles
   ----------------------------------------------------------------------------- 
*/

/* Mobile Menu button */
a.mobile {
  display:block; line-height:20px; margin:0; padding:0 6px 0 0; width:40px; height:40px;
  font-family:'Montserrat',sans-serif; font-size:10px; font-weight:bold; color:#000;
  background:transparent url(images/mobilemenu.png) 1px 0px no-repeat;
  cursor:pointer;
}
a.mobile:link,
a.mobile:visited {text-decoration:none; font-weight:bold; color:#000;}
a.mobile:hover {text-decoration:none; font-weight:bold; color:#000;}

a.mobile span {visibility:hidden;}

/* Shopping cart button */
a.ordermenu {
  position:relative; display:inline-block; line-height:36px; margin:0; padding:0 6px 0 4px; width:160px; height:40px;
  background:transparent url(images/mobilemenu.png) right 0px no-repeat;
  cursor:pointer; 
}

div.navlinks a {
  display:block; position:absolute; width:90px; height:90px; top:5px;
}
div.navlinks a#b1 {left:5px;}
div.navlinks a#b2 {left:95px;}
div.navlinks a#b3 {left:185px;}

a#b1:link,
a#b1:visited {background:transparent url(images/navbar_video.png) no-repeat;}
a#b1:hover   {background:transparent url(images/navbar_video.png) -90px 0px no-repeat;}

a#b2:link,
a#b2:visited {background:transparent url(images/navbar_audio.png) no-repeat;}
a#b2:hover   {background:transparent url(images/navbar_audio.png) -90px 0px no-repeat;}

a#b3:link,
a#b3:visited {background:transparent url(images/navbar_photo.png) no-repeat;}
a#b3:hover   {background:transparent url(images/navbar_photo.png) -90px 0px no-repeat;}


div.navlinks2 a {
  margin:0 4px 0 0; padding:2px 8px 2px 8px; font-size:16px;
  border-radius:2px;
}
div.navlinks2 a:link,
div.navlinks2 a:visited {text-decoration:none; font-weight:bold; color:#fff;}  
div.navlinks2 a:hover {
  text-decoration:none; font-weight:bold; color:#fff; background:#0078d7;
}

div.custquote a {
  margin:0; padding:0; font-size:16px;
}
div.custquote a:link,
div.custquote a:visited {text-decoration:none; font-weight:bold; color:#fff;}  
div.custquote a:hover {
  text-decoration:none; font-weight:bold; color:#0098f7;
}


/* online order links */
div.oogreeting a {
  font-family:'Source Sans Pro',sans-serif; font-size:16px; font-weight:bold;
  text-transform:uppercase; letter-spacing:1px;
}

div.oogreeting a:link,
div.oogreeting a:visited {text-decoration:none; font-weight:bold; color:#fff;}
div.oogreeting a:hover {text-decoration:none; font-weight:bold; color:#ffaf00;}

/* thumbnail links to specific pages */
a.thumblink:link,
a.thumblink:visited {text-decoration:none; font-weight:normal; color:#fff;}  
a.thumblink:hover {text-decoration:underline; font-weight:normal; color:#fff;}


  /* Style for link "buttons" like "Save", "Go", etc */
  input.btn2 {
    line-height:20px; vertical-align:middle;
    letter-spacing:1px; color:#fff; font-weight:400;
    margin:0 1px 0 4px; padding:10px 14px 10px 14px; background:#fd5100;
    border-radius:4px; border:0;
    cursor:pointer;
  }

  a.btn2 {
    letter-spacing:1px; color:#fff;
    margin:0 1px -4px 4px; padding:10px 14px 10px 14px; background:#fd5100;
    border-radius:4px;
    cursor:pointer;
  }
  a.btn2:link,
  a.btn2:visited {text-decoration:none; font-weight:400; color:#fdfdfd;}
  a.btn2:hover   {
    text-decoration:none; font-weight:400; color:#fff; background:#222;
  }

/* footer links */
#footer a:link,
#footer a:visited {text-decoration:none; color:#aaa;}
#footer a:hover {text-decoration:underline; color:#fff;}
  
/* W3C validation links */
#footer a.w3:link,
#footer a.w3:visited {text-decoration:none; color:#363636;}
#footer a.w3:hover {text-decoration:none; color:#fff;}

br.clr {
  clear:both;
}
br.nb { /* use on mobile */
  display:none; 
}
  
/* Separators to clear column floats */
div.xclear {
  position:relative; clear:both; height:1px; line-height:1px; 
  margin:0; padding:0;
}
div.xclearline { /* content under columns */
  position:relative; clear:both; width:90%; line-height:3px;
  margin:0; padding:0;
}


div.xbox1 { /* forms boxes */
  width:90%; 
  padding:4px 8px 4px 8px; 
  border:solid 1px #aaaaaa; background:#ffffff;
}
div.ffield { /* form fields */
  position:relative; float:left; margin:0; padding:2px 12px 4px 0;
} 
div.xbox2 { /* outline box */
  width:90%;
  margin:0 0 0 4px; padding:8px 2px 8px 2px; 
  border:solid 1px #aaaaaa; background:#ffffff;
}
div#googlemap {
  width:96%; height:400px; margin:0; padding:0; 
  background:#444; color:#000; border:4px solid #fff;
  box-shadow:2px 2px 5px rgba(0,0,0,0.75);
}
div.vendormap { /* map on dealer locator */
  width:96%; height:400px; margin:0; padding:0;
  background:#444; color:#000; border:4px solid #fff;
  box-shadow:2px 2px 5px rgba(0,0,0,0.75);
}

div.vwrap { /* wrapper for youtube player */
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  padding-bottom:54%; 
  padding-top:15px; 
  height:0; 
  overflow:hidden; 
}
div.vwrap iframe,
div.vwrap object,
div.vwrap embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
}

/* Social media buttons under photos, etc. */
div.social {
  position:relative; float:left; height:35px; width:80px;
  margin:0; padding:0;
}
div.social2 {
  position:relative; float:left; height:35px; width:120px;
  margin:0; padding:0;
}
div.socialclear {
  position:relative; clear:both; width:120px; 
  margin:0; padding:0;
}  

img.xpic {
  margin:0; padding:0;
}
img.npic {
  width:80%; border:6px solid #fff;
  margin:4px 0 0 15%; padding:0;
}
img.xfull {
  max-width:100%; height:auto;
}
img.xthumb {
  margin:8px 5px 15px 20px; padding:10px;
  background:#fcfcfc; border:solid 1px #fff;
}
img.menu {
  width:300px; border:4px solid #fff;
  margin:10px 0 0 12px; padding:0;
}
img.menuleft {
  float:left;
  border:4px solid #fff;
  margin:0 15px 12px 0; padding:0;
}
img.xleft {  /* left aligned image */
  float:left; margin:2px 10px 2px 0;
}
img.xright {  /* right aligned image */
  float:right; margin:2px 0 2px 10px;
}
img.dleft {  /* left aligned image for use with ul.dlist */
  float:left; margin:2px 10px 2px 12px;
  border:1px solid #666666;
}
img.social {
  margin:4px 10px 0 0;
}

img.mpic {
  border-radius:8px;
  border:2px solid #fff;
}
img.u3 {
  width:220px; height:220px;
}  

/* stackable thumbnail blocks that wrap 
   zthumb is used for the arrow between the input and output formats */
table.xthumb,table.zthumb {
  position:relative;
  width:180px; height:200px;
  float:left;
  padding:0px; margin:0 4px 4px 0;
}
table.xthumb td,
table.zthumb td,
table.xthumb td img,
table.zthumb td img {
  padding:0; margin:0;
}
div.xformat {
  position:absolute; margin:0; padding:0;
  width:180px; height:200px; left:0px; top:0px;
}

div.wizbutton {
  position:relative; display:inline-block; vertical-align:top;
  width:30%; max-width:220px;
  padding:0; margin:0 4px 4px 0;
}
  div.wizbutton p {
    margin:0 0 0 12px;
  }
  div.wizbutton img {
    max-width:99%;
  }

table.xthumb2 {
  position:relative;
  width:220px; height:240px;
  float:left;
  padding:0px; margin:0 4px 4px 0;
}
table.xthumb2 td,
table.xthumb2 td img {
  padding:0; margin:0;
}

/* spacers for u1 and u2 links, so they work right in IE */
img.u1,img.u2 {
  width:170px; height:142px; margin:0; padding:0;
}

/* links inside format blocks */
a.u1 {
  display:block; width:170px; height:200px;
  font-size:16px; margin:0; padding:1px 2px 1px 8px; background:transparent;
}
a.u1:link,
a.u1:visited {text-decoration:none; font-weight:bold; color:#fff;}  
a.u1:hover {
  text-decoration:none; font-weight:bold; color:#000; 
  background:transparent url(images/input_lower.png) 2px 141px no-repeat;
}

a.u2{
  display:block; width:170px; height:200px;
  font-size:16px; margin:0; padding:1px 2px 1px 8px; background:transparent;
}
a.u2:link,
a.u2:visited {text-decoration:none; font-weight:bold; color:#fff;}  
a.u2:hover {
  text-decoration:none; font-weight:bold; color:#000; 
  background:transparent url(images/output_lower.png) 2px 141px no-repeat;
}

/* used on output.php */
div.xformat2 {
  position:absolute; margin:0; padding:143px 2px 1px 8px;
  width:180px; height:200px; left:0px; top:0px;
  font-size:16px; color:#fff;
}

a.u3{
  display:block; width:220px; height:230px;
  font-size:16px; margin:0; padding:0; background:transparent;
}
a.u3:link,
a.u3:visited {text-decoration:none; font-weight:bold; color:#111;}  
a.u3:hover {
  text-decoration:none; font-weight:bold; color:#111; 
}


/* hover backgrounds */
a#f1:link,
a#f1:visited {background:transparent url(images/iconlarge_video.png) no-repeat;}
a#f1:hover   {background:transparent url(images/iconlarge_video.png) -220px 0px no-repeat;}

a#f2:link,
a#f2:visited {background:transparent url(images/iconlarge_audio.png) no-repeat;}
a#f2:hover   {background:transparent url(images/iconlarge_audio.png) -220px 0px no-repeat;}

a#f3:link,
a#f3:visited {background:transparent url(images/iconlarge_photo.png) no-repeat;}
a#f3:hover   {background:transparent url(images/iconlarge_photo.png) -220px 0px no-repeat;}


p.p2 img,
p.p4 img,
p.p5 img {
  max-width:98%;
}

img.cbhead {
  width:100%; max-width:100%;
  vertical-align:top;
  margin:0 0 20px 0;
}

label.noshow,
h1.noshow,
h2.noshow,
span.tt,
span.noshow {display:none;}

p.c1 { /* centered */
  text-align:center; line-height:normal;
  margin:2px 6px 2px 4px; padding:0;
}
p.p1 { /* normal line height for narrow columns */
  line-height:110%;
  margin:2px 6px 2px 4px; padding:0;
}
p.location {
  line-height:130%;
  margin:4px 6px 0 4px; padding:0 0 0 12px;
}
p.p3 { /* normal right margin */
  line-height:150%;
  margin:4px 10px 0 4px; padding:0;
}
p.n1 { /* justified column like a newspaper */
  font-size:10px;
  margin:4px 2px 0 4px; padding:0; text-align:justify;
}
p.n2 { /* right column with vertical dashed line */
  font-size:10px;
  margin:0; padding:4px 2px 0 4px; border-left:1px dashed #aaaaaa;
}
p.r1 { /* used for the last updated date on links.php */
  text-align:right;
  line-height:normal;
  margin:-14px 2px 4px 0; padding:0;
}
p.r2 {
  text-align:right;
  line-height:150%;
  margin:4px 4px 4px 4px; padding:0;
}
p.nav {
  line-height:150%;
  color:#aaa;
}

.pleft {
  text-align:left;
}



#pagehead h1,#pagehead h2 {
  display:none;
}
#pagehead p {
  display:inline;
  text-align:left;
}
  
pre.p2 {
  line-height:150%;
  margin:4px 4px 0 4px; padding:0;
}

table.t1 { /* no left margin */
  margin:2px 6px 2px 0; padding:0;
}
table.t2 {
  width:94%;
}
table.t3 {
  width:350px;
}

ul.blist {
}
ul.blist li {
  margin:2px 0 20px 0; padding:1px 0 0 24px; width:98%;
  background:transparent url(images/bullet2.png) 0 4px no-repeat;
}
  
ul.clist {
  width:90%;
}
ul.clist li {
  margin:2px 0 10px 0; padding:1px 0 4px 28px; width:98%;
  background:transparent url(images/checkmark.png) 0 4px no-repeat;
}
  
/* Form fields */
.ckBox { /* checkboxes */
  margin:1px; padding:0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"] {
  vertical-align:top;
  margin-bottom:8px;
  /* max-width:60%; */
}
textarea {
  /* max-width:80%; */
}

.boxBlur {
  font-family:verdana,helvetica,sans-serif; font-size:18px; 
  border:1px solid #c9c9c9; color:#181818; background:#fcfcfb;
  padding:8px;
}
.boxBlurDisable {
  font-family:verdana,helvetica,sans-serif; font-size:18px; 
  border:1px solid #c9c9c9; color:#828282; background:#ececec;
  padding:8px;
}
.boxBlur:focus,.boxFocus {
  font-family:verdana,helvetica,sans-serif; font-size:18px; 
  border:1px solid #444; color:#181818; background:#ffffdd;
  padding:8px;
}
.boxBlurR {
  font-family:verdana,helvetica,sans-serif; font-size:18px; 
  border:1px solid #c9c9c9; color:#181818; background:#fcfcfb;
  text-align:right; padding:8px;
}
.boxBlurR:focus,.boxFocusR {
  font-family:verdana,helvetica,sans-serif; font-size:18px;
  border:1px solid #444; color:#181818; background:#ccffcc;
  text-align:right; padding:8px;
}
  .boxError {
    font-family:verdana,helvetica,sans-serif; font-size:18px; 
    border:1px solid #ff0000; background:#ffcccc; padding:8px; 
  }
  .boxRequired {
    font-family:verdana,helvetica,sans-serif; font-size:18px; 
    border:1px solid #ff0000; color:#181818; background:#fcfcfb; padding:8px; 
  }
  .boxRequired:focus {
    font-family:verdana,helvetica,sans-serif; font-size:18px; 
    border:1px solid #ff0000; color:#181818; background:#ffffdd; padding:8px; 
  }
  .boxDisable {
    display:none;
  }
  .boxClear {
    text-align:right;
    font-family:verdana,helvetica,sans-serif; font-size:18px; 
    border:1px solid #c9c9c9; color:#181818; background:#fcfcfb;
  }
  
/* contact form "required" */
p.cfreq {
  font-size:95%;
  padding:0 0 0 8px; margin:0;
}
span.cfreq {
  position:relative;
  font-weight:bold; color:#f00; 
}
  

.fbutton {
  border:1px solid #000000; color:#fff; background:#333;
  margin:0; padding:4px; 
  font-family:arial,helvetica,sans-serif; font-size:14px; font-weight:bold;
}

/* Form fields generated by makeFormField(), updated 04.14.2021  */
div.formfield {
  position:relative; display:inline-block; vertical-align:top;
  text-align:left; min-width:50px; max-width:95%;
  margin:14px 0 2px 12px; padding:0;
  font-size:12px;
}
  div.formfield p {
    margin:0; padding:0;
    font-size:16px;
  }
  div.formfield textarea {
    max-width:96% !important; margin:0;
  }
p.charcount {
  position:absolute; width:80px; top:0px; right:8px;
  text-align:right; margin:0; padding:0;
}

/* contact form "required" */
p.cfreq {
  font-size:95%;
  padding:0 0 0 8px; margin:0;
}
span.cfreq {
  position:relative;
  font-weight:bold; color:#f00; 
}
/* contact/guestbook forms */
div.cfmsg,
#cf1,
#cf2,
#cf6,
#cf7,
#cf15,
#cf17 {
  width:80%; max-width:420px;
}
#cf12 {
  width:100%;
} 


/* Radio Buttons */
label.radio {
  display:block; margin:6px 0 10px 0;
  font-size:20px;
  cursor:pointer;
}
input[type="radio"]:not(old) {
  display:none;
}
input[type="radio"]:not(old)+span:before {
  display:inline-block;
  content: url('images/radio-unselected.png');
  width:30px; height:24px;
  margin:0; padding:0;
  vertical-align:bottom;
}
input[type="radio"]:not(old):checked+span:before {
  content: url('images/radio-selected.png');
}

/* Checkboxes */
label.ckbox {
  display:block; margin:6px 0 10px 0;
  font-size:20px;
  cursor:pointer;
}
input[type="checkbox"]:not(old) {
  display:none;
}
input[type="checkbox"]:not(old)+span:before {
  display:inline-block;
  content: url('images/checkbox.png');
  width:36px; height:28px;
  margin:0; padding:0;
  vertical-align:bottom;
}
input[type="checkbox"]:not(old):checked+span:before {
  content: url('images/checkbox-checked.png');
}

/* Newsletter form */
form#newsletter {
  text-align:right; margin:0; padding:0 22px 2px 0;   
}
form#newsletter p {
  font-size:14px; margin:0; padding:0;
}
form#newsletter #email {
  width:48%; margin:0; padding:7px 4px 8px 8px; top:-2px;
  position:relative;
}
.mailBlur {
  border:none; background:#bbb;
}
.mailFocus {
  border:none; background:#fff;
}
.submitBtn {
  position:relative; vertical-align:middle; top:-2px;
}  
  
/* Misc Classes */
.sm {position:relative; top:-4px; font-size:9px; font-weight:normal;} /* service mark (sm) */
.super {position:relative; top:-4px; font-size:10px;} /* superscript */

.xred {color:#ff0000;} /* form errors */
.xword {font-weight:bold; color:#dddddd;}

.nbox {  /* remaining characters field */ 
  text-align:right; width:250px;
  border:0; color:#000000; background:transparent;
}

span.st2,
span.st7 {
  display:none;
}


/* 
   Containers for this layout
   -----------------------------------------------------------------------------
*/

#pagehead {
  position:fixed; flex:none; left:0; top:0; height:152px; width:100%;
  text-align:left; margin:0; padding:0;
  background:#fff;
  overflow:visible; z-index:96; /* must be less than drop menu z-index */
}
  #pagehead div.navbg {
    position:absolute; bottom:0; left:0; width:100%; height:48px;
    background:#444;
  }
  #pagehead div.navbar {  /* width and height necessary for image replacement */
    position:absolute; top:6px; left:8px; width:400px; height:84px;
    text-align:left; margin:0; padding:0;
  }
  /* DIVs for navigation links */
  div.navlinks {
    position:absolute; top:2px; right:10px; width:280px; height:100px;
    text-align:left; margin:0; padding:0;
  }
    div.navlinks img {
      width:80px; height:80px; margin:8px 0px 0px 8px; padding:0;
      border:0;
    }
  div.navlinks2 {
    position:absolute; top:116px; left:8px; width:750px; height:28px;
    text-align:left; margin:0; padding:0;
  }
    div.navlinks2 div {
      margin:0; padding:6px 10px 0 0; color:#666; 
    }
  
  div.telephone {
    position:absolute; top:20px; right:290px; width:350px; height:40px;
    text-align:right; margin:0; padding:0;
  }
  div.social {
    display:none;
    position:absolute; top:20px; right:10px; width:350px; height:40px;
    text-align:right; margin:0; padding:0;
  }
  div.custquote {
    position:absolute; top:116px; right:16px; width:350px;
    text-align:right;
  }
    div.custquote img {
      position:relative; top:3px;
    }
  div.mobilemenu {
    display:none;
    position:absolute; top:117px; left:8px; width:64px; height:44px; 
    margin:0; padding:0; overflow:hidden; z-index:99;
  }

    div.oogreeting {
      position:absolute; top:26px; right:120px; width:200px; height:54px;
      text-align:right; margin:0; padding:0;
    }
      div.oogreeting p {
        text-align:right; margin:0; padding:0;
      }
    div.onlineorder {
      position:absolute; top:26px; right:24px; width:70px; height:44px;
      text-align:left; margin:0; padding:0;
    }

#container {
  position:relative; display:flex; justify-content:center;
  text-align:center; margin:0; padding:0;
}

  /* Page body, full width of container */
  #pagebody {
    position:relative;
    width:100%; /* needed for flex mode */
    
    text-align:left; margin:170px 0 0 0; padding:0;
  }
    /* Full width container CLASS for full width backgrounds */
    div.contentbg {
      position:relative; width:100%;
      text-align:left; margin:10px 0 100px 0; padding:0; /* bottom padding needed for flex mode?? */
    }
      /* Inner content box for centered, fixed width content */
      div.contentbox {
        position:relative; max-width:1000px;
        text-align:left; margin:0 auto 0 auto; padding:0;
      }
      div.contentbox2 {
        display:flex; flex-flow:row wrap; justify-content:center; 
        margin:0; padding:0;
      }

          /* Columns, Total width must be <= 750px */
          div.L_full {width:100%;}
          div.R_full {width:900px;}
          
          div.L_full2 {
            position:relative;
            width:100%; max-width:1000px; 
            margin:0 auto 60px auto; padding:0;
          }

/* Footer, new HTML5 */
#footer {
  display:flex; flex-wrap:wrap; justify-content:center;
  margin:0; padding:10px 0 0 0;
  border-top:2px solid #222; background:#363636;
}
  div.L_footer {
    flex:1 1 180px;
    margin:4px; padding:4px;
    text-align:left;
  }
  div.L_footer2 {
    flex:1 1 120px;
    margin:4px; padding:4px;
    text-align:left;
  }
  div.R_footer {
    flex:1 1 100%;
    margin:4px; padding:8px;
    text-align:right;
  }
  div.xsocial {
    text-align:right;
  }
    div.xsocial a {
      margin:0 0 0 10px;
    }


/* 
   Page specific styles
   -----------------------------------------------------------------------------
*/

div.ctitle,
div.ctitle2 {
  position:relative; text-align:center;
  margin:0 4px 0 4px; padding:0 0 20px 0; overflow:hidden;
}
  div.ctitle img {
    max-width:100%; height:auto;
  }
  div.ctitle2 p {
    text-align:left;
  }
  
div.ntitle {
  position:relative; text-align:left;
  margin:0; padding:0 0 10px 0;
}
  div.ctitle h1,
  div.ntitle h1,
  div.ctitle h2,
  div.ntitle h2 {display:none;}
  div.ctitle img,
  div.ntitle img {margin:0; padding:0;}
  
div.C_small,
div.C_small2,
div.C_small3,
div.C_med { /* centered column that wraps @ min-width */
  position:relative; display:inline-block; vertical-align:top;
  text-align:left; max-width:500px; min-width:460px;
  margin:0 10px 0 4px; padding:0; overflow:hidden;
}
div.C_small2 {
  border-left:6px solid #c3cd4e; padding:0 0 0 20px;
}
div.C_small3 {
  max-width:300px; min-width:300px;
}
div.C_med {
  width:65%; max-width:650px;
}
div.C_large {
  position:relative; display:inline-block; vertical-align:top;
  text-align:left; width:97%; max-width:960px; min-width:470px;
  margin:0; padding:0; overflow:hidden;
}
div.C_menu {
  display:flex; flex-flow:row wrap;
  position:relative; min-width:470px; min-height:90px;
  margin:0; padding:0 0 20px 0;
}
  div.menuipic {
    max-width:190px;
  }
    div.menuipic img {
      padding:0 12px 0 0;
    }
  div.menuitxt {
    flex:1 1 640px;  /* updated 08.28.2022 */
  }
  div.menuiprc {
    flex:1 1 120px; text-align:right;
  }
  .menuBtn {
    display:block;
  }


#pag_frame {  /* a page loaded into an iframe using this stylesheet */
  position:relative; min-width:460px; height:auto;
  text-align:left; margin:0; padding:0;
}
 

div.tagline {
  text-align:center; padding:60px 0 40px 0;
  overflow:hidden;
}
  
/* homepage */
#topbar {
  background:#000;
  margin:0 0 20px 0;
}
#fullphoto {
  position:relative; display:inline-block; vertical-align:top; 
  width:52%; min-width:470px;
  margin:4px 0 0 0; padding:0; 
  text-align:center;
  overflow:hidden;
}
#pag_home #pagebody {
  margin:140px 0 0 0; min-height:100px;
}
#fullphoto img.leafpic {
  width:100%; margin:0; padding:0;
}
#photocredit {
  position:absolute; width:100%;
  left:0px; top:0px; margin:0; padding:0;
  z-index:95;
}
#photocredit img.slidecover {
  width:100%;
}

#fullvideo {
  position:relative; display:inline-block; vertical-align:top; 
  width:47%; min-width:470px;
  margin:0; padding:0; 
  text-align:center;
  overflow:hidden;
}
 

#pag_services div.C_med {
  min-width:400px; max-width:400px;
}

#pag_dupe div.L_small {
  width:320px; margin:0 20px 0 0;
}

#pag_item div.L_xxlarge {
  width:720px;
}

#pag_sitemap p.p5 {
  line-height:200%;
}  


#menu div.ctitle {
  padding:20px 0 20px 0;
}

#infobar div.contentbox {
  max-width:960px;
}
          

#pag_online div.navlinks,
#pag_online div.socialicons,
#pag_pcart div.socialicons {
  display:none;
}

#pag_online div.onlineorder,
#pag_pcart div.onlineorder {
  visibility:visible;
}


/* Content Backgrounds */
.paper {
}
.orange {
  color:#fff;
  background:#fd5100;
}
.orange p {color:#000;}

.green {
  background:#c3cd4e;
}
.green div p {color:#fff;}

.black {
  background:#111;
}

.bg-cover { 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* Tables used for charts */
.gray1 {background:#aaaaaa;}
table.gray1 td {background:#ffffff;}
table.gray1 td.ht1 {background:#eeeeee;}  /* td hightlight */
table.gray1 td.ht2 {background:#eeeeff;}  /* td hightlight */
table.gray1 h2 {margin:0;}

/* Design215 Guestbook/Comments v01.27.06 */
.xguest {  /* outside table */
  width:640px; margin:0;
}
table.xguest table {
  margin:0;
}
table.xtopics {
  width:90%; 
  margin:0 0 0 12px;
}
table.xtopics td {
  width:auto;
  margin:0 10px 0 0;
}
table.xtopics td p {
  margin:0 10px 0 0;
  border-bottom:1px dashed #888888;
} 

p.gb1 {
  font-family:verdana,helvetica,sans-serif; font-size:11px;  color:#ffdf4d;
  margin:2px 2px 0 12px; padding:0;
}

.gbox {  /* remaining characters field, guestbook */ 
  text-align:right; width:320px;
  border:0; color:#aaaaaa; background:transparent;
}
.cbox {  /* remaining characters field, comments */ 
  width:250px;
  border:0; color:#aaaaaa; background:transparent;
}
.guestErr {
  font-weight:bold; color:#ff8800; 
}
.gline { /* user entries separator */
  position:relative; display:block; line-height:4px;
  margin:0 20px 4px 20px; padding:0;
  border-bottom:1px dashed #888888;
}
.xquote1 {
  font-family:serif; font-size:12px; color:#274627;
  background:transparent url(/images/quote1.gif) no-repeat;
  padding:0 0 0 8px;
}
.xquote2 {
  font-family:serif; font-size:12px; color:#274627;
  background:transparent url(/images/quote2.gif) no-repeat;
  padding:0 0 0 8px; margin:0 0 0 2px;
}
p.gst1 {margin:4px 0 8px 12px; font-size:11px; color:#000000; line-height:120%;}
p.gst2 {margin:4px 60px 0 12px; font-size:11px; color:#000000; line-height:130%;}


/* Design215 Slideshow, index.php */
#pag_home #xssw1,
#pag_home #xssw2 {
  /* 2012 update: opacity set with css on slideshow page */
  position:absolute; visibility:hidden;
  background:transparent;
  margin:0; padding:0;
  text-align:center; /* slideshow image will be centered in the div */
  width:100%; /* div will be the full width of its container */ 
}
#pag_home #xssw1 img,
#pag_home #xssw2 img {
  width:100%;
}
#pag_home #xslidetext,
#pag_home #xslidenum ,
#pag_home #slidecontrols {
  display:none;
}


/* Design215 Drop Menu, v11.22.2012 */
#xtooltip {
  position:absolute; left:-200px; top:5px; z-index:98;
  margin:0; padding:0 0 7px 0;
}
#xtooltip p.tt1,
#xtooltip p.tt2 {
  color:#111; text-align:left; margin:0; padding:6px 8px 8px 8px;
  font-family:verdana,helvetica,sans-serif; font-size:11px;
  border-radius:4px; border:2px solid #fff;
}

#menu5 {  /* mobile menu */
  position:fixed; visibility:hidden; z-index:99;
  width:380px; left:-400px; 
  top:-999em; /* removes the extra vertical space from the long menu */
  background:#444; color:#000; padding:12px 4px 4px 8px;
  border:1px solid #000;
  transition: left 100ms;
  transition-timing-function:linear;
}
  div.menucol {
    position:relative; width:48%; margin:0; padding:0;
    display:inline-block; vertical-align:top;
  }
    div.menucol p {
      margin:0; padding:0; 
    }
#menu5 p {
  width:100%; /* necessary for IE7 or menu height bug */
  margin:0; padding:4px 4px 2px 8px;
}
#menu5 h2 {
  font-size:16px; color:#fff;
}

#menu1,#menu2,#menu3,#menu4 {
  position:fixed; visibility:hidden; z-index:99;
}
#menu1 {width:225px;} /* about */
#menu2 {width:225px;} /* transfer */
#menu3 {width:300px;} /* duplication */
#menu4 {width:225px;} /* downloads */

#menu1 p,#menu2 p,#menu4 p {
  width:196px; /* necessary for IE7 or menu height bug */
  background:transparent url(images/menubox1.png) top left no-repeat;
  margin:0; padding:24px 17px 2px 12px;
}
#menu3 p {
  width:271px; /* necessary for IE7 or menu height bug */
  background:transparent url(images/menubox2.png) top left no-repeat;
  margin:0; padding:24px 17px 2px 12px;
}
#menu1 img,#menu2 img,#menu4 img {
  background:transparent url(images/menubox1_end.png) top left no-repeat;
  width:225px; height:30px; margin:0; padding:0;
}
#menu3 img {
  background:transparent url(images/menubox2_end.png) top left no-repeat;
  width:300px; height:30px; margin:0; padding:0;
}
  div.menucat {
    position:relative; width:160px; margin:0; padding:0;
    float:left;
  }
  div.menucat2 {
    position:relative; width:190px; margin:0; padding:0;
    float:left;
  }
  div.menucat3 {
    position:relative; width:200px; margin:0; padding:0;
    float:left;
  }
    div.menucat p,div.menucat2 p {
      margin:0; padding:0; 
    }

  div.dropx {
    text-align:left;
    margin:0; padding:0;
  }
  div.dropx a {
    position:relative; display:block; height:16px; 
    font-family:arial,helvetica,sans-serif; font-weight:bold; font-size:16px; color:#fff;
    margin:0; padding:5px 3px 9px 12px;
  }
  div.dropx a:link,
  div.dropx a:visited {text-decoration:none; color:#fff;}
  div.dropx a:hover {
    text-decoration:none; color:#fff; background:#0078d7;
  }
div.xclearmenu { /* content under columns */
  position:relative; clear:both; width:400px; 
  margin:0; padding:0;
}

/* modal dialog v10.06.2020 */
.modal-overlay {
  position:fixed;
  width:100%; left:0; bottom:8px;
  overflow:auto;
  transition:opacity .2s;
  z-index:-1;
}
.modal-overlay[aria-hidden="true"] {
  opacity:0;
  visibility: hidden;
}
.modal-overlay[aria-hidden="false"] {
  opacity:1;
  visibility:visible;
  z-index:999;
}
.modal-content {
  position:relative; top:20%;
  margin:auto;
  width:94%; max-width:480px;
  background:#fff; color:#e4701e; padding:4px;
  border-radius:8px; border:6px solid #e4701e;
  box-shadow:8px 8px 24px rgba(0,0,0,0.5);
}
.modal-content p {
  padding:0 20px 0 20px;
}
.modal-overlay[aria-hidden="false"] .modal-content {
  transform: scale(1);
}
.btn-close {
  position:absolute;
  background:none; border:0; cursor:pointer;
  font-family:arial; font-size:4em; font-weight:800;
  line-height:12px; padding:0;
  right:.25em; top:.25em;
  z-index:2;
}
.btn-close:hover {color: #e4701e;}

  
/* replace or resize images */
img.rp50 { /* small footer logo v12.29.2009 */
  position:relative; margin:-12px 0 0 0; top:12px;
}


/*
   PCart Shopping Cart Styles v2.5.1
   ----------------------------------------------------------------------------- 
   Merged here to prevent caching issues with mobile devices 

*/
p.pcart {
  position:relative; max-width:470px;
  line-height:normal;
  margin:2px 6px 2px 12px; padding:0;
}
div.pclear {
  position:relative; clear:both;
  margin:0; padding:0;
}

ul.pclist {
  list-style:disc inside none;
  margin:4px 0 0 4px; padding:0;
}
ul.pclist li {
  margin:2px 0 6px 0; padding:1px 0 0 4px; width:98%;
}

iframe#pcframe1 {
  border:1px solid #ddd;
  margin:0 0 0 12px;
  display:none;
}

iframe#pcframe2 {
  position:relative;
  margin:0; padding:0; border:0;
  display:none;
}

/* iframe box for adding items to cart */
div#cartbox {
  position:fixed; left:50%; top:50%;
  width:460px; min-height:240px;
  background:#fff;
  border:1px solid #888;
  margin:-120px 0 0 -235px; padding:8px 2px 2px 2px;
  text-align:left;
  visibility:hidden;
  z-index:999;
  border-radius:4px;
  box-shadow:2px 2px 16px rgba(0,0,0,0.4);
}
div.pcDiag {
  padding:20px 10px 10px 20px;
}
  div.pcDiag h1 {
    text-align:center;
  }
  div.pcDiag p {
    font-size:20px;
  }

#pcartItemCount {
  position:relative; 
  text-align:center;
  margin:0 0 0 2px; 
}
#pcartItemCount a {
  text-decoration:none; font-weight:normal;
  background-color:transparent;
  padding:0; margin:0;
  border-radius:0;
}
#pcartItemCount a:hover {
  text-decoration:none; font-weight:normal; color:#ffaf00;
}
img.pccarticon {
  vertical-align:middle;
}

/* Form fields generated by makeFormField()  */
div.formfield {
  position:relative; display:inline-block; vertical-align:top;
  text-align:left; min-width:50px;
  margin:0 10px 15px 0; padding:0;
}
p.charcount {
  position:absolute; width:80px; top:0px; right:4px;
  text-align:right; margin:0; padding:0;
}

form.pcartAddBtn {
  width:100%;
  margin:2px; padding:0;
}
div.pcaddopt {
  position:relative;
  min-width:460px; max-width:640px;
  margin:0; padding:0 0 10px 0;
}
  div.pcaddopt p.pcgt {
    font-size:22px; font-weight:bold;
  }
  
/* add to cart button 2020 */
div.pcaddbtn {
  display:flex; flex-flow:row nowrap; 
  justify-content:flex-end; align-items:flex-end;
  min-width:300px; 
  margin:0 4px 0 0; padding:0;
}
  div.pcquanbox {
    position:relative;
    text-align:center;
    margin:0 30px 0 0; padding:0;
  }
    div.pcquanbox p {
      font-weight:bold;
      padding:4px;
    }
  div.pcaddbox {
    position:relative;
    text-align:right;
  }
  /* overwrite any styles set in main site stylesheet */
  input[type="number"].addBtnQuan {
    font-size:24px; font-weight:bold; width:30px; height:32px;
    text-align:center;
    border:1px solid #c9c9c9; color:#181818; background:#fcfcfb;
    margin:0 12px 0 12px; padding:5px; 
  }
  input[type="number"].addBtnQuan:focus {
    font-size:24px; font-weight:bold; width:30px; height:32px;
    text-align:center;
    border:1px solid #8fd700; color:#181818; background:#ffffdd;
    margin:0 12px 0 12px; padding:5px;
  }

  a.pcadjQuan {
    display:inline-block;
    line-height:30px; width:20px; text-align:center;
    font-family:arial,san-serif; font-size:30px; font-weight:bold; 
    vertical-align:middle; color:#fff; background:#555;
    margin:0; padding:7px 12px 7px 12px;
    border:0; border-radius:0;
    cursor:pointer;
    user-select:none;
  }
  a.pcadjQuan:link,
  a.pcadjQuan:visited {text-decoration:none; font-weight:bold; color:#fff;}
  a.pcadjQuan:hover   {text-decoration:none; font-weight:bold; background:#777; color:#fff;}


/* select boxes */
.pcitemdrop {
  font-family:arial,helvetica,sans-serif; font-size:20px; min-width:250px;
  border:1px solid #000; color:#000; background:#ffffee;
  margin:8px 0 8px 0; padding:4px;
}
  .pcitemdrop option {
    padding:4px;
  }
.pcdatedrop {
  font-family:arial,helvetica,sans-serif; font-size:20px; min-width:120px;
  border:1px solid #000; color:#000; background:#ffffee;
  margin:4px 0 8px 0; padding:4px;
}
  .pcdatedrop option {
    padding:4px;
  }
.pcyeardrop {
  font-family:arial,helvetica,sans-serif; font-size:20px; min-width:90px;
  border:1px solid #000; color:#000; background:#ffffee;
  margin:4px 0 8px 0; padding:4px;
}
  .pcyeardrop option {
    padding:4px;
  }
  
.pcSubGroup {
  margin:0 0 0 10px; padding:0 0 0 20px;
  border-left:1px solid #ccc;
}  


/* Option Quantity fields 2020 */
div.optQuan {  
  display:block; margin:14px 0 18px 0;
  font-size:18px;
}
  /* overwrite any styles set in main site stylesheet */
  input[type="number"].addOptQuan {
    font-size:20px; font-weight:bold; width:26px; height:28px;
    text-align:center;
    border:1px solid #c9c9c9; color:#181818; background:#fcfcfb;
    margin:0 12px 0 12px; padding:2px; 
  }
  input[type="number"].addOptQuan:focus {
    font-size:20px; font-weight:bold; width:26px; height:28px;
    text-align:center;
    border:1px solid #8fd700; color:#181818; background:#ffffdd;
    margin:0 12px 0 12px; padding:2px;
  }

  a.pcoptQuan {
    display:inline-block;
    line-height:28px; width:18px; text-align:center;
    font-family:arial,san-serif; font-size:28px; font-weight:bold; 
    vertical-align:middle; color:#fff; background:#777;
    margin:1px 0 1px 0; padding:2px 8px 2px 8px;
    border:0; border-radius:0;
    cursor:pointer;
    user-select:none;
  }
  a.pcoptQuan:link,
  a.pcoptQuan:visited {text-decoration:none; font-weight:bold; color:#fff;}
  a.pcoptQuan:hover   {text-decoration:none; font-weight:bold; background:#777; color:#fff;}


p.pcitemprice {
  padding:0;
  font-family:'Montserrat',sans-serif; font-size:24px; 
  line-height:120%;
  font-weight:bold; color:#000;
}
p.pcitemprice span.pcitemtxt { /* text appended to price */
  font-size:14px;
}
p.pcpricetxt { /* text if no price */
  font-size:16px; font-weight:bold; color:#000;
}

div.pcartlogin {
  width:100%; padding:0; margin:0;
}
div.pcartlogin p {
  padding:2px 0 2px 4px; margin:0 0 4px 4px;
  font-size:20px;
}
div.pcartlogin p.rt {
  text-align:right;
  margin:0;
}

form#pcartForm p {
  font-size:16px;
}

div#pcartLogin {
  position:relative;
  width:100%; max-width:400px; min-height:400px;
  padding:0; margin:0;
}
div#pcartAccount {
  position:relative;
  width:100%; max-width:480px; min-height:400px;
  padding:0; margin:0;
}
div#errmsg h2,
div#errmsg p {
  color:#ff0000;
}

div.pcbox1 {
  position:relative; display:inline-block;
  padding:5px 0 8px 0; margin:0 5px 5px 12px;
  min-width:300px; min-height:180px;
  background:#ffffee;
  border:1px solid #aaa;
  vertical-align:top;
}
  p.topr {
    position:absolute; top:4px; right:4px;
  }

img.pcprodimg {
  margin:0; padding:4px 0 8px 0;
  width:120px; height:auto;
}  
img.pcplaceholder {
  margin:1px 3px 3px 1px; padding:0 20px 0 20px;
  border:solid 1px #dddddd;
}  
div#pcartDiv {
  position:relative;
  width:100%;
  padding:0; margin:0;
}
div.pcartrow {
  position:relative;
  margin:0 0 0 12px; padding:0;
  width:96%; min-width:480px; min-height:12px; 
}
div.pc1 {
  position:relative; display:inline-block;
  width:10%; min-width:100px; margin:0; padding:4px 4px 2px 4px;
  vertical-align:top;
}
div.pc2 {
  position:relative; display:inline-block;
  width:6%; min-width:60px; margin:0; padding:4px 4px 2px 0;
  vertical-align:top;
}
div.pc3 {
  position:relative; display:inline-block;
  width:56%; margin:0; padding:4px 4px 2px 0;
  vertical-align:top;
}
div.pc4 {
  position:relative; display:inline-block;
  width:10%; min-width:90px; margin:0; padding:4px 4px 2px 0;
  text-align:right;
  vertical-align:top;
}
div.pc5 {
  position:relative; display:inline-block;
  width:47%; margin:0; padding:4px 0 2px 0;
  text-align:left;
  vertical-align:top;
}
div.pc6 {
  position:relative; display:inline-block;
  width:50%; margin:0; padding:4px 0 2px 0;
  text-align:right;
  vertical-align:top;
}
div.pc7 {
  position:relative; display:inline-block;
  width:50%; margin:0; padding:4px 0 2px 0;
  text-align:left;
  vertical-align:top;
}
.pcbg1 {
  background:#eee;
}
.pcbg2 {
  background:#fff;
}
.pcdivline {
  border-bottom:1px solid #ccc;
}

/* View Cart table */
table.pcviewcart {
  width:96%; margin:0 0 0 4px; padding:0;
  border-collapse:collapse;
}
  table.pcviewcart td {
    vertical-align:top; border-bottom:1px solid #ccc;
    padding:2px 0 2px 0;
  }
  table.pcviewcart td.chd {
    text-transform:uppercase;
    border-bottom:1px solid #000;
  }
  table.pcviewcart td.c1 {
    width:40px!important; text-align:left;
  }
  table.pcviewcart td.c2 {
    width:80px!important; text-align:left;
  }
  table.pcviewcart td.c3 {
    text-align:left;
  }
  table.pcviewcart td.c4 {
    width:90px!important; text-align:right;
  }

.viewCartQuan {
  font-size:24px; font-weight:bold; width:36px; height:32px;
  border:1px solid #c9c9c9; color:#181818; background:#fcfcfb;
  text-align:center;
  padding:5px;
}
.viewCartQuan:focus {
  font-size:24px; font-weight:bold; width:36px; height:32px;
  border:1px solid #8fd700; color:#181818; background:#ffffdd;
  text-align:center;
  padding:5px;
}
  
/* Online Orders Chart */
h1.pcchart {
  font-family:arial,helvetica,sans-serif; font-size:20px; font-weight:bold; color:#000;
  margin:2px 2px 2px 4px; padding:0;
  text-shadow:none;
}
table.pcchart {
  width:98%; margin:0 0 0 4px; padding:0; min-width:476px; max-width:980px; overflow:scroll;
  border-collapse:collapse;
}
  table.pcchart td {
    vertical-align:top;
    padding:8px 4px 8px 4px;
    font-size:16px;
  }
  /* alternating row backgrounds */
  table.pcchart tr.c4 {background:#ffffff;}
  table.pcchart tr.c5 {background:#dfdfdf;}
  
  /* xml transfer speed indicators */
  .fail4 {background:#e4d5b2;}
  .fail5 {background:#d0be94;}
  .speed1 {background:#aa0000; color:#fff; font-weight:bold;}
  .speed2 {background:#ff0000; color:#fff; font-weight:bold;}
  .speed3 {background:#eeab00;}
  .speed4 {background:#eee600;}
  .speed5 {background:#aaee00;}
    
/* Add to Cart popup */
table.pcaddpopup {
  width:96%; margin:0 0 0 4px; padding:0;
  border-collapse:collapse;
}
  table.pcaddpopup td {
    vertical-align:top; border-bottom:1px solid #ccc;
    padding:0;
  }
  table.pcaddpopup td.chd {
    text-transform:uppercase; font-size:12px;
    border-bottom:1px solid #000;
  }
  table.pcaddpopup td.c1 {
    width:80px!important; text-align:left;
  }
  table.pcaddpopup td.c2 {
    width:40px!important; text-align:center;
  }
  table.pcaddpopup td.c3 {
    text-align:left;
  }
  table.pcaddpopup td.c4 {
    width:70px!important; text-align:right;
  }

table.pctotal {
  position:relative; float:right;
  width:300px; margin:0 4px 0 0; padding:0;
}
  table.pctotal td {
    font-size:14px;
  }

table.pchistory {
  width:97%; max-width:720px;
  border:1px solid #888;
}
  table.pchistory td {
    vertical-align:top;
    padding:2px 8px 8px 2px;
    border-bottom:1px solid #ddd;
  }
  table.pchistory td:first-child {
    width:200px;
  }
  table.pchistory td p {
    padding:0 0 8px 0;
  }

a.pcUpdateBtn {
  color:#000099;
  font-weight:bold;
  cursor:pointer;
}

a.pcRemoveBtn {
  display:inline-block; line-height:20px;
  font-family:arial,helvetica,san-serif; font-size:30px; font-weight:bold; 
  letter-spacing:1px; vertical-align:middle; color:#ff0000;
  margin:8px 0 8px 4px; padding:6px 10px 6px 10px; background:#fff;
  border:2px solid #ff0000; border-radius:6px;
  cursor:pointer;
}
a.pcRemoveBtn:link,
a.pcRemoveBtn:visited {text-decoration:none; font-weight:bold; color:#ff0000;}
a.pcRemoveBtn:hover   {
  text-decoration:none; font-weight:bold; color:#fff; background:#ff0000;
}
  
.pcNavBtns {
  position:relative;
  text-align:right;
}

input.btn2 {
  line-height:20px;
  font-family:arial,sans-serif; font-size:16px; font-weight:bold; 
  letter-spacing:1px; vertical-align:middle; color:#fff;
  margin:0 1px 0 4px; padding:6px 12px 6px 12px; background:#fd5100;
  border:0; border-radius:0; text-transform:uppercase;
  cursor:pointer;
  user-select:none;
}
input.btn2:hover {
  background:#aacc00;
}

a.pcBtn {
  display:inline-block;
  line-height:30px;
  font-family:arial,sans-serif; font-size:16px; font-weight:bold; 
  letter-spacing:1px; vertical-align:middle; color:#fff;
  margin:0 1px 0 4px; padding:8px 12px 8px 12px; background:#fd5100;
  border:0; border-radius:0; text-transform:uppercase;
  cursor:pointer;
  user-select:none;
}
a.pcBtn:link,
a.pcBtn:visited {text-decoration:none; font-weight:bold; color:#fdfdfd;}
a.pcBtn:hover   {
  text-decoration:none; font-weight:bold; color:#fff; background:#ffaf00;
}

a.pcBtn2 {
  display:inline-block;
  line-height:22px;
  font-family:arial,sans-serif; font-size:16px; font-weight:bold; 
  letter-spacing:1px; vertical-align:middle; color:#fff;
  margin:0 1px 4px 4px; padding:6px 12px 6px 12px; background:#ea6100;
  border:0; border-radius:0; text-transform:uppercase;
  cursor:pointer;
  user-select:none;
}
a.pcBtn2:link,
a.pcBtn2:visited {text-decoration:none; font-weight:bold; color:#fdfdfd;}
a.pcBtn2:hover   {
  text-decoration:none; font-weight:bold; color:#fff; background:#aacc00;
}

a.pcBtn3 {
  display:inline-block;
  line-height:60px;
  font-family:arial,sans-serif; font-size:50px; font-weight:bold; 
  letter-spacing:1px; vertical-align:middle; color:#fff;
  margin:0 1px 4px 4px; padding:20px 30px 20px 30px; background:#ea6100;
  border:0; border-radius:0; text-transform:uppercase;
  cursor:pointer;
  user-select:none;
}
a.pcBtn3:link,
a.pcBtn3:visited {text-decoration:none; font-weight:bold; color:#fdfdfd;}
a.pcBtn3:hover   {
  text-decoration:none; font-weight:bold; color:#fff; background:#aacc00;
}

span.storeclosed {
  line-height:30px;
  display:inline-block;
  font-family:arial,sans-serif; font-size:16px; font-weight:bold; 
  letter-spacing:1px; vertical-align:middle; color:#fff;
  margin:0 1px 0 4px; padding:8px 12px 8px 12px; background:#888;
  border:0; border-radius:0; text-transform:uppercase;
}

span.soonBtn {
  line-height:30px; 
  display:inline-block; min-width:220px;
  font-family:arial,sans-serif; font-size:16px; font-weight:bold; 
  letter-spacing:1px; vertical-align:middle; color:#000;
  margin:0 1px 0 0; padding:8px 12px 8px 12px; background:#ffee00;
  text-align:center; text-transform:uppercase;
}

div.topR {
  position:absolute; top:6px; right:8px;
  padding:0; margin:0; width:24px; height:24px;
}
a.boxClose {
  display:block; width:24px; height:24px;
  font-family:verdana,sans-serif; font-size:16px; font-weight:bold; 
  text-align:center; vertical-align:middle; color:#666;
  margin:0; padding:0; background:#fff;
  border-radius:5px;
  cursor:pointer;
}
a.boxClose:link,
a.boxClose:visited {text-decoration:none; font-weight:bold; color:#666;}
a.boxClose:hover   {
  text-decoration:none; font-weight:bold; color:#fff; background:#cc0000;
}

span.req {
  font-family:verdana,sans-serif; font-size:12px; font-weight:bold; color:#ff0000;
} 

div.rentDaysBox {
  width:94%; max-width:500px; border:1px solid #999999;
  background:#ffffee;
  margin:2px 2px 2px 12px; padding:4px 4px 20px 4px;
}

label.radio {
  display:block; margin:6px 0 10px 0;
  font-size:16px;
  cursor:pointer;
}

label.ckbox {
  display:block; margin:6px 0 10px 0;
  font-size:16px;
  cursor:pointer;
}
 
 
/* pcart field length defaults */
#pcacctemail {width:400px;}
#pczip {width:160px;}
input#pcart1,
input#pcart2 {width:300px;}

/* get rid of number spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance:none;
}  
input[type=number] {
  -moz-appearance:textfield;
}


/* extra pcart styles for this site */
iframe#pcframe3 {
  position:relative;
  margin:0; padding:0; border:0;
  width:98%; min-width:450px; height:500px; 
}

div.ctitle2 {
  max-width:1000px; margin:0 auto 0 auto;
}
div.ctitle2 h1 {
  color:#fff;
  margin:10px 0 0 0; padding:8px;
  background:#0078d7;
}


/* position:fixed add to cart button */
body.cartItemFixed div.pcaddbtn {
  position:fixed; flex:none; left:0; bottom:0; min-height:120px; width:100%;
  justify-content:center; align-items:flex-end;
  padding-bottom:40px;
  background:rgba(255,255,255,0.9); border-top:1px solid #ccc; 
  z-index:99;
}
body.cartItemFixed #footer {
  display:none;
}
body.cartItemFixed #container {
  padding-bottom:200px;
}

/* PCart Styles End */


@media only screen and (max-width:890px) {
  /* Style adjustments for viewports that meet the condition */
  #slogan,
  h1 span,
  form#newsletter .submitBtn {
    display:none;
  }
  
  div.navbg,
  div.navlinks,
  div.navlinks2,
  div.translate {
    display:none;
  }
  #pagehead {
    background:#fff; border-bottom:1px solid #999;
    height:110px;
  }
  #pagehead div.navbar {
    top:8px; width:260px;
  }
    #pagehead div.navbar img {
      width:230px; max-width:90%;
    }
  div.custquote {
    top:76px;
  }
    div.custquote p {
      font-size:16px; color:#888;
    }
  div.custquote a {
    margin:0; padding:0; font-size:16px;
  }
  div.custquote a:link,
  div.custquote a:visited {text-decoration:none; font-weight:bold; color:#0098f7;}  
  div.custquote a:hover {
    text-decoration:none; font-weight:bold; color:#000;
  }

  div.social {
    display:none;
  }
  div.telephone {
    right:6px; top:6px; width:220px;
  }
    div.telephone p {
      font-size:18px;
    }

  #container {  /* let content expand container down to height of page, not just the window */
    height:auto; 
  }
  #pagebody {
    margin:110px 0 20px 0;
  }
  #pag_home #pagebody {
    margin:100px 0 0 0;
  }
  div.mobilemenu {
    top:66px;
    display:block;
  }
  br.nb {display:block;}

  div.linkbox {
    width:470px; height:100px;
    text-align:left;
  }
    div.linkbox img {
      width:132px;
      float:left; margin:0 20px 40px 0;
    }
    div.linkbox p {
      clear:none;
    }
    
  /* slideshow */
  #fullphoto,
  #pag_home #xssw1,
  #pag_home #xssw2 {
    padding:0;
  }
  
  #fullphoto,
  #fullvideo {
    width:100%;
  }
  
  /* menus */
  div.dropx a {
    font-size:14px;
  }

  div.oogreeting {
    top:24px; right:120px; height:44px;
    overflow:hidden;
  }
  div.onlineorder {
    top:24px; right:20px;
    overflow:hidden;
  }
    #pcartItemCount {
      /* display:none; */
    }
    
  iframe.youtube {
    max-width:100%; margin:0; padding:0;
  }

  div.pcbox1 {
    margin:0 10px 0 0; min-height:auto; min-width:auto;
    background-color:transparent;
    border:0;
  }
    p.pcart {
      font-size:16px;
    }
    table.pctotal td {
      font-size:18px;
    }
    table.pcviewcart td {
      font-size:16px;
    }
      
  div.navbar {
    position:relative; left:10px; top:12px; width:140px; height:70px;
    margin:0; 
  }
    div.navbar img {
      width:140px;
    }
    
  div.ftlogo {
    flex:0 1 100%;
    padding:20px 0 0 0; text-align:center;
  }  
    div.ftlogo img {
    }
  div.ftleft,
  div.ftright {
    display:none;
  }
  
  div.C_med {
    min-height:200px; width:95%;
  }
  div.C_small2 {
    border-left:none; padding:40px 0 0 0;
  }
  div.C_small3 {
    max-width:420px;
  }
  
  div.C_menu {
    flex-flow:row wrap;
  }
  div.menuipic {
    max-width:200px;
    order:2;
  }
    div.menuipic img {
      width:95%;
      padding:0 6px 12px 4px;
    }
  div.menuitxt {
    flex:1 1 240px; min-width:470px;
    order:1;
  }
  div.menuiprc {
    flex:1 1 120px; text-align:right;
    min-height:120px;
    order:3;
  }
  .menuBtn {
    display:block;
  }

  img.zthumb {
    width:138px;
  }
  div.art img {
    background:none; padding:0;
  }
  
  #menu h2 {
    font-size:24px;
  }
  p.p6,p.quote {
    font-size:16px;
  }
  br.nb {display:block;}
}

@media print {
  #pagehead,
  #container {
    /* overall page width, not the columns, 900px = good readability, 1000px = magazine font size */
    width:900px;  
  }  
  
  #contentbar,
  div.navbg,
  div.navlinks,
  div.navlinks2,
  div.custquote {
    display:none;
  }
  div.telephone {
    position:absolute; top:20px; right:20px; width:350px; height:40px;
    text-align:right; margin:0; padding:0;
  }
  div.telephone p {
    font-size:24px; font-weight:bold;
  }

  html,body {
    height:auto;
  }
  body {
    background:#fff;
  }
  a {color:#000 !important;}
  a:link,
  a:visited {text-decoration:underline; font-weight:bold; color:#000 !important;}
  
  h2 {
    color:#000;
  }
  
  #container {
    min-height:0;
    margin-bottom:0; 
  }
  div.dropx {
    display:none;
  }

  #pagebody { 
    margin:80px 0 0 0; padding:0;
  }
  #pagehead {
    position:relative;
    background:#fff;
    height:70px;
  }
  #pagehead div.navbar {
    top:8px; width:260px;
  }
    #pagehead div.navbar img {
      width:230px; max-width:90%;
    }

  div.C_med {
    width:95%; max-width:700px;
    display:block; /* needed for Firefox */
  }
  div.noprint {
    display:none;
  }
  #pag_home div.vbox {
    display:none;
  }
  div.contentbg {
    display:block;
    margin:0;
  }
  br.nb {display:none;}
  
  #footer {
    display:none;
  }
  /* cart button */
  body.cartItemFixed div#mainprod {
    position:relative;
  }
}

@media all and (orientation:landscape) and (max-width:640px) {
  #pagehead,#menu1 {
    position:absolute;
  }
}

