body {
	/*background-color: rgb(132,194,37);*/
	/*padding:-bottom: 30px;*/
}

/* ---------- 3. links and navigation ---------- */

/* -- skip navigation -- */

#skipNav {/* skip-navigation container */
		position: absolute;
		top: 2px;
		left: -100px;
		width: 60px;
		text-align: center;
		}
#skipNav a {
		font: 1.0em Arial, sans-serif;
		display: block;
		color: #000000;
		width: 60px;
		padding-bottom: 10px;
		} 
		
#skipNav a:hover {
		color: #898989;
		background: url(../Images/skip-nav.gif) 50% 100% no-repeat;
		}

/* -- main content -- */

#wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	border-width: 0;
}

#header {
	height: 174px;
	background: rgb(0,146,63);
	background-image: url(../Images/FigLeafDancingFade5.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid rgb(0,146,63);	/* dk green */
	margin: 0;
}

#header h1 {
	/*font-family: arial, chicago, charter, sans-serif;  font-size: 2em;*/
	font-family: georgia, "trebuchet ms", "times new roman"; font-size: 2em;
	margin-top: 55px;
	margin-left: 20px;
	/*float: left;*/
}

#header h3 {
	/*font-family: arial, chicago, charter, sans-serif;  font-size: 2em;*/
	font-family: georgia, "trebuchet ms", "times new roman"; font-size: .75em;
	/*margin-top: 55px;*/
	margin-left: 35px;
	/*float: left;*/
}

#navigation {
	border-top: 1px solid rgb(0,146,63);	/* dk green */
	border-bottom: 1px solid rgb(0,146,63);	/* dk green */
	margin: 0;
	padding: 0;
	background: rgb(0,146,63);	/* dk green */
	color: rgb(132,194,37);		/* chartreuse */
}

#navigation li {
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.75em;
	border-right: 0px solid #99C;
	font-weight: bold;
}

#navigation li.last {
	border-right: 0;
}

#navigation a {
	color: white;
}

#navigation a:hover {
	color: rgb(132,194,37);
}

#content {
	margin: 0px auto -20px;
	min-height: 100%;
	height: 100%;
	/*border: 2px solid rgb(0,146,63); 2009-03-05 */
	/*margin: 2px solid rgb(0,146,63); 2009-03-05 */
	padding: 0;
	background: #fff;
	/*background-image: url(KayFigII Logo 01.gif);*/
}

#content h1 {
	/*font-family: arial, chicago, charter, sans-serif;  font-size: 2em;*/
	color: rgb(0,146,63);
	border-bottom: 1px solid rgb(132,194,37);
}

#content h2 {
	color: rgb(0,146,63);
	border-bottom: 1px solid rgb(132,194,37);
}

#content h3 {
	color: rgb(0,146,63);
	border-bottom: 1px solid rgb(132,194,37);
}

#content a {/* default link style */
	
}
		
.buy {
	background: rgb(204,255,153);		/* chartreuse rgb(132,194,37) #84C525 */
}

.banner {
	background: rgb(0,146,63);		/* dk green */
}

.size {
	text-align: center;
}

.price {
	text-align: right;
}

div.date {
	text-align: right;
}

.qty {
	text-align: center;
}

.noshow {
	display: none;
}

td.title {
	background: rgb(0,146,63);	/* dk green */
	color: white;
	font-size: 1em;
}

td.rowtitle {
	text-align: right;
	font-weight: bold;
	font-size: 1em;
}
	
td.rowtitlectr {
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 3em;
	background: rgb(132,194,37);		/* chartreuse */
}

td#title {
	background: rgb(0,146,63);	/* dk green */
	color: white;
	font-size: 2em;
}

td#buy {
	/*color: rgb(0,146,63);	/* dk green */
	background: rgb(132,194,37);		/* chartreuse */
}

td#rowtitle {
	text-align: right;
	font-weight: bold;
}

td#rowtitlectr {
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 2em;
	background: rgb(132,194,37);		/* chartreuse */
}

#footer {
	clear: left;
	background: rgb(0,146,63);
	height: 20px;		/* must match code in #content & #push */
}

#push {
	height: 20px;
}

#footer a { /* modified link style  */
		color: #000000;
}

p {
	font: 1.1em/1.4em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin-bottom: 0.8em;
}

#imageleft {
	float: left;
	padding: 1em 1em 1em 0em;
}

#imageright {
	float: right;
	padding: 1em 0em 1em 1em;
}

#textright {
	margin-left: 160px;
}

#textleft {
	margin-right: 200px;
}

#textleft p {
	text-align: justify;
}

#textright p {
	text-align: justify;
}

img.HWE-left {
	float: left;
	width: 7em;
	height: 9.5em;
	padding: 0 1em;
	border-width: 0;
	margin: 0;
	margin-right: 0.15em; 
}

img.HWE-right {
	float: left;
	width: 7em;
	height: 10em;
	padding: 0 0 0 1em;
	border: 0;
	margin: 0;
	margin-left: 0.15em; 
}