/* CSS Document - WoodlandNursery_Styles.css */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #352603;
	background-color: #000000;
	margin: 50px 0px 20px 0px;
}
a {
	font-size: 11px;
	color: #44610b;
	font-weight: normal;
}
a:visited {
	color: #44610b;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
h1 {
	font-size: 18px;
	color: #000000;
}
h2 {
	font-size: 13px;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	color: #000000;
}
h5 {
	font-size: 10px;
	color: #000000;
}
h6 {
	font-size: 9px;
}

form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	font-size: 11px;
	color: #000000;
}


/* IDs */

#container {
	width: 900px;
	text-align: left;
}
#header {
	padding-bottom: 10px;
}
#content {
	border: 10px solid #6a9110;
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	height: 569px;
	overflow: hidden;
}
#menu {
	float: right;
}
#palmTipsLink {
	position: absolute;
	margin-top: 150px;
	margin-left: 760px;
	z-index: 1001;
}
#main {
	clear: both;
	margin-top: 180px;
	background-image: url(../images/white_bg.png);
	background-repeat: repeat-y;
	padding: 40px;
	line-height: 150%;
	max-height: 305px;
}
#footer {
	color: #bccca7;
	font-size: 10px;
	padding-top: 5px;
}
#footer a {
	color: #cdd7c0;
	font-size: 10px;
	font-weight: normal;
}


/* Classes */

.title {
	display: block;
	padding-bottom: 20px;
}

.menuItem {
	float: left;
	padding: 10px 20px 0px 20px;
	margin: 0px 0px 0px 2px;
	cursor: pointer;
}
.menuItemCurrent {
	float: left;
	padding: 5px 20px 0px 20px;
	border-top: 5px solid #bccca7;
	margin: 0px 0px 0px 2px;
	cursor: pointer;
}

h4 {
	font-size: 12px;
	color: #6a9110;
	margin: 0px;
	padding: 108px 50px 10px 50px;
	background-image: url(../images/palmtips_top.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 345px;
	height: 3px;
}
.palmTips {
	position: absolute;
	margin-top: 145px;
	margin-left: 485px;
	z-index: 1000;
}
.palmTips div {
	padding: 25px 50px 0px 50px;
	margin: 0px;
	line-height: 150%;
	width: 345px;
	background-image: url(../images/palmtips_middle.png);
	background-repeat: repeat-y;
}
.close {
	float: right;
}
.close a {
	color: #000;
	font-size: 10px;
}

.narrowTextLeft {
	/*padding: 0px 350px 0px 0px;*/
	padding: 0px 300px 0px 0px;
}

.rightImage {
	position: absolute;
	/*margin-left: 508px;*/
	margin-left: 589px;
	margin-top: -65px;
}
.borderedImage {
	border: 5px solid #6a9110;
	background-color: #FFFFFF;
	padding: 2px;
}

.rightBox {
	float: right;
	width: 300px;
	border: 1px solid #FFFFFF;
	background-color: #bccca7;
	padding: 10px;
	margin-left: 30px;
}

.order input {
	width: 190px;
}
.order input.button {
	width: auto;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}