@charset "UTF-8";
/* CSS Document */

body {
	background-color:#b7d2b1;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	font-size:12px;
	text-align: center;
}

.titles {
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	color:#8e0000;
}

#container {
  margin-left:auto;
  margin-right:auto;
  width: 634px;
  text-align: left;
}


#top {
	display:block;
	width:634px;
	height:5px;
	background-image:url(images/top.png);
	background-repeat:no-repeat;
}

#mid {
	width:634px;
	background-image:url(images/mid.png);
}

#stripe {
	width:621px;
	background-image:url(images/stripe.png);
	background-repeat:no-repeat;
	margin-left:5px;
	margin-top:-232px;
}

#bottom {
	display:block;
	height:6px;
	width:634px;
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
}

#footer {
	width:623px;
	margin-top:-25px;
	margin-right:10px;
	text-align:right;
	float:right;
}

#footerleft {
	width:623px;
	float:left;
	margin-left:10px;
	padding-bottom:10px;
}

#footer, #footer a {
	color:#fff;
	text-decoration:none;
}

#logo {
	display:block;
	width:169px;
	height:86px;
	background-image:url(images/logo.png);
	position:relative;
	left:38px;
	top:13px;
}

#store {
	display:block;
	width:378px;
	height:254px;
	background-image:url(images/store.jpg);
	position:relative;
	top:-82px;
	left:240px;
}

#line-top {
	display:block;
	width:208px;
	height:4px;
	background-color:#e5e3df;
	position:relative;
	top:-227px;
	left:19px;
}

#line-bottom {
	display:block;
	width:208px;
	height:1px;
	background-color:#e5e3df;
	position:relative;
	top:-224px;
	left:19px;
}

#main-nav {
	position:relative;
	top:-229px;
	left:22px;
}

#main-nav ul, #left-column ul {
	font-size:16px;
	line-height:30px;
	font-weight:bold;
	color:#8e0000;
}

#main-nav ul a {
	color:#868278;
	text-decoration:none;
}

#left-column ul a {
	color:#868278;
	text-decoration:underline;
}

#main-nav ul a:hover {
	text-decoration:underline;
}

#content-table {
	padding: 10px 10px 10px 10px;
}

#left-column {
	width:225px;
	padding-left:16px;
}

#left-column ul {
	margin-top:1px;
	padding-left:24px;
	font-size:14px;
}

#product-menu {
	border-right:1px solid #e1e1de;
}

#contact-info {
	padding-left:10px;
	font-size:14px;
}

.red {
	color:#8e0000;
}

#home-table {
	padding-left:5px;
	padding-right:10px;
}

.pt {
	color:#868278;
	font-size:14px;
	font-weight:bold;
}

.pd, .pp {
	padding-left:5px;
	padding-right:2px;
}

select {
	margin-left:8px;
}

.add-to-cart a, add-to-cart {
	font-size:9px;
	text-decoration:none;
	color:#8e0000;
}

.add-to-cart a:hover {
	text-decoration:underline;
}

form {
	display:inline;
}
a.u, .u {
	text-decoration:underline;
	cursor:help;
}
.i {
	font-style:italic;
}
a.addlink {
	cursor:pointer;
}

.blurb {
margin-top:-3px;
color:#868278;
font-size:11px;
line-height:normal;
font-weight:normal;
padding-right:15px;
}