html {}
#tinymce { background: none; }
#body { margin: 0; padding: 0; background: #f8f8f8 url(/myimages/bkg.jpg) top center repeat-x; }
#home-bkg { background: #e6e6d9 url(/myimages/bkg-home.jpg) top center repeat-x; }
.lt { float: left; }
.rt { float: right; }
.clr { clear: both; visibility: hidden; }
.border { border: 1px solid #e6e6d9; }
.note {font-size: 11px; }
/* -- Containers -- */
#cnt {
	width: 1000px;
	margin: 0 auto; padding: 0;
}

#top {
  background-color: gray;
  border-radius: 0 0 6px 6px;
  min-height: 1.8em;
  left: auto;
  margin: 0 auto;
  max-width: 200px;
  min-width: 10px;
/*  opacity: 0.6; */
  overflow: hidden;
  position: absolute;
  right: auto;
  text-align: left;
  top: 0;
  width: -moz-fit-content;
  z-index: 1000;
  padding: 0px 6px;
  height:auto;
}
#top a { color: #EEE; display:block; padding:5px; border:1px solid; border-radius:4px; }
#top a:hover { color: #FFF; }
#top:hover {
	height: auto;
	opacity: 1.0 !important;
	color: #FFF;
  padding: 0px 6px 6px 6px !important;
}
#top ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#top li {  }
#top li a {  }
#banner {
  margin: 0px 0 0 534px;
  position: absolute;
	width: 100%;
	max-width: 468px;
}
#banner a {
}
#banner img {
	width: 100%;
	max-width: 468px;
}
#hdr-img {
  background-color: lightgray;
  background-position: 50% 50%;
  background-size: 1000px auto;
  height: 236px;
  margin: 0;
  padding: 0;
  width: 1000px;
  z-index: -5;
}
#hdr {
  background-size: 0 0 !important;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 966px;
  background-position: 50% 50% !important;
  background-color: transparent !important;
}
#bdy {
	margin: 0 auto; padding: 5px 40px 20px 40px;
	background: #ffffff;
}
#bdy table { table-layout:auto; width:100%; }
.h-half-lt {
	float: left;
	width: 285px;
	margin: 0; padding: 0;
}
.h-half-rt {
	float: left;
	width: 538px;
	margin: 0 0 0 55px; padding: 0;
}
.half-lt {
	float: left;
	width: 400px;
	margin: 0; padding: 0;
}
.half-rt {
	float: left;
	width: 400px;
	margin: 0 0 0 86px; padding: 0;
}
#logo img {
  margin: 20px 0 0 0;
  width: 100%;
  max-width: 160px;
}

