@charset "US-ASCII";

/* $Id: top-9.css 88 2005-05-05 13:09:25Z keke $ */

hr { 
	display: none;
}

div#header {
	display: none;
}

div#container {
	position: relative;
	top: 15px;
	margin: 0 auto;
	width: 760px;
	height: 500px;
	background-color: white;
	background: transparent url("../img/pat03.jpg");
	border: solid #889955 1px;
}

body {
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	padding: 0px;
	margin: 0;
	background-color: #EEEECC;
	color: #505000;
}

div#sheet {
	position: absolute;
	top: 15px;
	left: 3px;
	background-color: white;
	width: 700px;
	height: 520px;
	border: solid red 1px;
}

div#green-pict {
	position: absolute;
	top: 50px;
	left: 115px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 650px;
	height: 325px;
	margin-left: auto;
	margin-right: auto;
}

div#placard {
	position: absolute;
	top: 295px;
	left: 0;
	width: 100px;
	height: 205px;
	background-color: #999966;
}

div#placard-2 {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100px;
	height: 330px;
	background-color: #999966;
}

div#flash {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 660px;
	height: 485px;
	margin-left: auto;
	margin-right: auto;
}

div#wholesome {
	position: absolute;
	top: 40px;
	left: 190px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 540px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 140px;
	background-image: url("../img/logo.gif");
	background-position: 0px 0px;
	background-color: transparent;
	background-repeat: no-repeat;
}

div#menu {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 100px;
}

#menu ul {
	margin-top: 0px;
	margin-left: 0; /* for MacIE5 works for WindIE6? */
	padding-left: 0; /* this is the key */
	padding-top: 0;
}

#menu li {
	text-align: center;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	background: transparent;
	background-color: #999966;
	border-bottom: solid #7F651F 1px;
}

#menu li#li-contact-us {
	border-bottom: solid #7F651F 1px;
}

#menu li a {
	display: block;
	width: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu li a:visited, #menu li a:link {
	text-decoration: none;
	color: #FFFABE;
}

#menu li a:hover {
	font-weight: bold;
	color: white;
}

#menu li span {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: white;
}

#footer {
	position: absolute;
	top: 500px;
	left: 0px;
	width: 760px;
	text-align: center;
}

#footer p {
	color: #888855;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: gray; /*#605000;  navy; */
}

#footer a:hover {
	text-decoration: none;
	color: teal;
}

/* 2005-08-26 adhoc extras */
/*
div#extra {
	position: absolute;
	top: 540px;
	left: 0px;
	width: 760px;
}
div#extra2 {
	margin: 5px;
	padding: 5px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: white;
	background-color: pink;
	border: solid white 1px;
}	
div#extra2 a:link, div#extra2 a:visited {
	color: maroon;
	text-decoration: none;
}
div#extra2 a:hover, div#extra2 a:active {
	color: red;
}
*/
div#extra {
	position: absolute;
	top: 390px;
	left: 0px;
	width: 100px;
	font-size: 10px;
}
div#extra2 {
	margin: 5px;
	padding: 5px;
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/* color: white; */
	/* background-color: pink; */
	border: solid white 1px;
}	
div#extra2 a:link, div#extra2 a:visited {
	color: #FFFABE;
	text-decoration: none;
}
div#extra2 a:hover, div#extra2 a:active {
	color: white;
	text-decoration: underline;
}