
* { font-family: Arial, Helvetica, sans-serif }
body {
  margin: 0px; 
  position: relative;  /* define new axis origin */
  background-color: white;
  color: #404040; font-size: 14px; 
background-image: url('/img/background.jpg');
background-repeat: repeat;
background-position: top left;

}
body>div {

}
.page { 
  position: relative;
  margin-left: auto; margin-right: auto;
  width: 960px;
}

div.top_menu {
  width: 960px;  /* the same width */ 
  height: 28px;
  margin-left: auto; margin-right: auto; /* is centered within window */
  text-align: left;
    background-image: url('/img/menu_bkg.png');
  background-position: bottom center;
  background-repeat: repeat-x;

  font-size: 14px;
  z-index: 10000;
}
.header_area {
  width: 960px;  /* the same width */ 
  margin-left: auto; margin-right: auto; /* is centered within window */
  overflow: hidden;
background-image: url('/img/site_title.png');
background-repeat: no-repeat;
background-position: top center;

}
.header_area img { display: block; }
.layout {
  width: 960px;  /* the same width */ 
  margin-left: auto; margin-right: auto; /* is centered within window */
  color: black;
background-image: url('/img/background2.jpg');
background-repeat: repeat;
background-position: top left;

  z-index: 0;
}
div.menu_area { 
  float: left; width: 160px; margin: 10px 10px 0px 10px; 
  padding: 5px;
  background-color: #f0f0f0;
    background-image: url('/img/menu_bkg.png');
  background-position: top left;
  background-repeat: repeat-x;

  border: 1px solid #c0c0c0;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.menu_area ul { 
  list-style-type: none; padding: 0px; margin: 0px; 
  line-height: 22px;
}
.menu_area li { padding-left: 10px; }
.menu_area ul ul { font-size: 85%; }
.menu_area a { text-decoration: none; }
.menu_area li>a { color: black; padding-left: 2px; display: block; height: 22px; }
.menu_area li>a:hover { color: white;   background-color: #a0a0a0;
 }
.menu_area li.collapsedMenu { 
    background-image: url('/img/.parts/buttons/black_right.gif');
  background-repeat: no-repeat; background-position: 0px 3px;

  cursor: pointer;
}
.menu_area li.expandedMenu { 
    background-image: url('/img/.parts/buttons/black_bottom.gif');
  background-repeat: no-repeat; background-position: 0px 3px;

  cursor: pointer;
}
.menu_area a.thisMenu {   text-decoration: underline;
 }

div.content_area {
  margin-left: 180px;
  padding: 14px 20px 14px 20px;
}
div.no_side_menu { margin-left: 0px; }

td.topMenu { white-space: nowrap; padding-left: 14px; padding-right: 14px; padding-top: 6px; }
.topMenu ul { list-style-type: none; padding: 0pt; margin: 0pt; }
.topMenu ul>li { 
  padding: 0pt; margin: 0pt; 
  position: relative;
  list-style-type: none; 
}

#searchBox { float: right; margin-right: 16px; margin-top: 4px; font-size: 12px; }
#searchBox input { width: 40px; font-size: 12px; }
#searchBox input#qsearch { width: 50px; }

ul.popupMenu { 
  position: absolute; 
  top: 22px; left: -16px; 
  display: none;
  list-style-type: none; 
  color: #404040; background-color: white;
  border: 2px solid #c0c0c0; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
  text-align: left;
  text-transform: none;
  line-height: 20px;
  white-space: nowrap;
  z-index: 1;
}
.popupMenu a, .popupMenu li { 
  white-space: nowrap; 
}

ul.popupMenu li a { 
  height: auto;
  width: 200px; display: block; 
  padding: 5px 16px 5px 16px;
  text-decoration: none;
  font-family: Verdana, Helvetica, sans-serif;
}

