body {
	padding: 0;
	margin: 0;
	*margin: 0; /* ie7 fix */
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body#store, html#storeHtml, body#education, body#contact {
	background: url(images/store-bg.jpg) repeat;
	background-position: 0 -23px;
	height: 100%;
	padding: 0;
	margin: 0;
}

body#community, html#communityHtml {
	background: url(images/community-bg.jpg) no-repeat #193208 center top;
	height: 100%;
	padding: 0;
	margin: 0;
}

body#education, html#educationHtml {
	background: url(images/education-bg.jpg) repeat;
	height: 100%;
	padding: 0;
	margin: 0;
}

.flashWrap {
	width: 746px;
	height: 485px;
	margin: 0 auto;
}

.flashButton {
	height: 353px;
	height: 155px;
	float: left;
	margin: 10px 10px 10px 10px;
}

.wrap, .storeWrap {
	margin: 0 auto;
	width: 960px;
}

.storeWrap {
	padding: 0 20px;
	width: 920px;
	height: 100%;
}

.container {
	width: 960px;
	border-top: 0;
	padding: 0;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-y;
	background-position: 40px 0;
	min-height: 1100px;
	float: left;
	margin-bottom: 5px;
	padding: 0 20px 20px 20px;
}

.storeContainerTop {
	width: 920px;
	height: 16px;
	background: url(images/storeContainerTop-bg.png) no-repeat;
}

.storeContainer {
	width: 920px;
	min-height: 500px;
	float: left;
	background: url(images/storeContainer-bg.png) repeat;
	padding: 4px 0 20px 0;
	font-size: .8em;
	
}

	.storeContainer a {
		text-decoration: none;
		color: #673A1B;
		font-weight: bold;
	}
	
	.storeContainer a:hover {
		color: #601912;
	}

body#education .storeContainerTop {
	background: url(images/storeContainerTop-bg-education.png) no-repeat;
}

body#education .storeContainer {
	background: url(images/storeContainer-bg-education.png) repeat;
}

body#community .storeContainerTop {
	background: url(images/storeContainerTop-bg-community.png) no-repeat;
}

body#community .storeContainer {
	background: url(images/storeContainer-bg-community.png);
}

.header {
	width: 960px;
	height: 360px;
	background-image:url(images/brown-bg.png);
	background-repeat: no-repeat;
	background-position: 87% 65%;
	padding: 36px 4px 0 0;
	margin: 0;
	*margin-top: -25px;
	*background-position: 90% 95%;
	position: relative;
	_margin-top: -50px
}

.storeHeader {
	width: 920px;
	height: 169px;
	position: relative;
	z-index: 999;
}

.storeHeaderText {
	position: absolute;
	width: 500px;
	right: 170px;
	top: 5px;
	text-align: right;
	font-weight: bold;
	font-size: 11pt;
}

	.storeHeaderText input[type=text], .storeHeaderText input[type=submit] {
		border: none;
		padding: 3px;
	}
	
	.storeHeaderText input[type=submit] {
		background: #FFDB8D;
		font-weight: bold;
		*padding: 1px;
	}
	
	body#community .storeHeaderText, body#education .storeHeaderText  {
		color: #FFDB8D;
	}
	
.storeCartLink {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11pt;
	font-weight: bold;
	background: url(images/storeCartLink-bg.png) no-repeat bottom;
	color: #FFDB8D;
	padding: 9px 9px 7px 9px;
}

.storeLogin {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 8pt;
	font-weight: bold;	
	color: #FFDB8D;
	padding: 35px 9px 7px 9px;
}

	.storeCartLink img {
		vertical-align: bottom;
		margin-left: 2px;
		border: none;
	}
	
	.storeCartLink a {
		text-decoration: none;
		color: #FFDB8D;
	}
	
	.storeCartLink a:hover {
		color: #fff;
	}

.storeLogo {
	width: 412px;
	height: 106px;
	float: left;
}

	.storeLogo img, .storeTitle img {
		border: none;
	}

.storeTitle {
	float: right;
	margin: 55px -7px 0 0;
}

.titleText {
	color: #ffdb8d;
	font-size: 20pt;
	font-weight: bold;
	margin-right: 9px;
}

.storeLeftCol {
	float: left;
	width: 137px;
	padding-left: 20px;
}

	.storeLeftCol p {
		font-size: 10pt;
		margin: 0 0 5px 0;
	}

	.leftColBoxTop {
		width: 137px;
		height: 10px;
		background: url(images/leftColBoxTop-bg.png);
	}
	
	.leftColBox {
		width: 117px;
		background: #BCA25E;
		min-height: 100px;
		padding: 1px 10px;
		text-align: center;
		overflow: hidden;
		font-size: 10pt;
	}
	
	.leftColBoxBottom {
		width: 137px;
		height: 10px;
		background: url(images/leftColBoxBottom-bg.png);
		margin-bottom: 20px;
	}

