@charset "UTF-8";
/* CSS Document */
<!--
html, body {
	height:100%;
}
body {
	background-image: url(../img/background.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
}
#footer {
	font-size: 10px
}
#footer a:link {
	color: #663300;
}

/* Menu Stuff */

#menu {
	position:relative;
	background-image:url(../img/menu-buttons.gif);
	background-repeat:no-repeat;
	width:743px;
	height:36px;
	margin:0;
	padding:0;
	text-indent:-9000px;
}
#menu li {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
}
#menu li a {
	height:36px;
	display:block;
}
#m_products {
	left:0;
	width:131px;
}
#m_products a:hover {
	background: transparent url(../img/menu-buttons.gif) 0 -36px no-repeat;
}
.products_here {
	height:36px;
	display:block;
	background: transparent url(../img/menu-buttons.gif) 0 -36px no-repeat;
}
#m_cart {
	left:131px;
	width:167px;
}
#m_cart a:hover {
	background: transparent url(../img/menu-buttons.gif) -131px -36px no-repeat;
}
.cart_here {
	height:36px;
	display:block;
	background: transparent url(../img/menu-buttons.gif) -131px -36px no-repeat;
}
#m_about_us {
	left:298px;
	width:115px;
}
#m_about_us a:hover {
	background: transparent url(../img/menu-buttons.gif) -298px -36px no-repeat;
}
.about_here {
	height:36px;
	display:block;
	background: transparent url(../img/menu-buttons.gif) -298px -36px no-repeat;
}
#m_find_us {
	left:413px;
	width:189px;
}
#m_find_us a:hover {
	background: transparent url(../img/menu-buttons.gif) -413px -36px no-repeat;
}
.find_us_here {
	height:36px;
	display:block;
	background: transparent url(../img/menu-buttons.gif) -413px -36px no-repeat;
}
#m_contact {
	left:602px;
	width:142px;
}
#m_contact a:hover {
	background: transparent url(../img/menu-buttons.gif) -602px -36px no-repeat;
}
.contact_here {
	height:36px;
	display:block;
	background: transparent url(../img/menu-buttons.gif) -602px -36px no-repeat;
}

/* The Rest */

.link_back {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	line-height:21px;
	width:280px;
	margin-right:30px;
	margin-top:14px;
	padding-bottom:9px;
	padding-top:9px;
	padding-left:4px;
	border-bottom-color:#e0b0d2;
	border-bottom-width:3px;
	border-bottom-style:dotted;
	border-top-color:#e0b0d2;
	border-top-width:3px;
	border-top-style:dotted;
}
.bigger { 
	font-size:22px;
}
.medium { 
	font-size:18px;
}
.smaller { 
	font-size:12px;
}
.link_back a {
	padding-top:9px;
	color:#890c08;
	text-decoration:none;
}
.link_back:hover {
	background-color:#fffcad;
}
.link_back_note {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	text-align:center;
	letter-spacing:3px;
}
a:link#feature img {
	float:right;
	margin-top:40px;
	padding-left:10px;
}
p {
	text-indent:0;
	display:inline;
	padding-left:4px;
	width:500px;
}
li {
	margin-bottom:7px;
	font-size:14px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:36px;
	color:#f2ac2a;
	margin-top:40px;
}
a {
	text-decoration:none;
	color:#663300;	
}
.subHead {
	margin-top:8px;
	font-size:15px;
	color: #663300;
}
#social ul {
	list-style:none;
	margin:0;
	padding:0;
}
#social li {
	text-align:center;
	float:left;
	margin-right:20px;
}
#socialRight {
	margin:0;
	padding:0;
	float:right;
}
.right {
	padding-top:40px;
	float:right;	
}
p a:link {
	text-decoration:underline;
	font-weight:bold;
}
p a:hover {
	text-decoration:none;	
}
p a:visited {
	text-decoration:underline;	
	font-weight:bold;
}
-->