@charset "utf-8";
/* ------------------------- Universal Reset -------------------  */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body{
  line-height: 1.5;
  font-size: 75%;
}/* sets font base to 12px */
html > body{
  font-size: 12px;
}/* for modern browsers with pixel resize */
table{
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td{
  font-weight: 400;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after{
  content: "";
}
blockquote, q{
  quotes: "" "";
}
a img{
  border: none;
}
/*-------------------------------- Headings -------------------------------- */
h1, h2, h3, h4, h5{
  color: #377ca4;
  margin: 1em 0 .5em 0;
}
h1, h2, h3{
  font-family: Georgia, "lucida bright", "times new roman", serif;
}
h1 {
  font-size: 1.8em;
  line-height: 0.75em;
}
h2 {
  font-size: 1.5em;
  line-height: 1em;
}
h3 {
  font-size: 1.333333em;
  line-height: 1.125em;
}
h4 {
  font-size: 1.166667em;
  line-height: 1.285714em;
}
h5 {
  font-size: 1em;
  line-height: 1.5em;
}
div #sub h1, div #sub h2, div #sub h3, div #sub h4, div #sub h5{
  color: #618fc2;
}
/*---------------------------------- Text Elements ------------------------- */
p {
  margin-bottom: 1em;
}
p.last{
  margin-bottom: 0;
}
ul, ol{
  margin: 0 1.5em 1.5em 1.5em;
  padding-left: 1em;
}
ul{
  list-style-image: url(../Images/cssimg/li-leaf.gif);
}
ol{
  list-style: decimal;
}
dl{
  margin: 0 0 1.5em 0;
}
dl dt, strong, dfn, #hours td, #directions{
  font-weight: bold;
}
dd{
  margin-left: 1.5em;
}
abbr, acronym{
  border-bottom: 1px dotted #666;
}
address{
  font-style: italic;
  margin-top: 1.5em;
}
del{
  color: #666;
}
a{
  color: #2E6282;
  text-decoration: none;
}
a:focus, a:hover{
  color: #000;
  text-decoration: underline;
}
blockquote{
  margin: 1.5em;
}
em, dfn{
  font-style: italic;
}
pre, code{
  margin: 1.5em 0;
  white-space: pre;
}
pre, code, tt{
  font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
  line-height: 1.5;
}
tt{
  display: block;
  line-height: 1.5;
  margin: 1.5em 0;
}
hr{
  background: #ddd;
  border: none;
  clear: left;
  color: #ddd;
  float: none;
  height: .1em;
  margin: 1.4em 0;
  width: 100%;
}
hr.space{
  background: #fff;
  color: #fff;
}
/*------------------------------- Body and Wrap----------------------------- */
body {
  background: url(../Images/cssimg/birchtile.jpg);
  background-position: top center;
  color: #555;
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
#wrap{
  margin: 0 auto;
  position: relative;
  width: 970px;
}
/* ------------------------------- Main Content Containers: Default ----------------------------- */
#main{
  background: #fff;
  border: 1px #EEE solid;
  margin: 15px auto;
  position: relative;
  width: 970px;
}
.inner {
  min-height: 700px;
  height: auto !important;
  height: 700px;
  padding: 12px 230px 20px 30px;
}
.inner2 {
  padding: 12px 15px 20px 30px;
  overflow:auto;
}
.left-column {
  width: 590px;
}
.right-column {
  position: absolute;
  top: 20px;
  left: 640px;
  width: 300px;
  overflow:auto;
}
/* ----------------------------  Header ------------------------------------- */
div #masthead{
  background: url(../Images/cssimg/header-image.jpg) top no-repeat;
}
#header {
  height: 126px;
  line-height: 126px;
  position:relative;
  width: 670px;
}
#header h1 {
  position:absolute;
  left:-999em;
}
a#logo {
  left: 84px;
  position: absolute;
  top: 38px;
}
#enews-header {
  position:absolute;
  top:98px;
  left:688px;
}
.cartSummaryItem {
  background: url(/Images/cssimg/shopbasket.jpg) no-repeat center right;
  display:-moz-inline-block; /* for Firefox */
  display:-moz-inline-box; /* for Firefox */
  display:inline-block;
  padding:3px 29px 3px 3px;
}
a.cartSummaryLink {
  font-size:12px;
  font-weight:bold;
  padding-left:6px;
  text-align:left;
}
#shopcart-header .cartSummaryItem{
  border: 1px solid #d5e0e6;
  font-family: Georgia, "lucida bright", "times new roman", serif;
  position:absolute;
  top:32px;
  right:44px;
}
/* ------------------------------ Nav Menu Background --------------------------- */
#navbar {
  background: url(../Images/cssimg/menu-background.png) repeat-x;
  height: 52px;
}
#nav {
  background: url(../Images/cssimg/submenu-left.png) no-repeat;
  background-position: bottom left;
  height: 52px
}
/* ---------------------------- CSS Horizontal Main Nav Menu  ------------------- */
/* (Javascript tweaks and no menu item height or width required for IE6 to work */
#nav ul {
  list-style:none;
  margin: 0;
  padding:0;
  position:relative;
  width:630px;
  z-index:98;
}
#nav a {
  display:block;
}
#nav li{
  border-right: 1px solid #4c7d9e;
  float: left;
}
#nav li:hover, #nav li.hover{
  background: url(../Images/cssimg/menu-selected-background.png) repeat-x
}
#nav li#menu-home, #nav li#menu-home:hover, #nav li#menu-home.hover {
  background: url(../Images/cssimg/menu-home-selected.png) no-repeat
}
#nav li a{
  color: #fff;
  font: 1.2em Arial, Helvetica, sans-serif;
  padding: 6px 12px;
  text-decoration:none;
}
/*----- Begin Second Level ----- */