a:link, a:visited { color: #1D103F; }
a:hover { color: #7cc2fd; }

.top_menu a { 
  height: 34px; display: block; 
  padding: 0px 3px 0px 3px;
  font-family: Verdana, Helvetica, sans-serif;
}
.top_menu a:link { color: #f0f0f0; text-decoration: none; }
.top_menu a:visited { color: #f0f0f0; text-decoration: none; }
.top_menu a:hover { color: white; text-decoration: none; }

/* Menu pop-up rules: */
.popupMenu li ul { 
  display: none;
  color: #404040; background-color: white;
  position: absolute; 
  top: 0px; left: 216px;
}
.topMenu ul.popupMenu { display: none; }
.topMenu:hover ul.popupMenu { display: block; }
ul.popupMenu li ul { display: none; }
ul.popupMenu li:hover>ul { display: block; }

.popupMenu ul { 
  border-left: 1px solid #a0a0a0; 
  border-top: 1px solid #a0a0a0; 
  border-right: 1px solid #a0a0a0; 
}

.popupMenu a { border-bottom: 1px solid #a0a0a0; }
.popupMenu a:link, .popupMenu a:visited { color: black; }
.popupMenu a:hover { background-color: #a0a0a0; color: white; }

h1 { font-size: 23px; text-align: center; }
h2 { font-size: 19px; text-align: center; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
hr { color: #e0e0e0; background-color: #e0e0e0; border: none; }

td.logo h1 { font-size: 36px; margin-top: 0px; margin-bottom: 0px;  }
td.logo img { margin: 20px 0px 0px 25px; }

.content_area img { margin: 8px 8px 8px 8px; border: none; }

.content_area ul { overflow: auto; }

.gallery_area { font-weight: bold; text-align: center; }
.gallery_area table { margin-left: auto; margin-right: auto; }
.gallery_area td { 
  text-align: center; padding: 2px 3px 2px 3px; 
  border: 1px solid #e0e0e0; background-color: #f0f0f0;
}
.gallery_area td:hover { border: 1px solid #808080; }
.gallery_area a { outline: none; }
.gallery_area img { margin: auto; display: block; }
#gallery_nav a { padding: 0px 4px 0px 4px; }
.gallery_pic { padding-bottom: 16px; }
.gallery_pic img { 
  margin-left: auto; margin-right: auto; display: block; text-align: center;
}
.gallery_pic h2 { text-align: center; }

.news_area { 
  width: 180px;
  float: right; padding: 14px 10px 14px 10px;
  #border: 1px solid #e0e0e0;
  #border-right: none;
}

.news_area img { margin: 0; }
.news_date { font-size: 12px; font-weight: bolder; color: white; } 

.footer {
  font-size: 12px;
  padding-top: 5px;
  width: 960px;  /* the same width */ 
  margin-left: auto; margin-right: auto; /* is centered within window */
  padding: 10px 0px 10px 0px;
  border-top: 1px dashed #e0e0e0; 
}
.footer table tr td:first-child { padding-left: 25px; }

.footer a { color: #202020; }
.footer a:link { color: #202020; text-decoration: none; }
.footer a:visited { color: #404040; text-decoration: none; }
.footer a:hover { color: black; text-decoration: underline; }

textarea { font-family: Courier New, Courier, monospace; font-size: 14px; }
.under { border-top: 1px solid #e0e0e0; } /* Admin interface */

.cart_quantity {
  width: 2em;
  text-align: right;
}

.cart_update {
  font-size: 0.75em;
  background-color: transparent;
  border: none;
  text-decoration: underline;
}


.bd_list { list-style: none; padding: 0px; margin: 0px; }
.bd_list li { display: block; width: 640px; margin: 0px 0px 8px 0px; }
.bd_list h3 { 
  margin: 0px; padding: 8px 12px 2px 12px;
  text-align: left;
  background-image: url('/img/.parts/corners/gray-top640x100.png');
  background-position: top center;
  background-repeat: no-repeat;
}
.bd_list li table { border: 1px solid #cccccc; width: 640px; margin: 0px;  }
.bd_list li table td { padding: 8px; }
.bd_list h3 a:link, .bd_list h3 a:hover, .bd_list h3 a:visited {
 text-decoration: none; color: #0967D6;
}
.bd_list small { font-size: 100%; }
/*.bd_list small a:link, .bd_list small a:visited { color: #0967D6; }
.bd_list small a { 
  text-decoration: none; padding-right: 6px;
  background-image: url('/img/.parts/buttons/bluearrow3x5.gif');
  background-position: right center;
  background-repeat: no-repeat;
}*/

.bd_list li table td.bd_logo { padding-right: 0px; padding-top: 4px; width: 150px; }
.bd_logo img { display: block; margin: 4px auto 0px auto;  }
.bd_logo a { outline: none; }
.bd_logo br { display: none; }

.bd_categories h4 { margin-top: 12px; margin-bottom: 2px; }
.bd_categories { line-height: 1.5em; }
.bd_categories input { margin-top: 4px; margin-bottom: 4px;}
.bd_gallery { float: right; margin-bottom: 10px; margin-left: 8px; }
.bd_gallery .gallery_pic { padding-bottom: 8px; }
.bd_gallery .gallery_pic img { padding: 0px; margin-top: 0px; margin-bottom: 0px; }
.content_area iframe { margin: 8px; }
.blog_header h3 { text-align: left; font-size: 100% }
.blog_header h1 { text-align: left; font-size: 140% }
.blog_nav { text-align: center; border-top: 1px dotted #101040; }
.blog_nav table { margin-left: auto; margin-right: auto; margin-top: 10px; }
.blog_nav table th { width: 150px; }
.blog_nav table th a {
  display: block; padding-left: 12px; padding-right: 12px;
  background-repeat: no-repeat;
}
#prevBlog { background-image: url('/img/.parts/buttons/blue1_prev.gif'); background-position: left center; }
#nextBlog { background-image: url('/img/.parts/buttons/blue1_next.gif'); background-position: right center; }

#blogCalendar { left: 0px; width: 100%; text-align: center; }
#blogCalendar table { margin-left: auto; margin-right: auto; background-color: white; }
#blogCalendar table td, #blogCalendar table th { color: black; font-weight: normal; font-size: 90%; }
#blogCalendar table a { color: blue; }
#blogCalendar table td.ccDay a { text-decoration: none; color: black; }
.calendar table { border: 2px solid gray;  }
.calendar td { border: 1px solid #c0c0c0; }
.calendar td.ccDay { font-style: normal; }
.calendar td.ccListedDay { font-weight: bold }
.calendar td.ccToday { background-color: #e0e0e0; }
.calendar td.ccEmpty { border-color: #e0e0e0; }

#blogCalendar table { border-width: 1px }
#blogCalendar td.ccListedDay { font-weight: normal; border-color: #505050 }
div.shop_item { 
  padding: 0 40px 20px 40px; 
  border: 1px solid #404040; 
  margin-bottom: 0 auto 12px auto;
 -moz-border-radius-bottomleft: 3px;
 -moz-border-radius-bottomright: 3px;
 -moz-border-radius-topleft: 3px;
 -moz-border-radius-topright: 3px;
 background-color: white; color: black;
}

div.shop_item img {
  display: block; margin: 0px auto 10px auto;
}

div.shop_item h3 {
  text-align: center;
/*  margin: 5px; padding: 5px;
  background: url("/img/.parts/gradients/black_vgrad3.gif") top left repeat-x; 
  color: white; */
}

div.shop_item form table { margin-top: 10px; }

div.shop_item table { margin-left: auto; margin-right: auto; }

div.shop_item form table tr td { padding-top: 4px; padding-bottom: 4px; }

.shopCell { 
 width: 140px;
 -moz-border-radius-bottomleft: 3px;
 -moz-border-radius-bottomright: 3px;
 -moz-border-radius-topleft: 3px;
 -moz-border-radius-topright: 3px;
  border: 1px solid #e0e0e0;
  background-color: white; color: black; 
  text-align: center;
}
.shopCell:hover { border-color: black; }

div.shopTn { height: 140px; line-height: 140px;  }
.shopTn a { border: none; outline-style: none; }
.shopTn img { display:inline; margin: 0px; padding: 0px; vertical-align: middle; }
div.shopNm { 
  padding-top: 8px;
  height: 60px; overflow: hidden; 
  background: url("/img/.parts/gradients/white_vgrad3.gif") top left repeat-x;
  font-size: 12px;
}
div.shopNm a { color: black; text-decoration: none; }
.shopCell:hover div.shopNm { 
  background: url("/img/.parts/gradients/black_vgrad3.gif") top left repeat-x; color: white; 
}

div.shopNm b { line-height: 24px; vertical-align: middle; }
.shopCell:hover div.shopNm a { color: white; }

.shopGallery { margin-left: auto; margin-right: auto; }
div.shop_item a { color: blue; }

#imgList a:link { color: blue; }
.top_menu { font-weight: bolder; }
.popupMenu a:hover { background-color: #99ccff; color: black; }

div.content_area {
  padding: 10px 80px 12px 80px;
}
.footer { color: blue; }
.footer a:visited {
color: blue;  
}

div.content_area { color: white; font-family: verdana, sans-serif; font-size:120%; }

h1, h2  { color: white; }
h3, h4, h5  { color: #86C3FC; }

a:link { color: #86C3FC; font-family: verdana, sans-serif; }
a:visited { color: #86C3FC; font-family: verdana, sans-serif;}
a:hover { color: white; }

.footer { border-top: none; }