BODY {
	margin: 0;
	background: #fff;
}
H1 {
	font-size: 20px;
	font-weight: bold;
	color: #66915C;
}
H2 {
	font-size: 18px;
	font-weight: bold;
}
H3 {
	font-size: 16px;
	font-weight: bold;
}
P {
	margin: 0 0 10px 0;
}
A IMG {
	border: none;
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
#page,
#page-wide {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/bg-main.jpg);
}
#page-popup {
	width: 400px;
	padding: 10px;
	font: 11px verdana,arial,sans-serif;
}

/* ---- PAGE HEADER ---- */
#header {
	position: relative;
	width: 1000px;
	height: 167px;
	background: url(../images/gruffies_01.jpg);
}
#page-wide #header {
	background: url(../images/gruffies_01a.jpg);
}
#header #cart-summary {
	width: 200px;
	position: relative;
	left: 780px;
	top: -70px;
	text-align: center;
	font: 13px verdana,arial,sans-serif;
	color: #66915C;
}
#header .navbar {
	position: absolute;
	top: 142px;
	left: 110px;
}
.navbar UL {
	list-style: none;
	display: inline;
}
.navbar LI {
	display: inline;
	height: 23px;
	text-transform: uppercase;
	padding-left: 10px;
/*	border: 1px dashed orange;*/
}
.navbar LI#menu-tabs-1,
.navbar LI#menu-footermenu-1 {
	padding-right: 30px;
	background: url(../images/bullet-1.gif) no-repeat right;
}
.navbar LI#menu-tabs-2,
.navbar LI#menu-footermenu-2 {
	padding-right: 30px;
	background: url(../images/bullet-2.gif) no-repeat right;
}
.navbar LI#menu-tabs-3,
.navbar LI#menu-footermenu-3 {
	padding-right: 30px;
	background: url(../images/bullet-3.gif) no-repeat right;
}
.navbar LI#menu-tabs-4,
.navbar LI#menu-footermenu-4 {
	padding-right: 30px;
	background: url(../images/bullet-4.gif) no-repeat right;
}
.navbar A {
	text-decoration: none;
}
.navbar A:hover {
	text-decoration: underline;
}

/* ---- MAINCOL ---- */
#maincol {
	width: 580px;
	padding: 0px;
}

/* ---- LEFT SIDEBAR ---- */
#left-sidebar {
	width: 190px;
	float: left;
}

#content {
	width: 572px;
	float: left;
	padding: 20px 20px 20px 0px;
}
#content,
#content TD {
	font: 11px verdana,arial,sans-serif;
	color: #666;
}

#right-sidebar,
#right-sidebar-feed {
	width: 218px;
	float: left;
	font: 12px verdana, sans-serif;
}
#right-sidebar H2 {
	margin: 0;
	font: bold 12px verdana, sans-serif;
	text-transform: uppercase;
}
#right-sidebar .sidebox {
	padding: 10px;
}
#right-sidebar UL {
	padding: 0;
}
#right-sidebar UL A {
	text-decoration: none;
}
#right-sidebar UL A:hover {
	text-decoration: underline;
}
#bottom-image {
	clear: left;
	width: 1000px;
	height: 337px;
	background: url(../images/gruffies_06.jpg);
}
#footer {
	width: 1000px;
	height: 77px;
	background: url(../images/gruffies_07.jpg);
	position: relative;
}
#footer {
	width: 1000px;
	height: 77px;
	background: url(../images/gruffies_07a.jpg);
	position: relative;
}
.home #footer {
	background: url(../images/gruffies_07.jpg);
}
#footer .navbar {
	text-align: center;
	padding-top: 2px;
}
.footernav {
	text-align: center;
	font: 10px verdana,sans-serif;
	color: #555;
}

#newsletter {
	position: relative;
	width: 172px;
	height: 106px;
	margin: 20px 0 5px 10px;
	background: url(../images/bg-newsletter.jpg);
}
#newsletter FORM {
	position: absolute;
	top: 60px;
	left: 20px;
}
#newsletter #e {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100px;
}
#newsletter .button {
	position: absolute;
	top: 9px;
	left: 110px;
}

#search {
	position: relative;
	width: 171px;
	height: 65px;
	margin: 0 0 10px 10px;
	background: url(../images/bg-search.jpg) no-repeat;
}
FORM.search {
	position: absolute;
	top: 20px;
	left: 20px;
}
FORM.search #q {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100px;
}
FORM.search .button {
	position: absolute;
	top: 9px;
	left: 110px;
}

FORM.quickorder {
	position: absolute;
	top: 80px;
	left: 20px;
}
FORM.quickorder #qo {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100px;
}
FORM.quickorder .button {
	position: absolute;
	top: 9px;
	left: 110px;
}


.sidebar-links {
	margin: 0 0 0 25px;
}
.sidebar-links H2 {
	width: 135px;
/*	height: 21px;*/
	font: bold 12px verdana,sans-serif;
	color: #66915c;
	overflow: hidden;
	padding: 0;
	margin: 0;
/*	line-height: 100px;*/
}
.sidebar-links H2.places {
	background: url(../images/label-places.gif);
}
.sidebar-links H2.products {
	background: url(../images/label-products.gif);
}
.sidebar-links H2.quicklinks {
	background: url(../images/label-quicklinks.gif);
}
.sidebar-links UL {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
	font: 12px verdana,sans-serif;
}
.sidebar-links A {
	color: #00A8F6;
	text-decoration: none;
}
.sidebar-links A:hover {
	color: #0073F6;
	text-decoration: underline;
}

.plug {
	margin: 10px;
}

#hero {
	margin: 0 0 20px 0;
}
.featured-divider {
	padding: 10px  0;
}
.new-row {
	clear: left;
}
.home-item {
	float: left;
	width: 177px;
/*	height: 23em;*/
	padding: 0 11px 20px 0;
	text-align: center;
	font: 12px verdana,sans-serif;
}
.home-item IMG {
	border: 0;
}
.home-item H3 {
	margin: 5px 0 0 0;
	font: bold 12px verdana,sans-serif;
}
.home-item P {
	margin: 5px 0 10px 0;
}
.home-item .button {
	margin: 5px 0 0 0;
}

.pagination {
	text-align: right;
	padding-right: 15px;
}
.pagination A {
	font-weight: bold;
}
.pagination-current {
	color: #999;
}
.pagination-link IMG {
	vertical-align: -3px;
}
.details {
	padding-bottom: 10px;
}
.sale {
	font-weight: bold;
}
.price {
	text-decoration: line-through;
}
.silk {
	vertical-align: -1px;
}
.item-name A {
	font-size: 110%;
	font-weight: bold;
	color: #000;
}
.item-name A:hover {
	text-decoration: none;
}
.item-sku {
	padding-left: 20px;
}
.item-price {
	padding: 10px 0;
}

A:hover .silk {
	background: #ff0;
}
.categorysubhead,
.productsubhead {
	margin: 0 0 10px 0;
	font-size: 110%;
	font-style: italic;
	color: #5E8161;
}
.pricing-header TD {
	font: bold 12px arial,sans-serif;
}
.odd {
	background: #f0f0f0;
}
.included-article UL {
	list-style: none;
}
.included-article UL UL {
	list-style: disc;
}


/* ----------- PRODUCT PAGES ---------- */
#swatch-list {
	position: relative;
	top: -50px;
}
UL#swatches {
	padding: 0;
	margin: 0;
}
UL#swatches li {
	list-style: none;
	margin: 0;
	padding: 5px 0 0 0;
}
UL#swatches li A,
UL#swatches li A:visited {
	color: #666;
}

#productnotes { 
	width: 230px;
	border: 1px solid #356AB1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 5px; 
	color: #356AB1;
}

#testimonials { 
	width: 220px;
	border: 1px solid #356AB1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px; 
	color: #356AB1;
}
#testimonials H3 {
	margin: 0;
	font-size: 14px;
}
#testimonials P {
	margin: 0;
}
#testimonials DT { 
	padding: 5px 0 0 0; 
} 
#testimonials DD { 
	-webkit-margin-start: 20px;
	font-style: italic; 
	padding: 0 0 5px 0; 
} 


/* -------- BLOG STYLES -------- */
.blogpost {
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.blogpost .title,
.blogcomment .title {
	font-size: 140%;
	font-weight: bold;
}
.blogpost .byline,
.blogcomment .byline {
	font-size: 90%;
	font-style: italic;
	margin-bottom: 5px;
}
.blogpost .copy,
.blogcomment .copy {
}
.blogpost .copy a {
	font-weight: normal;
	color: #356AB1;
}
.blogpost a:hover {
	text-decoration: underline;
}

.blogcomment {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	background: #fcfcfc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.roundbox {
	border: 1px solid #356AB1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
}

.blog_block {
	background: url(../images/blog_background.gif) no-repeat;
	color: #009;
}
.blog_block h2 a {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF3A7F;
	text-transform: none;
}
.blog_block h2 a:hover {
	color: #356AB1;
	text-decoration: none;
}
.blog_block ul li {
	list-style: disc outside;
	margin-left: 10px;
	font-weight: bold;
}
.blog_block ul li a {
	font-weight: bold;
}
.blog_block a {
	color: #006;
}
.blog_block a:hover {
	color: #00f;
	text-decoration: underline;
}

.add_comment_form {
	margin-top: 20px;
	border: 1px solid #ccc; 
	background: #f8f8f8; 
	padding: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}

/* -------- MISC FEEDBACK -------- */

.message {
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	text-align: center;
}
.error {
	padding: 10px;
	border: 1px solid #c00;
	margin-bottom: 10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	text-align: center;
	color: #c00;
}