.storeMidCol {
	width: 566px;
	color: #E0CAAB;
	float: left;
	color: #000;
	padding: 0 20px;
}

	.storeMidCol h1 {
		margin: 0 0 10px 0;
	}
	
	.storeMidCol h2 {
		font-size: 9pt;
	}
	
	.storeMidCol h3 {
		font-size: 16pt;
		border-bottom: 1px solid #BCA25E;
		padding-bottom: 3px;
	}
	
	.storeMidCol div div h3 {
		font-size: 12pt;
		border: none;
	}
	
	.storeMidCol div div ul {
		list-style-type: none;
	}
	
	.storeMidCol hr {
		border: none;
		height: 1px;
		color: #673A1B;
		background: #673A1B;
	}

.storeRightCol {
	float: right;
	width: 137px;
	padding-right: 20px;
}

	.storeRightCol p {
		font-size: 10pt;
		margin: 0 0 5px 0;
	}

	.rightColBoxTop {
		width: 137px;
		height: 10px;
		background: url(images/rightColBoxTop-bg.png);
	}
	
	.rightColBox {
		width: 117px;
		background: #fff;
		min-height: 100px;
		padding: 1px 10px;
		text-align: center;
	}
	
	.rightColBoxBottom {
		width: 137px;
		height: 10px;
		background: url(images/rightColBoxBottom-bg.png);
		margin-bottom: 20px;
	}
	
.storeLeftCol h3, .storeRightCol h3 {
	text-align: center;
	font-size: 20pt;
	margin: 0 0 10px 0;
}	

.storeFooterBottom {
	width: 920px;
	height: 16px;
	float: left;
	clear: both;
	background: url(images/storeFooterBottom-bg.png) no-repeat bottom;
}

.storeFooter {
	float: left;
	clear: both;
	width: 920px;
	background: #000;
	padding: 25px 0 7px 0;
	text-align: center;
	color: #fff;
	font-size: 10pt;
}

	.storeFooter p {
		margin: 0 0 7px 0;
	}

	.storeFooter a {
		color: #FFDB8D;
		text-decoration: none;
		font-weight: bold;
		margin: 0 10px;
	}
	
	.storeFooter a:hover {
		color: #fff;
	}

.logo {
	display: block;
	width: 450px;
	height: 113px;
	float: left;
	margin-top: -30px;
	*margin-top: -10px;
	margin-left: 25px;

}

.flash {
	width: 529px;
	height: 281px;
	float: right;
	margin: -65px 76px 0 0;
	*margin: -335px 65px 0 0;
}

.flashIndex {
	width: 529px;
	height: 281px;
	position: absolute;
	top: 60px;
	right: 80px;
}

.wound {
	width: 578px;
	height: 94px;
	margin: -20px 0 0 200px;
	*margin: 0 0 0 200px;
}

	.wound img {
		margin-top: -20px;
		*margin-top: 5px;
	}

.content {
	width: 745px;
	height: 315px;
	background-color: #000;
	background-image: url(images/column-bg.jpg);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	text-align: center;
	padding: 100px 4px 45px 45px;
	margin: 0 0 20px 100px;
	border: 2px solid #645537;
}
.contentback {
	width: 745px;
	min-height:300px;
	float: left;
    height:auto !important;
    height:300px;
	background-color: #000;
	text-align: left;
	padding: 100px 4px 45px 45px;
	margin: 0 0 20px 100px;
	border: 2px solid #645537;
	_margin: 0 0 20px 50px;
}

.map {
	width: 425px;
	margin: 0 auto;
	text-align:center;
	float: right;
}

.columntext {
	width: 190px;
	height: 350px;
	float: left;
	text-align: left;
	margin: -70px 0px 0px -15px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	*margin: -70px 0px 0px -15px;
	_margin: -70px 0px 0px -8px;
}
.columntext a {
	text-decoration: underline;
	font-weight: normal;
	color: #E0CAAB;
}
.columntext a:hover{
	text-decoration: underline;
	color: #FDC542;
}
.forumtext {
	width: 530px;
	height: 350px;
	float: left;
	text-align: left;
	margin: -70px 5px 5px 20px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	*margin: -70px 5px 5px 20px;
	color: #E0CAAB;
}
.maintext {
	width: 725px;
	float: left;
	text-align: left;
	margin: -75px 5px 5px -10px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	*margin: -70px 5px 5px -10px;
	color: #E0CAAB;
}
.pagehead {
	width: 725px;
	float: left;
	text-align: left;
	margin: -80px 5px 5px -10px;
	font: bold 24px Verdana, Arial, Helvetica, sans-serif;
	*margin: -75px 5px 5px -10px;
	color: #E0CAAB;
}
.forumtext a {
	text-decoration: underline;
	font-weight: normal;
	color: #CC0000;
}
.forumtext a:hover{
	text-decoration: underline;
	color: #FDC542;
}
.maintext a {
	text-decoration: underline;
	font-weight: normal;
	color: #CC0000;
}
.maintext a:hover{
	text-decoration: underline;
	color: #FDC542;
}
.mainnav {
	width: 193px;
	margin: 90px 0 0 95px;
	*margin: 20px 0 0 95px;
	clear: left;
}

