@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	min-width: 889px;
	background-image: url(/images/BG.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-family:"Times New Roman", Times, serif;
}
#page-wrapper {
	width: 889px;
	margin-left: auto;
	margin-right: auto;
}
#nav {
	width: 889px;
}
#store-nav {
	margin-left: 10px;
}
#header1 {
	width: 889px;
}
#spacer1 {
	width: 25px;
}
#header2 {
	padding-left: 63px;
}
#header2 p, #header2 h2, #header2 h3, #header2 h4 {
	padding: 0px;
	margin: 0;
}
#col-wrapper {
	padding-left: 63px;
	width: 826px;
}
#body-header {
	width: 582px;
	height: 51px;
	overflow: hidden;
}
#body-wrapper {
	background-color: #FFFFFF;
}
#body {
	padding: 10px 0 0 10px;
	width: 98%;
}
#footer-wrapper {
	height: 66px;
	background-image: url(/images/footer.png);
	background-position: center;
	background-repeat: no-repeat;
}
#footer {
	padding: 13px 0 0 40px;
}
.left-bg {
	background-image: url(/images/sidebar_leftfull.png);
	background-repeat: repeat-y;
}
.right-bg {
	background-image: url(/images/sidebar_rightfull.png);
	background-repeat: repeat-y;
}
.left-bg2 {
	background-image: url(/images/sidebar_leftfull2.png);
	background-repeat: repeat-y;
}
.right-bg2 {
	background-image: url(/images/sidebar_rightfull2.png);
	background-repeat: repeat-y;
}
.clearit {
	clear: both;
}
img {
	border: 0px;
}
.img_table {

}
.img-bdr {
	border: 1px #333333 solid;
}

/* TEXT STYLES */

a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #009900; 
	text-decoration: none;
}
a:hover {
	color: #00CC00;
	text-decoration: underline;
}
a:active {
	color: #00CC00;
	text-decoration: none;
}

#footer {
	font-size: 0.75em;
	color: #999999;
}
#footer a:link {
	color: #999999;
	text-decoration: none;
}
#footer a:visited {
	color: #999999; 
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}
#footer a:active {
	color: #999999;
	text-decoration: none;
}
.smalltext {
	font-size: 0.75em;
}
.green {
	color:#009900;
}

/*  FORMS -------------------------------- */

.response-tbl {
	/* border-style: solid;
	border-color: #666666;
	border-width: 1px; */
}
.formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5d6f;
	border: 1px solid #5c5d6f;
	width: 360px;
}
.choicebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5d6f;
	border: 1px solid #5c5d6f;
}
.multiline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5d6f;
	border: 1px solid #5c5d6f;
	width: 360px;
}

/* STORE ------------------------------------ */

#item-tbl {
	
}
#item-table2 {
	font-size: .85em;
}
.menu-table-bdrs {
	border-left: 1px black solid;
	border-right: 1px black solid;
}