body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.pageWrapper {   /* div */
	text-align:center;
}
.wrapperWidth {   /* div */
	width:100%;   /* affects all pages in the site - can be overriden by local CSS rules */
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
}
body,td,th,p,div {
	font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
.small {
	font-size:10px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
blockquote {
	margin: 20px;
	margin-top: 0px;
}
/*----------------------------------------------------   main layout blocks   ----------------------------------------------------*/
#pageHeader {
	height:115px;
	text-align:center;
	background-image:url(../images/bgd_top.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
	#logo {
		text-align:left;
		padding-left:20px;
		display:none;
	}
	#menu {
		text-align:right;
		padding-top:10px;
		padding-right:10px;
		margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
		display:none;
	}
#pageContentBox {
	width:920px;
	background-color:#FFFFFF;
	text-align:left;
	padding:10px;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
}
	#pageContent {
		border: 1px solid #CCCCCC;
		padding:15px;
	}
		#subMenu {
			float:left;
			width:135px;
		}
			.subMenuItem {
				margin: 0;
				text-align:left;
				font-family: Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-size: 12px;
				color: #600;
			}
		#mainContent {
			width:730px;
			margin-left:136px;
			text-align:left;
		}
				.bannerImg {
					margin-bottom:20px;
				}
				.productImgSq {
					float:left;
				}
				#productVarieties {
					margin-left:220px;
					padding-top:10px;
					border-top-width: 1px;
					border-top-style: solid;
					border-top-color: #CCCCCC;
				}
				.orderTableHeader {
					border-bottom-width: 1px;
					border-bottom-style: solid;
					border-bottom-color: #CCCCCC;
					padding-top:10px;
				}
		
#pageFooter {
	clear:both;
	height:180px;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	background-image:url(../images/bgd_bottom.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
/*----------------------------------------------------   links   ----------------------------------------------------*/
a:link {
	color: #950000;
	text-decoration:none;
}
a:visited { color:#950000; text-decoration:none; }
a:hover { color:#950000; text-decoration:underline; }
a:active { color:#950000; text-decoration:none; }

/*----------------------------------------------------   headers   ----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #950000;
}
h1 {
	font-size: 14px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*----------------------------------------------------   lists   ----------------------------------------------------*/
#pageContent ul {
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-left: 0px;
	list-style:none;
}
#pageContent li {
	padding-left: 15px;
	padding-bottom: 2px;
	background-image:url(../images/listBullet.gif);
	background-position: 0 5px;
	background-repeat:no-repeat;
}
#pageContent ol {
	margin: 0px;
	margin-left: 30px; /* shouldn't have to do that because of the padding existing in the container block */
	margin-bottom: 20px;
	padding-left: 0px;
}
#pageContent ol li {
	padding-left: 10px;
}
#pageContent ol ul li {
	padding-left: 20px;
}
#pageContent ol ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
#pageContent ul ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
/*----------------------------------------------------   forms   ----------------------------------------------------*/
form {
	margin:0px;
	margin-bottom: 20px;
}
.textField {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
	padding:2px;
}
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color: #999;
	color: #fff;
	border: 1px solid #000;
}