#nav li ul, #nav ul:hover li#menu-home ul, #nav ul.hover li#menu-home ul {
  position: absolute;
  left: -999em;
  margin-top:-2px;
  z-index:99;
}
#nav li:hover ul, #nav li.hover ul, #nav ul li#menu-home ul, #nav ul li#menu-home:hover ul, #nav ul li#menu-home.hover ul  {
  left: 25px;
}
#nav li#menu-events:hover ul, #nav li#menu-events.hover ul {
  left: 80px
}
#nav li li {
  border: none;
  font-size:.9em;
  padding: 0 8px 12px 8px;
}
#nav li li:hover, #nav li li.hover{background: none}
#nav li li a:hover{color:#000;}
#nav li li#menu-native-titles a {
  cursor:default;
}
#nav li li#menu-native-titles a:hover {
  color: #fff;
}
/* ----------- Begin Third Level ----------  */
#nav li:hover ul ul, #nav li.hover ul ul {
  position:absolute;
  left: -999em;
  list-style-image:none;
}
#nav li li:hover ul, #nav li li.hover ul {
  left: 0;
  z-index:100;
}
#nav li li#menu-native-titles li{
  background: #2e6282;
  border-bottom:1px solid #ddd;
  float:none;
  height:16px;
  padding:4px;
  width:160px;
}
#nav li li#menu-native-titles li:hover, #nav li li#menu-native-titles li.hover {
  background: #4c7d9e;
}
#nav li li#menu-native-titles li a {
  cursor:pointer;
  margin:0;
  padding:0;
}
/* ----------------------------- Footer ------------------------------------- */
#footer {
  border-top: 1px #ddd solid;
  color: #888;
  clear: both;
  font-size: .9em;
  height:130px;
  margin-top: 5px;
  padding: 5px 10px;
}
#footer.home {
  margin-top: 10px;
  padding: 0;
  height: 100px;
}
#footer img {
  clear: left;
  float: left;
  margin-top: -5px;
  margin-right: 5px;
}
#footer ul {
  margin: 0 0 0 260px;
  padding: 0;
}
#footer.home ul {
  margin-left: 75px;
}
#footer ul li{
  float: left;
  list-style: none;
}
#footer ul li a{
  color: #888;
  display: block;
  padding: 4px;
  text-decoration: none;
  text-align: center;
}
#footer ul li a:hover {
  color: #555;
}
.copyright {
  clear:none;
  float: left;
  text-align: left;
}
#photo-gallery #footer .copyright {
  clear:left;
}
.home .copyright {
  clear:left;
}
.footer-address {
  float: right;
  margin-right: 40px;
  text-align: right;
}
/* ------------------------- SHOP PRODUCT, CATALOG, AND CART SETTINGS -------------------- */
/* ------------------------- Online Shop Overall Layout -------------- */
.shop-main {
  margin-bottom: 20px;
  padding:10px;
}
#call-us {
  clear:both;
  color:#777;
  font-family: Georgia, "lucida bright", "times new roman", serif;
  font-size:1.2em;
  margin:0 0 10px 0;
  text-align:center;
}
.shop-main .shop-body {
  width:750px;
  min-height: 700px;
  height: auto !important;
  height: 700px;
}
.shop-main .header {
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
  height: 30px;
  line-height: 30px;
  margin: 0 0 8px;
}
.shop-main .breadcrumbs {
  float: left;
  padding-left: 20px;
  width: 700px;
}
.shop-main .breadcrumbs a {
  font-size: 1.2em;
}
.shop-main .description {
  font-size: 1.2em;
  margin-left: 252px;
  padding: 0 10px 8px 10px;
}
.shop-main .description h1 {
  color:#555;
  font-size:1.5em;
  line-height:1.1em;
  margin-top:10px;
}
.shop-main .description h3 {
  font-size: 1.2em;
}
.shop-main .description ul {
  margin: 0 0 0 18px;
  padding: 0;
}
.shop-main .description li {
  list-style: square;
}
table.cartSummaryTable {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  float: right;
}
.shop-main ul {
  margin: 0;
  padding: 0;
}
table.productTable {
  border-collapse: collapse;
  border-spacing: 0;
  float:left;
}
table.productTable td {
  padding: 3px;
}
.shop-paging {
  float:left;
  margin:15px 15px 0 15px;
}
.shop-paging img {
  margin-right:15px;
  vertical-align:baseline;
}
.shop-paging .pagination {
  color:#888;
  font-size:2em;
}
/* ---------------------------------- Catalogs ---------------------------- */
.shop-catalogue {
  background-color: #fff;
  border: 2px solid #d5e0e6;
  float: left;
  margin: 2px;
  padding: 0;
  overflow: hidden;
}
.shop-catalogue:hover, .shop-catalogue .hover {
  border: #888;
}
.shop-catalogue h4 {
  font-size: .8em;
  font-weight: bold;
  height: 22px;
  line-height: 1.2em;
  margin: 0;
  padding: 1px 1px 2px 1px;
  text-align: center;
}
.shop-catalogue h4 a {
  color: #1969bc;
  text-decoration: none;
}
.shop-catalogue h4 a:focus, .shop-catalogue h4 a:hover, .shop-catalogue h4 a.hover {
  color: #555;
}
.shop-catalogue .image {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  vertical-align:top;
}
.catalog-description {margin:15px 28px; font-size:13px; color:#333;}
/* -------------------------------- Shop Catalogs Side Panel -------- */
.shop-sidepanel {
  background: #2e6282;
  border: 3px solid #eee;
  width: 184px;
  position: absolute;
  top: 5px;
  right: 14px;
  padding-bottom:4px;
}
.product-search {
  margin-left: 15px;
}
.product-search h2 {
  color:#fff;
}
.product-search #CAT_ProductSearch {
  width:150px;
}
.product-search .form .item{
  margin:0;
  padding:0;
}
.product-search .cat_button {
  margin-top:5px;
}
#native-titles {
  margin: 4px;
}
#native-titles h2 {
  background: #fcfcfc;
  border: 1px solid #d5e0e6;
  color: #82382e;
  font-size: 1.333333em;
  line-height: 1.125em;
  margin: 0 3px 2px 2px;
  padding: 3px;
  width:164px;
}
#native-titles .shop-catalogue {
  height: 87px;
  width: 80px;
}
#native-titles .shop-catalogue:hover, #native-titles .shop-catalogue.hover {
  border: 2px solid #888;
}
#native-titles .shop-catalogue:hover a, #native-titles .shop-catalogue.hover a{
  color: #000;
}
#all-titles .shop-catalogue {
  height: 74px;
  margin-left: 6px;
  margin-top: 3px;
  width: 168px;
}
#all-titles .shop-catalogue:hover, #all-titles .shop-catalogue.hover {
  border: 2px solid #888;
}
#all-titles .shop-catalogue:hover a, #all-titles .shop-catalogue.hover a {
  color: #000;
}
#all-titles .shop-catalogue h4 {
  background: #fcfcfc;
  border-bottom: 1px dotted #f3f3f3;
  font: bold 1.333333em/1.125em Georgia, "lucida bright", "times new roman", serif;
  height: 18px;
  padding: 2px 0;
  text-align: center;
}
#all-titles .shop-catalogue h4 a {
  color: #82382e;
}
#all-titles .shop-catalogue h4 a:hover, #all-titles .shop-catalogue h4 a:focus {
  color: #000;
}

