@charset "utf-8";
body {
	margin-top: 20px;
}

h1, h2 {
	font-size: .8em;
	margin: 0px;
	padding: 0px;
}

.centerPage {
	width: 874px;
	margin-right: auto;
	margin-left: auto;
}
.shoppingCart {
	float: right;
	height: 32px;
	width: 642px;
	background-image: url(../images/bg_shopcart_center.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.scTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #737262;
	height: 24px;
	padding-top: 8px;
	padding-left: 34px;
	background-image: url(../images/gr_shopcart.gif);
	background-position: 8px 8px;
	background-repeat: no-repeat;
	width: 150px;
	float: left;
}
.cartItems {
	background-image: url(../images/bg_scInner_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 24px;
	width: 324px;
	margin-top: 4px;
}
.cartBtns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999882;
	padding-top: 6px;
	float: left;
	padding-left: 10px;
	/*text-decoration: none;*/
}
a.cartLink {
	color: #999882;
	text-decoration: none;
}
a.cartLink:hover {
	color: #999882;
	text-decoration: underline;
}

img.floatLeft {
	float: left;
}
.mainAd {
	float: left;
	width: 642px;
	margin-top: 8px;
}

.blank {
	float: left;
}
.scLeftCorner {
	background-image: url(../images/bg_shopcart_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 32px;
	width: 12px;
}

.price {
	float: right;
	margin-right: 6px;
	
}

.cartPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #737262;
	padding-top: 4px;
	float: right;
	padding-right: 12px;
	padding-bottom: 4px;
}

a.cartPriceLink {
	text-decoration: none;
	color: #737262;
}
a.cartPriceLink:hover {
	text-decoration: underline;
	color: #737262;
}
img.checkout {
	float: left;
	padding-top: 4px;
	padding-left: 4px;
}
img.floatLeft {
	float: left;
}
.scRightCorner {
	background-image: url(../images/bg_shopcart_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 32px;
	width: 12px;
}
.left {
	float: left;
	width: 232px;
}
.right {
	float: left;
	width: 642px;
	padding-bottom: 10px;
}



/* LEFT Navigation styles */
.nav {
	background-color: #9cc94c;
	background-image: url(../images/sidenav_greentop_grd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 223px;
}
#navMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 2px;
/*	padding-top: 130px; */
	width: 223px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
#navMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navMenu ul li {
	margin: 0px;
	padding: 0px;
}
#navMenu ul li a {
	color: #FFFFFF;
	border-bottom: 1px dotted #a5cd69;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 24px;
	margin: 0px;
	display: block;
	text-decoration: none;
	width: 199px;
}
#navMenu ul li a:hover {	
	background-color: #9bcb51;	
}
#navMenu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 24px;
	padding-bottom: 20px;
	width: 223px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}
#navMenu2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navMenu2 ul li {
	margin: 0px;
	padding: 0px;
}
#navMenu2 ul li a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 24px;
	margin: 0px;
	display: block;
	text-decoration: none;
	width: 199px;
	color: #FFFFFF;
}
#navMenu2 ul li a:hover {
	font-weight: bold;
}
/* END LEFT Navigation styles */

img.sideAd {
	float: left;
	padding-top: 9px;
}

.container2 {
	float: left;
	width: 642px;
	margin-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dadaca;
}
.container2_content {
	float: left;
	width: 640px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dadaca;
	border-left-color: #dadaca;
}
.container2_bottom {
	float: left;
	width: 642px;
	height: 14px;
	background-image: url(../images/frame_c2_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#bottomNav {
	background-color: #EBEADB;
	float: left;
	width: 642px;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	color: #737262;
	padding-top: 4px;
}
#bottomNav a h1, #bottomNav a:visited h1 {	/* *** !!! possible source of mad CSS error*/
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #6A9728;
	margin: 0px;
	padding: 0px;
}
#bottomNav a:hover h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #53761F;
	margin: 0px;
	padding: 0px;
}


.siteMap {
	float: left;
	padding-left: 22px;
	padding-top: 8px;
	padding-right: 22px;
	padding-bottom: 16px;
}
#bottomNav ul {
	margin: 0px;
	list-style-type: none;
	line-height: 1em;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
#bottomNav ul li {
	margin: 0px;
	padding: 0px;
}
#bottomNav ul li a {
	font-size: 0.9em;
	color: #999882;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#bottomNav ul li a:hover {
	color: #737262;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.eastsportInc {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #B4B3A7;
	width: 620px;
	text-align: center;
	padding-top: 6px;
	padding-left: 22px;
}
img.container2Header {
	float: left;
	padding-top: 16px;
	padding-left: 22px;
}
.homepageThumbRow {
	float: left;
	width: 640px;
	display: inline;
}
img.hpThumb {
	float: left;
	padding-bottom: 14px;
	
}
#homepageThumb {
	float: left;
	width: 106px;
	padding: 21px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #D5D5CE;
	display: inline;
}
#homepageThumb  a h1, #homepageThumb  a:visited h1 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #737262;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-decoration: none;
	width: 106px;
}
#homepageThumb  a h2, #homepageThumb  a:visited h2 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #e7ad0f;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-decoration: underline;
	width: 106px;
}
#homepageThumb  a:hover h1 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-decoration: underline;
	width: 106px;
}
#homepageThumb a:hover h2 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #e7ad0f;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-decoration: underline;
	width: 106px;
}
#homepageThumbR {
	float: left;
	width: 106px;
	display: inline;
	padding-top: 21px;
	padding-right: 16px;
	padding-bottom: 21px;
	padding-left: 21px;
}
#homepageThumbR  a h1, #homepageThumbR  a:visited h1 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-decoration: none;
	width: 106px;
}
#homepageThumbR  a h2, #homepageThumbR  a:visited h2 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #e7ad0f;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-decoration: underline;
	width: 106px;
}
#homepageThumbR  a:hover h1 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-decoration: underline;
	width: 106px;
}
#homepageThumbR a:hover h2 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #e7ad0f;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-decoration: underline;
	width: 106px;
}
.container1 {
	float: left;
	width: 642px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadaca;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
.container1_top {
	background-image: url(../images/frame_c1_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: auto;
	width: 642px;
	margin: 0px;
	padding: 0px;
}
.container1_content {
	float: left;
	width: 640px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dadaca;
	border-left-color: #dadaca;
	padding-bottom: 120px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.catTitle {
	float: left;
	width: 596px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDCF;
	padding-bottom: 8px;
	padding-top: 12px;
	margin-bottom: 22px;
	margin-left: 22px;
	display: inline;
}
.thumbDiv {
	float: left;
	width: 596px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDCF;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-left: 22px;
	display: inline;
}
.container1_contentSetHeight {
	float: left;
	width: 640px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dadaca;
	border-left-color: #dadaca;
	padding-bottom: 120px;
	margin: 0px;
	padding-top: 0px;
	height: 475px;
}

.reg { /* Quickfix for generic page headings */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #737262;
}

a.backToTop, .backToTop { /* For Legal and General info pages */
	font-size: 8pt;
}

h2.genericHeader {
	font-size: 1.8em;
	font-weight:bold;
}

.small, a.small {
	font-size: 8pt;
}