html, body {
	margin: 0;
}

html {
	font-size: 62.5%;
	font-family: "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

body {
	background-image: url('../img/background.jpg');
	background-repeat: repeat-y;
	background-position: center;
	font-size: 1.3em;
	cursor: default;
}

#container {
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -491px;
}

#header {
	background-image: url('../img/header.jpg');
	width: 981px;
	height: 160px;
	float:left;
	/*border-bottom: 3px solid #44b0e8;*/
	border-bottom: 3px solid #258ad8;
}
#header2{
/*background-image: url('../img/header2.jpg');*/
	width: 442px;
	height: 160px;
	float:right;
	/*border-bottom: 3px solid #44b0e8;*/
}

#header h1 {
	background-image: url('../img/logo.jpg');
	width: 349px;
	height: 89px;
	float:left;
	position: relative;
	left: 35px;
	top: 16px;
	margin: 0;
	padding: 0;
}

#header h1 span {
	position: absolute;
	left: -999em;
}

#menu {
	position: absolute;
	top: 122px;
	left: 15px;
}

#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu a {
	display: block;
	padding: 10px 20px;
	color: #ffffff;
	text-decoration: none;
	background-color: #64abe2;
	font-weight: bold;
	white-space: nowrap;
}

#menu li {
	float: left;
}

#menu > li {
	margin: 5px 3px 0px 0px;
}

#menu > li:hover, #menu > li.sfhover {
	margin-top: 0px;
}

#menu > li:hover > a, #menu > li.sfhover > a {
	padding-bottom: 15px;
}

#menu li:hover a, #menu li.sfhover a {
	background-color: #258ad8;
}

#menu li li:hover a:hover, #menu li li.sfhover a:hover {
	color: #333333;
}

#menu li ul {
	position: absolute;
	left: -999em;
}

#menu li:hover ul {
	left: auto;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

#menu li ul ul {
	margin: -1em 0 0 10em;
}

#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul {
	left: auto;
}

#menu ul li {
	float: none;
}


#content-container {
	background-image: url('../img/sidebar.jpg');
	background-repeat: repeat-y;
	background-position: 745px;
	overflow: hidden;
}

#content {
	padding: 15px 30px 15px 30px;
	float: left;
	width: 685px;
	line-height: 1.6em;
	overflow: hidden;
}

#sidebar {
	margin-left: 745px;
	width: 184px;
	line-height: 1.6em;
	padding: 30px 15px 30px 15px;
}

#footer {
	height: 30px;
	background-color: #f48746;
	margin-bottom: 10px;
	width: 981px;
}

table {
	width: 100%;
}

th, td {
	text-align: left;
	padding: 3px 5px;
}

#content dt {
	font-size: 1.1em;
	color: #8F3B08;
	font-style: italic;
	font-weight: bolder;
}

#content dd {
	margin-bottom: 15px;
}

#content h1, h2, h3, h4, h5, h6 {
	border-bottom: 5px solid #E0E9EF;
	color: #666666;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 0.9em;
}

#content a, #sidebar a {
	color: #006400;
	text-decoration: none;
}

#content a:visited, #sidebar a:visited {
	color: #228b22;
	text-decoration: none;
}

#content a:hover, #sidebar a:hover {
	text-decoration: underline;
}

#content ul, #content ol {
	background-color: #eeeeee /*#E0E9EF*/;
	/*overflow: hidden;*/
}

#content li {
	padding: 10px 5px;
}

optgroup {
	color: #006400;
	font-style: normal;
}

optgroup option {
	padding-left: 20px;
	color: #000000;
}

.pagination {
	text-align: center;
	margin: 10px;
}

.pagination .enabled, .pagination .disabled {
	margin: 0 10px;
}

.pagination .current {
	font-weight: bold;
}

.plant {
	padding: 15px 5px;
	height: 60px;
	clear: right;
	color: #000000;
background-attachment: scroll;
background-position: 12px 15px;
background-repeat: no-repeat;
}

.plant div {
	margin-left: 120px;
}

.plant .latin-name {
	font-size: 1.2em;
	display: inline;
}

.plant .common-name {
	float: right;
	margin-right: 40px;
	font-style: italic;
	color: #006400;
}

.altrow {
	background-color: #E0E9EF;
}

.plant .actions {
	float: right;
}

.filter form > *, .filter form > div * {
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.filter {
	float: right;
	padding: 10px 0px;
}

.filter label {
	margin-left: 20px;
}

.filter select {
	top: 5px;
	position: relative;
	margin-left: 10px;
}

 .filter .submit {
 	margin: -5px 0px 0px 20px;
 }

.sorting {
	padding: 15px 0px;
}



/* Notices and Errors */
div.message {
	clear: both;
	color: #999999;
	font-size: 0.9em;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

.photo-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;

}

.photo-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}