/* --------------------------- Shop Product Large --------------------- */
.shop-product-large {
  background: #fff;
  border: 1px solid #eee;
  color: #666;
  margin: 0 0 18px;
  min-width: 640px;
  overflow: hidden;
}
.shop-product-large h1 {
  color: #000;
  font-size: 14px;
}
.shop-product-large ul {
  list-style-type:none;
  list-style-image:none;
}
.shop-product-large .image {
  padding: 18px;
  text-align: center;
}
.shop-product-large li.price {
  font-size: 14px;
}
.shop-product-large li.instock {
  font-size: 10px;
}
.shop-product-large li.quantity img{
  cursor: pointer;
}
.shop-product-large li.quantity input.productTextInput {
  width: 25px;
}
td.productItem .comment-form input #Captcha {
  width: 300px;
}
.shop-product-large .details {
  background: #f9f9f9;
  float: left;
  padding: 10px;
  margin-right: 20px;
  width: 30%;
  text-align: center;
}
.shop-product-large ul {
  margin: 0 0 18px;
  padding: 0;
}
.shop-product-large li {
  margin: 9px 0;
}
.shop-product-large .comment-list h5 {
  margin-top: 36px;
  background-color:#fbfbfb;
  font-weight:normal;
}
.comment-container {
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  margin: 0 0 18px 0;
  border:none;

}
.comment-container .header {
  background: #fdfdfd;
  font-size: 12px;
  padding: 3px 3px 3px 9px;
  border-bottom:0;
  margin:0;
}
.comment-container .content {
  color:#236282;
  background: #fff;
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-size:.9em;
  padding: 0 9px 9px;
  border-bottom:0;
}
/* ------------------------- Shop Product Small ------------------- */
.shop-product-small {
  background: #fff;
  border: 1px solid #ddd;
  color: #666;
  width: 240px;
  margin: 0 auto;
  text-align: center;
}
.shop-product-small h5 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  min-height: 56px;
  height: auto !important;
  height: 56px;
  padding: 18px 24px 6px;
  text-align: center;
}
.shop-product-small h5 a {
  text-decoration: none;
}
.shop-product-small h5 a:hover {
  text-decoration: underline;
}
.shop-product-small .image img {
  border: 1px #DDD solid;
}
.shop-product-small ul {
  background: #f9f9f9;
  list-style-image:none;
  list-style-type:none;
  margin:0;
  padding: 9px 9px 9px 18px;
}
.shop-product-small ul li {
  font-size: 11px;
  margin: 0 0 3px;
}
.shop-product-small li.price {
  font-size: 11px;
}
.shop-product-small li.price strong {
  font-size: 14px;
  margin-left: 6px;
}
.shop-product-small li.stock {
  font-size: 11px;
}
.shop-product-small li.stock strong {
  color: #666;
  margin-left: 3px;
}

