body {
	margin: 5px;
	background-color: #C6AE92;
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/plaid.jpg);
	background-repeat: repeat;
	background-position: center center;
}
#blueButton {
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/blue_thread_button.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#greenButton {
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/green_thread_button.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#pageSurround {
	width: 850px;
	margin: 0px auto;
	padding: 5px;
}
#subSurround {
}
#topHeader {
	text-align: right;
	height: 129px;
	margin-bottom: 10px;
	padding-right: 9px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/topHeader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.boxTitleLeft, .boxTitleRight {
	background-image: url(../styleImages/backgrounds/red_top.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 5px;
	margin-left: 2px;
	width: 220px;
	height: 8px;
}
.boxFooterLeft, .boxFooterRight {
	background-image: url(../styleImages/backgrounds/red_bottom.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 5px;
	width: 220px;
	height: 8px;
	margin-bottom: 10px;
	margin-left: 2px;
}
.boxContentLeft, .boxContentRight {
	background-image: url(../styleImages/backgrounds/red_middle.gif);
	background-repeat: repeat-y;
	background-position: center center;
	color: #FFFFFF;
	width: 220px;
	margin-left: 5px;
	margin-right: 5px;
}
.boxContentCats {
	width: 211px;
	height 63px;
	margin-left: 10px;
	padding-left: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 220px; 
	padding-left: 9px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 600px;
	float: left;
	padding-left: 9px;
}
.boxContentTop {
	background-image: url(../styleImages/backgrounds/green_top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 22px;
}
.boxContent {
	background-image: url(../styleImages/backgrounds/green_middle.jpg);
	background-repeat: repeat-y;
	background-position: bottom center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
}
.boxContentBottom {
	background-image: url(../styleImages/backgrounds/green_bottom.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 22px;
}
.boxContentBottomShort {
	background-image: url(../styleImages/backgrounds/green_bottom_short.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 15px;
}
.redBoxContentTop {
	background-image: url(../styleImages/backgrounds/red_top_wide.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 22px;
}
.redBoxContent {
	background-image: url(../styleImages/backgrounds/red_middle_wide.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: ##E4DBD2;
	padding-left: 15px;
	padding-right: 15px;
}
.redBoxContentBottom {
	background-image: url(../styleImages/backgrounds/red_bottom_wide.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 22px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 220px; 
	padding-left: 9px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 600px;
	float: left;
	padding-left: 9px;
}
/* END CHECK OUT PAGES */
.siteDocs {
	width: 211px;
	height 63px;
	text-align:center;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align: center;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 580px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 100px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 180px;
}
#Footer {
	color:#000000;
	font-size: 100%
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:10px;
}

#Footer a:link {
	color:#000000;
	text-decoration:underline;
	}
#Footer a:hover {
	color:#000000;
	text-decoration:underline;
	}
