﻿html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #fff;
}
a:hover {
	color: #F2AB9E;
}
.clear {
	clear: both;
}

body {
	background: black;
	text-align: center;
	color: white;
	font: 15px Calibri, sans-serif;
}
#wrapper {
	text-align: left;
	margin: 15px auto;
	width: 778px;
	position: relative;
	background: maroon url(images/bg.jpg) repeat-y;
	border: 5px solid #750306;
}
#head-1 {
	background: url(images/mhead_1.jpg) no-repeat;
	width: 409px;
	height: 386px;
	top: 0;
	left: 369px;
	position: absolute;
	z-index: 0;
}
#head-2 {
	background: url(images/mhead_2.jpg) no-repeat;
	width: 156px;
	height: 38px;
	top: 386px;
	left: 622px;
	position: absolute;
}

#nav {
	margin: 11px 0 25px 35px;
	color: #C15D4B;
}
#nav a {
  text-decoration: none;
  color: black;
}
#nav li {
  background: bottom left url(images/nav_bg.jpg) no-repeat;

  padding: 8px 12px 16px 110px;
}
#nav li.last {
	background: bottom left url(images/nav_bg_last1.jpg) no-repeat;
}
h1 {
  height: 172px;
  background: url(images/logo.bmp) no-repeat;
  color: black;
  font-weight: normal;
}
h1 span {
  display: block;
}
h1 em {
  font-style: normal;
  color: white;
  padding-right: 3px;
}
h1 .hone {
  padding: 65px 0 0 58px;
  font: 60px "Edwardian Script ITC", "Arial Narrow", "Tahoma", arial, sans-serif;
  z-index: 50;
}
h1 .htwo {
  position: relative;
  left: 7em; 
  top: -0.9em;
  font: 36px "Edwardian Script ITC";
}
h1 .hthree {
  position: relative;
  left: 4.2em; 
  top: -2.7em;
  font-size: 14px;
  letter-spacing: 2px;
  color: #E3C0C1;
}
h2 {
  background: 120px 0.5em url(images/dot_dot_dash.bmp) no-repeat;
  font: 36px "Edwardian Script ITC", sans-serif;
  font-weight: normal;
  font-style: italic;
  color: black;
}
h2 em {
  color: white;
}

.mini_gallery {
	border: 1px solid #9F0408;
	background: #750306;
	margin: 13px 10px 0 6px;
	height: 261px;
	position: relative;
}
.imgGallery {
	border: 1px solid #9F0408;
	background: #750306;
	margin: 10px;
}
#body-left {
	float: left;
	width: 278px;
	padding-left: 28px;
}
.gal {
	background: #9F0408;
	padding: 4px;
	position: absolute;
}
#gzero {
	top: 13px;
	left: 15px;
	width: 221px;
}
#gone {
	top: 200px;
	left: 15px;
	width: 57px;
}
#gtwo {
	top: 200px;
	left: 97px;
	width: 57px;
}
#gthree {
	top: 200px;
	left: 179px;
	width: 57px;
}
.thumb {
	background: #9F0408;
	padding: 4px;
	margin: 6px;
}
.thumb_img {
	height: 55px;
}
.thumb_row {
	margin: 20px auto;
	text-align: center;
}
.product_row {
	margin: 20px auto;
}
.product_img {
	height: 150px;
}
#body-right {
	float: right;
	width: 388px;
	padding-right: 22px;
}
#map_canvas {
	width: 475px;
	height : 350px;

}
#footer {
	text-align: center;
	color: #CD3639;
	border-top: 1px solid #983234;
	padding: 6px 25px 20px 0;
}
#footer-center {
	text-align: center;
	color: #000000;
	border-top: 1px solid #983234;
	padding: 6px 25px 6px 0;
}
#footer-left {
	float: left;
	width: 333px;
	text-align: center;
	color: #000000;
	border-top: 1px solid #983234;
	padding-left: 28px;
}
#footer-right {
	float: right;
	width: 333px;
	text-align: center;
	color: #000000;
	border-top: 1px solid #983234;
	padding-right: 28px;
}
.spacer {
	height: 18px;
}
.cell {
	border: 1px solid #000000;
	width: 350px;
	text-align: left;
}

/*Expand and Collapse styles*/

.togList { 
  font-family: verdana; 
} 
.togList dt { 
cursor: pointer; cursor: hand; 
} 
.togList dt span { 
font-family: monospace; 
} 
.togList dd {  
padding: 0px 30px 10px 0px; 
} 
html.isJS .togList dd {   
display: none; 
} 

/*Shopping Cart Styles*/

TABLE.cobtbl{
background-color: black;
border: 1px;
} 

TD.cobhl{
background-color: #8D0207;
}

TD.cobll{
background-color: #750306;
color : white;
}

div.prodname{
font-weight: bold;
}

div.proddiscounts{
color: #FF0000;
font-size: 11px;
} 