.image a, td.actions a {
  border: none !important;
}
li.quantity img {
  cursor:pointer;
  position: relative;
  top: 8px;
}
.shop-product-small ul {clear:left; margin-top:9px}
.shop-product-small li.quantity input.productTextInput {
  width: 25px;
}
.shop-product-small li.quantity input.productSubmitInput {}
/* --------------------- Shop Product Very Small  (individual product insert) -----------------------------  */
.small-titles{
  border: 2px #d5e0e6 solid;
  float:left;
  font-family: Georgia, "lucida bright", "times new roman", serif;
  margin-bottom:30px;
  position: relative;
}
.small-titles table{
  border-collapse: collapse;
  border-spacing: 0;
  float:left;
  width:140px;
}
.small-titles .shop-product-small{
  background: #fff;
  border: 1px solid #f9f9f9;
  color: #666;
  margin: 0;
  padding:3px;
  width:134px;
}
.small-titles .shop-product-small h5{
  background: #fcfcfc;
  font: .9em "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  margin: 0;
  min-height: 6em;
  height: auto !important;
  height: 6em;
  padding: 0 0 0 5px;
  text-align: left;
}
.small-titles .shop-product-small h5 a{
  text-decoration: none;
}
.small-titles .shop-product-small h5 a:hover{
  text-decoration: underline;
}
.small-titles .shop-product-small ul{
  background: #f9f9f9;
  list-style: none;
  margin: 0;
  min-height: 0;
  padding: 5px 10px 10px;
}
.small-titles .shop-product-small ul li{
  font-size: 11px;
  margin: 0;
}
.small-titles .shop-product-small li.price, #feature .shop-product-small li.stock{
  font-size: 11px;
}
.small-titles .shop-product-small li.price strong{
  font-size: 14px;
  margin-left: 6px;
}
.small-titles .shop-product-small li.stock strong{
  color: #666;
  margin-left: 3px;
}
.small-titles .shop-product-small .image{
  height: 150px;
  margin: 9px 0 9px 5px;
  overflow: hidden;
  text-align: left;
}
.small-titles .shop-product-small .image img {
  border: 2px #DDD solid;
}
.small-titles .image a, td.actions a{
  border: none !important;
}
/* --------------------------------- Poplets ------------------------- */
.poplets {
  border-top: 1px solid #eee;
  margin-top: 56px;
  padding: 9px 0 0;
  text-align: center;
}
.poplets img {
  border: 1px solid #ddd;
}
table.productPoplets {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
/* --------------------------- Shopping Cart ----------------------- */
.shop-cart {
  padding-right:70px;
}
.shop-cart .breadcrumbs {
  margin: 0 0 18px;
}
.continue {
  position:absolute;
  top:12px;
  right:40px;
}
table.cart {
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
  font-size: 1em;
  margin-bottom:5px;
  width: 100%;
}
table.cart a {
  color: #1969bc;
}
table.cart th, table.cart td {
  color: #666;
  padding: 9px;
}
table.cart tr.items {
  font-size:1.1em;
  font-weight:bold;
}
table.cart th.wider, table.cart td.wider {
  width:40%;
}
tr.product-total td, tr.shipping-total td, tr.tax-total td{
  font-size:1.2em;
}
table.cart td.totals {
  text-align:right;
  padding-right:100px;
}
tr.grand-total td {
  border-top:1px solid #eee;
  font-size:1.8em;
  font-weight:bold;
}
td.quantity input.update {
  margin: 0 0 0 3px;
}
table.cart th {
  background: #f9f9f9;
  color: #000;
  font-family: Georgia, "lucida bright", "times new roman", serif;
  font-size: 1.2em;
  font-weight: normal;
}
input.cartInputText {
  width: 30px;
}
input #DiscountCode, input #GiftVoucher {
  width: 70px;
}
tr.shipping-options {
  font-size:.9em;
}
select.shippingDropDown {
  width: 250px;
}
.shippingCalc {
  font-size:1.1em;
  margin-left:10px;
  margin-top:4px;
}
.productitemcell {
  font-size:1.2em;
  height: 23px;
  line-height: 20px;
  margin: 0 0 3px 0;
  overflow: hidden;
}
table.cart td.actions {
  padding-left: 380px;
}
table.cart td.actions a {
  font-size: 12px;
  font-weight: bold;
  margin: 0 18px 0 0;
  text-decoration: none;
}
a #catshopclear {
  font-size: 10px;
  font-weight: normal;
}
table.cart strong {
  font-size: 14px;
}
div#catCartDetails {
 overflow:auto;
 margin-bottom:48px;
}
div#catCartDetails a.cartLink {
 font-size:1.5em;
 position:absolute;
 top:40px;
 left:40px;
}
/* ----------------------- Shop Checkout Form ------------------- */
div#checkout {padding-left:26px;}
div#checkout .contact-us {
  position:absolute;
  left: 500px;
  top: 62px;
  width: 300px;
  text-align:center;}
