/*
Design by Free CSS Templates. Reconstructed by Bumbunga Farm.
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin-top: 20px;
	background: #404040 url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.style1 {
	color: #00FF00
}
.style5 {
	color: #0099FF
}

.style6 {
	color: #996600}

.style7 {
	font-style:strong;
	text-decoration:underline;
}

.style8 {
	color:#FFFF33;
	text-decoration:underline;
	font-style:strong;
}

.style9 {
	color:#FFFF33;
}

.style10 {
	color: #99CC66;
	text-decoration: underline;
	font-style: strong;
	font-size: 16px;
}


h1, h2, h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

h1 { font-size: 2.8em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.2em; }

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
}

a {
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img { border: none; }

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 15px 0 15px;
}

hr { display: none; }

.hr {
}

.style2 {
	color: #FF0000;
	font:italic;
}


/* Boxed */

.boxed {
}

.boxed .title {
	margin: 0;
	padding: 5px 15px;
	background: url(images/img08.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: small;
}

.boxed .content {
	padding: 15px;
	background: url(images/img09.gif) repeat-x;
}

.boxed ol, .boxed ul {
	margin-left: 0;
	list-style-position: inside;
}

/* Logo */

#logo {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	background: #000000 url(images/img02.jpg) no-repeat;
}

#logo h1 {
	float: right;
	width:600px;
	margin: 0;
	padding: 150px 0 0 0;
	text-align: center;
	letter-spacing: 5px;
	font-size: 18px;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 150px 20px 0 0;
	font-size: 11px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #000000;
}

/* Content */

#content {
	float: left;
	width: 480px;
	padding: 20px;
	background: url(images/img03.jpg) no-repeat;
}

#welcome {
	padding-bottom: 20px;
	
}

#olist {
	clear: left;
	float: left;
	width: 230px;
}

#ulist {
	float: left;
	width: 480px;
	padding-left: 5px;
}

/*scrolling pictures and text */

.pics {
	display: block;
	background-color: #000000;
	float: left;
	margin: 0 15px 15px 0;		
}


/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
	background: url(images/img04.jpg) no-repeat;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

#myBtn {
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #666666; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 6px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 14px; /* Increase font size */
	position: fixed; /* Sets the position of the button */
}

#myBtn:hover {
  background-color: #FF0000; /* Add a red background on hover */
}

/* Menu */

#menu {
	margin-bottom: 19px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	padding-top: 1px;
	background: url(images/img07.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	width: 165px;
	padding: 7px 10px 7px 25px;
	text-transform: uppercase;
	background: url(images/img08.gif) no-repeat 10px 50%;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: x-small;
	font-weight: bold;
}

#menu a:hover {
	background-color: #0A0A0A;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img05.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #000000;
}

#footer a {
	color: #000000;
}

/* The following styles are for the email form */

	.error_message{
		font-family: Verdana, Arial, sans-serif;
		font-size: 11pt;
		color: #FF0000;
	}
	
	.thanks_message{
		font-family: Verdana, Arial, sans-serif;
		font-size: 11pt;
		color: #000000;
	}
	

	.table {
		border-collapse:collapse;
		border:1px solid #ffffff;
		width:480px;
	}
	
	.table_header{
		border:1px solid #ffffff;
		background-color:#333333;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11pt;
		font-weight:bold;
		color: #FFFFFF;
		text-align:center;
		padding:2px;
	}
	
	.attach_info{
		border:1px solid #ffffff;
		background-color:#333333;
		font-family: Verdana, Arial, sans-serif;
		font-size: 8pt;
		color: #ffffff;
		padding:4px;
	}
	
	
	.table_body{
		border:1px solid #ffffff;
		background-color:#333333;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10pt;
		color: #ffffff;
		padding:2px;
	}
	
	.table_footer{
		border:1px solid #ffffff;
		background-color:#333333;
		text-align:center;
		padding:2px;
	}
	
	input,select,textarea {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10pt;
		color: #ffffff;
		text-align:left;
		background-color:#333333;
		border:1px solid #ffffff;
	}
	
	form{
		padding:0px;
		margin:0px;
	}
	
	
/*scrolling table for lsb2.html */	

table.scroll {
    width: 100%; /* Optional */
    /* border-collapse: collapse; */
    border-spacing: 0;
    border: 2px solid black;
}

table.scroll tbody,
table.scroll thead { display: block; }

thead tr th { 
    height: 30px;
    line-height: 30px;
    /*text-align: left;*/
}

table.scroll tbody {
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

tbody { border-top: 2px solid black; }

table.scroll a:link {
    color: #0099FF;
}

table.scroll a:visited {
    color: #0099FF;
}



tbody td, thead th {
    width: 20%; /* Optional */
    border-right: 1px solid black;
}

tbody td:last-child, thead th:last-child {
    border-right: none;
}

/* ALL below are for the picture cycling on the basics-cultivars page */

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}

/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 5px; opacity: 1;
}

.cycle-slideshow { width: 60%; min-width: 200px; max-width: 480px; margin: 10px auto; padding: 0; position: relative;
}

.cycle-slideshow img { width: 100%; height: auto }

/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }




