/*************************************
*              TYPOGRAPHY            *
*************************************/
body {
	font-family: verdana, helvetica, times;
	line-height: 130%;
	font-size: 13px;
}
a:link {
	color: #B2BB1E;
}
h1,h2,h3,h4,h5 {
	color: #B2BB1E;
	margin: 0;
	padding: 0 0 11px 0;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 110%;
}
h3 {
	padding: 10px 0 0 0;
}


/*************************************
*                LAYOUT              *
*************************************/
body {
	background: #ECEEC7 url(images/top-gradient.jpg) top repeat-x;
	margin: 0 0 10px 0;
}
#wrapper {
	width: 798px;
	margin: 0 auto;
	background: #F6F7E4;
}
#header {
	white-space: nowrap;
	height: 178px !important;
}
#header a img {
	border: 0;
}
#header #menu1 {
	height: 34px;
}
#content-wrapper {
	background-image: url(images/content-background.gif);
	padding: 18px;
	/* float: left; */
}
#left-bar {
	width: 180px;
	float: left;
}
#left-bar-inner {
	padding: 0 10px 10px 10px;
}
#left-bar a:link,
#left-bar a:active,
#left-bar a:visited {
	width: 158px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
}
#left-bar a:hover,
#left-bar a.current {
	color: #A30134 !important;
}
.content-vert-border {
	height: 18px;
	background: #F6F7E4;
}
#content {
	width: 565px;
	float: right;
}
#content-inner {
	padding: 0 18px 18px;
}
/*
#content img {
	padding: 0 18px 18px 0;
}
#content img[align="right"] {
	padding: 0 0 18px 18px;
}
#content img[align="left"] {
	padding: 0 18px 18px 0;
}
#content p {
	padding: 0 18px 18px 18px;
	margin: 0;
}
#content p:empty {
	padding: 0;
	margin: 0;
}
*/
#footer {
	background: #ECEEC7;
	clear: both;
}
#footer img#section-links {
	border: 0;
}
#footer #bar {
	background: #B2BB1E;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	color: #fff;
	padding: 0 18px;
	text-align: right;
}
#footer #bar a {
	color: white !important;
	text-decoration: none;
}
#footer #bar a:hover {
	text-decoration: underline;
}
#footer .footerLinks {
	margin-top: 8px;
	display: block;
	color: #B2BB1E;
	font-size: 12px;
	text-align: center;
}
#footer .footerLinks,
#footer .footerLinks a:link,
#footer .footerLinks a:hover,
#footer .footerLinks a:active,
#footer .footerLinks a:visited {
	color: #B2BB1E;
	text-decoration: none;
}
#footer .footerLinks a:hover {
	text-decoration: underline;
}

#footer .poweredBy {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	text-align: center;
}
#footer .poweredBy,
#footer .poweredBy a:link,
#footer .poweredBy a:hover,
#footer .poweredBy a:active,
#footer .poweredBy a:visited {
	color: #B2BB1E;
	text-decoration: none;
}

/* STORE STYLES */
.storeProdRow td {
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.storeProdRow td.prodImageCell {
	width: 28%;
}

/* Let's override everything to alter the homepage layout */
.page1 #content-wrapper {
	background: #fff url(images/content-image.jpg) top left no-repeat;
	margin: 0 18px;
	padding: 0;
}
.page1 #content-wrapper  #content {
	width: 520px;
}
.page1 #content-wrapper  #content-inner {
	padding: 18px;
}

#shippingtable th {
	background: #b2bb1e;
	color: #fff;
}