#personal-info, #shipping-info, #billing-info, #card-info {
  border:3px solid #f9f9f9;
  margin-bottom:10px;
  padding-left:12px;
  width:320px;
}
#personal-info h3, #shipping-info h3, #billing-info h3, #card-info h3 {
  font-size:1.5em;
  margin:4px 0 8px 0;
}
.shop-form {
  margin: 0 0 18px;
}
.shop-form ul.form {
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 18px;
}
div.shop-checkout div.item {
  margin:0;
  padding:0 0 6px 0;
}
.shop-form label {
  font-size: 11px;
}
.shop-form ul.form li {
  margin: 0;
  padding: 9px 0;
}
.shop-form li.last {
  border-top: 1px solid #eee;
}
/*.shop-form .checkboxes {
    line-height: 27px;
}*/
input.PaymentMethodType {
  margin: 0 6px 0 0;
}
.shop-form ul.form input.cat_textbox, .shop-form ul.form select.cat_dropdown, .shop-form ul.form textarea.cat_listbox {
  width: 260px;
}
.shop-form textarea.cat_listbox {
  height: 100px;
}
div.group-product table.productTable {
}
div#receipt {
  font-size:1.2em;
  min-height: 700px;
  height: auto !important;
  height: 700px;
  padding: 6px 15px 20px 40px;
  width:700px;
}
div#receipt-details {
  clear:left;
  padding-left:40px;
}
/* ------------------------------- WEB PAGES -------------------------------- * /
/* ------------------------------ Home Page --------------------------------- */
#main.home-page {
  background: url(../Images/cssimg/round-top.gif) no-repeat;
  border: none;
  margin: 15px 5px 15px 0px;
  width: 630px;
}
div.home-page div.inner{
  background: #fff;
  border: 1px #EEE solid;
  border-top: none;
  margin: 0;
  padding: 1px 12px 36px 20px;
}
.welcome{
  margin-top: -10px;
  min-height: 165px;
  height: auto !important;
  height: 165px;
}
.welcome h1 {
  color:#bbb;
  font-weight:bold;
}
.welcome p{
  font-family:Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size:17px;
  line-height:22px;
  padding-right:138px;
  color:#777;
}
#note{
  position:absolute;
  top:0;
  right:4px;
}
.product-search-home {
  background:#f5f5f4;
  color:#777;
  font-size:1.5em;
  padding:6px 12px;
}
.product-search-home form{
  display:inline;
}
.product-search-home input {
  border: 1px solid #d5e0e6;
}
.product-search-home #CAT_ProductSearch {
  width:200px;
}
.product-search-home .cat_button {
  border: 1px solid #d5e0e6;
  color: #555;
}
.product-search-home .cat_button:hover, .product-search-home .cat_button .hover {
  background: #d5e0e6;
}
/* -------------------------Home Page: Featured Items ---------------------------- */
#feature{
  border: 2px #d5e0e6 solid;
  height: 320px;
  padding: 3px;
  position: relative;
}
h1.feature{
  letter-spacing: 0.05em;
  margin-top: 0;
}
#feature .shop-product-small{
  border: 1px solid #f9f9f9;
  width: 284px;
}
#feature .shop-product-small h5{
  background: #fcfcfc;
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-size:14px;
  min-height:20px;
  height:auto !important;
  height:20px;
  margin: 0;
  padding: 0 0 0 5px;
  text-align: left;
}
#feature .shop-product-small h5 a{
  text-decoration: none;
}
#feature .shop-product-small h5 a:hover{
  text-decoration: underline;
}
#feature .shop-product-small ul{
  background: #f9f9f9;
  margin: 0;
  padding: 5px 10px 10px;
}
#feature .shop-product-small ul li{
  font-size: 11px;
  margin: 0;
}
#feature .shop-product-small li.price, #feature .shop-product-small li.stock{
  font-size: 11px;
}
#feature .shop-product-small li.price strong{
  font-size: 14px;
  margin-left: 6px;
}
#feature .shop-product-small li.stock strong{
  color: #666;
  margin-left: 3px;
}
#feature .shop-product-small .image {
  margin: 9px 0 16px 5px;
  text-align:left;
}
#feature .shop-product-small .image img, #louise_books img{
  border: 2px #DDD solid;
}
#feature .image a, td.actions a{
  border: none !important;
}
#feature-1-blurb{
  position: absolute;
  left: 140px;
  top: 60px;
  width: 138px;
  line-height:16px;
}
#feature-1 .shop-product-small h5{padding-right:18px;}
#feature-2{
  position: absolute;
  left: 300px;
  top: 3px;
}
#feature-2-blurb{
  position: absolute;
  left: 436px;
  top: 60px;
  width: 144px;
  z-index: 5;
    line-height:16px;
}
#more-titles a{
  color: #82382e;
  position:absolute;
  top: 306px;
  left:10px;
}
/* --------------------------- Home Page: Louise Books ---------------------  */
#louise-books{
  margin: 30px 15px 20px 15px;
}
#louise-books h2 {
	margin:12px 0 12px;
}
#new-from-louise {
  margin-top:16px;
}
#new-from-louise p {
  background-color: #fdfdfd;
  font-size:1.1em;
  padding:0 5px 5px;
  margin-left:110px;
}
/* ------------------------- Home Page Right Column  ---------------- */
#home-right-column{
  background: #fff;
  border: solid 3px #af8079;
  color: #444;
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  margin: 0 15px 0 5px;
  position: absolute;
  top: 30px;
  right: 0;
  width: 310px;
}
#storefront{
  border: solid 2px white;
}
#hours{
  background: #fefefe;
  padding: 6px 0 9px 6px;
}
#hours table{
  color: #34711e;
  margin:0 auto;
}
#hours td {
padding-right:9px;
}
#hours td a {
  color:#34711e;
 }
