a:link {
	text-decoration: none;
	color: #6699FF;
}	
a:visited {
	text-decoration: none;
		color: #6699FF;
}
a:hover {
	text-decoration: none;
	color: #990099;
}
a:active {text-decoration: none;
	color: #6699FF;
}
.logo-wrapper {
	width: auto;
	height: 50px;
	float: left;
}
.strap-wrapper {
	width: 650px;
	padding-top: 4px;
	float: right;
}
.top-strap-wrapper {
	width: 635px;
	padding-top: 4px;
	float: right;
	padding-right: 15px;
}
.banner-wrapper {
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgb(255,255,255);
}
	
#pages-wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EFEFEF;
	padding-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0px;
	padding-top: 0px;
}

.sub-page-image-wrapper {
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
}
.sub-page-image-wrapper-left {
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: left;
}
#homepage-image-wrapper {
	height: auto;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.homepage-introtext {
	width: auto;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: center;
}
.homepage-image-links {
	float: left;
	height: 104px;
	width: 160px;
	margin-right: 2px;
	margin-left: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.homepage-text-links {
	float: left;
	width: 160px;
	margin-right: 2px;
	text-align: center;
	font-weight: normal;
	margin-left: 2px;
}

/* 
  -----------------------------------
  AREA PAGE STYLES
  -----------------------------------
*/

.store-item-table {
	width: 320px;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 13px;
	margin-bottom: 20px;
	margin-left: 13px;
	float: left;
}

.store-image-holder {
	width: 256px;
	height: auto;
	border: 5px solid #FFF;
	margin-right: auto;
	margin-left: auto;
}

.store-item-title {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: auto;
	height: auto;
	text-align: center;
	color: #333;
}

.store-item-info {
	font-size: 10px;
	color: #666;
	padding-top: 0px;
	padding-bottom: 5px;
	width: auto;
	height: auto;
	margin: 0px;
	text-align: center;
}

.buyme {
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	width: auto;
	height: auto;
	margin: 0px;
	text-decoration: none;
}



