
html, body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-size: 100%;
	background: #414141;
	color: #FFFFCC
}



a		{ text-decoration: none; font-weight: bold }
a:link		{ color: #339966; } 
a:visited	{ color: #808080; } 
a:hover		{ color: #FFCC00; background: #1C1C1C; font-weight: bold}
a:active	{ color: #FFCC00 }


.head {
	margin: 0px;
	padding: 0em;
	width: 100%;
	height: 123px;
	background-image: url(images/headingbackC.jpg);
        background-repeat: no-repeat;
	border-bottom: 2px solid #999966;
}

h1, h2 { 
 	text-align: center
}

h1 { 
	padding-top: 0.25em;
	display: block;  
	margin:  0px;
	font-family: Arial, sans-serif;
}

h2 { 
	font-family: 'Calligraph421 BT', cursive
}

.headingN	{ margin:  0.5em } 

.menu
{
 float: left;

}

.menu .cat, #fixedMenu .cat
{
 font-family: 'Courier New', Courier, monospace;
}

.content
{
  margin-left: 9em;
  color: #FFFFCC;
  font-family: Arial, sans-serif;
}


.pName, .pDesc, .pPrice, .pPhot
{
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 110%
}


.pName
{
  background: #B1B18B;
  border: 2px solid #414141;
  padding: 2px;
}

.pDesc
{
  background: #B3AF8A;
  border: 2px solid #414141;
  border-left: 8px solid #414141;
  padding: 2px;
}

.pPrice td
{
  background: #B1B18B;
  border: 2px solid #414141;
  padding: 2px;
}

.pPhot
{
  background: #414141;
  width: 120px;
  text-align: center
}

.xyz td
{
  color: #000000;
}

td
{
  background: #B1B18B;
  border: 2px solid #414141;
  padding: 2px;
}

.content p
{
 font-size: 110%;
 color: #FFFFCC;
}

.content h3
 { 
text-decoration: underline
} 

.pDesc p
{
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 110%
}


.plant
{
  background: #B3AF8A;
  border-bottom: 3px solid #414141;
}

.plant img
{
 border: 0px;
 margin: 3px 6px 3px 3px;
 vertical-align: top
}

.plant h3
{
 display: inline;
 color: #000000;
 font-size: 150%;
 font-style: italic;
 margin: 0.25em 0.5em 0.25em 0px;
 text-decoration: none
}


.plant .pPrice
{

 font-size: 140%;
  background: #B1B18B;
  color: #003300
}


#pup {position:absolute; visibility:hidden; z-index:200;}
#pup img {border: 5px solid #000000}