#events {padding-bottom:20px;}
#enews {
  background: url(../Images/cssimg/porcupines-home.jpg) bottom no-repeat;
  height: 265px;
}
#enews .item {
  margin:0 0 4px 6px;
  padding:0;
}
#enews .cat_textbox_small {
  border: 1px solid #d5e0e6;
}
#enews .cat_button {
  border: 1px solid #d5e0e6;
  color: #555;
}
#enews .cat_button:hover, #enews .cat_button .hover {
  background: #d5e0e6;
}
/* ----------------------------------- Online Shop Page ------------------------------ */
#onlineshop-right {
  float:right;
  width:250px;
}
#onlineshop {
  width: 650px;
}
#onlineshop p {
    font: 1.2em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#onlineshop ul {
  clear:left;
  height:95px;
  list-style:none;
  margin:0;
  padding:0;
}
#onlineshop li {
  float:left;
}
#onlineshop li.cat-blurb {
  background:#fdfcfd;
  color:#666;
  font-size:.9em;
  font-weight:bold;
  height:85px;
  margin:2px 10px 0 1px;
  padding:0 6px;
  width:200px;
}
#onlineshop #native-titles h2 {
  background:none;
  border:none;
  font-size: 1.5em;
  line-height: 1em;
  margin-left:0;
  padding-left:0;
}
#onlineshop #native-titles ul {
  padding-bottom:8px;
}
#onlineshop #native-titles .shop-catalogue {
  height:92px;
  width:84px;
}
#onlineshop #native-titles .shop-catalogue h4 {
  font-size:.9em;
  font-weight:bold;
  margin-bottom:4px;
 }
#onlineshop #all-titles .shop-catalogue {
  height: 80px;
  width:80px;
}
#onlineshop #all-titles h2{
  color:#82382e;
  clear:left;
  margin-bottom:5px;
  padding-left:2px;
}
#onlineshop #all-titles .shop-catalogue h4{
  color:#fff;
  position:absolute;
  left:-999em;
}
#onlineshop #all-titles .shop-catalogue img{
  margin: 10px 0 0 -43px;
 }
/* ----------------------------------- Events (Announcements) ---------------------- */
.announcement-list {
  padding: 0 18px 18px 14px;
  overflow:auto;
}
.announcement-list br {
  line-height:.2em;
}
.announcement-list h2 {
  clear:left;
  background: #fefefe;
  border-bottom: 1px #eee solid;
  color:#82382e;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom:2px;
  text-align: left;
  margin-top:4px;
}
.event-date {padding-bottom:6px;}
.announce {overflow:auto;}
.announcement-list a{
  color: #82382E;
}
.announcement-list a:hover,.announcement-list a:active{
  color: #000;
}
.announcement-list img, .announcement-details img {
  border: 2px #EEE solid;
  float: left;
  margin: 6px 8px 0 0;
}
.inner .announcement-list, .announcement-details {
	margin-left: 20px;
	width: 600px;
}
.announcement-details img {
  border: 2px #EEE solid;
  float: left;
  margin: 6px 12px 0 0;
}
.inner .announcement-list h2 {margin-top:30px;}
/* ------------------------------------- Events Calendar ---------------------------------*/
div.select-month-year {
  padding: 9px 0;
}
table.module-calendar {
  border: 1px solid #888;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table.module-calendar td {
  border: 1px solid #d7d7d7;
  font-size: 11px;
  height: 60px;
  padding: 0;
  vertical-align: top;
}
table.module-calendar td span {
  background: #f7f7f7;
  color: #444;
  display: block;
  font-size: 11px;
  padding: 0 2px;
  text-align: right;
}
tr.day-of-week td {
  background: #d7d7d7;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  height: 18px;
  text-align: center;
  vertical-align: middle;
}
table.module-calendar td.events span {
  background: #4c7d9e;
  color: #fff;
  font-weight: bold;
}
table.module-calendar td.events {
  background: #EEF5FA;
}
table.module-calendar td ul {
  margin: 9px 0;
  padding-left: 4px;
  list-style: none;
}
table.module-calendar td ul li {
  font-weight: bold;
}
table.module-calendar td.last-month {
  background: #eee;
}
table.module-calendar td.next-month {
  background: #eee;
}
/* -------------------------------------------- Blog ------------------------------- */
/* NOTE: div.post-list exists in FORUMS as well */
.blog-list {
  border: 1px solid #eee;
  color: #000;
  font-size: 11px;
  margin: 0 0 18px;
  padding: 18px;
}
.blog-list h2 {
  font-size: 18px;
  margin: 0 0 3px 0;
}
.blog-list span {
  color: #888;
}
.blog-container h1 {
  color: #bbb;
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 6px 0;
}
.blog-container p.description {
  margin: 0 0 36px;
}
.blog-post {
  background: url(../Images/cssimg/cattails.gif) no-repeat 600px -5px;
  color: #555;
  font-family: Georgia, "lucida bright", "times new roman", serif;
  font-size: 1.1em;
}
.blog-post a {
  color: #518fb5;
  text-decoration: none;
}
.blog-post a:focus, .blog-post a:hover {
  color: #666;
  text-decoration: underline;
}
.blog-post h2.post-title {
  background-color:#fff;
  border-bottom: 1px solid #ccc;
  font-size: 1.3em;
  font-weight:bold;
  margin: 0 45px 0 0;
  padding: 10px 0 3px 0;
}
.blog-post .post-details {
  color: #888;
  font-size: 1em;
  margin: 0 0 10px 0;
}
.blog-container .post-list {
  float: left;
  width: 69%;
}
.blog-container .side-panel h4 {
  color: #82382e;
}
.side-panel #canoe-family {
  margin: -30px 0 30px 0;
}
.blog-post {
  margin: 0;
  padding: 0 0 0 8px;
}
.blog-post br {
 line-height:.8em;
 }