.clearboth {
	clear: both;	
}


form#contactForm {
	margin: 30px 0 0 0;
}

	#contactForm label {
		width: 100px;
		float: left;
		border-top: 1px solid #312d26;
		margin: 0 8px 0 0;
		padding: 5px 0 0 0;
	}

	#contactForm input[type=text], #contactForm textarea {
		border: none;
		padding: 5px;
		font-family: "Courier New", Courier, monospace;
	}
	
	#contactForm textarea {
		padding-right: 9px;
		padding-bottom: 14px;
	}
	
	#contactForm input[type=text]:hover, #contactForm textarea:hover {
		background: #E0CAAB;	
	}

	#contactForm input[type=submit] {
		background: #E0CAAB;
		padding: 5px;
		font-size: 8pt;
		text-transform: uppercase;
		border: none;
	}
	
.footer {
	width: 960px;
	height: 150px;
	text-align: center;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
.cart_table {
	background-color: #000;
	font: 13px arial,helvetica;
}
.cart_hdr_row {
	background-color: #E0CAAB;
	color: #000;
}

.cart_row {
	background-color: #000;
	color: #E0CAAB;
}

.cart_button {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	background-color: #E0CAAB;
	border: 1px solid #AAAAAF;
	margin: 0px;
	padding: 0px;
}

.catalog_table {
	font: 13px arial,helvetica;
	width: 566px;
	margin-left: -4px;
}

	.catalog_table td {
		width: 33%;
		padding: 0 10px;
	}

	.catalog_table a {
		text-decoration: none;
		color: #000;
		font-weight: bold;
	}
	
	.catalog_table a:hover {
		color: #673A1B;
	}
	
.catalog_hdr_row {
	background-color: #E0CAAB;
	color: #000;
}

.catalog_row {
	color: #E0CAAB;
}

	.catalog_row td {
		border-right: 1px solid #673A1B;
		border-left: 1px solid #673A1B;
	}

.catalog_button {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	background-color: #E0CAAB;
	border: 1px solid #AAAAAF;
	margin: 0px;
	padding: 0px;
}

.catalogWrap {
	width: 570px;
	margin-left: -4px;
	clear: both;
}

	.catalogWrap a {
		text-decoration: none;
		color: #673A1B;
		font-weight: bold;
	}
	
	.catalogWrap a:hover {
		color: #601912;
	}

.catalogRow {
	background: #E0CAAB;
}

.catalogItemWrap {
	margin: 2px 0;
	margin-left: 4px;
	width: 186px;
	float: left;
}

.catalogItemTop, .catalogItemBottom {
	height: 11px;
	width: 186px;
	background: url(images/catalogItemTop.png) no-repeat;
}

.catalogItemBottom {
	background: url(images/catalogItemBottom.png) no-repeat;
}

.catalogItem {
	width: 166px;
	padding: 0 10px;
	margin: 0;
	height: 190px;
	background: #BCA25E;
	overflow: hidden;
	position: relative;
}

.catalogItemText {
	width: 170px;
	padding: 0 8px;
	background: #BCA25E;
	padding-top: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 550px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 90px;
	height: 50px;
}
ul.thumb li img {
	width: 75px; height: 38px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background-color:#f0f0f0;
	border: none; /* Get rid of border on hover */
}

a#signupButt {
	display: block;
	width: 196px;
	height: 31px;
	background: url(images/signup-butt-bg.png) no-repeat;
}

a#signupButt:hover {
	background: url(images/signup-butt-bg.png) center -31px no-repeat
}

.pagination {
	padding: 2px;
}

.pagination ul {
	margin: 0;
	padding: 0;
}

.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited {
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	text-decoration: none; 
	background-color: #E8E8E6;
	color: #666666;
}

.pagination li.currentpage {
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	background-color: #666666;
	color: #E8E8E6;
}

.pagination li.disablepage {
	padding: 0 5px;
	border: 1px solid #AAAAAF;
	color: #929292;
}

.pagination li.nextpage {
	font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage { /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 0;
}
#link_fix {
	width:100%;
	height:100%;
	background-image:url(/blank.gif);
}
