* {
	padding: 0;
	margin: 0;
}
body {
	background: #ccc;
	padding: 0;
	margin: 10px 0 0 0;
	text-align: center;
}
a {
 color: #933;
 text-decoration: underline;
}
a:hover {
	color: #600;
}
img {
	padding: 0;
	margin: 0;
	border: none;
}
p, li {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	padding-bottom: 16px;
}
ul {
	padding-bottom: 14px;
}
li {
	padding-bottom: 7px;
	font-size: 12px;
}
strong {
	font-weight: bold;
}
li strong {
	font-weight: bold;
	color: #3d0000;
	font-size: 13px;
}
input, select, textarea {
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	background: #fff;
	border: 1px solid #c59f9f;
	width: 206px;
	height: 18px;
	vertical-align: middle;
	padding-top: 2px;
}
input.qty, input.chxbox {
	height: 18px;
	width: 22px;
	text-align: center;
}
button {
	cursor: pointer;
	border: none;
	background: #fff url(/images/button.gif) no-repeat;
	width: 118px;
	height: 21px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0 0 17px 0;
}
button.disabled {
	background: #fff url(/images/button_dormant.gif) no-repeat;
	margin-left: 8px;
}
#container {
	border: 1px solid #800000;
	width: 714px;
	margin: 0 auto;
	padding: 0;
}
#header {
	border: none;
	padding: 0;
	margin: 0;
	width: 714px;
	height: 103px;
}
#nav_bar {
	width: 714px;
	height: 27px;
	background: #fff;
	margin: 0;
	padding: 0;
}
#nav {
	padding: 0;
	margin: 0;
	height: 25px;
	list-style: none;
	display: inline;
	overflow: hidden;
	border: none;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#nav a {
	float: left;
	padding: 6px 0 0 0;
	margin: 1px 0;
	overflow: hidden;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#nav a:hover {
	color: #fff;
	text-decoration: underline;
}
#home a {
	background: url(/images/but-red.jpg) repeat-x;
	width: 142px;
	height: 19px;
	margin-right: 1px;
}
#products a {
	background: url(/images/but-orange.jpg) repeat-x;
	width: 142px;
	height: 19px;
	margin-right: 1px;
}
#shop a {
	background: url(/images/but-blue.jpg) repeat-x;
	width: 142px;
	height: 19px;
	margin-right: 1px;
}
#about a {
	background: url(/images/but-green.jpg) repeat-x;
	width: 142px;
	height: 19px;
	margin-right: 1px;
}
#contact a {
	background: url(/images/but-red.jpg) repeat-x;
	width: 142px;
	height: 19px;
}
#flash_header {
	width: 714px;
	border: none;
	height: 181px;
	padding: 0;
	margin: 0;
}
object {
	width: 714px;
	border: none;
	padding: 0;
	margin: 0;
	height: 181px;
}
#main {
	background: #800000 url(/images/pink.gif) repeat-x;
	width: 714px;
}
#content, #sidebar {
	border: thin solid #000;
}
#content {
	padding: 17px 17px 0 17px;
	background: #fff url(/images/text-box.jpg) repeat-y;
	margin: 0 230px 0 6px;
	width: 440px;
	min-height: 589px;
	text-align: left;
}
#content ul {
	list-style: none;
}
#content p.section_title {
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #900;
}
#content p.front2 {
	font-weight: bold;
	font-size: 15px;
	color: #3d0000;
}
#content p.front3 {
	font-size: 14px;
}
#sidebar, #cart {
	background: #dde4f2;
	float: right;
	margin: 0 6px;
	width: 222px;
	min-height: 589px;
	padding: 17px 0 0 0;
}
#sidebar {
	background: #dde4f2 url(/images/shopnow_sidebar_bg.jpg) no-repeat;
}
#sidebar p {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 14px;
	color: #900;
	text-align: left;
	border: none;
	padding-left: 17px;
}
#sidebar a {
	color: #900;
	text-decoration: none;
	border: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar p.sidebar_cookie {
	margin-bottom: 19px;
	padding-bottom: 165px;
}
#sidebar a.sidebar_cookie {
	padding-bottom: 165px;
	padding-right: 74px;
}
#sidebar p.sidebar_asst {
	padding-bottom: 146px;
	margin-bottom: 21px;
}
#sidebar a.sidebar_asst {
	padding-bottom: 146px;
}
#sidebar p.sidebar_brownie {
	padding-bottom: 95px;;
}
#sidebar a.sidebar_brownie {
	padding-bottom: 95px;
	padding-right: 48px;
}
#sidebar p.sidebar_title {
	font-size: 17px;
	text-align: center;
	padding-bottom: 13px;
	padding-left: 0;
}
#footer {
	clear: both;
	background: #800000;
	width: 714px;
}
#footer p {
	padding: 10px 0;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	text-align: center;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline;
}