/* -- Body -- */
a:link, a:visited {	color: #a70e13;	text-decoration: underline; outline: none; }
a:hover, a:active {	color: #000; text-decoration: underline; outline: none; }
h1 {
	font: normal 20px/21px Georgia, Times, serif;
	text-transform: uppercase;
	color: #000;
	margin: 10px 0; padding: 0;
}
h2 {
	font: normal 18px/19px Georgia, Times, serif;
	text-transform: uppercase;
	color: #000;
	margin: 10px 0; padding: 0;
}
h3 {
	font: normal 18px/18px Georgia, Times, serif;
	text-transform: uppercase;
	color: #ad2429;
	margin: 0; padding: 0 0 0 20px;
	background: url(/myimages/bkg-arrow.png) no-repeat;
}
h4 {
	font: normal 16px/16px Georgia, Times, serif;
	text-transform: uppercase;
	color: #ad2429;
	margin: 20px 0 5px 0; padding: 0;
}
p {
	font: normal 13px/18px Verdana, Arial, sans-serif;
	color: #595a55;
	margin: 5px 0 10px 0; padding: 0;
}
.phone {
	font: bold 18px/18px Arial, Verdana, sans-serif;
	color: #a70e13;
}
.question {
	font: normal 18px/20px Georgia, Times, serif;
	font-style: italic;
	color: #000;
	margin: 10px 0 0 0; padding: 0;
}
.answer {
	display: block;
	float: left;
	font: bold 32px Georgia, Times, serif;
	color: #a70e13;
	margin: -2px 0 0 0; padding: 0 5px;
}
li {
	font: normal 13px/15px Verdana, Arial, sans-serif;
	color: #595a55;
	margin: 0; padding: 1px 0;
}
div.hr {
	border-bottom: 1px dashed #a70e13;
  	height: 1px;
	margin: 20px 0;
}
div.hr hr {
	display: none;
}
/* -- Products -- */
.product {
	float: left;
	width: 264px;
	height: 234px;
	margin: 4px 10px; padding:0;
}
.product p {
	font: normal 13px/15px Verdana, Arial, sans-serif;
	color: #595a55;
	margin: 0; padding: 0;
	text-align: center;
}
/* -- Menu -- */
#logo {
  float: left;
  margin: 20px 0 0 120px;
  padding: 0;
  width: 213px;
}
#mnu ul {
	margin: 0; padding: 4px 5px 5px 5px;
}
#mnu li {
	margin: 0; padding: 0;
	list-style: none;
	display: inline;
}
#mnu a {
  background: none repeat scroll 0 0 darkred;
  border: 1px solid black;
  border-radius: 6px;
  color: #a70e13;
  font: 1.1em Georgia,Times,serif;
  padding: 5px 8px;
  text-decoration: none;
  text-transform: none;
}
#mnu a:link, #mnu a:visited {
	color: #fff;
}
#mnu a:hover, #mnu a:active {
	color: #a70e13;
	background: #fff;
}
#mnu {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  margin: 160px 0 0 200px;
  padding: 2px;
}
/* -- Side Box -- */
.side-bx {
	width: 361px; height: 110px;
	margin: 10px 0;
	background: url(/myimages/bkg-side-bx.jpg);
}
.side-bx-lt {
	float: left;
	width: 150px;
	margin: 30px 0 0 15px;
}
.side-bx-rt {
	float: right;
	width: 150px;
	margin: 30px 15px 0 0;
}
/* -- Button -- */
.btn {
	margin: 20px 0;
}
a.btn:link, a.btn:visited {
	font: normal 12px/13px Arial, Verdana, sans-serif;
	border: none;
	color: #fff;
	margin: 0 4px; padding: 5px 20px;
	background: #a70e13;
	text-decoration: none;
}
a.btn:hover, a.btn:active {
	color: #482b22;
	background: #f0cf94;
	text-decoration: none;
}
/* -- Footer -- */
#ftr {
	margin: 2px auto 0 auto; padding: 10px;
	background: #ceccbd;
}
#ftr p {
	font: normal 10px/14px Arial, Verdana, sans-serif;
	color: #696a69;
	text-transform: uppercase;
	margin: 5px 0 10px 0; padding: 0;
}
#ftr a:link, #ftr a:visited {
	color: #696a69;
	text-decoration: none;
}
#ftr a:hover, #ftr a:active {
	color: #000;
	text-decoration: none;
}
#ftr div.hr {
	border-bottom: 1px solid #b7b7b7;
  	height: 1px;
	margin: 5px 0;
}
#ftr .phone {
	display: inline;
	float: left;
	font: bold 16px/18px Arial, Verdana, sans-serif;
	color: #696a69;
	margin: 0; padding: 0;
}
#ftr .rt {
	font: bold 16px/18px Arial, Verdana, sans-serif;
	color: #696a69;
	margin: 0; padding: 0 0 0 10px;
	vertical-align: middle;
}
#ftr .rt img {
	vertical-align: middle;
}
address {
	display: inline;
	float: left;
	font: normal 16px/18px Arial, Verdana, sans-serif;
	color: #696a69;
	text-transform: none;
	margin: 0 0 0 20px; padding: 0;
}

#imgmap {    
    position: relative;
    max-width: 538px;
    margin: 20px auto 0;
    height: auto;
    }
#imgmap img {    
    display: block;
    margin: 0; padding: 0;
    }
#imgmap a {
    position: absolute;
    font-size: 0;
    text-decoration: none;
    }
#imgmap #c1 { width: 50%; height: 35%; top: 0; left: 0; }
#imgmap #c2 { width: 50%; height: 35%; top: 0; left: 50%; }
#imgmap #c3 { width: 100%; height: 14%; top: 35%; left: 0; }
#imgmap #c4 { width: 50%; height: 35%; top: 49%; left: 0; }
#imgmap #c5 { width: 50%; height: 35%; top: 49%; left: 50%; }
#imgmap #c6 { width: 100%; height: 15%; top: 84%; left: 0; }

#gallery {
    position: relative;
    }
#gallery img {
    display: block;
    margin: 0 0 20px;
    }
#gallery img:hover {
    cursor: progress;
    }
#gallery-caption {
    text-align: left;
    padding: 20px;
    background: #fff;
    }
#gallery-nav {
    position:  absolute;
    bottom: 100%;
    right: 12px;
    }
#gallery-nav a {
    float: left;    
    padding: 3px 10px 5px;
    margin: 0 0 0 5px;
    color: #fff;
    text-decoration: none;
    background: #770000;
    line-height: 1;
    font-size: 20px;
    font-family: Georgia, serif;
    }
#gallery-nav a:hover {
    background: #990000;
    }
    
#reviews-btn {
    position: relative;
    top: 2px;
    background: #e7e6de;    
    padding: 7px 20px;
    border-radius: 5px;
    line-height: 1;
    }
    
#review-links a {
    display: inline-block;
    margin: 3px 0;
    border: 5px solid #fff;
    box-shadow: 0 5px 5px -5px rgba(0,0,0,.3);
    }
    
.read-reviews {
    padding: 10px;
    text-align: center;
    font-size: 22px;
    font-style: italic;    
    line-height: 1.2;
    }