.post-body {
  margin-left:-4px;
}
/* Post Body Rounded Corners */
.roundedcornr_box_744618 {
   background: #f9f9f9;
}
.roundedcornr_top_744618 div {
   background: url(/Images/cssimg/roundedcornr_744618_tl.png) no-repeat top left;
}
.roundedcornr_top_744618 {
   background: url(/Images/cssimg/roundedcornr_744618_tr.png) no-repeat top right;
}
.roundedcornr_bottom_744618 div {
   background: url(/Images/cssimg/roundedcornr_744618_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_744618 {
   background: url(/Images/cssimg/roundedcornr_744618_br.png) no-repeat bottom right;
}

.roundedcornr_top_744618 div, .roundedcornr_top_744618,
.roundedcornr_bottom_744618 div, .roundedcornr_bottom_744618 {
   width: 100%;
   height: 12px;
   font-size: 1px;
}
.roundedcornr_content_744618 { margin: 0 12px; }
/* End Rounded Corners */
.post-body .links {
  font-size:1.2em;
  font-weight:bold;
  margin-top:8px;
}
.comment-list {
  margin-bottom: 24px;
  padding-bottom: 18px;
}
.comment-list h5 {
  color: #82382e;
  font-size:1.2em;
  margin: 0 0 4px;
}
.comment-list input #Captcha {
  width: 300px;
}
.comment-list textarea.cat_listbox_small {
  height: 120px;
  width: 100%;
}
.comment-list form {
  color:#777;
  margin-left:20px;
}
.comment-list .form .item{
  margin:0 0 5px 0;
  padding:0;
}
.comment-list .cat_textbox_small, .comment-list .cat_listbox_small {
   border:1px solid #ddd;
 }
.comment-list form h5 {
  color:#555;
  margin:0 0 4px 0;
}
.blog-comment-container {
  border-left: 1px solid #eee;
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  margin: 0 0 18px 0;
}
.blog-comment-container .comment-details {
  background: #fdfdfd;
  font-size: 12px;
  padding: 3px 3px 3px 9px;
}
.blog-comment-container .comment {
  color:#666;
  background: #fff;
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-size:.9em;
  padding: 0 9px 9px;
}
input #fullname, input #website, input #emailaddress, input #Captcha {
  width: 300px;
}
textarea.comment {
  height: 160px;
  width: 100%;
}
.forum-registration textarea.comment {
  height: 70px;
  width: 270px;
}
.blog-container .side-panel {
  float: right;
  width: 27%;
}
.side-panel h4 {
  font-size: 12px;
  margin: 0 0 9px;
}
.BlogTagCloud {
  margin: 0 0 18px;
}
.BlogTagCloud a {padding-right:4px;}
.BlogTagCloud-X-Large {font-size: 124%}
.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul {
  margin: 0;
  padding: 0;
}
.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
  font-size: 11px;
  list-style: none;
  margin: 0 0 9px;
}
p.page-nav {
  text-align: center;
}
p.page-nav a {
  margin: 0 9px;
}
.blog-post dl {
  background: #f9f9f9;
  border: 1px solid #eee;
  margin: 0 0 18px;
  padding: 18px;
}
.blog-post dt {
  color: #000;
}
.blog-post dd {
  margin: 0 0 9px;
}
/* -------------------------- Foundation  Page ------------------------------ */
.address {
  background: #fcfcfc;
  color: #555;
  display: block;
  font: 1.333333em/1.125em Georgia, "lucida bright", "times new roman", serif;
  padding: 10px;
  text-align: center;
}
.contribute {
  background-color: #f9f9f9;
  color:#333;
  font-family: Georgia, "lucida bright", "times new roman", serif;
}
.contribute h3 {
  background: url(../Images/cssimg/rc-top.gif) no-repeat top left;
  font-size:1.3em;
  margin:0;
  padding:20px 10px 4px 28px;
}
.contribute p {
  padding: 0 0 0 28px;
}
.contribute p.cont-address {
  margin-left: 20px;
}
.contribute p.rc-bottom {
  background: url(../Images/cssimg/rc-bottom.gif) no-repeat bottom left;
  padding: 0 0 20px 28px;
}
/* --------------------------- Contact Us  Page ----------------------------- */
#contact-us {
  padding-left: 25px;
}
#contact-us-right {
  position:absolute;
  left: 440px;
  top: 62px;
  width: 300px;
  text-align:center;
}
/* ----------------------------- Our Story Page ---------------------------- */
.shaded-list {
  background: #f9f9f9;
  border: 4px solid #d5e0e6;
  font-family: Georgia, "lucida bright", "times new roman", serif;
  margin: 10px auto 20px;
}
.shaded-list h4 {
  padding-left: 14px;
  font-weight:bold;
}
.shaded-list ul {
  margin-right:0;
  padding-right:8px;
}
/* ------------------------------ Our Staff Page ------------------------------ */
div#staff {
  font-size:1.2em;
}
div#staff dd {
  margin-bottom:6px;
}
/* ------------------------------ Our Dogs Page--------------------------------- */
div.dogs  {
  background:#fdfdfd;
  float:left;
  margin-bottom:6px;
  padding:6px 6px 6px 20px;
}
div.dogs a {
  font-weight:bold;
}
div.dogs p {
  padding-right:220px;
}
img.dog-pic {
  float: left;
  margin: 10px 8px 0 0;
}
div.dog-pick {
  float: right;
  margin-right:10px;
}
.dog-pick .shop-product-small{
  background: #f9f9f9;
  border: 2px solid #FFFFFF;
  margin-top:8px;
  padding-bottom:8px;
  width: 180px;
}
.dog-pick .shop-product-small h5{
  font: .9em "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  margin: 0;
  min-height: 0;
  padding: 6px;
}
.dog-pick .shop-product-small ul{
display:inline;
text-align:center;
margin:0;
padding:0;
}
.dog-pick .shop-product-small ul li {
 margin:0;
 padding:0;
}

