body {
	margin: 0;
	padding: 0;
	background: #fff url(images/top.gif) repeat-x;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.5em;
}

#container {
	width: 760px;
	margin: 0 auto;
}

/* --------------- TOP SECTION ----------------- */

#header {
	position: relative;
	height: 102px;
}

#header img {
	border: none;
}

#header #graphic {
	float: left;
}

#header #logo {
	position: absolute;
	top: 0;
	left: 100px;
}

#mainmenu {
	position: absolute;
	top: 72px;
	left: 100px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 2.6em;
}

#mainmenu li {
	display: block;
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
}

#mainmenu li a {
	display: block;
	background: url(images/mainmenu.gif) center no-repeat;
	width: 105px;
	height: 32px;
	text-decoration: none;
	color: #333;
}

#mainmenu li a:hover, #mainmeu li a:active {
	background: url(images/active.gif) center no-repeat;
}

#mainmenu a#active {
	background: url(images/active.gif) center no-repeat;
	font-weight: bold;
}

/* ------------- CONTENT SECTION --------------- */

#content {
	padding: 20px 0;
}	

#content h1 {
	margin: 10px 0 2px 0;
	padding: 0;
	color: #69c865;
	font-size: 100%;
	border-bottom: 1px solid #69c865;
}

#content a {
	color: #fe7a04;
	text-decoration: underline;
}

#columns {
	width: 100%;
}

#content #left {
	width: 428px;
	float: left;
}

#content #left p {
	margin: 10px 0;
	padding: 0;
	text-align: justify;
}

#content #right {
	float: right;
	width: 305px;
}

#content #right span {
	text-decoration: line-through;
}



address {
	background: url(images/contact.jpg) center no-repeat;
	width: 303px;
	height: 145px;
	margin: 10px 0 25px 0;
	font-style: normal;
	color: #fff;
	line-height: 1.2em;
}

address p {
	padding: 15px 0 0 20px;
}



/* ----------- NURSERY SECTION -------------- */

#menu {
	float: left;
}

#menu img {
	margin-top: 10px;
}

#citrusmenu {
	background: url(images/citrusmenu.jpg) no-repeat;
	width: 217px;
	margin: 0;
	padding: 40px 0 20px 0;
	list-style: none;
}

#landscapemenu {
	background: url(images/landscapemenu.jpg) no-repeat;
	width: 217px;
	margin: 0;
	padding: 40px 0 20px 0;
	list-style: none;
}

#racingmenu {
	background: url(images/racingmenu.jpg) no-repeat;
	width: 217px;
	margin: 0;
	padding: 40px 0 20px 0;
	list-style: none;
}

#contactmenu {
	background: url(images/contactmenu.jpg) no-repeat;
	width: 217px;
	margin: 0;
	padding: 40px 0 20px 0;
}

#adminmenu {
	background: url(images/adminmenu.jpg) no-repeat;
	width: 217px;
	margin: 0;
	padding: 40px 0 20px 0;
	list-style: none;
}

#contactmenu p {
	margin: 10px 0 0 10px;
	padding: 0;
}

#contactmenu .title {
	font-weight: bold;
}

#menu li {
	margin: 5px 0 0 10px;
	padding: 0;
}

#menu li a {
	background: url(images/list.gif) 0% 55% no-repeat;
	padding: 0 0 0 14px;
	margin: 0;
	text-decoration: none;
	color: #333;
}

#menu li a:hover, #menu li a:active, #menu li a#active {
	color: #fe7a04;
	background: url(images/listo.gif) 0% 55% no-repeat;
}

#rightcontent {
	margin-left: 235px;
}

#rightcontent h2 {
	margin: 10px 0 2px 0;
	padding: 0;
	color: #fe7a04;
	font-size: 100%;
	text-transform: uppercase;
}

#rightcontent h3 {
	margin: 10px 0 2px 0;
	padding: 0;
	color: #6bc868;
	font-size: 100%;
	text-transform: uppercase;
}

#rightcontent h4 {
	margin: 10px 0 2px 0;
	padding: 0;
	color: #00639a;
	font-size: 100%;
	text-transform: uppercase;
}

#rightcontent h5 {
	margin: 10px 0 2px 0;
	padding: 0;
	color: #990000;
	font-size: 100%;
	text-transform: uppercase;
}

#rightcontent .img {
	float: right;
	margin: 0 0 10px 15px;
}

#rightcontent p {
	line-height: 1.75em;
	margin-top: 5px;
}

#inventory table {
	width: 500px;
	padding: 0;
	margin: 0 0 15px 0;
	border: 1px solid #ccc;
	text-align: left;
}

#inventory td {
	background-color: #eee;
	padding: 2px 2px 2px 5px;
	vertical-align: top;
	width: 50%;
}

#inventory th {
	background-color: #d7d7d7;
	color: #333;
	vertical-align: top;
	padding: 2px 2px 2px 5px;
}

#inventory thead td {
	padding: 2px;
}

#inventory img {
	padding: 4px;
	background-color: #eee;
	border: 1px solid #d7d7d7;
}

/* ---------- BIO TABLE ----------------- */

#racing td {
	text-align: left;
	padding: 1px 0 1px 10px;
	vertical-align: top;
	border-bottom: 1px dashed #eee;
}

#racing th {
	vertical-align: top;
	text-align: left;
	padding: 1px 0 1px 0;
}

/* ----------- CONTACT FORM ----------------- */

.form {
	margin: 10px 0;
	padding: 0;
}

.form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.form label {
 display: block;
 margin-top: 5px;
}

.form select {
	margin: 5px 0 0 0;
	background-color: #eee;
	border: 1px solid #d7d7d7;
}

.form input {
	margin: 5px 0 0 0;
	width: 375px;
	background-color: #eee;
	border: 1px solid #d7d7d7;
}

.form textarea {
	margin: 5px 0 0 0;
	width: 500px;
	height: 200px;
	background-color: #eee;
	border: 1px solid #d7d7d7;
}

.form .submit {
	width: 91px;
	height: 27px;
	border: none;
}

.form .admin {
	background-color: #fe7a04;
	border: 1px solid #e1e1e1;
	color: #fff;
	width: 100px;
	cursor: pointer;
	margin-top: 10px;
}

/* ----------- FOOTER SECTION --------------- */

#footer {
	clear: both;
	width: 100%;
	background: #fff url(images/footer.gif) repeat-x;
	height: 76px;
	padding-top: 10px;
}

#footer #wrap {
	width: 760px;
	margin: 0 auto;
}	

#footer p {
	margin: 0;
	padding: 15px 0 0 0;
}

#footer img {
	float: right;
	border: none;
}

#footer a {
	color: #00639a;
	text-decoration: underline;
}

/* ----------- SPECIAL CLASSES ------------- */

.notice {
	color: #fe7a04;
}

.edit {
	color: #fe7a04;
	background: #fff url(images/edit.gif) center right no-repeat;
	padding-right: 20px;
	text-decoration: none;
}	

.delete {
	color: #fe7a04;
	background: #fff url(images/delete.gif) center right no-repeat;
	padding-right: 20px;
	text-decoration: none;
}	

.hidden {
	display: none;
}

.shown {
	display: block;
}

.success {
	background: #fff url(images/success.gif) left center no-repeat;
	padding-left: 18px;
}

.warning {
	background: #fff url(images/warning.gif) left center no-repeat;
	padding-left: 18px;
}

.list {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

.list li {
	margin: 0;
	padding: 0 0 0 14px;
	background: #fff url(images/list.gif) 0% 55% no-repeat;
}