/* CSS Document for /index.php - the splash page */
body				{
					margin: 0;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 12px;
					background-color: #FFFFFF;
					background-image: url(../images/junglebg.jpg);
					background-position: top;
					background-repeat: repeat-x;
					color: #004000;
					}
div#wholepage		{
					background-image: url(../images/junglebg-bottom.jpg);
					background-position: bottom;
					background-repeat: repeat-x;
					}
div#header			{
					background-image: url(../images/greenbg-transparent.png);
					background-position: bottom;
					background-repeat: repeat-x;
					text-align: center;
					font-size: 60px;
					color: #FFFFFF;
					font-family: Geneva, Arial, Helvetica, sans-serif;
					font-weight: bold;
					font-style: italic;
					width: 100%;
					height: 100px;
					padding-top: 130px;
					vertical-align: bottom;
					}
div.spacer			{
					height: 30px;
					text-align: center;
					vertical-align: middle;
					}
div.splashbox		{
					width: 700px;
					margin-left: auto;
					margin-right: auto;
					background-image: url(../images/greenbg-transparent.png);
					background-repeat: repeat;
					padding: 20px 20px 20px 20px;
					color: #004000;
					text-align: justify;
					line-height: 20px;
					}
h2					{
					margin: 10px 0 5px 0;
					padding: 10px 0 5px 0;
					}
div#spacer-top		{
					height: 40px;
					padding-top: 22px;
					font-style: italic;
					font-size: 11px;
					}
div#enter			{
					text-align: center;
					font-size: 32px;
					font-variant: small-caps;
					}
div#products		{
					display: none;
					}
div#creditcards		{
					padding: 5px 5px 5px 5px;
					width: 300px;
					font-size: 11px;
					line-height: 20px;
					text-align: center;
					margin-bottom: 175px;
					}
a, a:visited		{
					color: #004000;
					text-decoration: none;
					border-bottom: 1px solid transparent;
					font-weight: bold;
					}
a:hover, a:visited:hover
					{
					color: #004000;
					text-decoration: none;
					border-bottom: 1px dotted #000066;
					font-weight: bold;
					}
table#specialties	{
					font-size: 10px;
					font-weight: bold;
					}
ul					{
					
					}
ul li				{
					font-weight: normal;
					}