#dog-story a {font-weight:bold;}
/* ------------------------------ Photo Gallery ---------------------------- */
#photo-gallery {
  color: #ccc;
  border: 6px solid #fcfcfc;
  background: #242424;
  padding: 0px 20px 20px;
}
#photos {
  margin:0 auto;
  width:900px;
}
#imageContainer img {
  margin: 0;
}
table.photogalleryTable td {
  padding: 9px;
}
.photogalleryItem img {
  border: 1px solid #fff;
}
div #imageDetails {
  padding-left: 1em;
}
span #caption {
  font-size: 1.5em;
}
span #numberDisplay {
  margin-top: 4px;
}
/* ------------------------- FAQ Page --------------- */
.faq h2 {
  border-bottom:2px solid #eee;
  color:#888;
  margin-bottom:0px;
  padding-bottom:4px;
  padding-left:8px;
  width:30%;
}
.questions {
  border-left:2px solid #eee;
  padding:8px;
}
p.faq-question{
  color:#518fb5;
  font-family: "Helvetica Neue","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  font-size:1.1em;
  font-weight:bold;
  margin-bottom:0;
}
/* ------------------------- Search Page ------------- */
#search {
  float:left;
  margin: 10px 20px 20px 0;
  width: 240px;
}
#search-site, .product-form {
  border: 2px solid #eee;
  padding:8px 4px 8px 8px;
}
#search-site h2, .product-form h2 {
  margin: 2px 0 4px;
  font-size:1.4em;
}
#search input.cat_button {
  margin-top:4px;
}
#search-site .search-box input#CAT_Search{
  width: 200px;
}
.product-form  .form .item {
  padding-left:0;
}
#search-results {
  margin-left:260px;
}
#search-results .shop-product-small {
  width:210px;
 }

/* ----------------------- System Messages ------------------- */
.system-message, .system-error-message {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	color: #666;
	font-size:1.2em;
	min-height: 140px;
	height: auto !important;
	height: 140px;
	padding: 36px 36px 36px 130px;
	background: #f9f9f9 url(/Images/cssimg/system-bear.gif) no-repeat;
}
.system-message h1, .system-error-message h1 {
	margin: 0 0 18px 0;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
.system-message a:link, .system-error-message a:link {
	color: #1969bc;
}
.ok {
	background: #E9FBE3;
	color: #21A347;
	margin-bottom: 18px;
}
.error {
	background: #FBE3E4;
	color: #D12F19;
	margin-bottom: 18px;
}
/* ---------------------- MISC -------------------------------- */
.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:url(/Images/cssimg/shadow.gif) right bottom no-repeat;
  }
.wrap2 {
  background:url(/Images/cssimg/corner_bl.gif) left bottom no-repeat;
  }
.wrap3 {
  padding:0 4px 4px 0;
  background:url(/Images/cssimg/corner_tr.gif) right top no-repeat;
  }
  .wrap3 img {
  display:block;
  }
#featured-louise {overflow:auto;}
#featured-louise .wrap1 {margin:0 16px 8px;}

.subscribe {
	padding:0 2px 2px;
}
.addthis_default_style {
	float:right;
	padding:4px 0 4px 0;
	margin:0;
    width:120px;
}



#fb-like {
    margin:6px 12px 18px 26px;
    padding:0;
    display:inline-block;
    float:left;
}
#tw-follow {
    float:left;
    margin:6px 0 18px 0;
    width:140px;
    overflow:hidden;
    display:inline-block;
    }

/* TWITTER FEED Home Page */
.twtr-hd, div.twtr-ft {display:none;}
.twtr-user {display:none;}
.twtr-bd {padding:0 14px 0 12px;}
div.twtr-avatar{display:none;}
div.twtr-tweet-text {margin-left:8px;}
.twtr-timeline {height:200px}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/slimbox/css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/slimbox/css/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/slimbox/css/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/slimbox/css/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}



